Completed
Push — develop ( 67d840...19c8f3 )
by
unknown
11s queued 10s
created

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "7549565c4c189cc55c2e76238a28ca47",
8
    "packages": [
9
        {
10
            "name": "psr/log",
11
            "version": "1.0.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/php-fig/log.git",
15
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
20
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
21
                "shasum": ""
22
            },
23
            "type": "library",
24
            "autoload": {
25
                "psr-0": {
26
                    "Psr\\Log\\": ""
27
                }
28
            },
29
            "notification-url": "https://packagist.org/downloads/",
30
            "license": [
31
                "MIT"
32
            ],
33
            "authors": [
34
                {
35
                    "name": "PHP-FIG",
36
                    "homepage": "http://www.php-fig.org/"
37
                }
38
            ],
39
            "description": "Common interface for logging libraries",
40
            "keywords": [
41
                "log",
42
                "psr",
43
                "psr-3"
44
            ],
45
            "time": "2012-12-21 11:40:51"
46
        },
47
        {
48
            "name": "symfony/config",
49
            "version": "v2.7.3",
50
            "source": {
51
                "type": "git",
52
                "url": "https://github.com/symfony/Config.git",
53
                "reference": "6c905bbed1e728226de656e4c07d620dfe9e80d9"
54
            },
55
            "dist": {
56
                "type": "zip",
57
                "url": "https://api.github.com/repos/symfony/Config/zipball/6c905bbed1e728226de656e4c07d620dfe9e80d9",
58
                "reference": "6c905bbed1e728226de656e4c07d620dfe9e80d9",
59
                "shasum": ""
60
            },
61
            "require": {
62
                "php": ">=5.3.9",
63
                "symfony/filesystem": "~2.3"
64
            },
65
            "require-dev": {
66
                "symfony/phpunit-bridge": "~2.7"
67
            },
68
            "type": "library",
69
            "extra": {
70
                "branch-alias": {
71
                    "dev-master": "2.7-dev"
72
                }
73
            },
74
            "autoload": {
75
                "psr-4": {
76
                    "Symfony\\Component\\Config\\": ""
77
                }
78
            },
79
            "notification-url": "https://packagist.org/downloads/",
80
            "license": [
81
                "MIT"
82
            ],
83
            "authors": [
84
                {
85
                    "name": "Fabien Potencier",
86
                    "email": "[email protected]"
87
                },
88
                {
89
                    "name": "Symfony Community",
90
                    "homepage": "https://symfony.com/contributors"
91
                }
92
            ],
93
            "description": "Symfony Config Component",
94
            "homepage": "https://symfony.com",
95
            "time": "2015-07-09 16:07:40"
96
        },
97
        {
98
            "name": "symfony/debug",
99
            "version": "v2.7.3",
100
            "source": {
101
                "type": "git",
102
                "url": "https://github.com/symfony/Debug.git",
103
                "reference": "9daa1bf9f7e615fa2fba30357e479a90141222e3"
104
            },
105
            "dist": {
106
                "type": "zip",
107
                "url": "https://api.github.com/repos/symfony/Debug/zipball/9daa1bf9f7e615fa2fba30357e479a90141222e3",
108
                "reference": "9daa1bf9f7e615fa2fba30357e479a90141222e3",
109
                "shasum": ""
110
            },
111
            "require": {
112
                "php": ">=5.3.9",
113
                "psr/log": "~1.0"
114
            },
115
            "conflict": {
116
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
117
            },
118
            "require-dev": {
119
                "symfony/class-loader": "~2.2",
120
                "symfony/http-foundation": "~2.1",
121
                "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2",
122
                "symfony/phpunit-bridge": "~2.7"
123
            },
124
            "suggest": {
125
                "symfony/http-foundation": "",
126
                "symfony/http-kernel": ""
127
            },
128
            "type": "library",
129
            "extra": {
130
                "branch-alias": {
131
                    "dev-master": "2.7-dev"
132
                }
133
            },
134
            "autoload": {
135
                "psr-4": {
136
                    "Symfony\\Component\\Debug\\": ""
137
                }
138
            },
139
            "notification-url": "https://packagist.org/downloads/",
140
            "license": [
141
                "MIT"
142
            ],
143
            "authors": [
144
                {
145
                    "name": "Fabien Potencier",
146
                    "email": "[email protected]"
147
                },
148
                {
149
                    "name": "Symfony Community",
150
                    "homepage": "https://symfony.com/contributors"
151
                }
152
            ],
153
            "description": "Symfony Debug Component",
154
            "homepage": "https://symfony.com",
155
            "time": "2015-07-09 16:07:40"
156
        },
157
        {
158
            "name": "symfony/dependency-injection",
159
            "version": "v2.7.3",
160
            "source": {
161
                "type": "git",
162
                "url": "https://github.com/symfony/DependencyInjection.git",
163
                "reference": "851e3ffe8a366b1590bdaf3df2c1395f2d27d8a6"
164
            },
165
            "dist": {
166
                "type": "zip",
167
                "url": "https://api.github.com/repos/symfony/DependencyInjection/zipball/851e3ffe8a366b1590bdaf3df2c1395f2d27d8a6",
168
                "reference": "851e3ffe8a366b1590bdaf3df2c1395f2d27d8a6",
169
                "shasum": ""
170
            },
171
            "require": {
172
                "php": ">=5.3.9"
173
            },
174
            "conflict": {
175
                "symfony/expression-language": "<2.6"
176
            },
177
            "require-dev": {
178
                "symfony/config": "~2.2",
179
                "symfony/expression-language": "~2.6",
180
                "symfony/phpunit-bridge": "~2.7",
181
                "symfony/yaml": "~2.1"
182
            },
183
            "suggest": {
184
                "symfony/config": "",
185
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
186
                "symfony/yaml": ""
187
            },
188
            "type": "library",
189
            "extra": {
190
                "branch-alias": {
191
                    "dev-master": "2.7-dev"
192
                }
193
            },
194
            "autoload": {
195
                "psr-4": {
196
                    "Symfony\\Component\\DependencyInjection\\": ""
197
                }
198
            },
199
            "notification-url": "https://packagist.org/downloads/",
200
            "license": [
201
                "MIT"
202
            ],
203
            "authors": [
204
                {
205
                    "name": "Fabien Potencier",
206
                    "email": "[email protected]"
207
                },
208
                {
209
                    "name": "Symfony Community",
210
                    "homepage": "https://symfony.com/contributors"
211
                }
212
            ],
213
            "description": "Symfony DependencyInjection Component",
214
            "homepage": "https://symfony.com",
215
            "time": "2015-07-28 14:07:07"
216
        },
217
        {
218
            "name": "symfony/event-dispatcher",
219
            "version": "v2.7.3",
220
            "source": {
221
                "type": "git",
222
                "url": "https://github.com/symfony/EventDispatcher.git",
223
                "reference": "9310b5f9a87ec2ea75d20fec0b0017c77c66dac3"
224
            },
225
            "dist": {
226
                "type": "zip",
227
                "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/9310b5f9a87ec2ea75d20fec0b0017c77c66dac3",
228
                "reference": "9310b5f9a87ec2ea75d20fec0b0017c77c66dac3",
229
                "shasum": ""
230
            },
231
            "require": {
232
                "php": ">=5.3.9"
233
            },
234
            "require-dev": {
235
                "psr/log": "~1.0",
236
                "symfony/config": "~2.0,>=2.0.5",
237
                "symfony/dependency-injection": "~2.6",
238
                "symfony/expression-language": "~2.6",
239
                "symfony/phpunit-bridge": "~2.7",
240
                "symfony/stopwatch": "~2.3"
241
            },
242
            "suggest": {
243
                "symfony/dependency-injection": "",
244
                "symfony/http-kernel": ""
245
            },
246
            "type": "library",
247
            "extra": {
248
                "branch-alias": {
249
                    "dev-master": "2.7-dev"
250
                }
251
            },
252
            "autoload": {
253
                "psr-4": {
254
                    "Symfony\\Component\\EventDispatcher\\": ""
255
                }
256
            },
257
            "notification-url": "https://packagist.org/downloads/",
258
            "license": [
259
                "MIT"
260
            ],
261
            "authors": [
262
                {
263
                    "name": "Fabien Potencier",
264
                    "email": "[email protected]"
265
                },
266
                {
267
                    "name": "Symfony Community",
268
                    "homepage": "https://symfony.com/contributors"
269
                }
270
            ],
271
            "description": "Symfony EventDispatcher Component",
272
            "homepage": "https://symfony.com",
273
            "time": "2015-06-18 19:21:56"
274
        },
275
        {
276
            "name": "symfony/filesystem",
277
            "version": "v2.7.3",
278
            "source": {
279
                "type": "git",
280
                "url": "https://github.com/symfony/Filesystem.git",
281
                "reference": "2d7b2ddaf3f548f4292df49a99d19c853d43f0b8"
282
            },
283
            "dist": {
284
                "type": "zip",
285
                "url": "https://api.github.com/repos/symfony/Filesystem/zipball/2d7b2ddaf3f548f4292df49a99d19c853d43f0b8",
286
                "reference": "2d7b2ddaf3f548f4292df49a99d19c853d43f0b8",
287
                "shasum": ""
288
            },
289
            "require": {
290
                "php": ">=5.3.9"
291
            },
292
            "require-dev": {
293
                "symfony/phpunit-bridge": "~2.7"
294
            },
295
            "type": "library",
296
            "extra": {
297
                "branch-alias": {
298
                    "dev-master": "2.7-dev"
299
                }
300
            },
301
            "autoload": {
302
                "psr-4": {
303
                    "Symfony\\Component\\Filesystem\\": ""
304
                }
305
            },
306
            "notification-url": "https://packagist.org/downloads/",
307
            "license": [
308
                "MIT"
309
            ],
310
            "authors": [
311
                {
312
                    "name": "Fabien Potencier",
313
                    "email": "[email protected]"
314
                },
315
                {
316
                    "name": "Symfony Community",
317
                    "homepage": "https://symfony.com/contributors"
318
                }
319
            ],
320
            "description": "Symfony Filesystem Component",
321
            "homepage": "https://symfony.com",
322
            "time": "2015-07-09 16:07:40"
323
        },
324
        {
325
            "name": "symfony/form",
0 ignored issues
show
There is a security advisory for your installed version of symfony/form:

CVE-2015-8125: Potential Remote Timing Attack Vulnerability in Security Remember-Me Service
Loading history...
326
            "version": "v2.7.3",
327
            "source": {
328
                "type": "git",
329
                "url": "https://github.com/symfony/Form.git",
330
                "reference": "834bfe69221e5e060296f61755e95a8037aa9666"
331
            },
332
            "dist": {
333
                "type": "zip",
334
                "url": "https://api.github.com/repos/symfony/Form/zipball/834bfe69221e5e060296f61755e95a8037aa9666",
335
                "reference": "834bfe69221e5e060296f61755e95a8037aa9666",
336
                "shasum": ""
337
            },
338
            "require": {
339
                "php": ">=5.3.9",
340
                "symfony/event-dispatcher": "~2.1",
341
                "symfony/intl": "~2.3",
342
                "symfony/options-resolver": "~2.6",
343
                "symfony/property-access": "~2.3"
344
            },
345
            "conflict": {
346
                "symfony/doctrine-bridge": "<2.7",
347
                "symfony/framework-bundle": "<2.7",
348
                "symfony/twig-bridge": "<2.7"
349
            },
350
            "require-dev": {
351
                "doctrine/collections": "~1.0",
352
                "symfony/http-foundation": "~2.2",
353
                "symfony/http-kernel": "~2.4",
354
                "symfony/phpunit-bridge": "~2.7",
355
                "symfony/security-csrf": "~2.4",
356
                "symfony/translation": "~2.0,>=2.0.5",
357
                "symfony/validator": "~2.6,>=2.6.8"
358
            },
359
            "suggest": {
360
                "symfony/framework-bundle": "For templating with PHP.",
361
                "symfony/security-csrf": "For protecting forms against CSRF attacks.",
362
                "symfony/twig-bridge": "For templating with Twig.",
363
                "symfony/validator": "For form validation."
364
            },
365
            "type": "library",
366
            "extra": {
367
                "branch-alias": {
368
                    "dev-master": "2.7-dev"
369
                }
370
            },
371
            "autoload": {
372
                "psr-4": {
373
                    "Symfony\\Component\\Form\\": ""
374
                }
375
            },
376
            "notification-url": "https://packagist.org/downloads/",
377
            "license": [
378
                "MIT"
379
            ],
380
            "authors": [
381
                {
382
                    "name": "Fabien Potencier",
383
                    "email": "[email protected]"
384
                },
385
                {
386
                    "name": "Symfony Community",
387
                    "homepage": "https://symfony.com/contributors"
388
                }
389
            ],
390
            "description": "Symfony Form Component",
391
            "homepage": "https://symfony.com",
392
            "time": "2015-07-22 10:11:00"
393
        },
394
        {
395
            "name": "symfony/http-foundation",
396
            "version": "v2.7.3",
397
            "source": {
398
                "type": "git",
399
                "url": "https://github.com/symfony/HttpFoundation.git",
400
                "reference": "863af6898081b34c65d42100c370b9f3c51b70ca"
401
            },
402
            "dist": {
403
                "type": "zip",
404
                "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/863af6898081b34c65d42100c370b9f3c51b70ca",
405
                "reference": "863af6898081b34c65d42100c370b9f3c51b70ca",
406
                "shasum": ""
407
            },
408
            "require": {
409
                "php": ">=5.3.9"
410
            },
411
            "require-dev": {
412
                "symfony/expression-language": "~2.4",
413
                "symfony/phpunit-bridge": "~2.7"
414
            },
415
            "type": "library",
416
            "extra": {
417
                "branch-alias": {
418
                    "dev-master": "2.7-dev"
419
                }
420
            },
421
            "autoload": {
422
                "psr-4": {
423
                    "Symfony\\Component\\HttpFoundation\\": ""
424
                },
425
                "classmap": [
426
                    "Resources/stubs"
427
                ]
428
            },
429
            "notification-url": "https://packagist.org/downloads/",
430
            "license": [
431
                "MIT"
432
            ],
433
            "authors": [
434
                {
435
                    "name": "Fabien Potencier",
436
                    "email": "[email protected]"
437
                },
438
                {
439
                    "name": "Symfony Community",
440
                    "homepage": "https://symfony.com/contributors"
441
                }
442
            ],
443
            "description": "Symfony HttpFoundation Component",
444
            "homepage": "https://symfony.com",
445
            "time": "2015-07-22 10:11:00"
446
        },
447
        {
448
            "name": "symfony/http-kernel",
449
            "version": "v2.7.3",
450
            "source": {
451
                "type": "git",
452
                "url": "https://github.com/symfony/HttpKernel.git",
453
                "reference": "405d3e7a59ff7a28ec469441326a0ac79065ea98"
454
            },
455
            "dist": {
456
                "type": "zip",
457
                "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/405d3e7a59ff7a28ec469441326a0ac79065ea98",
458
                "reference": "405d3e7a59ff7a28ec469441326a0ac79065ea98",
459
                "shasum": ""
460
            },
461
            "require": {
462
                "php": ">=5.3.9",
463
                "psr/log": "~1.0",
464
                "symfony/debug": "~2.6,>=2.6.2",
465
                "symfony/event-dispatcher": "~2.6,>=2.6.7",
466
                "symfony/http-foundation": "~2.5,>=2.5.4"
467
            },
468
            "conflict": {
469
                "symfony/config": "<2.7"
470
            },
471
            "require-dev": {
472
                "symfony/browser-kit": "~2.3",
473
                "symfony/class-loader": "~2.1",
474
                "symfony/config": "~2.7",
475
                "symfony/console": "~2.3",
476
                "symfony/css-selector": "~2.0,>=2.0.5",
477
                "symfony/dependency-injection": "~2.2",
478
                "symfony/dom-crawler": "~2.0,>=2.0.5",
479
                "symfony/expression-language": "~2.4",
480
                "symfony/finder": "~2.0,>=2.0.5",
481
                "symfony/phpunit-bridge": "~2.7",
482
                "symfony/process": "~2.0,>=2.0.5",
483
                "symfony/routing": "~2.2",
484
                "symfony/stopwatch": "~2.3",
485
                "symfony/templating": "~2.2",
486
                "symfony/translation": "~2.0,>=2.0.5",
487
                "symfony/var-dumper": "~2.6"
488
            },
489
            "suggest": {
490
                "symfony/browser-kit": "",
491
                "symfony/class-loader": "",
492
                "symfony/config": "",
493
                "symfony/console": "",
494
                "symfony/dependency-injection": "",
495
                "symfony/finder": "",
496
                "symfony/var-dumper": ""
497
            },
498
            "type": "library",
499
            "extra": {
500
                "branch-alias": {
501
                    "dev-master": "2.7-dev"
502
                }
503
            },
504
            "autoload": {
505
                "psr-4": {
506
                    "Symfony\\Component\\HttpKernel\\": ""
507
                }
508
            },
509
            "notification-url": "https://packagist.org/downloads/",
510
            "license": [
511
                "MIT"
512
            ],
513
            "authors": [
514
                {
515
                    "name": "Fabien Potencier",
516
                    "email": "[email protected]"
517
                },
518
                {
519
                    "name": "Symfony Community",
520
                    "homepage": "https://symfony.com/contributors"
521
                }
522
            ],
523
            "description": "Symfony HttpKernel Component",
524
            "homepage": "https://symfony.com",
525
            "time": "2015-07-31 13:24:45"
526
        },
527
        {
528
            "name": "symfony/intl",
529
            "version": "v2.7.3",
530
            "source": {
531
                "type": "git",
532
                "url": "https://github.com/symfony/Intl.git",
533
                "reference": "ea83ee897023537fcd9b15fe29ef5622ea8f1c4b"
534
            },
535
            "dist": {
536
                "type": "zip",
537
                "url": "https://api.github.com/repos/symfony/Intl/zipball/ea83ee897023537fcd9b15fe29ef5622ea8f1c4b",
538
                "reference": "ea83ee897023537fcd9b15fe29ef5622ea8f1c4b",
539
                "shasum": ""
540
            },
541
            "require": {
542
                "php": ">=5.3.9"
543
            },
544
            "require-dev": {
545
                "symfony/filesystem": "~2.1",
546
                "symfony/phpunit-bridge": "~2.7"
547
            },
548
            "suggest": {
549
                "ext-intl": "to use the component with locales other than \"en\""
550
            },
551
            "type": "library",
552
            "extra": {
553
                "branch-alias": {
554
                    "dev-master": "2.7-dev"
555
                }
556
            },
557
            "autoload": {
558
                "psr-4": {
559
                    "Symfony\\Component\\Intl\\": ""
560
                },
561
                "classmap": [
562
                    "Resources/stubs"
563
                ],
564
                "files": [
565
                    "Resources/stubs/functions.php"
566
                ]
567
            },
568
            "notification-url": "https://packagist.org/downloads/",
569
            "license": [
570
                "MIT"
571
            ],
572
            "authors": [
573
                {
574
                    "name": "Bernhard Schussek",
575
                    "email": "[email protected]"
576
                },
577
                {
578
                    "name": "Eriksen Costa",
579
                    "email": "[email protected]"
580
                },
581
                {
582
                    "name": "Igor Wiedler",
583
                    "email": "[email protected]"
584
                },
585
                {
586
                    "name": "Symfony Community",
587
                    "homepage": "https://symfony.com/contributors"
588
                }
589
            ],
590
            "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.",
591
            "homepage": "https://symfony.com",
592
            "keywords": [
593
                "i18n",
594
                "icu",
595
                "internationalization",
596
                "intl",
597
                "l10n",
598
                "localization"
599
            ],
600
            "time": "2015-07-31 13:24:29"
601
        },
602
        {
603
            "name": "symfony/options-resolver",
604
            "version": "v2.7.3",
605
            "source": {
606
                "type": "git",
607
                "url": "https://github.com/symfony/OptionsResolver.git",
608
                "reference": "98c313c831e5d99bb393ba1844df91bab2bb5b8b"
609
            },
610
            "dist": {
611
                "type": "zip",
612
                "url": "https://api.github.com/repos/symfony/OptionsResolver/zipball/98c313c831e5d99bb393ba1844df91bab2bb5b8b",
613
                "reference": "98c313c831e5d99bb393ba1844df91bab2bb5b8b",
614
                "shasum": ""
615
            },
616
            "require": {
617
                "php": ">=5.3.9"
618
            },
619
            "require-dev": {
620
                "symfony/phpunit-bridge": "~2.7"
621
            },
622
            "type": "library",
623
            "extra": {
624
                "branch-alias": {
625
                    "dev-master": "2.7-dev"
626
                }
627
            },
628
            "autoload": {
629
                "psr-4": {
630
                    "Symfony\\Component\\OptionsResolver\\": ""
631
                }
632
            },
633
            "notification-url": "https://packagist.org/downloads/",
634
            "license": [
635
                "MIT"
636
            ],
637
            "authors": [
638
                {
639
                    "name": "Fabien Potencier",
640
                    "email": "[email protected]"
641
                },
642
                {
643
                    "name": "Symfony Community",
644
                    "homepage": "https://symfony.com/contributors"
645
                }
646
            ],
647
            "description": "Symfony OptionsResolver Component",
648
            "homepage": "https://symfony.com",
649
            "keywords": [
650
                "config",
651
                "configuration",
652
                "options"
653
            ],
654
            "time": "2015-06-18 19:21:56"
655
        },
656
        {
657
            "name": "symfony/property-access",
658
            "version": "v2.7.3",
659
            "source": {
660
                "type": "git",
661
                "url": "https://github.com/symfony/PropertyAccess.git",
662
                "reference": "e61e1a292c397273f654b15389600fe1d5a210de"
663
            },
664
            "dist": {
665
                "type": "zip",
666
                "url": "https://api.github.com/repos/symfony/PropertyAccess/zipball/e61e1a292c397273f654b15389600fe1d5a210de",
667
                "reference": "e61e1a292c397273f654b15389600fe1d5a210de",
668
                "shasum": ""
669
            },
670
            "require": {
671
                "php": ">=5.3.9"
672
            },
673
            "require-dev": {
674
                "symfony/phpunit-bridge": "~2.7"
675
            },
676
            "type": "library",
677
            "extra": {
678
                "branch-alias": {
679
                    "dev-master": "2.7-dev"
680
                }
681
            },
682
            "autoload": {
683
                "psr-4": {
684
                    "Symfony\\Component\\PropertyAccess\\": ""
685
                }
686
            },
687
            "notification-url": "https://packagist.org/downloads/",
688
            "license": [
689
                "MIT"
690
            ],
691
            "authors": [
692
                {
693
                    "name": "Fabien Potencier",
694
                    "email": "[email protected]"
695
                },
696
                {
697
                    "name": "Symfony Community",
698
                    "homepage": "https://symfony.com/contributors"
699
                }
700
            ],
701
            "description": "Symfony PropertyAccess Component",
702
            "homepage": "https://symfony.com",
703
            "keywords": [
704
                "access",
705
                "array",
706
                "extraction",
707
                "index",
708
                "injection",
709
                "object",
710
                "property",
711
                "property path",
712
                "reflection"
713
            ],
714
            "time": "2015-07-16 12:21:55"
715
        },
716
        {
717
            "name": "symfony/translation",
718
            "version": "v2.7.3",
719
            "source": {
720
                "type": "git",
721
                "url": "https://github.com/symfony/Translation.git",
722
                "reference": "c8dc34cc936152c609cdd722af317e4239d10dd6"
723
            },
724
            "dist": {
725
                "type": "zip",
726
                "url": "https://api.github.com/repos/symfony/Translation/zipball/c8dc34cc936152c609cdd722af317e4239d10dd6",
727
                "reference": "c8dc34cc936152c609cdd722af317e4239d10dd6",
728
                "shasum": ""
729
            },
730
            "require": {
731
                "php": ">=5.3.9"
732
            },
733
            "conflict": {
734
                "symfony/config": "<2.7"
735
            },
736
            "require-dev": {
737
                "psr/log": "~1.0",
738
                "symfony/config": "~2.7",
739
                "symfony/intl": "~2.3",
740
                "symfony/phpunit-bridge": "~2.7",
741
                "symfony/yaml": "~2.2"
742
            },
743
            "suggest": {
744
                "psr/log": "To use logging capability in translator",
745
                "symfony/config": "",
746
                "symfony/yaml": ""
747
            },
748
            "type": "library",
749
            "extra": {
750
                "branch-alias": {
751
                    "dev-master": "2.7-dev"
752
                }
753
            },
754
            "autoload": {
755
                "psr-4": {
756
                    "Symfony\\Component\\Translation\\": ""
757
                }
758
            },
759
            "notification-url": "https://packagist.org/downloads/",
760
            "license": [
761
                "MIT"
762
            ],
763
            "authors": [
764
                {
765
                    "name": "Fabien Potencier",
766
                    "email": "[email protected]"
767
                },
768
                {
769
                    "name": "Symfony Community",
770
                    "homepage": "https://symfony.com/contributors"
771
                }
772
            ],
773
            "description": "Symfony Translation Component",
774
            "homepage": "https://symfony.com",
775
            "time": "2015-07-09 16:07:40"
776
        },
777
        {
778
            "name": "symfony/validator",
779
            "version": "v2.7.3",
780
            "source": {
781
                "type": "git",
782
                "url": "https://github.com/symfony/Validator.git",
783
                "reference": "646df03e635a8a232804274401449ccdf5f03cad"
784
            },
785
            "dist": {
786
                "type": "zip",
787
                "url": "https://api.github.com/repos/symfony/Validator/zipball/646df03e635a8a232804274401449ccdf5f03cad",
788
                "reference": "646df03e635a8a232804274401449ccdf5f03cad",
789
                "shasum": ""
790
            },
791
            "require": {
792
                "php": ">=5.3.9",
793
                "symfony/translation": "~2.4"
794
            },
795
            "require-dev": {
796
                "doctrine/annotations": "~1.0",
797
                "doctrine/cache": "~1.0",
798
                "egulias/email-validator": "~1.2,>=1.2.1",
799
                "symfony/config": "~2.2",
800
                "symfony/expression-language": "~2.4",
801
                "symfony/http-foundation": "~2.1",
802
                "symfony/intl": "~2.3",
803
                "symfony/phpunit-bridge": "~2.7",
804
                "symfony/property-access": "~2.3",
805
                "symfony/yaml": "~2.0,>=2.0.5"
806
            },
807
            "suggest": {
808
                "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
809
                "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
810
                "egulias/email-validator": "Strict (RFC compliant) email validation",
811
                "symfony/config": "",
812
                "symfony/expression-language": "For using the 2.4 Expression validator",
813
                "symfony/http-foundation": "",
814
                "symfony/intl": "",
815
                "symfony/property-access": "For using the 2.4 Validator API",
816
                "symfony/yaml": ""
817
            },
818
            "type": "library",
819
            "extra": {
820
                "branch-alias": {
821
                    "dev-master": "2.7-dev"
822
                }
823
            },
824
            "autoload": {
825
                "psr-4": {
826
                    "Symfony\\Component\\Validator\\": ""
827
                }
828
            },
829
            "notification-url": "https://packagist.org/downloads/",
830
            "license": [
831
                "MIT"
832
            ],
833
            "authors": [
834
                {
835
                    "name": "Fabien Potencier",
836
                    "email": "[email protected]"
837
                },
838
                {
839
                    "name": "Symfony Community",
840
                    "homepage": "https://symfony.com/contributors"
841
                }
842
            ],
843
            "description": "Symfony Validator Component",
844
            "homepage": "https://symfony.com",
845
            "time": "2015-07-31 06:49:15"
846
        },
847
        {
848
            "name": "yubico/u2flib-server",
849
            "version": "0.1.0",
850
            "source": {
851
                "type": "git",
852
                "url": "https://github.com/Yubico/php-u2flib-server.git",
853
                "reference": "71ad5f0b7c796966da356eecd5b583ac852e92a1"
854
            },
855
            "dist": {
856
                "type": "zip",
857
                "url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/71ad5f0b7c796966da356eecd5b583ac852e92a1",
858
                "reference": "71ad5f0b7c796966da356eecd5b583ac852e92a1",
859
                "shasum": ""
860
            },
861
            "require": {
862
                "ext-openssl": "*"
863
            },
864
            "type": "library",
865
            "autoload": {
866
                "classmap": [
867
                    "src/"
868
                ]
869
            },
870
            "notification-url": "https://packagist.org/downloads/",
871
            "license": [
872
                "BSD-2-Clause"
873
            ],
874
            "description": "Library for U2F implementation",
875
            "homepage": "https://developers.yubico.com/php-u2flib-server",
876
            "time": "2015-03-03 08:05:16"
877
        }
878
    ],
879
    "packages-dev": [
880
        {
881
            "name": "behat/behat",
882
            "version": "v2.5.5",
883
            "source": {
884
                "type": "git",
885
                "url": "https://github.com/Behat/Behat.git",
886
                "reference": "c1e48826b84669c97a1efa78459aedfdcdcf2120"
887
            },
888
            "dist": {
889
                "type": "zip",
890
                "url": "https://api.github.com/repos/Behat/Behat/zipball/c1e48826b84669c97a1efa78459aedfdcdcf2120",
891
                "reference": "c1e48826b84669c97a1efa78459aedfdcdcf2120",
892
                "shasum": ""
893
            },
894
            "require": {
895
                "behat/gherkin": "~2.3.0",
896
                "php": ">=5.3.1",
897
                "symfony/config": "~2.3",
898
                "symfony/console": "~2.0",
899
                "symfony/dependency-injection": "~2.0",
900
                "symfony/event-dispatcher": "~2.0",
901
                "symfony/finder": "~2.0",
902
                "symfony/translation": "~2.3",
903
                "symfony/yaml": "~2.0"
904
            },
905
            "require-dev": {
906
                "phpunit/phpunit": "~3.7.19"
907
            },
908
            "suggest": {
909
                "behat/mink-extension": "for integration with Mink testing framework",
910
                "behat/symfony2-extension": "for integration with Symfony2 web framework",
911
                "behat/yii-extension": "for integration with Yii web framework"
912
            },
913
            "bin": [
914
                "bin/behat"
915
            ],
916
            "type": "library",
917
            "autoload": {
918
                "psr-0": {
919
                    "Behat\\Behat": "src/"
920
                }
921
            },
922
            "notification-url": "https://packagist.org/downloads/",
923
            "license": [
924
                "MIT"
925
            ],
926
            "authors": [
927
                {
928
                    "name": "Konstantin Kudryashov",
929
                    "email": "[email protected]",
930
                    "homepage": "http://everzet.com"
931
                }
932
            ],
933
            "description": "Scenario-oriented BDD framework for PHP 5.3",
934
            "homepage": "http://behat.org/",
935
            "keywords": [
936
                "BDD",
937
                "Behat",
938
                "Symfony2"
939
            ],
940
            "time": "2015-06-01 09:37:55"
941
        },
942
        {
943
            "name": "behat/gherkin",
944
            "version": "v2.3.5",
945
            "source": {
946
                "type": "git",
947
                "url": "https://github.com/Behat/Gherkin.git",
948
                "reference": "2b33963da5525400573560c173ab5c9c057e1852"
949
            },
950
            "dist": {
951
                "type": "zip",
952
                "url": "https://api.github.com/repos/Behat/Gherkin/zipball/2b33963da5525400573560c173ab5c9c057e1852",
953
                "reference": "2b33963da5525400573560c173ab5c9c057e1852",
954
                "shasum": ""
955
            },
956
            "require": {
957
                "php": ">=5.3.1",
958
                "symfony/finder": "~2.0"
959
            },
960
            "require-dev": {
961
                "symfony/config": "~2.0",
962
                "symfony/translation": "~2.0",
963
                "symfony/yaml": "~2.0"
964
            },
965
            "suggest": {
966
                "symfony/config": "If you want to use Config component to manage resources",
967
                "symfony/translation": "If you want to use Symfony2 translations adapter",
968
                "symfony/yaml": "If you want to parse features, represented in YAML files"
969
            },
970
            "type": "library",
971
            "extra": {
972
                "branch-alias": {
973
                    "dev-develop": "2.2-dev"
974
                }
975
            },
976
            "autoload": {
977
                "psr-0": {
978
                    "Behat\\Gherkin": "src/"
979
                }
980
            },
981
            "notification-url": "https://packagist.org/downloads/",
982
            "license": [
983
                "MIT"
984
            ],
985
            "authors": [
986
                {
987
                    "name": "Konstantin Kudryashov",
988
                    "email": "[email protected]",
989
                    "homepage": "http://everzet.com"
990
                }
991
            ],
992
            "description": "Gherkin DSL parser for PHP 5.3",
993
            "homepage": "http://behat.org/",
994
            "keywords": [
995
                "BDD",
996
                "Behat",
997
                "DSL",
998
                "Symfony2",
999
                "parser"
1000
            ],
1001
            "time": "2013-10-15 11:22:17"
1002
        },
1003
        {
1004
            "name": "behat/mink",
1005
            "version": "v1.6.1",
1006
            "source": {
1007
                "type": "git",
1008
                "url": "https://github.com/minkphp/Mink.git",
1009
                "reference": "8b68523a339ec991bcd638b39dc8f04f808da88a"
1010
            },
1011
            "dist": {
1012
                "type": "zip",
1013
                "url": "https://api.github.com/repos/minkphp/Mink/zipball/8b68523a339ec991bcd638b39dc8f04f808da88a",
1014
                "reference": "8b68523a339ec991bcd638b39dc8f04f808da88a",
1015
                "shasum": ""
1016
            },
1017
            "require": {
1018
                "php": ">=5.3.1",
1019
                "symfony/css-selector": "~2.0"
1020
            },
1021
            "suggest": {
1022
                "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
1023
                "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
1024
                "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
1025
                "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
1026
            },
1027
            "type": "library",
1028
            "extra": {
1029
                "branch-alias": {
1030
                    "dev-master": "1.6.x-dev"
1031
                }
1032
            },
1033
            "autoload": {
1034
                "psr-4": {
1035
                    "Behat\\Mink\\": "src/"
1036
                }
1037
            },
1038
            "notification-url": "https://packagist.org/downloads/",
1039
            "license": [
1040
                "MIT"
1041
            ],
1042
            "authors": [
1043
                {
1044
                    "name": "Konstantin Kudryashov",
1045
                    "email": "[email protected]",
1046
                    "homepage": "http://everzet.com"
1047
                }
1048
            ],
1049
            "description": "Browser controller/emulator abstraction for PHP",
1050
            "homepage": "http://mink.behat.org/",
1051
            "keywords": [
1052
                "browser",
1053
                "testing",
1054
                "web"
1055
            ],
1056
            "time": "2015-02-04 17:02:06"
1057
        },
1058
        {
1059
            "name": "behat/mink-browserkit-driver",
1060
            "version": "v1.2.0",
1061
            "source": {
1062
                "type": "git",
1063
                "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
1064
                "reference": "aed8f4a596b79014a75254c3e337511c33e38cbd"
1065
            },
1066
            "dist": {
1067
                "type": "zip",
1068
                "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/aed8f4a596b79014a75254c3e337511c33e38cbd",
1069
                "reference": "aed8f4a596b79014a75254c3e337511c33e38cbd",
1070
                "shasum": ""
1071
            },
1072
            "require": {
1073
                "behat/mink": "~1.6@dev",
1074
                "php": ">=5.3.1",
1075
                "symfony/browser-kit": "~2.0",
1076
                "symfony/dom-crawler": "~2.0"
1077
            },
1078
            "require-dev": {
1079
                "silex/silex": "~1.2"
1080
            },
1081
            "type": "mink-driver",
1082
            "extra": {
1083
                "branch-alias": {
1084
                    "dev-master": "1.2.x-dev"
1085
                }
1086
            },
1087
            "autoload": {
1088
                "psr-0": {
1089
                    "Behat\\Mink\\Driver": "src/"
1090
                }
1091
            },
1092
            "notification-url": "https://packagist.org/downloads/",
1093
            "license": [
1094
                "MIT"
1095
            ],
1096
            "authors": [
1097
                {
1098
                    "name": "Konstantin Kudryashov",
1099
                    "email": "[email protected]",
1100
                    "homepage": "http://everzet.com"
1101
                }
1102
            ],
1103
            "description": "Symfony2 BrowserKit driver for Mink framework",
1104
            "homepage": "http://mink.behat.org/",
1105
            "keywords": [
1106
                "Mink",
1107
                "Symfony2",
1108
                "browser",
1109
                "testing"
1110
            ],
1111
            "time": "2014-09-26 11:35:19"
1112
        },
1113
        {
1114
            "name": "behat/mink-extension",
1115
            "version": "v1.3.3",
1116
            "source": {
1117
                "type": "git",
1118
                "url": "https://github.com/Behat/MinkExtension.git",
1119
                "reference": "b885b9407cba50a954f72c69ed1b2f8d3bc694f8"
1120
            },
1121
            "dist": {
1122
                "type": "zip",
1123
                "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/b885b9407cba50a954f72c69ed1b2f8d3bc694f8",
1124
                "reference": "b885b9407cba50a954f72c69ed1b2f8d3bc694f8",
1125
                "shasum": ""
1126
            },
1127
            "require": {
1128
                "behat/behat": "~2.5.0",
1129
                "behat/mink": "~1.5",
1130
                "php": ">=5.3.2",
1131
                "symfony/config": "~2.2"
1132
            },
1133
            "require-dev": {
1134
                "behat/mink-goutte-driver": "~1.0",
1135
                "fabpot/goutte": "~1.0"
1136
            },
1137
            "type": "behat-extension",
1138
            "autoload": {
1139
                "psr-0": {
1140
                    "Behat\\MinkExtension": "src/"
1141
                }
1142
            },
1143
            "notification-url": "https://packagist.org/downloads/",
1144
            "license": [
1145
                "MIT"
1146
            ],
1147
            "authors": [
1148
                {
1149
                    "name": "Konstantin Kudryashov",
1150
                    "email": "[email protected]",
1151
                    "homepage": "http://everzet.com"
1152
                }
1153
            ],
1154
            "description": "Mink extension for Behat",
1155
            "homepage": "http://mink.behat.org",
1156
            "keywords": [
1157
                "browser",
1158
                "gui",
1159
                "test",
1160
                "web"
1161
            ],
1162
            "time": "2014-05-15 19:27:39"
1163
        },
1164
        {
1165
            "name": "behat/mink-goutte-driver",
1166
            "version": "v1.1.0",
1167
            "source": {
1168
                "type": "git",
1169
                "url": "https://github.com/minkphp/MinkGoutteDriver.git",
1170
                "reference": "2bf327b4166694ecaa8ae7f956cb6ae252ecf03e"
1171
            },
1172
            "dist": {
1173
                "type": "zip",
1174
                "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/2bf327b4166694ecaa8ae7f956cb6ae252ecf03e",
1175
                "reference": "2bf327b4166694ecaa8ae7f956cb6ae252ecf03e",
1176
                "shasum": ""
1177
            },
1178
            "require": {
1179
                "behat/mink": "~1.6@dev",
1180
                "behat/mink-browserkit-driver": "~1.2@dev",
1181
                "fabpot/goutte": "~1.0.4|~2.0",
1182
                "php": ">=5.3.1"
1183
            },
1184
            "type": "mink-driver",
1185
            "extra": {
1186
                "branch-alias": {
1187
                    "dev-master": "1.1.x-dev"
1188
                }
1189
            },
1190
            "autoload": {
1191
                "psr-0": {
1192
                    "Behat\\Mink\\Driver": "src/"
1193
                }
1194
            },
1195
            "notification-url": "https://packagist.org/downloads/",
1196
            "license": [
1197
                "MIT"
1198
            ],
1199
            "authors": [
1200
                {
1201
                    "name": "Konstantin Kudryashov",
1202
                    "email": "[email protected]",
1203
                    "homepage": "http://everzet.com"
1204
                }
1205
            ],
1206
            "description": "Goutte driver for Mink framework",
1207
            "homepage": "http://mink.behat.org/",
1208
            "keywords": [
1209
                "browser",
1210
                "goutte",
1211
                "headless",
1212
                "testing"
1213
            ],
1214
            "time": "2014-10-09 09:21:12"
1215
        },
1216
        {
1217
            "name": "behat/mink-selenium2-driver",
1218
            "version": "v1.2.0",
1219
            "source": {
1220
                "type": "git",
1221
                "url": "https://github.com/minkphp/MinkSelenium2Driver.git",
1222
                "reference": "8018fee80bf6573f909ece3e0dfc07d0eb352210"
1223
            },
1224
            "dist": {
1225
                "type": "zip",
1226
                "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/8018fee80bf6573f909ece3e0dfc07d0eb352210",
1227
                "reference": "8018fee80bf6573f909ece3e0dfc07d0eb352210",
1228
                "shasum": ""
1229
            },
1230
            "require": {
1231
                "behat/mink": "~1.6@dev",
1232
                "instaclick/php-webdriver": "~1.1",
1233
                "php": ">=5.3.1"
1234
            },
1235
            "type": "mink-driver",
1236
            "extra": {
1237
                "branch-alias": {
1238
                    "dev-master": "1.2.x-dev"
1239
                }
1240
            },
1241
            "autoload": {
1242
                "psr-0": {
1243
                    "Behat\\Mink\\Driver": "src/"
1244
                }
1245
            },
1246
            "notification-url": "https://packagist.org/downloads/",
1247
            "license": [
1248
                "MIT"
1249
            ],
1250
            "authors": [
1251
                {
1252
                    "name": "Konstantin Kudryashov",
1253
                    "email": "[email protected]",
1254
                    "homepage": "http://everzet.com"
1255
                },
1256
                {
1257
                    "name": "Pete Otaqui",
1258
                    "email": "[email protected]",
1259
                    "homepage": "https://github.com/pete-otaqui"
1260
                }
1261
            ],
1262
            "description": "Selenium2 (WebDriver) driver for Mink framework",
1263
            "homepage": "http://mink.behat.org/",
1264
            "keywords": [
1265
                "ajax",
1266
                "browser",
1267
                "javascript",
1268
                "selenium",
1269
                "testing",
1270
                "webdriver"
1271
            ],
1272
            "time": "2014-09-29 13:12:12"
1273
        },
1274
        {
1275
            "name": "camspiers/json-pretty",
1276
            "version": "1.0.0",
1277
            "source": {
1278
                "type": "git",
1279
                "url": "https://github.com/camspiers/json-pretty.git",
1280
                "reference": "2378ac3e8e798e9c55bd3c194238cde35af93817"
1281
            },
1282
            "dist": {
1283
                "type": "zip",
1284
                "url": "https://api.github.com/repos/camspiers/json-pretty/zipball/2378ac3e8e798e9c55bd3c194238cde35af93817",
1285
                "reference": "2378ac3e8e798e9c55bd3c194238cde35af93817",
1286
                "shasum": ""
1287
            },
1288
            "require-dev": {
1289
                "phpunit/phpunit": "3.7.*"
1290
            },
1291
            "suggest": {
1292
                "pimple/pimple": "Useful for dependency injection"
1293
            },
1294
            "type": "library",
1295
            "autoload": {
1296
                "psr-0": {
1297
                    "Camspiers": "src/"
1298
                }
1299
            },
1300
            "notification-url": "https://packagist.org/downloads/",
1301
            "license": [
1302
                "MIT"
1303
            ],
1304
            "authors": [
1305
                {
1306
                    "name": "Cam Spiers",
1307
                    "email": "[email protected]",
1308
                    "homepage": "https://github.com/camspiers/",
1309
                    "role": "Developer"
1310
                }
1311
            ],
1312
            "description": "Provides support for json pretty printing in php 5.3",
1313
            "time": "2014-01-24 12:31:00"
1314
        },
1315
        {
1316
            "name": "doctrine/annotations",
1317
            "version": "v1.2.6",
1318
            "source": {
1319
                "type": "git",
1320
                "url": "https://github.com/doctrine/annotations.git",
1321
                "reference": "f4a91702ca3cd2e568c3736aa031ed00c3752af4"
1322
            },
1323
            "dist": {
1324
                "type": "zip",
1325
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f4a91702ca3cd2e568c3736aa031ed00c3752af4",
1326
                "reference": "f4a91702ca3cd2e568c3736aa031ed00c3752af4",
1327
                "shasum": ""
1328
            },
1329
            "require": {
1330
                "doctrine/lexer": "1.*",
1331
                "php": ">=5.3.2"
1332
            },
1333
            "require-dev": {
1334
                "doctrine/cache": "1.*",
1335
                "phpunit/phpunit": "4.*"
1336
            },
1337
            "type": "library",
1338
            "extra": {
1339
                "branch-alias": {
1340
                    "dev-master": "1.3.x-dev"
1341
                }
1342
            },
1343
            "autoload": {
1344
                "psr-0": {
1345
                    "Doctrine\\Common\\Annotations\\": "lib/"
1346
                }
1347
            },
1348
            "notification-url": "https://packagist.org/downloads/",
1349
            "license": [
1350
                "MIT"
1351
            ],
1352
            "authors": [
1353
                {
1354
                    "name": "Roman Borschel",
1355
                    "email": "[email protected]"
1356
                },
1357
                {
1358
                    "name": "Benjamin Eberlei",
1359
                    "email": "[email protected]"
1360
                },
1361
                {
1362
                    "name": "Guilherme Blanco",
1363
                    "email": "[email protected]"
1364
                },
1365
                {
1366
                    "name": "Jonathan Wage",
1367
                    "email": "[email protected]"
1368
                },
1369
                {
1370
                    "name": "Johannes Schmitt",
1371
                    "email": "[email protected]"
1372
                }
1373
            ],
1374
            "description": "Docblock Annotations Parser",
1375
            "homepage": "http://www.doctrine-project.org",
1376
            "keywords": [
1377
                "annotations",
1378
                "docblock",
1379
                "parser"
1380
            ],
1381
            "time": "2015-06-17 12:21:22"
1382
        },
1383
        {
1384
            "name": "doctrine/instantiator",
1385
            "version": "1.0.5",
1386
            "source": {
1387
                "type": "git",
1388
                "url": "https://github.com/doctrine/instantiator.git",
1389
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
1390
            },
1391
            "dist": {
1392
                "type": "zip",
1393
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
1394
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
1395
                "shasum": ""
1396
            },
1397
            "require": {
1398
                "php": ">=5.3,<8.0-DEV"
1399
            },
1400
            "require-dev": {
1401
                "athletic/athletic": "~0.1.8",
1402
                "ext-pdo": "*",
1403
                "ext-phar": "*",
1404
                "phpunit/phpunit": "~4.0",
1405
                "squizlabs/php_codesniffer": "~2.0"
1406
            },
1407
            "type": "library",
1408
            "extra": {
1409
                "branch-alias": {
1410
                    "dev-master": "1.0.x-dev"
1411
                }
1412
            },
1413
            "autoload": {
1414
                "psr-4": {
1415
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1416
                }
1417
            },
1418
            "notification-url": "https://packagist.org/downloads/",
1419
            "license": [
1420
                "MIT"
1421
            ],
1422
            "authors": [
1423
                {
1424
                    "name": "Marco Pivetta",
1425
                    "email": "[email protected]",
1426
                    "homepage": "http://ocramius.github.com/"
1427
                }
1428
            ],
1429
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1430
            "homepage": "https://github.com/doctrine/instantiator",
1431
            "keywords": [
1432
                "constructor",
1433
                "instantiate"
1434
            ],
1435
            "time": "2015-06-14 21:17:01"
1436
        },
1437
        {
1438
            "name": "doctrine/lexer",
1439
            "version": "v1.0.1",
1440
            "source": {
1441
                "type": "git",
1442
                "url": "https://github.com/doctrine/lexer.git",
1443
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
1444
            },
1445
            "dist": {
1446
                "type": "zip",
1447
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
1448
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
1449
                "shasum": ""
1450
            },
1451
            "require": {
1452
                "php": ">=5.3.2"
1453
            },
1454
            "type": "library",
1455
            "extra": {
1456
                "branch-alias": {
1457
                    "dev-master": "1.0.x-dev"
1458
                }
1459
            },
1460
            "autoload": {
1461
                "psr-0": {
1462
                    "Doctrine\\Common\\Lexer\\": "lib/"
1463
                }
1464
            },
1465
            "notification-url": "https://packagist.org/downloads/",
1466
            "license": [
1467
                "MIT"
1468
            ],
1469
            "authors": [
1470
                {
1471
                    "name": "Roman Borschel",
1472
                    "email": "[email protected]"
1473
                },
1474
                {
1475
                    "name": "Guilherme Blanco",
1476
                    "email": "[email protected]"
1477
                },
1478
                {
1479
                    "name": "Johannes Schmitt",
1480
                    "email": "[email protected]"
1481
                }
1482
            ],
1483
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
1484
            "homepage": "http://www.doctrine-project.org",
1485
            "keywords": [
1486
                "lexer",
1487
                "parser"
1488
            ],
1489
            "time": "2014-09-09 13:34:57"
1490
        },
1491
        {
1492
            "name": "fabpot/goutte",
1493
            "version": "v2.0.4",
1494
            "source": {
1495
                "type": "git",
1496
                "url": "https://github.com/FriendsOfPHP/Goutte.git",
1497
                "reference": "0ad3ee6dc2d0aaa832a80041a1e09bf394e99802"
1498
            },
1499
            "dist": {
1500
                "type": "zip",
1501
                "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/0ad3ee6dc2d0aaa832a80041a1e09bf394e99802",
1502
                "reference": "0ad3ee6dc2d0aaa832a80041a1e09bf394e99802",
1503
                "shasum": ""
1504
            },
1505
            "require": {
1506
                "guzzlehttp/guzzle": ">=4,<6",
1507
                "php": ">=5.4.0",
1508
                "symfony/browser-kit": "~2.1",
1509
                "symfony/css-selector": "~2.1",
1510
                "symfony/dom-crawler": "~2.1"
1511
            },
1512
            "type": "application",
1513
            "extra": {
1514
                "branch-alias": {
1515
                    "dev-master": "2.0-dev"
1516
                }
1517
            },
1518
            "autoload": {
1519
                "psr-4": {
1520
                    "Goutte\\": "Goutte"
1521
                }
1522
            },
1523
            "notification-url": "https://packagist.org/downloads/",
1524
            "license": [
1525
                "MIT"
1526
            ],
1527
            "authors": [
1528
                {
1529
                    "name": "Fabien Potencier",
1530
                    "email": "[email protected]"
1531
                }
1532
            ],
1533
            "description": "A simple PHP Web Scraper",
1534
            "homepage": "https://github.com/FriendsOfPHP/Goutte",
1535
            "keywords": [
1536
                "scraper"
1537
            ],
1538
            "time": "2015-05-05 21:14:57"
1539
        },
1540
        {
1541
            "name": "guzzlehttp/guzzle",
1542
            "version": "5.3.0",
1543
            "source": {
1544
                "type": "git",
1545
                "url": "https://github.com/guzzle/guzzle.git",
1546
                "reference": "f3c8c22471cb55475105c14769644a49c3262b93"
1547
            },
1548
            "dist": {
1549
                "type": "zip",
1550
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f3c8c22471cb55475105c14769644a49c3262b93",
1551
                "reference": "f3c8c22471cb55475105c14769644a49c3262b93",
1552
                "shasum": ""
1553
            },
1554
            "require": {
1555
                "guzzlehttp/ringphp": "^1.1",
1556
                "php": ">=5.4.0"
1557
            },
1558
            "require-dev": {
1559
                "ext-curl": "*",
1560
                "phpunit/phpunit": "^4.0",
1561
                "psr/log": "^1.0"
1562
            },
1563
            "type": "library",
1564
            "extra": {
1565
                "branch-alias": {
1566
                    "dev-master": "5.0-dev"
1567
                }
1568
            },
1569
            "autoload": {
1570
                "psr-4": {
1571
                    "GuzzleHttp\\": "src/"
1572
                }
1573
            },
1574
            "notification-url": "https://packagist.org/downloads/",
1575
            "license": [
1576
                "MIT"
1577
            ],
1578
            "authors": [
1579
                {
1580
                    "name": "Michael Dowling",
1581
                    "email": "[email protected]",
1582
                    "homepage": "https://github.com/mtdowling"
1583
                }
1584
            ],
1585
            "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
1586
            "homepage": "http://guzzlephp.org/",
1587
            "keywords": [
1588
                "client",
1589
                "curl",
1590
                "framework",
1591
                "http",
1592
                "http client",
1593
                "rest",
1594
                "web service"
1595
            ],
1596
            "time": "2015-05-20 03:47:55"
1597
        },
1598
        {
1599
            "name": "guzzlehttp/ringphp",
1600
            "version": "1.1.0",
1601
            "source": {
1602
                "type": "git",
1603
                "url": "https://github.com/guzzle/RingPHP.git",
1604
                "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b"
1605
            },
1606
            "dist": {
1607
                "type": "zip",
1608
                "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
1609
                "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
1610
                "shasum": ""
1611
            },
1612
            "require": {
1613
                "guzzlehttp/streams": "~3.0",
1614
                "php": ">=5.4.0",
1615
                "react/promise": "~2.0"
1616
            },
1617
            "require-dev": {
1618
                "ext-curl": "*",
1619
                "phpunit/phpunit": "~4.0"
1620
            },
1621
            "suggest": {
1622
                "ext-curl": "Guzzle will use specific adapters if cURL is present"
1623
            },
1624
            "type": "library",
1625
            "extra": {
1626
                "branch-alias": {
1627
                    "dev-master": "1.1-dev"
1628
                }
1629
            },
1630
            "autoload": {
1631
                "psr-4": {
1632
                    "GuzzleHttp\\Ring\\": "src/"
1633
                }
1634
            },
1635
            "notification-url": "https://packagist.org/downloads/",
1636
            "license": [
1637
                "MIT"
1638
            ],
1639
            "authors": [
1640
                {
1641
                    "name": "Michael Dowling",
1642
                    "email": "[email protected]",
1643
                    "homepage": "https://github.com/mtdowling"
1644
                }
1645
            ],
1646
            "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
1647
            "time": "2015-05-20 03:37:09"
1648
        },
1649
        {
1650
            "name": "guzzlehttp/streams",
1651
            "version": "3.0.0",
1652
            "source": {
1653
                "type": "git",
1654
                "url": "https://github.com/guzzle/streams.git",
1655
                "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
1656
            },
1657
            "dist": {
1658
                "type": "zip",
1659
                "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
1660
                "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
1661
                "shasum": ""
1662
            },
1663
            "require": {
1664
                "php": ">=5.4.0"
1665
            },
1666
            "require-dev": {
1667
                "phpunit/phpunit": "~4.0"
1668
            },
1669
            "type": "library",
1670
            "extra": {
1671
                "branch-alias": {
1672
                    "dev-master": "3.0-dev"
1673
                }
1674
            },
1675
            "autoload": {
1676
                "psr-4": {
1677
                    "GuzzleHttp\\Stream\\": "src/"
1678
                }
1679
            },
1680
            "notification-url": "https://packagist.org/downloads/",
1681
            "license": [
1682
                "MIT"
1683
            ],
1684
            "authors": [
1685
                {
1686
                    "name": "Michael Dowling",
1687
                    "email": "[email protected]",
1688
                    "homepage": "https://github.com/mtdowling"
1689
                }
1690
            ],
1691
            "description": "Provides a simple abstraction over streams of data",
1692
            "homepage": "http://guzzlephp.org/",
1693
            "keywords": [
1694
                "Guzzle",
1695
                "stream"
1696
            ],
1697
            "time": "2014-10-12 19:18:40"
1698
        },
1699
        {
1700
            "name": "hamcrest/hamcrest-php",
1701
            "version": "v1.2.2",
1702
            "source": {
1703
                "type": "git",
1704
                "url": "https://github.com/hamcrest/hamcrest-php.git",
1705
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
1706
            },
1707
            "dist": {
1708
                "type": "zip",
1709
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
1710
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
1711
                "shasum": ""
1712
            },
1713
            "require": {
1714
                "php": ">=5.3.2"
1715
            },
1716
            "replace": {
1717
                "cordoval/hamcrest-php": "*",
1718
                "davedevelopment/hamcrest-php": "*",
1719
                "kodova/hamcrest-php": "*"
1720
            },
1721
            "require-dev": {
1722
                "phpunit/php-file-iterator": "1.3.3",
1723
                "satooshi/php-coveralls": "dev-master"
1724
            },
1725
            "type": "library",
1726
            "autoload": {
1727
                "classmap": [
1728
                    "hamcrest"
1729
                ],
1730
                "files": [
1731
                    "hamcrest/Hamcrest.php"
1732
                ]
1733
            },
1734
            "notification-url": "https://packagist.org/downloads/",
1735
            "license": [
1736
                "BSD"
1737
            ],
1738
            "description": "This is the PHP port of Hamcrest Matchers",
1739
            "keywords": [
1740
                "test"
1741
            ],
1742
            "time": "2015-05-11 14:41:42"
1743
        },
1744
        {
1745
            "name": "ibuildings/qa-tools",
1746
            "version": "1.1.27",
1747
            "source": {
1748
                "type": "git",
1749
                "url": "https://github.com/ibuildingsnl/qa-tools.git",
1750
                "reference": "8ad25e0a919aa0ed7ceb00abbe1d80a0dae929dd"
1751
            },
1752
            "dist": {
1753
                "type": "zip",
1754
                "url": "https://api.github.com/repos/ibuildingsnl/qa-tools/zipball/8ad25e0a919aa0ed7ceb00abbe1d80a0dae929dd",
1755
                "reference": "8ad25e0a919aa0ed7ceb00abbe1d80a0dae929dd",
1756
                "shasum": ""
1757
            },
1758
            "require": {
1759
                "behat/behat": "~2.5",
1760
                "behat/mink": "*",
1761
                "behat/mink-extension": "*",
1762
                "behat/mink-goutte-driver": ">=1.0.9",
1763
                "behat/mink-selenium2-driver": "*",
1764
                "camspiers/json-pretty": "~1.0",
1765
                "phpmd/phpmd": "~2",
1766
                "phpunit/phpunit": "~4",
1767
                "sebastian/phpcpd": "~2",
1768
                "sensiolabs/security-checker": "~2.0",
1769
                "squizlabs/php_codesniffer": "~1",
1770
                "symfony/console": "~2.1",
1771
                "symfony/filesystem": "~2.1",
1772
                "twig/twig": "~1.12"
1773
            },
1774
            "bin": [
1775
                "bin/qa-tools",
1776
                "bin/jshint"
1777
            ],
1778
            "type": "library",
1779
            "extra": {
1780
                "branch-alias": {
1781
                    "dev-master": "1.1.x-dev"
1782
                }
1783
            },
1784
            "autoload": {
1785
                "psr-0": {
1786
                    "Ibuildings": "src/"
1787
                }
1788
            },
1789
            "notification-url": "https://packagist.org/downloads/",
1790
            "license": [
1791
                "MIT"
1792
            ],
1793
            "description": "Ibuildings standard QA Tools",
1794
            "time": "2014-10-06 10:35:34"
1795
        },
1796
        {
1797
            "name": "instaclick/php-webdriver",
1798
            "version": "1.4.3",
1799
            "source": {
1800
                "type": "git",
1801
                "url": "https://github.com/instaclick/php-webdriver.git",
1802
                "reference": "0c20707dcf30a32728fd6bdeeab996c887fdb2fb"
1803
            },
1804
            "dist": {
1805
                "type": "zip",
1806
                "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/0c20707dcf30a32728fd6bdeeab996c887fdb2fb",
1807
                "reference": "0c20707dcf30a32728fd6bdeeab996c887fdb2fb",
1808
                "shasum": ""
1809
            },
1810
            "require": {
1811
                "ext-curl": "*",
1812
                "php": ">=5.3.2"
1813
            },
1814
            "require-dev": {
1815
                "satooshi/php-coveralls": "dev-master"
1816
            },
1817
            "type": "library",
1818
            "extra": {
1819
                "branch-alias": {
1820
                    "dev-master": "1.4.x-dev"
1821
                }
1822
            },
1823
            "autoload": {
1824
                "psr-0": {
1825
                    "WebDriver": "lib/"
1826
                }
1827
            },
1828
            "notification-url": "https://packagist.org/downloads/",
1829
            "license": [
1830
                "Apache-2.0"
1831
            ],
1832
            "authors": [
1833
                {
1834
                    "name": "Justin Bishop",
1835
                    "email": "[email protected]",
1836
                    "role": "Developer"
1837
                },
1838
                {
1839
                    "name": "Anthon Pang",
1840
                    "email": "[email protected]",
1841
                    "role": "Fork Maintainer"
1842
                }
1843
            ],
1844
            "description": "PHP WebDriver for Selenium 2",
1845
            "homepage": "http://instaclick.com/",
1846
            "keywords": [
1847
                "browser",
1848
                "selenium",
1849
                "webdriver",
1850
                "webtest"
1851
            ],
1852
            "time": "2015-06-15 20:19:33"
1853
        },
1854
        {
1855
            "name": "liip/rmt",
1856
            "version": "1.1.9",
1857
            "source": {
1858
                "type": "git",
1859
                "url": "https://github.com/liip/RMT.git",
1860
                "reference": "81ecd50b0910a2e6a052e2d34f187922626c4e07"
1861
            },
1862
            "dist": {
1863
                "type": "zip",
1864
                "url": "https://api.github.com/repos/liip/RMT/zipball/81ecd50b0910a2e6a052e2d34f187922626c4e07",
1865
                "reference": "81ecd50b0910a2e6a052e2d34f187922626c4e07",
1866
                "shasum": ""
1867
            },
1868
            "require": {
1869
                "php": ">=5.3.3",
1870
                "sensiolabs/security-checker": "~2.0",
1871
                "symfony/console": "~2.0",
1872
                "symfony/process": "~2.0",
1873
                "symfony/yaml": "~2.0",
1874
                "vierbergenlars/php-semver": "~3.0"
1875
            },
1876
            "bin": [
1877
                "RMT"
1878
            ],
1879
            "type": "library",
1880
            "autoload": {
1881
                "psr-0": {
1882
                    "Liip": "src"
1883
                }
1884
            },
1885
            "notification-url": "https://packagist.org/downloads/",
1886
            "license": [
1887
                "MIT"
1888
            ],
1889
            "authors": [
1890
                {
1891
                    "name": "Laurent Prodon",
1892
                    "email": "[email protected]",
1893
                    "role": "Developer"
1894
                },
1895
                {
1896
                    "name": "David Jeanmonod",
1897
                    "email": "[email protected]",
1898
                    "role": "Developer"
1899
                }
1900
            ],
1901
            "description": "Release Managment Tool: a handy tool to help releasing new version of your software",
1902
            "homepage": "http://github.com/liip/RMT",
1903
            "keywords": [
1904
                "post-release",
1905
                "pre-release",
1906
                "release",
1907
                "semantic versioning",
1908
                "vcs tag",
1909
                "version"
1910
            ],
1911
            "time": "2015-05-06 20:11:13"
1912
        },
1913
        {
1914
            "name": "matthiasnoback/symfony-config-test",
1915
            "version": "1.2.0",
1916
            "source": {
1917
                "type": "git",
1918
                "url": "https://github.com/matthiasnoback/SymfonyConfigTest.git",
1919
                "reference": "9e1d553cc5b3900b48e8d4074d84cc7a02c958d1"
1920
            },
1921
            "dist": {
1922
                "type": "zip",
1923
                "url": "https://api.github.com/repos/matthiasnoback/SymfonyConfigTest/zipball/9e1d553cc5b3900b48e8d4074d84cc7a02c958d1",
1924
                "reference": "9e1d553cc5b3900b48e8d4074d84cc7a02c958d1",
1925
                "shasum": ""
1926
            },
1927
            "require": {
1928
                "php": ">=5.3",
1929
                "symfony/config": "2.*"
1930
            },
1931
            "require-dev": {
1932
                "phpunit/phpunit": ">=3.7",
1933
                "sebastian/exporter": "1.*"
1934
            },
1935
            "type": "library",
1936
            "autoload": {
1937
                "psr-4": {
1938
                    "Matthias\\SymfonyConfigTest\\": ""
1939
                }
1940
            },
1941
            "notification-url": "https://packagist.org/downloads/",
1942
            "license": [
1943
                "MIT"
1944
            ],
1945
            "authors": [
1946
                {
1947
                    "name": "Matthias Noback",
1948
                    "email": "[email protected]",
1949
                    "homepage": "http://php-and-symfony.matthiasnoback.nl"
1950
                }
1951
            ],
1952
            "description": "Library for testing user classes related to the Symfony Config Component",
1953
            "homepage": "https://github.com/matthiasnoback/SymfonyConfigTest",
1954
            "keywords": [
1955
                "config",
1956
                "phpunit",
1957
                "symfony"
1958
            ],
1959
            "time": "2015-04-20 08:58:05"
1960
        },
1961
        {
1962
            "name": "mockery/mockery",
1963
            "version": "0.9.4",
1964
            "source": {
1965
                "type": "git",
1966
                "url": "https://github.com/padraic/mockery.git",
1967
                "reference": "70bba85e4aabc9449626651f48b9018ede04f86b"
1968
            },
1969
            "dist": {
1970
                "type": "zip",
1971
                "url": "https://api.github.com/repos/padraic/mockery/zipball/70bba85e4aabc9449626651f48b9018ede04f86b",
1972
                "reference": "70bba85e4aabc9449626651f48b9018ede04f86b",
1973
                "shasum": ""
1974
            },
1975
            "require": {
1976
                "hamcrest/hamcrest-php": "~1.1",
1977
                "lib-pcre": ">=7.0",
1978
                "php": ">=5.3.2"
1979
            },
1980
            "require-dev": {
1981
                "phpunit/phpunit": "~4.0"
1982
            },
1983
            "type": "library",
1984
            "extra": {
1985
                "branch-alias": {
1986
                    "dev-master": "0.9.x-dev"
1987
                }
1988
            },
1989
            "autoload": {
1990
                "psr-0": {
1991
                    "Mockery": "library/"
1992
                }
1993
            },
1994
            "notification-url": "https://packagist.org/downloads/",
1995
            "license": [
1996
                "BSD-3-Clause"
1997
            ],
1998
            "authors": [
1999
                {
2000
                    "name": "Pádraic Brady",
2001
                    "email": "[email protected]",
2002
                    "homepage": "http://blog.astrumfutura.com"
2003
                },
2004
                {
2005
                    "name": "Dave Marshall",
2006
                    "email": "[email protected]",
2007
                    "homepage": "http://davedevelopment.co.uk"
2008
                }
2009
            ],
2010
            "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.",
2011
            "homepage": "http://github.com/padraic/mockery",
2012
            "keywords": [
2013
                "BDD",
2014
                "TDD",
2015
                "library",
2016
                "mock",
2017
                "mock objects",
2018
                "mockery",
2019
                "stub",
2020
                "test",
2021
                "test double",
2022
                "testing"
2023
            ],
2024
            "time": "2015-04-02 19:54:00"
2025
        },
2026
        {
2027
            "name": "pdepend/pdepend",
2028
            "version": "2.1.0",
2029
            "source": {
2030
                "type": "git",
2031
                "url": "https://github.com/pdepend/pdepend.git",
2032
                "reference": "f58902a774449f73f1a1d9cd1a07aeac8fbee367"
2033
            },
2034
            "dist": {
2035
                "type": "zip",
2036
                "url": "https://api.github.com/repos/pdepend/pdepend/zipball/f58902a774449f73f1a1d9cd1a07aeac8fbee367",
2037
                "reference": "f58902a774449f73f1a1d9cd1a07aeac8fbee367",
2038
                "shasum": ""
2039
            },
2040
            "require": {
2041
                "symfony/config": ">=2.4",
2042
                "symfony/dependency-injection": ">=2.4",
2043
                "symfony/filesystem": ">=2.4"
2044
            },
2045
            "require-dev": {
2046
                "phpunit/phpunit": "4.*@stable",
2047
                "squizlabs/php_codesniffer": "@stable"
2048
            },
2049
            "bin": [
2050
                "src/bin/pdepend"
2051
            ],
2052
            "type": "library",
2053
            "autoload": {
2054
                "psr-0": {
2055
                    "PDepend\\": "src/main/php/"
2056
                }
2057
            },
2058
            "notification-url": "https://packagist.org/downloads/",
2059
            "license": [
2060
                "BSD-3-Clause"
2061
            ],
2062
            "description": "Official version of pdepend to be handled with Composer",
2063
            "time": "2015-05-21 18:09:06"
2064
        },
2065
        {
2066
            "name": "phpdocumentor/reflection-docblock",
2067
            "version": "2.0.4",
2068
            "source": {
2069
                "type": "git",
2070
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2071
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
2072
            },
2073
            "dist": {
2074
                "type": "zip",
2075
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
2076
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
2077
                "shasum": ""
2078
            },
2079
            "require": {
2080
                "php": ">=5.3.3"
2081
            },
2082
            "require-dev": {
2083
                "phpunit/phpunit": "~4.0"
2084
            },
2085
            "suggest": {
2086
                "dflydev/markdown": "~1.0",
2087
                "erusev/parsedown": "~1.0"
2088
            },
2089
            "type": "library",
2090
            "extra": {
2091
                "branch-alias": {
2092
                    "dev-master": "2.0.x-dev"
2093
                }
2094
            },
2095
            "autoload": {
2096
                "psr-0": {
2097
                    "phpDocumentor": [
2098
                        "src/"
2099
                    ]
2100
                }
2101
            },
2102
            "notification-url": "https://packagist.org/downloads/",
2103
            "license": [
2104
                "MIT"
2105
            ],
2106
            "authors": [
2107
                {
2108
                    "name": "Mike van Riel",
2109
                    "email": "[email protected]"
2110
                }
2111
            ],
2112
            "time": "2015-02-03 12:10:50"
2113
        },
2114
        {
2115
            "name": "phpmd/phpmd",
2116
            "version": "2.2.3",
2117
            "source": {
2118
                "type": "git",
2119
                "url": "https://github.com/phpmd/phpmd.git",
2120
                "reference": "5eeb5a4d39c8304910b33ae49f8813905346cc35"
2121
            },
2122
            "dist": {
2123
                "type": "zip",
2124
                "url": "https://api.github.com/repos/phpmd/phpmd/zipball/5eeb5a4d39c8304910b33ae49f8813905346cc35",
2125
                "reference": "5eeb5a4d39c8304910b33ae49f8813905346cc35",
2126
                "shasum": ""
2127
            },
2128
            "require": {
2129
                "pdepend/pdepend": "~2.0",
2130
                "php": ">=5.3.0",
2131
                "symfony/config": ">=2.4",
2132
                "symfony/dependency-injection": ">=2.4",
2133
                "symfony/filesystem": ">=2.4"
2134
            },
2135
            "require-dev": {
2136
                "phpunit/phpunit": "*",
2137
                "squizlabs/php_codesniffer": "*"
2138
            },
2139
            "bin": [
2140
                "src/bin/phpmd"
2141
            ],
2142
            "type": "project",
2143
            "autoload": {
2144
                "psr-0": {
2145
                    "PHPMD\\": "src/main/php"
2146
                }
2147
            },
2148
            "notification-url": "https://packagist.org/downloads/",
2149
            "license": [
2150
                "BSD-3-Clause"
2151
            ],
2152
            "authors": [
2153
                {
2154
                    "name": "Manuel Pichler",
2155
                    "email": "[email protected]",
2156
                    "homepage": "https://github.com/manuelpichler",
2157
                    "role": "Project founder"
2158
                },
2159
                {
2160
                    "name": "Other contributors",
2161
                    "homepage": "https://github.com/phpmd/phpmd/graphs/contributors",
2162
                    "role": "Contributors"
2163
                }
2164
            ],
2165
            "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
2166
            "homepage": "http://phpmd.org/",
2167
            "keywords": [
2168
                "mess detection",
2169
                "mess detector",
2170
                "pdepend",
2171
                "phpmd",
2172
                "pmd"
2173
            ],
2174
            "time": "2015-05-27 18:16:57"
2175
        },
2176
        {
2177
            "name": "phpspec/prophecy",
2178
            "version": "v1.5.0",
2179
            "source": {
2180
                "type": "git",
2181
                "url": "https://github.com/phpspec/prophecy.git",
2182
                "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
2183
            },
2184
            "dist": {
2185
                "type": "zip",
2186
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
2187
                "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
2188
                "shasum": ""
2189
            },
2190
            "require": {
2191
                "doctrine/instantiator": "^1.0.2",
2192
                "phpdocumentor/reflection-docblock": "~2.0",
2193
                "sebastian/comparator": "~1.1"
2194
            },
2195
            "require-dev": {
2196
                "phpspec/phpspec": "~2.0"
2197
            },
2198
            "type": "library",
2199
            "extra": {
2200
                "branch-alias": {
2201
                    "dev-master": "1.4.x-dev"
2202
                }
2203
            },
2204
            "autoload": {
2205
                "psr-0": {
2206
                    "Prophecy\\": "src/"
2207
                }
2208
            },
2209
            "notification-url": "https://packagist.org/downloads/",
2210
            "license": [
2211
                "MIT"
2212
            ],
2213
            "authors": [
2214
                {
2215
                    "name": "Konstantin Kudryashov",
2216
                    "email": "[email protected]",
2217
                    "homepage": "http://everzet.com"
2218
                },
2219
                {
2220
                    "name": "Marcello Duarte",
2221
                    "email": "[email protected]"
2222
                }
2223
            ],
2224
            "description": "Highly opinionated mocking framework for PHP 5.3+",
2225
            "homepage": "https://github.com/phpspec/prophecy",
2226
            "keywords": [
2227
                "Double",
2228
                "Dummy",
2229
                "fake",
2230
                "mock",
2231
                "spy",
2232
                "stub"
2233
            ],
2234
            "time": "2015-08-13 10:07:40"
2235
        },
2236
        {
2237
            "name": "phpunit/php-code-coverage",
2238
            "version": "2.2.2",
2239
            "source": {
2240
                "type": "git",
2241
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2242
                "reference": "2d7c03c0e4e080901b8f33b2897b0577be18a13c"
2243
            },
2244
            "dist": {
2245
                "type": "zip",
2246
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2d7c03c0e4e080901b8f33b2897b0577be18a13c",
2247
                "reference": "2d7c03c0e4e080901b8f33b2897b0577be18a13c",
2248
                "shasum": ""
2249
            },
2250
            "require": {
2251
                "php": ">=5.3.3",
2252
                "phpunit/php-file-iterator": "~1.3",
2253
                "phpunit/php-text-template": "~1.2",
2254
                "phpunit/php-token-stream": "~1.3",
2255
                "sebastian/environment": "^1.3.2",
2256
                "sebastian/version": "~1.0"
2257
            },
2258
            "require-dev": {
2259
                "ext-xdebug": ">=2.1.4",
2260
                "phpunit/phpunit": "~4"
2261
            },
2262
            "suggest": {
2263
                "ext-dom": "*",
2264
                "ext-xdebug": ">=2.2.1",
2265
                "ext-xmlwriter": "*"
2266
            },
2267
            "type": "library",
2268
            "extra": {
2269
                "branch-alias": {
2270
                    "dev-master": "2.2.x-dev"
2271
                }
2272
            },
2273
            "autoload": {
2274
                "classmap": [
2275
                    "src/"
2276
                ]
2277
            },
2278
            "notification-url": "https://packagist.org/downloads/",
2279
            "license": [
2280
                "BSD-3-Clause"
2281
            ],
2282
            "authors": [
2283
                {
2284
                    "name": "Sebastian Bergmann",
2285
                    "email": "[email protected]",
2286
                    "role": "lead"
2287
                }
2288
            ],
2289
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2290
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2291
            "keywords": [
2292
                "coverage",
2293
                "testing",
2294
                "xunit"
2295
            ],
2296
            "time": "2015-08-04 03:42:39"
2297
        },
2298
        {
2299
            "name": "phpunit/php-file-iterator",
2300
            "version": "1.4.1",
2301
            "source": {
2302
                "type": "git",
2303
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2304
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
2305
            },
2306
            "dist": {
2307
                "type": "zip",
2308
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
2309
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
2310
                "shasum": ""
2311
            },
2312
            "require": {
2313
                "php": ">=5.3.3"
2314
            },
2315
            "type": "library",
2316
            "extra": {
2317
                "branch-alias": {
2318
                    "dev-master": "1.4.x-dev"
2319
                }
2320
            },
2321
            "autoload": {
2322
                "classmap": [
2323
                    "src/"
2324
                ]
2325
            },
2326
            "notification-url": "https://packagist.org/downloads/",
2327
            "license": [
2328
                "BSD-3-Clause"
2329
            ],
2330
            "authors": [
2331
                {
2332
                    "name": "Sebastian Bergmann",
2333
                    "email": "[email protected]",
2334
                    "role": "lead"
2335
                }
2336
            ],
2337
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2338
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2339
            "keywords": [
2340
                "filesystem",
2341
                "iterator"
2342
            ],
2343
            "time": "2015-06-21 13:08:43"
2344
        },
2345
        {
2346
            "name": "phpunit/php-text-template",
2347
            "version": "1.2.1",
2348
            "source": {
2349
                "type": "git",
2350
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
2351
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2352
            },
2353
            "dist": {
2354
                "type": "zip",
2355
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2356
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2357
                "shasum": ""
2358
            },
2359
            "require": {
2360
                "php": ">=5.3.3"
2361
            },
2362
            "type": "library",
2363
            "autoload": {
2364
                "classmap": [
2365
                    "src/"
2366
                ]
2367
            },
2368
            "notification-url": "https://packagist.org/downloads/",
2369
            "license": [
2370
                "BSD-3-Clause"
2371
            ],
2372
            "authors": [
2373
                {
2374
                    "name": "Sebastian Bergmann",
2375
                    "email": "[email protected]",
2376
                    "role": "lead"
2377
                }
2378
            ],
2379
            "description": "Simple template engine.",
2380
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2381
            "keywords": [
2382
                "template"
2383
            ],
2384
            "time": "2015-06-21 13:50:34"
2385
        },
2386
        {
2387
            "name": "phpunit/php-timer",
2388
            "version": "1.0.7",
2389
            "source": {
2390
                "type": "git",
2391
                "url": "https://github.com/sebastianbergmann/php-timer.git",
2392
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
2393
            },
2394
            "dist": {
2395
                "type": "zip",
2396
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
2397
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
2398
                "shasum": ""
2399
            },
2400
            "require": {
2401
                "php": ">=5.3.3"
2402
            },
2403
            "type": "library",
2404
            "autoload": {
2405
                "classmap": [
2406
                    "src/"
2407
                ]
2408
            },
2409
            "notification-url": "https://packagist.org/downloads/",
2410
            "license": [
2411
                "BSD-3-Clause"
2412
            ],
2413
            "authors": [
2414
                {
2415
                    "name": "Sebastian Bergmann",
2416
                    "email": "[email protected]",
2417
                    "role": "lead"
2418
                }
2419
            ],
2420
            "description": "Utility class for timing",
2421
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
2422
            "keywords": [
2423
                "timer"
2424
            ],
2425
            "time": "2015-06-21 08:01:12"
2426
        },
2427
        {
2428
            "name": "phpunit/php-token-stream",
2429
            "version": "1.4.6",
2430
            "source": {
2431
                "type": "git",
2432
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2433
                "reference": "3ab72c62e550370a6cd5dc873e1a04ab57562f5b"
2434
            },
2435
            "dist": {
2436
                "type": "zip",
2437
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3ab72c62e550370a6cd5dc873e1a04ab57562f5b",
2438
                "reference": "3ab72c62e550370a6cd5dc873e1a04ab57562f5b",
2439
                "shasum": ""
2440
            },
2441
            "require": {
2442
                "ext-tokenizer": "*",
2443
                "php": ">=5.3.3"
2444
            },
2445
            "require-dev": {
2446
                "phpunit/phpunit": "~4.2"
2447
            },
2448
            "type": "library",
2449
            "extra": {
2450
                "branch-alias": {
2451
                    "dev-master": "1.4-dev"
2452
                }
2453
            },
2454
            "autoload": {
2455
                "classmap": [
2456
                    "src/"
2457
                ]
2458
            },
2459
            "notification-url": "https://packagist.org/downloads/",
2460
            "license": [
2461
                "BSD-3-Clause"
2462
            ],
2463
            "authors": [
2464
                {
2465
                    "name": "Sebastian Bergmann",
2466
                    "email": "[email protected]"
2467
                }
2468
            ],
2469
            "description": "Wrapper around PHP's tokenizer extension.",
2470
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2471
            "keywords": [
2472
                "tokenizer"
2473
            ],
2474
            "time": "2015-08-16 08:51:00"
2475
        },
2476
        {
2477
            "name": "phpunit/phpunit",
2478
            "version": "4.8.6",
2479
            "source": {
2480
                "type": "git",
2481
                "url": "https://github.com/sebastianbergmann/phpunit.git",
2482
                "reference": "2246830f4a1a551c67933e4171bf2126dc29d357"
2483
            },
2484
            "dist": {
2485
                "type": "zip",
2486
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2246830f4a1a551c67933e4171bf2126dc29d357",
2487
                "reference": "2246830f4a1a551c67933e4171bf2126dc29d357",
2488
                "shasum": ""
2489
            },
2490
            "require": {
2491
                "ext-dom": "*",
2492
                "ext-json": "*",
2493
                "ext-pcre": "*",
2494
                "ext-reflection": "*",
2495
                "ext-spl": "*",
2496
                "php": ">=5.3.3",
2497
                "phpspec/prophecy": "^1.3.1",
2498
                "phpunit/php-code-coverage": "~2.1",
2499
                "phpunit/php-file-iterator": "~1.4",
2500
                "phpunit/php-text-template": "~1.2",
2501
                "phpunit/php-timer": ">=1.0.6",
2502
                "phpunit/phpunit-mock-objects": "~2.3",
2503
                "sebastian/comparator": "~1.1",
2504
                "sebastian/diff": "~1.2",
2505
                "sebastian/environment": "~1.3",
2506
                "sebastian/exporter": "~1.2",
2507
                "sebastian/global-state": "~1.0",
2508
                "sebastian/version": "~1.0",
2509
                "symfony/yaml": "~2.1|~3.0"
2510
            },
2511
            "suggest": {
2512
                "phpunit/php-invoker": "~1.1"
2513
            },
2514
            "bin": [
2515
                "phpunit"
2516
            ],
2517
            "type": "library",
2518
            "extra": {
2519
                "branch-alias": {
2520
                    "dev-master": "4.8.x-dev"
2521
                }
2522
            },
2523
            "autoload": {
2524
                "classmap": [
2525
                    "src/"
2526
                ]
2527
            },
2528
            "notification-url": "https://packagist.org/downloads/",
2529
            "license": [
2530
                "BSD-3-Clause"
2531
            ],
2532
            "authors": [
2533
                {
2534
                    "name": "Sebastian Bergmann",
2535
                    "email": "[email protected]",
2536
                    "role": "lead"
2537
                }
2538
            ],
2539
            "description": "The PHP Unit Testing framework.",
2540
            "homepage": "https://phpunit.de/",
2541
            "keywords": [
2542
                "phpunit",
2543
                "testing",
2544
                "xunit"
2545
            ],
2546
            "time": "2015-08-24 04:09:38"
2547
        },
2548
        {
2549
            "name": "phpunit/phpunit-mock-objects",
2550
            "version": "2.3.7",
2551
            "source": {
2552
                "type": "git",
2553
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2554
                "reference": "5e2645ad49d196e020b85598d7c97e482725786a"
2555
            },
2556
            "dist": {
2557
                "type": "zip",
2558
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5e2645ad49d196e020b85598d7c97e482725786a",
2559
                "reference": "5e2645ad49d196e020b85598d7c97e482725786a",
2560
                "shasum": ""
2561
            },
2562
            "require": {
2563
                "doctrine/instantiator": "^1.0.2",
2564
                "php": ">=5.3.3",
2565
                "phpunit/php-text-template": "~1.2",
2566
                "sebastian/exporter": "~1.2"
2567
            },
2568
            "require-dev": {
2569
                "phpunit/phpunit": "~4.4"
2570
            },
2571
            "suggest": {
2572
                "ext-soap": "*"
2573
            },
2574
            "type": "library",
2575
            "extra": {
2576
                "branch-alias": {
2577
                    "dev-master": "2.3.x-dev"
2578
                }
2579
            },
2580
            "autoload": {
2581
                "classmap": [
2582
                    "src/"
2583
                ]
2584
            },
2585
            "notification-url": "https://packagist.org/downloads/",
2586
            "license": [
2587
                "BSD-3-Clause"
2588
            ],
2589
            "authors": [
2590
                {
2591
                    "name": "Sebastian Bergmann",
2592
                    "email": "[email protected]",
2593
                    "role": "lead"
2594
                }
2595
            ],
2596
            "description": "Mock Object library for PHPUnit",
2597
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
2598
            "keywords": [
2599
                "mock",
2600
                "xunit"
2601
            ],
2602
            "time": "2015-08-19 09:14:08"
2603
        },
2604
        {
2605
            "name": "react/promise",
2606
            "version": "v2.2.1",
2607
            "source": {
2608
                "type": "git",
2609
                "url": "https://github.com/reactphp/promise.git",
2610
                "reference": "3b6fca09c7d56321057fa8867c8dbe1abf648627"
2611
            },
2612
            "dist": {
2613
                "type": "zip",
2614
                "url": "https://api.github.com/repos/reactphp/promise/zipball/3b6fca09c7d56321057fa8867c8dbe1abf648627",
2615
                "reference": "3b6fca09c7d56321057fa8867c8dbe1abf648627",
2616
                "shasum": ""
2617
            },
2618
            "require": {
2619
                "php": ">=5.4.0"
2620
            },
2621
            "type": "library",
2622
            "extra": {
2623
                "branch-alias": {
2624
                    "dev-master": "2.0-dev"
2625
                }
2626
            },
2627
            "autoload": {
2628
                "psr-4": {
2629
                    "React\\Promise\\": "src/"
2630
                },
2631
                "files": [
2632
                    "src/functions_include.php"
2633
                ]
2634
            },
2635
            "notification-url": "https://packagist.org/downloads/",
2636
            "license": [
2637
                "MIT"
2638
            ],
2639
            "authors": [
2640
                {
2641
                    "name": "Jan Sorgalla",
2642
                    "email": "[email protected]"
2643
                }
2644
            ],
2645
            "description": "A lightweight implementation of CommonJS Promises/A for PHP",
2646
            "time": "2015-07-03 13:48:55"
2647
        },
2648
        {
2649
            "name": "sebastian/comparator",
2650
            "version": "1.2.0",
2651
            "source": {
2652
                "type": "git",
2653
                "url": "https://github.com/sebastianbergmann/comparator.git",
2654
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
2655
            },
2656
            "dist": {
2657
                "type": "zip",
2658
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
2659
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
2660
                "shasum": ""
2661
            },
2662
            "require": {
2663
                "php": ">=5.3.3",
2664
                "sebastian/diff": "~1.2",
2665
                "sebastian/exporter": "~1.2"
2666
            },
2667
            "require-dev": {
2668
                "phpunit/phpunit": "~4.4"
2669
            },
2670
            "type": "library",
2671
            "extra": {
2672
                "branch-alias": {
2673
                    "dev-master": "1.2.x-dev"
2674
                }
2675
            },
2676
            "autoload": {
2677
                "classmap": [
2678
                    "src/"
2679
                ]
2680
            },
2681
            "notification-url": "https://packagist.org/downloads/",
2682
            "license": [
2683
                "BSD-3-Clause"
2684
            ],
2685
            "authors": [
2686
                {
2687
                    "name": "Jeff Welch",
2688
                    "email": "[email protected]"
2689
                },
2690
                {
2691
                    "name": "Volker Dusch",
2692
                    "email": "[email protected]"
2693
                },
2694
                {
2695
                    "name": "Bernhard Schussek",
2696
                    "email": "[email protected]"
2697
                },
2698
                {
2699
                    "name": "Sebastian Bergmann",
2700
                    "email": "[email protected]"
2701
                }
2702
            ],
2703
            "description": "Provides the functionality to compare PHP values for equality",
2704
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
2705
            "keywords": [
2706
                "comparator",
2707
                "compare",
2708
                "equality"
2709
            ],
2710
            "time": "2015-07-26 15:48:44"
2711
        },
2712
        {
2713
            "name": "sebastian/diff",
2714
            "version": "1.3.0",
2715
            "source": {
2716
                "type": "git",
2717
                "url": "https://github.com/sebastianbergmann/diff.git",
2718
                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
2719
            },
2720
            "dist": {
2721
                "type": "zip",
2722
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
2723
                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
2724
                "shasum": ""
2725
            },
2726
            "require": {
2727
                "php": ">=5.3.3"
2728
            },
2729
            "require-dev": {
2730
                "phpunit/phpunit": "~4.2"
2731
            },
2732
            "type": "library",
2733
            "extra": {
2734
                "branch-alias": {
2735
                    "dev-master": "1.3-dev"
2736
                }
2737
            },
2738
            "autoload": {
2739
                "classmap": [
2740
                    "src/"
2741
                ]
2742
            },
2743
            "notification-url": "https://packagist.org/downloads/",
2744
            "license": [
2745
                "BSD-3-Clause"
2746
            ],
2747
            "authors": [
2748
                {
2749
                    "name": "Kore Nordmann",
2750
                    "email": "[email protected]"
2751
                },
2752
                {
2753
                    "name": "Sebastian Bergmann",
2754
                    "email": "[email protected]"
2755
                }
2756
            ],
2757
            "description": "Diff implementation",
2758
            "homepage": "http://www.github.com/sebastianbergmann/diff",
2759
            "keywords": [
2760
                "diff"
2761
            ],
2762
            "time": "2015-02-22 15:13:53"
2763
        },
2764
        {
2765
            "name": "sebastian/environment",
2766
            "version": "1.3.2",
2767
            "source": {
2768
                "type": "git",
2769
                "url": "https://github.com/sebastianbergmann/environment.git",
2770
                "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44"
2771
            },
2772
            "dist": {
2773
                "type": "zip",
2774
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6324c907ce7a52478eeeaede764f48733ef5ae44",
2775
                "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44",
2776
                "shasum": ""
2777
            },
2778
            "require": {
2779
                "php": ">=5.3.3"
2780
            },
2781
            "require-dev": {
2782
                "phpunit/phpunit": "~4.4"
2783
            },
2784
            "type": "library",
2785
            "extra": {
2786
                "branch-alias": {
2787
                    "dev-master": "1.3.x-dev"
2788
                }
2789
            },
2790
            "autoload": {
2791
                "classmap": [
2792
                    "src/"
2793
                ]
2794
            },
2795
            "notification-url": "https://packagist.org/downloads/",
2796
            "license": [
2797
                "BSD-3-Clause"
2798
            ],
2799
            "authors": [
2800
                {
2801
                    "name": "Sebastian Bergmann",
2802
                    "email": "[email protected]"
2803
                }
2804
            ],
2805
            "description": "Provides functionality to handle HHVM/PHP environments",
2806
            "homepage": "http://www.github.com/sebastianbergmann/environment",
2807
            "keywords": [
2808
                "Xdebug",
2809
                "environment",
2810
                "hhvm"
2811
            ],
2812
            "time": "2015-08-03 06:14:51"
2813
        },
2814
        {
2815
            "name": "sebastian/exporter",
2816
            "version": "1.2.1",
2817
            "source": {
2818
                "type": "git",
2819
                "url": "https://github.com/sebastianbergmann/exporter.git",
2820
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
2821
            },
2822
            "dist": {
2823
                "type": "zip",
2824
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
2825
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
2826
                "shasum": ""
2827
            },
2828
            "require": {
2829
                "php": ">=5.3.3",
2830
                "sebastian/recursion-context": "~1.0"
2831
            },
2832
            "require-dev": {
2833
                "phpunit/phpunit": "~4.4"
2834
            },
2835
            "type": "library",
2836
            "extra": {
2837
                "branch-alias": {
2838
                    "dev-master": "1.2.x-dev"
2839
                }
2840
            },
2841
            "autoload": {
2842
                "classmap": [
2843
                    "src/"
2844
                ]
2845
            },
2846
            "notification-url": "https://packagist.org/downloads/",
2847
            "license": [
2848
                "BSD-3-Clause"
2849
            ],
2850
            "authors": [
2851
                {
2852
                    "name": "Jeff Welch",
2853
                    "email": "[email protected]"
2854
                },
2855
                {
2856
                    "name": "Volker Dusch",
2857
                    "email": "[email protected]"
2858
                },
2859
                {
2860
                    "name": "Bernhard Schussek",
2861
                    "email": "[email protected]"
2862
                },
2863
                {
2864
                    "name": "Sebastian Bergmann",
2865
                    "email": "[email protected]"
2866
                },
2867
                {
2868
                    "name": "Adam Harvey",
2869
                    "email": "[email protected]"
2870
                }
2871
            ],
2872
            "description": "Provides the functionality to export PHP variables for visualization",
2873
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
2874
            "keywords": [
2875
                "export",
2876
                "exporter"
2877
            ],
2878
            "time": "2015-06-21 07:55:53"
2879
        },
2880
        {
2881
            "name": "sebastian/finder-facade",
2882
            "version": "1.2.0",
2883
            "source": {
2884
                "type": "git",
2885
                "url": "https://github.com/sebastianbergmann/finder-facade.git",
2886
                "reference": "a520dcc3dd39160eea480daa3426f4fd419a327b"
2887
            },
2888
            "dist": {
2889
                "type": "zip",
2890
                "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/a520dcc3dd39160eea480daa3426f4fd419a327b",
2891
                "reference": "a520dcc3dd39160eea480daa3426f4fd419a327b",
2892
                "shasum": ""
2893
            },
2894
            "require": {
2895
                "symfony/finder": "~2.3",
2896
                "theseer/fdomdocument": "~1.3"
2897
            },
2898
            "type": "library",
2899
            "autoload": {
2900
                "classmap": [
2901
                    "src/"
2902
                ]
2903
            },
2904
            "notification-url": "https://packagist.org/downloads/",
2905
            "license": [
2906
                "BSD-3-Clause"
2907
            ],
2908
            "authors": [
2909
                {
2910
                    "name": "Sebastian Bergmann",
2911
                    "email": "[email protected]",
2912
                    "role": "lead"
2913
                }
2914
            ],
2915
            "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
2916
            "homepage": "https://github.com/sebastianbergmann/finder-facade",
2917
            "time": "2015-06-04 08:11:58"
2918
        },
2919
        {
2920
            "name": "sebastian/global-state",
2921
            "version": "1.0.0",
2922
            "source": {
2923
                "type": "git",
2924
                "url": "https://github.com/sebastianbergmann/global-state.git",
2925
                "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
2926
            },
2927
            "dist": {
2928
                "type": "zip",
2929
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
2930
                "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
2931
                "shasum": ""
2932
            },
2933
            "require": {
2934
                "php": ">=5.3.3"
2935
            },
2936
            "require-dev": {
2937
                "phpunit/phpunit": "~4.2"
2938
            },
2939
            "suggest": {
2940
                "ext-uopz": "*"
2941
            },
2942
            "type": "library",
2943
            "extra": {
2944
                "branch-alias": {
2945
                    "dev-master": "1.0-dev"
2946
                }
2947
            },
2948
            "autoload": {
2949
                "classmap": [
2950
                    "src/"
2951
                ]
2952
            },
2953
            "notification-url": "https://packagist.org/downloads/",
2954
            "license": [
2955
                "BSD-3-Clause"
2956
            ],
2957
            "authors": [
2958
                {
2959
                    "name": "Sebastian Bergmann",
2960
                    "email": "[email protected]"
2961
                }
2962
            ],
2963
            "description": "Snapshotting of global state",
2964
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
2965
            "keywords": [
2966
                "global state"
2967
            ],
2968
            "time": "2014-10-06 09:23:50"
2969
        },
2970
        {
2971
            "name": "sebastian/phpcpd",
2972
            "version": "2.0.2",
2973
            "source": {
2974
                "type": "git",
2975
                "url": "https://github.com/sebastianbergmann/phpcpd.git",
2976
                "reference": "d3ad100fdf15805495f6ff19f473f4314c99390c"
2977
            },
2978
            "dist": {
2979
                "type": "zip",
2980
                "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/d3ad100fdf15805495f6ff19f473f4314c99390c",
2981
                "reference": "d3ad100fdf15805495f6ff19f473f4314c99390c",
2982
                "shasum": ""
2983
            },
2984
            "require": {
2985
                "php": ">=5.3.3",
2986
                "phpunit/php-timer": "~1.0",
2987
                "sebastian/finder-facade": "~1.1",
2988
                "sebastian/version": "~1.0",
2989
                "symfony/console": "~2.2",
2990
                "theseer/fdomdocument": "~1.4"
2991
            },
2992
            "bin": [
2993
                "phpcpd"
2994
            ],
2995
            "type": "library",
2996
            "extra": {
2997
                "branch-alias": {
2998
                    "dev-master": "2.0-dev"
2999
                }
3000
            },
3001
            "autoload": {
3002
                "classmap": [
3003
                    "src/"
3004
                ]
3005
            },
3006
            "notification-url": "https://packagist.org/downloads/",
3007
            "license": [
3008
                "BSD-3-Clause"
3009
            ],
3010
            "authors": [
3011
                {
3012
                    "name": "Sebastian Bergmann",
3013
                    "email": "[email protected]",
3014
                    "role": "lead"
3015
                }
3016
            ],
3017
            "description": "Copy/Paste Detector (CPD) for PHP code.",
3018
            "homepage": "https://github.com/sebastianbergmann/phpcpd",
3019
            "time": "2015-03-26 14:47:38"
3020
        },
3021
        {
3022
            "name": "sebastian/recursion-context",
3023
            "version": "1.0.1",
3024
            "source": {
3025
                "type": "git",
3026
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
3027
                "reference": "994d4a811bafe801fb06dccbee797863ba2792ba"
3028
            },
3029
            "dist": {
3030
                "type": "zip",
3031
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba",
3032
                "reference": "994d4a811bafe801fb06dccbee797863ba2792ba",
3033
                "shasum": ""
3034
            },
3035
            "require": {
3036
                "php": ">=5.3.3"
3037
            },
3038
            "require-dev": {
3039
                "phpunit/phpunit": "~4.4"
3040
            },
3041
            "type": "library",
3042
            "extra": {
3043
                "branch-alias": {
3044
                    "dev-master": "1.0.x-dev"
3045
                }
3046
            },
3047
            "autoload": {
3048
                "classmap": [
3049
                    "src/"
3050
                ]
3051
            },
3052
            "notification-url": "https://packagist.org/downloads/",
3053
            "license": [
3054
                "BSD-3-Clause"
3055
            ],
3056
            "authors": [
3057
                {
3058
                    "name": "Jeff Welch",
3059
                    "email": "[email protected]"
3060
                },
3061
                {
3062
                    "name": "Sebastian Bergmann",
3063
                    "email": "[email protected]"
3064
                },
3065
                {
3066
                    "name": "Adam Harvey",
3067
                    "email": "[email protected]"
3068
                }
3069
            ],
3070
            "description": "Provides functionality to recursively process PHP variables",
3071
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3072
            "time": "2015-06-21 08:04:50"
3073
        },
3074
        {
3075
            "name": "sebastian/version",
3076
            "version": "1.0.6",
3077
            "source": {
3078
                "type": "git",
3079
                "url": "https://github.com/sebastianbergmann/version.git",
3080
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
3081
            },
3082
            "dist": {
3083
                "type": "zip",
3084
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
3085
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
3086
                "shasum": ""
3087
            },
3088
            "type": "library",
3089
            "autoload": {
3090
                "classmap": [
3091
                    "src/"
3092
                ]
3093
            },
3094
            "notification-url": "https://packagist.org/downloads/",
3095
            "license": [
3096
                "BSD-3-Clause"
3097
            ],
3098
            "authors": [
3099
                {
3100
                    "name": "Sebastian Bergmann",
3101
                    "email": "[email protected]",
3102
                    "role": "lead"
3103
                }
3104
            ],
3105
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3106
            "homepage": "https://github.com/sebastianbergmann/version",
3107
            "time": "2015-06-21 13:59:46"
3108
        },
3109
        {
3110
            "name": "sensiolabs/security-checker",
3111
            "version": "v2.0.5",
3112
            "source": {
3113
                "type": "git",
3114
                "url": "https://github.com/sensiolabs/security-checker.git",
3115
                "reference": "2c2a71f1c77d9765c12638c4724d9ca23658a810"
3116
            },
3117
            "dist": {
3118
                "type": "zip",
3119
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/2c2a71f1c77d9765c12638c4724d9ca23658a810",
3120
                "reference": "2c2a71f1c77d9765c12638c4724d9ca23658a810",
3121
                "shasum": ""
3122
            },
3123
            "require": {
3124
                "ext-curl": "*",
3125
                "symfony/console": "~2.0"
3126
            },
3127
            "bin": [
3128
                "security-checker"
3129
            ],
3130
            "type": "library",
3131
            "extra": {
3132
                "branch-alias": {
3133
                    "dev-master": "2.0-dev"
3134
                }
3135
            },
3136
            "autoload": {
3137
                "psr-0": {
3138
                    "SensioLabs\\Security": ""
3139
                }
3140
            },
3141
            "notification-url": "https://packagist.org/downloads/",
3142
            "license": [
3143
                "MIT"
3144
            ],
3145
            "authors": [
3146
                {
3147
                    "name": "Fabien Potencier",
3148
                    "email": "[email protected]"
3149
                }
3150
            ],
3151
            "description": "A security checker for your composer.lock",
3152
            "time": "2015-05-28 14:22:40"
3153
        },
3154
        {
3155
            "name": "squizlabs/php_codesniffer",
3156
            "version": "1.5.6",
3157
            "source": {
3158
                "type": "git",
3159
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
3160
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5"
3161
            },
3162
            "dist": {
3163
                "type": "zip",
3164
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6f3e42d311b882b25b4d409d23a289f4d3b803d5",
3165
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5",
3166
                "shasum": ""
3167
            },
3168
            "require": {
3169
                "ext-tokenizer": "*",
3170
                "php": ">=5.1.2"
3171
            },
3172
            "suggest": {
3173
                "phpunit/php-timer": "dev-master"
3174
            },
3175
            "bin": [
3176
                "scripts/phpcs"
3177
            ],
3178
            "type": "library",
3179
            "extra": {
3180
                "branch-alias": {
3181
                    "dev-phpcs-fixer": "2.0.x-dev"
3182
                }
3183
            },
3184
            "autoload": {
3185
                "classmap": [
3186
                    "CodeSniffer.php",
3187
                    "CodeSniffer/CLI.php",
3188
                    "CodeSniffer/Exception.php",
3189
                    "CodeSniffer/File.php",
3190
                    "CodeSniffer/Report.php",
3191
                    "CodeSniffer/Reporting.php",
3192
                    "CodeSniffer/Sniff.php",
3193
                    "CodeSniffer/Tokens.php",
3194
                    "CodeSniffer/Reports/",
3195
                    "CodeSniffer/CommentParser/",
3196
                    "CodeSniffer/Tokenizers/",
3197
                    "CodeSniffer/DocGenerators/",
3198
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
3199
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
3200
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
3201
                    "CodeSniffer/Standards/IncorrectPatternException.php",
3202
                    "CodeSniffer/Standards/Generic/Sniffs/",
3203
                    "CodeSniffer/Standards/MySource/Sniffs/",
3204
                    "CodeSniffer/Standards/PEAR/Sniffs/",
3205
                    "CodeSniffer/Standards/PSR1/Sniffs/",
3206
                    "CodeSniffer/Standards/PSR2/Sniffs/",
3207
                    "CodeSniffer/Standards/Squiz/Sniffs/",
3208
                    "CodeSniffer/Standards/Zend/Sniffs/"
3209
                ]
3210
            },
3211
            "notification-url": "https://packagist.org/downloads/",
3212
            "license": [
3213
                "BSD-3-Clause"
3214
            ],
3215
            "authors": [
3216
                {
3217
                    "name": "Greg Sherwood",
3218
                    "role": "lead"
3219
                }
3220
            ],
3221
            "description": "PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
3222
            "homepage": "http://www.squizlabs.com/php-codesniffer",
3223
            "keywords": [
3224
                "phpcs",
3225
                "standards"
3226
            ],
3227
            "time": "2014-12-04 22:32:15"
3228
        },
3229
        {
3230
            "name": "symfony/asset",
3231
            "version": "v2.7.3",
3232
            "source": {
3233
                "type": "git",
3234
                "url": "https://github.com/symfony/asset.git",
3235
                "reference": "f5f5f099a40db2fe5d3dab6f74e17c45c70e3a45"
3236
            },
3237
            "dist": {
3238
                "type": "zip",
3239
                "url": "https://api.github.com/repos/symfony/asset/zipball/f5f5f099a40db2fe5d3dab6f74e17c45c70e3a45",
3240
                "reference": "f5f5f099a40db2fe5d3dab6f74e17c45c70e3a45",
3241
                "shasum": ""
3242
            },
3243
            "require": {
3244
                "php": ">=5.3.3"
3245
            },
3246
            "require-dev": {
3247
                "symfony/http-foundation": "~2.4",
3248
                "symfony/phpunit-bridge": "~2.7"
3249
            },
3250
            "suggest": {
3251
                "symfony/http-foundation": ""
3252
            },
3253
            "type": "library",
3254
            "extra": {
3255
                "branch-alias": {
3256
                    "dev-master": "2.7-dev"
3257
                }
3258
            },
3259
            "autoload": {
3260
                "psr-4": {
3261
                    "Symfony\\Component\\Asset\\": ""
3262
                }
3263
            },
3264
            "notification-url": "https://packagist.org/downloads/",
3265
            "license": [
3266
                "MIT"
3267
            ],
3268
            "authors": [
3269
                {
3270
                    "name": "Fabien Potencier",
3271
                    "email": "[email protected]"
3272
                },
3273
                {
3274
                    "name": "Symfony Community",
3275
                    "homepage": "https://symfony.com/contributors"
3276
                }
3277
            ],
3278
            "description": "Symfony Asset Component",
3279
            "homepage": "https://symfony.com",
3280
            "time": "2015-07-25 20:47:31"
3281
        },
3282
        {
3283
            "name": "symfony/browser-kit",
3284
            "version": "v2.7.3",
3285
            "source": {
3286
                "type": "git",
3287
                "url": "https://github.com/symfony/BrowserKit.git",
3288
                "reference": "176905d3d74c2f99e6ab70f4f5a89460532495ae"
3289
            },
3290
            "dist": {
3291
                "type": "zip",
3292
                "url": "https://api.github.com/repos/symfony/BrowserKit/zipball/176905d3d74c2f99e6ab70f4f5a89460532495ae",
3293
                "reference": "176905d3d74c2f99e6ab70f4f5a89460532495ae",
3294
                "shasum": ""
3295
            },
3296
            "require": {
3297
                "php": ">=5.3.9",
3298
                "symfony/dom-crawler": "~2.0,>=2.0.5"
3299
            },
3300
            "require-dev": {
3301
                "symfony/css-selector": "~2.0,>=2.0.5",
3302
                "symfony/phpunit-bridge": "~2.7",
3303
                "symfony/process": "~2.0,>=2.0.5"
3304
            },
3305
            "suggest": {
3306
                "symfony/process": ""
3307
            },
3308
            "type": "library",
3309
            "extra": {
3310
                "branch-alias": {
3311
                    "dev-master": "2.7-dev"
3312
                }
3313
            },
3314
            "autoload": {
3315
                "psr-4": {
3316
                    "Symfony\\Component\\BrowserKit\\": ""
3317
                }
3318
            },
3319
            "notification-url": "https://packagist.org/downloads/",
3320
            "license": [
3321
                "MIT"
3322
            ],
3323
            "authors": [
3324
                {
3325
                    "name": "Fabien Potencier",
3326
                    "email": "[email protected]"
3327
                },
3328
                {
3329
                    "name": "Symfony Community",
3330
                    "homepage": "https://symfony.com/contributors"
3331
                }
3332
            ],
3333
            "description": "Symfony BrowserKit Component",
3334
            "homepage": "https://symfony.com",
3335
            "time": "2015-07-09 16:07:40"
3336
        },
3337
        {
3338
            "name": "symfony/console",
3339
            "version": "v2.7.3",
3340
            "source": {
3341
                "type": "git",
3342
                "url": "https://github.com/symfony/Console.git",
3343
                "reference": "d6cf02fe73634c96677e428f840704bfbcaec29e"
3344
            },
3345
            "dist": {
3346
                "type": "zip",
3347
                "url": "https://api.github.com/repos/symfony/Console/zipball/d6cf02fe73634c96677e428f840704bfbcaec29e",
3348
                "reference": "d6cf02fe73634c96677e428f840704bfbcaec29e",
3349
                "shasum": ""
3350
            },
3351
            "require": {
3352
                "php": ">=5.3.9"
3353
            },
3354
            "require-dev": {
3355
                "psr/log": "~1.0",
3356
                "symfony/event-dispatcher": "~2.1",
3357
                "symfony/phpunit-bridge": "~2.7",
3358
                "symfony/process": "~2.1"
3359
            },
3360
            "suggest": {
3361
                "psr/log": "For using the console logger",
3362
                "symfony/event-dispatcher": "",
3363
                "symfony/process": ""
3364
            },
3365
            "type": "library",
3366
            "extra": {
3367
                "branch-alias": {
3368
                    "dev-master": "2.7-dev"
3369
                }
3370
            },
3371
            "autoload": {
3372
                "psr-4": {
3373
                    "Symfony\\Component\\Console\\": ""
3374
                }
3375
            },
3376
            "notification-url": "https://packagist.org/downloads/",
3377
            "license": [
3378
                "MIT"
3379
            ],
3380
            "authors": [
3381
                {
3382
                    "name": "Fabien Potencier",
3383
                    "email": "[email protected]"
3384
                },
3385
                {
3386
                    "name": "Symfony Community",
3387
                    "homepage": "https://symfony.com/contributors"
3388
                }
3389
            ],
3390
            "description": "Symfony Console Component",
3391
            "homepage": "https://symfony.com",
3392
            "time": "2015-07-28 15:18:12"
3393
        },
3394
        {
3395
            "name": "symfony/css-selector",
3396
            "version": "v2.7.3",
3397
            "source": {
3398
                "type": "git",
3399
                "url": "https://github.com/symfony/CssSelector.git",
3400
                "reference": "0b5c07b516226b7dd32afbbc82fe547a469c5092"
3401
            },
3402
            "dist": {
3403
                "type": "zip",
3404
                "url": "https://api.github.com/repos/symfony/CssSelector/zipball/0b5c07b516226b7dd32afbbc82fe547a469c5092",
3405
                "reference": "0b5c07b516226b7dd32afbbc82fe547a469c5092",
3406
                "shasum": ""
3407
            },
3408
            "require": {
3409
                "php": ">=5.3.9"
3410
            },
3411
            "require-dev": {
3412
                "symfony/phpunit-bridge": "~2.7"
3413
            },
3414
            "type": "library",
3415
            "extra": {
3416
                "branch-alias": {
3417
                    "dev-master": "2.7-dev"
3418
                }
3419
            },
3420
            "autoload": {
3421
                "psr-4": {
3422
                    "Symfony\\Component\\CssSelector\\": ""
3423
                }
3424
            },
3425
            "notification-url": "https://packagist.org/downloads/",
3426
            "license": [
3427
                "MIT"
3428
            ],
3429
            "authors": [
3430
                {
3431
                    "name": "Jean-François Simon",
3432
                    "email": "[email protected]"
3433
                },
3434
                {
3435
                    "name": "Fabien Potencier",
3436
                    "email": "[email protected]"
3437
                },
3438
                {
3439
                    "name": "Symfony Community",
3440
                    "homepage": "https://symfony.com/contributors"
3441
                }
3442
            ],
3443
            "description": "Symfony CssSelector Component",
3444
            "homepage": "https://symfony.com",
3445
            "time": "2015-05-15 13:33:16"
3446
        },
3447
        {
3448
            "name": "symfony/dom-crawler",
3449
            "version": "v2.7.3",
3450
            "source": {
3451
                "type": "git",
3452
                "url": "https://github.com/symfony/DomCrawler.git",
3453
                "reference": "9dabece63182e95c42b06967a0d929a5df78bc35"
3454
            },
3455
            "dist": {
3456
                "type": "zip",
3457
                "url": "https://api.github.com/repos/symfony/DomCrawler/zipball/9dabece63182e95c42b06967a0d929a5df78bc35",
3458
                "reference": "9dabece63182e95c42b06967a0d929a5df78bc35",
3459
                "shasum": ""
3460
            },
3461
            "require": {
3462
                "php": ">=5.3.9"
3463
            },
3464
            "require-dev": {
3465
                "symfony/css-selector": "~2.3",
3466
                "symfony/phpunit-bridge": "~2.7"
3467
            },
3468
            "suggest": {
3469
                "symfony/css-selector": ""
3470
            },
3471
            "type": "library",
3472
            "extra": {
3473
                "branch-alias": {
3474
                    "dev-master": "2.7-dev"
3475
                }
3476
            },
3477
            "autoload": {
3478
                "psr-4": {
3479
                    "Symfony\\Component\\DomCrawler\\": ""
3480
                }
3481
            },
3482
            "notification-url": "https://packagist.org/downloads/",
3483
            "license": [
3484
                "MIT"
3485
            ],
3486
            "authors": [
3487
                {
3488
                    "name": "Fabien Potencier",
3489
                    "email": "[email protected]"
3490
                },
3491
                {
3492
                    "name": "Symfony Community",
3493
                    "homepage": "https://symfony.com/contributors"
3494
                }
3495
            ],
3496
            "description": "Symfony DomCrawler Component",
3497
            "homepage": "https://symfony.com",
3498
            "time": "2015-07-09 16:07:40"
3499
        },
3500
        {
3501
            "name": "symfony/finder",
3502
            "version": "v2.7.3",
3503
            "source": {
3504
                "type": "git",
3505
                "url": "https://github.com/symfony/Finder.git",
3506
                "reference": "ae0f363277485094edc04c9f3cbe595b183b78e4"
3507
            },
3508
            "dist": {
3509
                "type": "zip",
3510
                "url": "https://api.github.com/repos/symfony/Finder/zipball/ae0f363277485094edc04c9f3cbe595b183b78e4",
3511
                "reference": "ae0f363277485094edc04c9f3cbe595b183b78e4",
3512
                "shasum": ""
3513
            },
3514
            "require": {
3515
                "php": ">=5.3.9"
3516
            },
3517
            "require-dev": {
3518
                "symfony/phpunit-bridge": "~2.7"
3519
            },
3520
            "type": "library",
3521
            "extra": {
3522
                "branch-alias": {
3523
                    "dev-master": "2.7-dev"
3524
                }
3525
            },
3526
            "autoload": {
3527
                "psr-4": {
3528
                    "Symfony\\Component\\Finder\\": ""
3529
                }
3530
            },
3531
            "notification-url": "https://packagist.org/downloads/",
3532
            "license": [
3533
                "MIT"
3534
            ],
3535
            "authors": [
3536
                {
3537
                    "name": "Fabien Potencier",
3538
                    "email": "[email protected]"
3539
                },
3540
                {
3541
                    "name": "Symfony Community",
3542
                    "homepage": "https://symfony.com/contributors"
3543
                }
3544
            ],
3545
            "description": "Symfony Finder Component",
3546
            "homepage": "https://symfony.com",
3547
            "time": "2015-07-09 16:07:40"
3548
        },
3549
        {
3550
            "name": "symfony/process",
3551
            "version": "v2.7.3",
3552
            "source": {
3553
                "type": "git",
3554
                "url": "https://github.com/symfony/Process.git",
3555
                "reference": "48aeb0e48600321c272955132d7606ab0a49adb3"
3556
            },
3557
            "dist": {
3558
                "type": "zip",
3559
                "url": "https://api.github.com/repos/symfony/Process/zipball/48aeb0e48600321c272955132d7606ab0a49adb3",
3560
                "reference": "48aeb0e48600321c272955132d7606ab0a49adb3",
3561
                "shasum": ""
3562
            },
3563
            "require": {
3564
                "php": ">=5.3.9"
3565
            },
3566
            "require-dev": {
3567
                "symfony/phpunit-bridge": "~2.7"
3568
            },
3569
            "type": "library",
3570
            "extra": {
3571
                "branch-alias": {
3572
                    "dev-master": "2.7-dev"
3573
                }
3574
            },
3575
            "autoload": {
3576
                "psr-4": {
3577
                    "Symfony\\Component\\Process\\": ""
3578
                }
3579
            },
3580
            "notification-url": "https://packagist.org/downloads/",
3581
            "license": [
3582
                "MIT"
3583
            ],
3584
            "authors": [
3585
                {
3586
                    "name": "Fabien Potencier",
3587
                    "email": "[email protected]"
3588
                },
3589
                {
3590
                    "name": "Symfony Community",
3591
                    "homepage": "https://symfony.com/contributors"
3592
                }
3593
            ],
3594
            "description": "Symfony Process Component",
3595
            "homepage": "https://symfony.com",
3596
            "time": "2015-07-01 11:25:50"
3597
        },
3598
        {
3599
            "name": "symfony/routing",
3600
            "version": "v2.7.3",
3601
            "source": {
3602
                "type": "git",
3603
                "url": "https://github.com/symfony/Routing.git",
3604
                "reference": "ea9134f277162b02e5f80ac058b75a77637b0d26"
3605
            },
3606
            "dist": {
3607
                "type": "zip",
3608
                "url": "https://api.github.com/repos/symfony/Routing/zipball/ea9134f277162b02e5f80ac058b75a77637b0d26",
3609
                "reference": "ea9134f277162b02e5f80ac058b75a77637b0d26",
3610
                "shasum": ""
3611
            },
3612
            "require": {
3613
                "php": ">=5.3.9"
3614
            },
3615
            "conflict": {
3616
                "symfony/config": "<2.7"
3617
            },
3618
            "require-dev": {
3619
                "doctrine/annotations": "~1.0",
3620
                "doctrine/common": "~2.2",
3621
                "psr/log": "~1.0",
3622
                "symfony/config": "~2.7",
3623
                "symfony/expression-language": "~2.4",
3624
                "symfony/http-foundation": "~2.3",
3625
                "symfony/phpunit-bridge": "~2.7",
3626
                "symfony/yaml": "~2.0,>=2.0.5"
3627
            },
3628
            "suggest": {
3629
                "doctrine/annotations": "For using the annotation loader",
3630
                "symfony/config": "For using the all-in-one router or any loader",
3631
                "symfony/expression-language": "For using expression matching",
3632
                "symfony/yaml": "For using the YAML loader"
3633
            },
3634
            "type": "library",
3635
            "extra": {
3636
                "branch-alias": {
3637
                    "dev-master": "2.7-dev"
3638
                }
3639
            },
3640
            "autoload": {
3641
                "psr-4": {
3642
                    "Symfony\\Component\\Routing\\": ""
3643
                }
3644
            },
3645
            "notification-url": "https://packagist.org/downloads/",
3646
            "license": [
3647
                "MIT"
3648
            ],
3649
            "authors": [
3650
                {
3651
                    "name": "Fabien Potencier",
3652
                    "email": "[email protected]"
3653
                },
3654
                {
3655
                    "name": "Symfony Community",
3656
                    "homepage": "https://symfony.com/contributors"
3657
                }
3658
            ],
3659
            "description": "Symfony Routing Component",
3660
            "homepage": "https://symfony.com",
3661
            "keywords": [
3662
                "router",
3663
                "routing",
3664
                "uri",
3665
                "url"
3666
            ],
3667
            "time": "2015-07-09 16:07:40"
3668
        },
3669
        {
3670
            "name": "symfony/security-core",
3671
            "version": "v2.7.3",
3672
            "source": {
3673
                "type": "git",
3674
                "url": "https://github.com/symfony/security-core.git",
3675
                "reference": "9d527757035db08648a6cd41c165ae7869dd534e"
3676
            },
3677
            "dist": {
3678
                "type": "zip",
3679
                "url": "https://api.github.com/repos/symfony/security-core/zipball/9d527757035db08648a6cd41c165ae7869dd534e",
3680
                "reference": "9d527757035db08648a6cd41c165ae7869dd534e",
3681
                "shasum": ""
3682
            },
3683
            "require": {
3684
                "php": ">=5.3.9"
3685
            },
3686
            "require-dev": {
3687
                "ircmaxell/password-compat": "1.0.*",
3688
                "psr/log": "~1.0",
3689
                "symfony/event-dispatcher": "~2.1",
3690
                "symfony/expression-language": "~2.6",
3691
                "symfony/http-foundation": "~2.4",
3692
                "symfony/phpunit-bridge": "~2.7",
3693
                "symfony/translation": "~2.0,>=2.0.5",
3694
                "symfony/validator": "~2.5,>=2.5.5"
3695
            },
3696
            "suggest": {
3697
                "ircmaxell/password-compat": "For using the BCrypt password encoder in PHP <5.5",
3698
                "symfony/event-dispatcher": "",
3699
                "symfony/expression-language": "For using the expression voter",
3700
                "symfony/http-foundation": "",
3701
                "symfony/validator": "For using the user password constraint"
3702
            },
3703
            "type": "library",
3704
            "extra": {
3705
                "branch-alias": {
3706
                    "dev-master": "2.7-dev"
3707
                }
3708
            },
3709
            "autoload": {
3710
                "psr-4": {
3711
                    "Symfony\\Component\\Security\\Core\\": ""
3712
                }
3713
            },
3714
            "notification-url": "https://packagist.org/downloads/",
3715
            "license": [
3716
                "MIT"
3717
            ],
3718
            "authors": [
3719
                {
3720
                    "name": "Fabien Potencier",
3721
                    "email": "[email protected]"
3722
                },
3723
                {
3724
                    "name": "Symfony Community",
3725
                    "homepage": "https://symfony.com/contributors"
3726
                }
3727
            ],
3728
            "description": "Symfony Security Component - Core Library",
3729
            "homepage": "https://symfony.com",
3730
            "time": "2015-07-22 10:11:00"
3731
        },
3732
        {
3733
            "name": "symfony/security-csrf",
3734
            "version": "v2.7.3",
3735
            "source": {
3736
                "type": "git",
3737
                "url": "https://github.com/symfony/security-csrf.git",
3738
                "reference": "e438b3e7de930e2147e397830126d2f0d32a0088"
3739
            },
3740
            "dist": {
3741
                "type": "zip",
3742
                "url": "https://api.github.com/repos/symfony/security-csrf/zipball/e438b3e7de930e2147e397830126d2f0d32a0088",
3743
                "reference": "e438b3e7de930e2147e397830126d2f0d32a0088",
3744
                "shasum": ""
3745
            },
3746
            "require": {
3747
                "php": ">=5.3.9",
3748
                "symfony/security-core": "~2.4"
3749
            },
3750
            "require-dev": {
3751
                "symfony/http-foundation": "~2.1",
3752
                "symfony/phpunit-bridge": "~2.7"
3753
            },
3754
            "suggest": {
3755
                "symfony/http-foundation": "For using the class SessionTokenStorage."
3756
            },
3757
            "type": "library",
3758
            "extra": {
3759
                "branch-alias": {
3760
                    "dev-master": "2.7-dev"
3761
                }
3762
            },
3763
            "autoload": {
3764
                "psr-4": {
3765
                    "Symfony\\Component\\Security\\Csrf\\": ""
3766
                }
3767
            },
3768
            "notification-url": "https://packagist.org/downloads/",
3769
            "license": [
3770
                "MIT"
3771
            ],
3772
            "authors": [
3773
                {
3774
                    "name": "Fabien Potencier",
3775
                    "email": "[email protected]"
3776
                },
3777
                {
3778
                    "name": "Symfony Community",
3779
                    "homepage": "https://symfony.com/contributors"
3780
                }
3781
            ],
3782
            "description": "Symfony Security Component - CSRF Library",
3783
            "homepage": "https://symfony.com",
3784
            "time": "2015-05-13 11:34:46"
3785
        },
3786
        {
3787
            "name": "symfony/stopwatch",
3788
            "version": "v2.7.3",
3789
            "source": {
3790
                "type": "git",
3791
                "url": "https://github.com/symfony/Stopwatch.git",
3792
                "reference": "b07a866719bbac5294c67773340f97b871733310"
3793
            },
3794
            "dist": {
3795
                "type": "zip",
3796
                "url": "https://api.github.com/repos/symfony/Stopwatch/zipball/b07a866719bbac5294c67773340f97b871733310",
3797
                "reference": "b07a866719bbac5294c67773340f97b871733310",
3798
                "shasum": ""
3799
            },
3800
            "require": {
3801
                "php": ">=5.3.9"
3802
            },
3803
            "require-dev": {
3804
                "symfony/phpunit-bridge": "~2.7"
3805
            },
3806
            "type": "library",
3807
            "extra": {
3808
                "branch-alias": {
3809
                    "dev-master": "2.7-dev"
3810
                }
3811
            },
3812
            "autoload": {
3813
                "psr-4": {
3814
                    "Symfony\\Component\\Stopwatch\\": ""
3815
                }
3816
            },
3817
            "notification-url": "https://packagist.org/downloads/",
3818
            "license": [
3819
                "MIT"
3820
            ],
3821
            "authors": [
3822
                {
3823
                    "name": "Fabien Potencier",
3824
                    "email": "[email protected]"
3825
                },
3826
                {
3827
                    "name": "Symfony Community",
3828
                    "homepage": "https://symfony.com/contributors"
3829
                }
3830
            ],
3831
            "description": "Symfony Stopwatch Component",
3832
            "homepage": "https://symfony.com",
3833
            "time": "2015-07-01 18:23:16"
3834
        },
3835
        {
3836
            "name": "symfony/templating",
3837
            "version": "v2.7.3",
3838
            "source": {
3839
                "type": "git",
3840
                "url": "https://github.com/symfony/Templating.git",
3841
                "reference": "8e50f4d32dbbe4deedac6b92af414db8a7de2065"
3842
            },
3843
            "dist": {
3844
                "type": "zip",
3845
                "url": "https://api.github.com/repos/symfony/Templating/zipball/8e50f4d32dbbe4deedac6b92af414db8a7de2065",
3846
                "reference": "8e50f4d32dbbe4deedac6b92af414db8a7de2065",
3847
                "shasum": ""
3848
            },
3849
            "require": {
3850
                "php": ">=5.3.9"
3851
            },
3852
            "require-dev": {
3853
                "psr/log": "~1.0",
3854
                "symfony/phpunit-bridge": "~2.7"
3855
            },
3856
            "suggest": {
3857
                "psr/log": "For using debug logging in loaders"
3858
            },
3859
            "type": "library",
3860
            "extra": {
3861
                "branch-alias": {
3862
                    "dev-master": "2.7-dev"
3863
                }
3864
            },
3865
            "autoload": {
3866
                "psr-4": {
3867
                    "Symfony\\Component\\Templating\\": ""
3868
                }
3869
            },
3870
            "notification-url": "https://packagist.org/downloads/",
3871
            "license": [
3872
                "MIT"
3873
            ],
3874
            "authors": [
3875
                {
3876
                    "name": "Fabien Potencier",
3877
                    "email": "[email protected]"
3878
                },
3879
                {
3880
                    "name": "Symfony Community",
3881
                    "homepage": "https://symfony.com/contributors"
3882
                }
3883
            ],
3884
            "description": "Symfony Templating Component",
3885
            "homepage": "https://symfony.com",
3886
            "time": "2015-06-25 12:52:11"
3887
        },
3888
        {
3889
            "name": "symfony/yaml",
3890
            "version": "v2.7.3",
3891
            "source": {
3892
                "type": "git",
3893
                "url": "https://github.com/symfony/Yaml.git",
3894
                "reference": "71340e996171474a53f3d29111d046be4ad8a0ff"
3895
            },
3896
            "dist": {
3897
                "type": "zip",
3898
                "url": "https://api.github.com/repos/symfony/Yaml/zipball/71340e996171474a53f3d29111d046be4ad8a0ff",
3899
                "reference": "71340e996171474a53f3d29111d046be4ad8a0ff",
3900
                "shasum": ""
3901
            },
3902
            "require": {
3903
                "php": ">=5.3.9"
3904
            },
3905
            "require-dev": {
3906
                "symfony/phpunit-bridge": "~2.7"
3907
            },
3908
            "type": "library",
3909
            "extra": {
3910
                "branch-alias": {
3911
                    "dev-master": "2.7-dev"
3912
                }
3913
            },
3914
            "autoload": {
3915
                "psr-4": {
3916
                    "Symfony\\Component\\Yaml\\": ""
3917
                }
3918
            },
3919
            "notification-url": "https://packagist.org/downloads/",
3920
            "license": [
3921
                "MIT"
3922
            ],
3923
            "authors": [
3924
                {
3925
                    "name": "Fabien Potencier",
3926
                    "email": "[email protected]"
3927
                },
3928
                {
3929
                    "name": "Symfony Community",
3930
                    "homepage": "https://symfony.com/contributors"
3931
                }
3932
            ],
3933
            "description": "Symfony Yaml Component",
3934
            "homepage": "https://symfony.com",
3935
            "time": "2015-07-28 14:07:07"
3936
        },
3937
        {
3938
            "name": "theseer/fdomdocument",
3939
            "version": "1.6.1",
3940
            "source": {
3941
                "type": "git",
3942
                "url": "https://github.com/theseer/fDOMDocument.git",
3943
                "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684"
3944
            },
3945
            "dist": {
3946
                "type": "zip",
3947
                "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/d9ad139d6c2e8edf5e313ffbe37ff13344cf0684",
3948
                "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684",
3949
                "shasum": ""
3950
            },
3951
            "require": {
3952
                "ext-dom": "*",
3953
                "lib-libxml": "*",
3954
                "php": ">=5.3.3"
3955
            },
3956
            "type": "library",
3957
            "autoload": {
3958
                "classmap": [
3959
                    "src/"
3960
                ]
3961
            },
3962
            "notification-url": "https://packagist.org/downloads/",
3963
            "license": [
3964
                "BSD-3-Clause"
3965
            ],
3966
            "authors": [
3967
                {
3968
                    "name": "Arne Blankerts",
3969
                    "email": "[email protected]",
3970
                    "role": "lead"
3971
                }
3972
            ],
3973
            "description": "The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.",
3974
            "homepage": "https://github.com/theseer/fDOMDocument",
3975
            "time": "2015-05-27 22:58:02"
3976
        },
3977
        {
3978
            "name": "twig/twig",
3979
            "version": "v1.21.0",
3980
            "source": {
3981
                "type": "git",
3982
                "url": "https://github.com/twigphp/Twig.git",
3983
                "reference": "913d282caca9ee0e8d05940c6caa486d58810dd4"
3984
            },
3985
            "dist": {
3986
                "type": "zip",
3987
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/913d282caca9ee0e8d05940c6caa486d58810dd4",
3988
                "reference": "913d282caca9ee0e8d05940c6caa486d58810dd4",
3989
                "shasum": ""
3990
            },
3991
            "require": {
3992
                "php": ">=5.2.7"
3993
            },
3994
            "require-dev": {
3995
                "symfony/debug": "~2.7",
3996
                "symfony/phpunit-bridge": "~2.7"
3997
            },
3998
            "type": "library",
3999
            "extra": {
4000
                "branch-alias": {
4001
                    "dev-master": "1.21-dev"
4002
                }
4003
            },
4004
            "autoload": {
4005
                "psr-0": {
4006
                    "Twig_": "lib/"
4007
                }
4008
            },
4009
            "notification-url": "https://packagist.org/downloads/",
4010
            "license": [
4011
                "BSD-3-Clause"
4012
            ],
4013
            "authors": [
4014
                {
4015
                    "name": "Fabien Potencier",
4016
                    "email": "[email protected]",
4017
                    "homepage": "http://fabien.potencier.org",
4018
                    "role": "Lead Developer"
4019
                },
4020
                {
4021
                    "name": "Armin Ronacher",
4022
                    "email": "[email protected]",
4023
                    "role": "Project Founder"
4024
                },
4025
                {
4026
                    "name": "Twig Team",
4027
                    "homepage": "http://twig.sensiolabs.org/contributors",
4028
                    "role": "Contributors"
4029
                }
4030
            ],
4031
            "description": "Twig, the flexible, fast, and secure template language for PHP",
4032
            "homepage": "http://twig.sensiolabs.org",
4033
            "keywords": [
4034
                "templating"
4035
            ],
4036
            "time": "2015-08-24 09:51:18"
4037
        },
4038
        {
4039
            "name": "vierbergenlars/php-semver",
4040
            "version": "3.0.1",
4041
            "source": {
4042
                "type": "git",
4043
                "url": "https://github.com/vierbergenlars/php-semver.git",
4044
                "reference": "516bb3061577e60e9420cbecc479362d3ad8c7f1"
4045
            },
4046
            "dist": {
4047
                "type": "zip",
4048
                "url": "https://api.github.com/repos/vierbergenlars/php-semver/zipball/516bb3061577e60e9420cbecc479362d3ad8c7f1",
4049
                "reference": "516bb3061577e60e9420cbecc479362d3ad8c7f1",
4050
                "shasum": ""
4051
            },
4052
            "require": {
4053
                "php": ">=5.3.0"
4054
            },
4055
            "require-dev": {
4056
                "simpletest/simpletest": "1.1.*"
4057
            },
4058
            "bin": [
4059
                "bin/semver",
4060
                "bin/update-versions"
4061
            ],
4062
            "type": "library",
4063
            "autoload": {
4064
                "psr-0": {
4065
                    "vierbergenlars\\SemVer\\": "src/",
4066
                    "vierbergenlars\\LibJs\\": "src/"
4067
                },
4068
                "classmap": [
4069
                    "src/vierbergenlars/SemVer/internal.php"
4070
                ]
4071
            },
4072
            "notification-url": "https://packagist.org/downloads/",
4073
            "license": [
4074
                "MIT"
4075
            ],
4076
            "authors": [
4077
                {
4078
                    "name": "Lars Vierbergen",
4079
                    "email": "[email protected]"
4080
                }
4081
            ],
4082
            "description": "The Semantic Versioner for PHP",
4083
            "keywords": [
4084
                "semantic",
4085
                "semver",
4086
                "versioning"
4087
            ],
4088
            "time": "2015-05-02 19:28:54"
4089
        }
4090
    ],
4091
    "aliases": [],
4092
    "minimum-stability": "stable",
4093
    "stability-flags": [],
4094
    "prefer-stable": false,
4095
    "prefer-lowest": false,
4096
    "platform": {
4097
        "php": ">=5.4|^7"
4098
    },
4099
    "platform-dev": []
4100
}
4101