Completed
Push — master ( 6ad7bc...3bcbc5 )
by Kentaro
17:02
created

composer.lock (2 issues)

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "4efd1199f9d9a5c22999a5dce62b3bf9",
8
    "packages": [
9
        {
10
            "name": "dflydev/doctrine-orm-service-provider",
11
            "version": "v1.0.7",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/dflydev/dflydev-doctrine-orm-service-provider.git",
15
                "reference": "68f6805bbbedfdebccb9f24802f0484204b6a17d"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/dflydev/dflydev-doctrine-orm-service-provider/zipball/68f6805bbbedfdebccb9f24802f0484204b6a17d",
20
                "reference": "68f6805bbbedfdebccb9f24802f0484204b6a17d",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "doctrine/orm": "~2.3",
25
                "php": ">=5.3.3",
26
                "pimple/pimple": "1.*@dev"
27
            },
28
            "require-dev": {
29
                "cilex/cilex": "1.*@dev",
30
                "cilex/console-service-provider": "@dev",
31
                "silex/silex": "1.*@dev"
32
            },
33
            "suggest": {
34
                "dflydev/psr0-resource-locator-service-provider": "1.0.*@dev"
35
            },
36
            "type": "library",
37
            "autoload": {
38
                "psr-0": {
39
                    "Dflydev\\Cilex\\Provider\\DoctrineOrm": "src",
40
                    "Dflydev\\Pimple\\Provider\\DoctrineOrm": "src",
41
                    "Dflydev\\Silex\\Provider\\DoctrineOrm": "src"
42
                }
43
            },
44
            "notification-url": "https://packagist.org/downloads/",
45
            "license": [
46
                "MIT"
47
            ],
48
            "authors": [
49
                {
50
                    "name": "Dragonfly Development Inc.",
51
                    "email": "[email protected]",
52
                    "homepage": "http://dflydev.com"
53
                },
54
                {
55
                    "name": "Beau Simensen",
56
                    "email": "[email protected]",
57
                    "homepage": "http://beausimensen.com"
58
                }
59
            ],
60
            "description": "Doctrine ORM Service Provider",
61
            "homepage": "http://dflydev.com/projects/doctrine-orm-service-provider/",
62
            "keywords": [
63
                "cilex",
64
                "doctrine",
65
                "orm",
66
                "pimple",
67
                "silex"
68
            ],
69
            "time": "2015-09-07 12:16:54"
70
        },
71
        {
72
            "name": "doctrine/annotations",
73
            "version": "v1.2.7",
74
            "source": {
75
                "type": "git",
76
                "url": "https://github.com/doctrine/annotations.git",
77
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
78
            },
79
            "dist": {
80
                "type": "zip",
81
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
82
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
83
                "shasum": ""
84
            },
85
            "require": {
86
                "doctrine/lexer": "1.*",
87
                "php": ">=5.3.2"
88
            },
89
            "require-dev": {
90
                "doctrine/cache": "1.*",
91
                "phpunit/phpunit": "4.*"
92
            },
93
            "type": "library",
94
            "extra": {
95
                "branch-alias": {
96
                    "dev-master": "1.3.x-dev"
97
                }
98
            },
99
            "autoload": {
100
                "psr-0": {
101
                    "Doctrine\\Common\\Annotations\\": "lib/"
102
                }
103
            },
104
            "notification-url": "https://packagist.org/downloads/",
105
            "license": [
106
                "MIT"
107
            ],
108
            "authors": [
109
                {
110
                    "name": "Roman Borschel",
111
                    "email": "[email protected]"
112
                },
113
                {
114
                    "name": "Benjamin Eberlei",
115
                    "email": "[email protected]"
116
                },
117
                {
118
                    "name": "Guilherme Blanco",
119
                    "email": "[email protected]"
120
                },
121
                {
122
                    "name": "Jonathan Wage",
123
                    "email": "[email protected]"
124
                },
125
                {
126
                    "name": "Johannes Schmitt",
127
                    "email": "[email protected]"
128
                }
129
            ],
130
            "description": "Docblock Annotations Parser",
131
            "homepage": "http://www.doctrine-project.org",
132
            "keywords": [
133
                "annotations",
134
                "docblock",
135
                "parser"
136
            ],
137
            "time": "2015-08-31 12:32:49"
138
        },
139
        {
140
            "name": "doctrine/cache",
141
            "version": "v1.4.2",
142
            "source": {
143
                "type": "git",
144
                "url": "https://github.com/doctrine/cache.git",
145
                "reference": "8c434000f420ade76a07c64cbe08ca47e5c101ca"
146
            },
147
            "dist": {
148
                "type": "zip",
149
                "url": "https://api.github.com/repos/doctrine/cache/zipball/8c434000f420ade76a07c64cbe08ca47e5c101ca",
150
                "reference": "8c434000f420ade76a07c64cbe08ca47e5c101ca",
151
                "shasum": ""
152
            },
153
            "require": {
154
                "php": ">=5.3.2"
155
            },
156
            "conflict": {
157
                "doctrine/common": ">2.2,<2.4"
158
            },
159
            "require-dev": {
160
                "phpunit/phpunit": ">=3.7",
161
                "predis/predis": "~1.0",
162
                "satooshi/php-coveralls": "~0.6"
163
            },
164
            "type": "library",
165
            "extra": {
166
                "branch-alias": {
167
                    "dev-master": "1.5.x-dev"
168
                }
169
            },
170
            "autoload": {
171
                "psr-0": {
172
                    "Doctrine\\Common\\Cache\\": "lib/"
173
                }
174
            },
175
            "notification-url": "https://packagist.org/downloads/",
176
            "license": [
177
                "MIT"
178
            ],
179
            "authors": [
180
                {
181
                    "name": "Roman Borschel",
182
                    "email": "[email protected]"
183
                },
184
                {
185
                    "name": "Benjamin Eberlei",
186
                    "email": "[email protected]"
187
                },
188
                {
189
                    "name": "Guilherme Blanco",
190
                    "email": "[email protected]"
191
                },
192
                {
193
                    "name": "Jonathan Wage",
194
                    "email": "[email protected]"
195
                },
196
                {
197
                    "name": "Johannes Schmitt",
198
                    "email": "[email protected]"
199
                }
200
            ],
201
            "description": "Caching library offering an object-oriented API for many cache backends",
202
            "homepage": "http://www.doctrine-project.org",
203
            "keywords": [
204
                "cache",
205
                "caching"
206
            ],
207
            "time": "2015-08-31 12:36:41"
208
        },
209
        {
210
            "name": "doctrine/collections",
211
            "version": "v1.3.0",
212
            "source": {
213
                "type": "git",
214
                "url": "https://github.com/doctrine/collections.git",
215
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
216
            },
217
            "dist": {
218
                "type": "zip",
219
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
220
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
221
                "shasum": ""
222
            },
223
            "require": {
224
                "php": ">=5.3.2"
225
            },
226
            "require-dev": {
227
                "phpunit/phpunit": "~4.0"
228
            },
229
            "type": "library",
230
            "extra": {
231
                "branch-alias": {
232
                    "dev-master": "1.2.x-dev"
233
                }
234
            },
235
            "autoload": {
236
                "psr-0": {
237
                    "Doctrine\\Common\\Collections\\": "lib/"
238
                }
239
            },
240
            "notification-url": "https://packagist.org/downloads/",
241
            "license": [
242
                "MIT"
243
            ],
244
            "authors": [
245
                {
246
                    "name": "Roman Borschel",
247
                    "email": "[email protected]"
248
                },
249
                {
250
                    "name": "Benjamin Eberlei",
251
                    "email": "[email protected]"
252
                },
253
                {
254
                    "name": "Guilherme Blanco",
255
                    "email": "[email protected]"
256
                },
257
                {
258
                    "name": "Jonathan Wage",
259
                    "email": "[email protected]"
260
                },
261
                {
262
                    "name": "Johannes Schmitt",
263
                    "email": "[email protected]"
264
                }
265
            ],
266
            "description": "Collections Abstraction library",
267
            "homepage": "http://www.doctrine-project.org",
268
            "keywords": [
269
                "array",
270
                "collections",
271
                "iterator"
272
            ],
273
            "time": "2015-04-14 22:21:58"
274
        },
275
        {
276
            "name": "doctrine/common",
277
            "version": "v2.5.1",
278
            "source": {
279
                "type": "git",
280
                "url": "https://github.com/doctrine/common.git",
281
                "reference": "0009b8f0d4a917aabc971fb089eba80e872f83f9"
282
            },
283
            "dist": {
284
                "type": "zip",
285
                "url": "https://api.github.com/repos/doctrine/common/zipball/0009b8f0d4a917aabc971fb089eba80e872f83f9",
286
                "reference": "0009b8f0d4a917aabc971fb089eba80e872f83f9",
287
                "shasum": ""
288
            },
289
            "require": {
290
                "doctrine/annotations": "1.*",
291
                "doctrine/cache": "1.*",
292
                "doctrine/collections": "1.*",
293
                "doctrine/inflector": "1.*",
294
                "doctrine/lexer": "1.*",
295
                "php": ">=5.3.2"
296
            },
297
            "require-dev": {
298
                "phpunit/phpunit": "~3.7"
299
            },
300
            "type": "library",
301
            "extra": {
302
                "branch-alias": {
303
                    "dev-master": "2.6.x-dev"
304
                }
305
            },
306
            "autoload": {
307
                "psr-0": {
308
                    "Doctrine\\Common\\": "lib/"
309
                }
310
            },
311
            "notification-url": "https://packagist.org/downloads/",
312
            "license": [
313
                "MIT"
314
            ],
315
            "authors": [
316
                {
317
                    "name": "Roman Borschel",
318
                    "email": "[email protected]"
319
                },
320
                {
321
                    "name": "Benjamin Eberlei",
322
                    "email": "[email protected]"
323
                },
324
                {
325
                    "name": "Guilherme Blanco",
326
                    "email": "[email protected]"
327
                },
328
                {
329
                    "name": "Jonathan Wage",
330
                    "email": "[email protected]"
331
                },
332
                {
333
                    "name": "Johannes Schmitt",
334
                    "email": "[email protected]"
335
                }
336
            ],
337
            "description": "Common Library for Doctrine projects",
338
            "homepage": "http://www.doctrine-project.org",
339
            "keywords": [
340
                "annotations",
341
                "collections",
342
                "eventmanager",
343
                "persistence",
344
                "spl"
345
            ],
346
            "time": "2015-08-31 13:00:22"
347
        },
348
        {
349
            "name": "doctrine/dbal",
350
            "version": "v2.5.2",
351
            "source": {
352
                "type": "git",
353
                "url": "https://github.com/doctrine/dbal.git",
354
                "reference": "01dbcbc5cd0a913d751418e635434a18a2f2a75c"
355
            },
356
            "dist": {
357
                "type": "zip",
358
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/01dbcbc5cd0a913d751418e635434a18a2f2a75c",
359
                "reference": "01dbcbc5cd0a913d751418e635434a18a2f2a75c",
360
                "shasum": ""
361
            },
362
            "require": {
363
                "doctrine/common": ">=2.4,<2.6-dev",
364
                "php": ">=5.3.2"
365
            },
366
            "require-dev": {
367
                "phpunit/phpunit": "4.*",
368
                "symfony/console": "2.*"
369
            },
370
            "suggest": {
371
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
372
            },
373
            "bin": [
374
                "bin/doctrine-dbal"
375
            ],
376
            "type": "library",
377
            "extra": {
378
                "branch-alias": {
379
                    "dev-master": "2.5.x-dev"
380
                }
381
            },
382
            "autoload": {
383
                "psr-0": {
384
                    "Doctrine\\DBAL\\": "lib/"
385
                }
386
            },
387
            "notification-url": "https://packagist.org/downloads/",
388
            "license": [
389
                "MIT"
390
            ],
391
            "authors": [
392
                {
393
                    "name": "Roman Borschel",
394
                    "email": "[email protected]"
395
                },
396
                {
397
                    "name": "Benjamin Eberlei",
398
                    "email": "[email protected]"
399
                },
400
                {
401
                    "name": "Guilherme Blanco",
402
                    "email": "[email protected]"
403
                },
404
                {
405
                    "name": "Jonathan Wage",
406
                    "email": "[email protected]"
407
                }
408
            ],
409
            "description": "Database Abstraction Layer",
410
            "homepage": "http://www.doctrine-project.org",
411
            "keywords": [
412
                "database",
413
                "dbal",
414
                "persistence",
415
                "queryobject"
416
            ],
417
            "time": "2015-09-16 16:29:33"
418
        },
419
        {
420
            "name": "doctrine/inflector",
421
            "version": "v1.0.1",
422
            "source": {
423
                "type": "git",
424
                "url": "https://github.com/doctrine/inflector.git",
425
                "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604"
426
            },
427
            "dist": {
428
                "type": "zip",
429
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604",
430
                "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604",
431
                "shasum": ""
432
            },
433
            "require": {
434
                "php": ">=5.3.2"
435
            },
436
            "require-dev": {
437
                "phpunit/phpunit": "4.*"
438
            },
439
            "type": "library",
440
            "extra": {
441
                "branch-alias": {
442
                    "dev-master": "1.0.x-dev"
443
                }
444
            },
445
            "autoload": {
446
                "psr-0": {
447
                    "Doctrine\\Common\\Inflector\\": "lib/"
448
                }
449
            },
450
            "notification-url": "https://packagist.org/downloads/",
451
            "license": [
452
                "MIT"
453
            ],
454
            "authors": [
455
                {
456
                    "name": "Roman Borschel",
457
                    "email": "[email protected]"
458
                },
459
                {
460
                    "name": "Benjamin Eberlei",
461
                    "email": "[email protected]"
462
                },
463
                {
464
                    "name": "Guilherme Blanco",
465
                    "email": "[email protected]"
466
                },
467
                {
468
                    "name": "Jonathan Wage",
469
                    "email": "[email protected]"
470
                },
471
                {
472
                    "name": "Johannes Schmitt",
473
                    "email": "[email protected]"
474
                }
475
            ],
476
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
477
            "homepage": "http://www.doctrine-project.org",
478
            "keywords": [
479
                "inflection",
480
                "pluralize",
481
                "singularize",
482
                "string"
483
            ],
484
            "time": "2014-12-20 21:24:13"
485
        },
486
        {
487
            "name": "doctrine/lexer",
488
            "version": "v1.0.1",
489
            "source": {
490
                "type": "git",
491
                "url": "https://github.com/doctrine/lexer.git",
492
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
493
            },
494
            "dist": {
495
                "type": "zip",
496
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
497
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
498
                "shasum": ""
499
            },
500
            "require": {
501
                "php": ">=5.3.2"
502
            },
503
            "type": "library",
504
            "extra": {
505
                "branch-alias": {
506
                    "dev-master": "1.0.x-dev"
507
                }
508
            },
509
            "autoload": {
510
                "psr-0": {
511
                    "Doctrine\\Common\\Lexer\\": "lib/"
512
                }
513
            },
514
            "notification-url": "https://packagist.org/downloads/",
515
            "license": [
516
                "MIT"
517
            ],
518
            "authors": [
519
                {
520
                    "name": "Roman Borschel",
521
                    "email": "[email protected]"
522
                },
523
                {
524
                    "name": "Guilherme Blanco",
525
                    "email": "[email protected]"
526
                },
527
                {
528
                    "name": "Johannes Schmitt",
529
                    "email": "[email protected]"
530
                }
531
            ],
532
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
533
            "homepage": "http://www.doctrine-project.org",
534
            "keywords": [
535
                "lexer",
536
                "parser"
537
            ],
538
            "time": "2014-09-09 13:34:57"
539
        },
540
        {
541
            "name": "doctrine/migrations",
542
            "version": "v1.0.0-alpha3",
543
            "source": {
544
                "type": "git",
545
                "url": "https://github.com/doctrine/migrations.git",
546
                "reference": "d2d18ef671b47a7d48fae54806adac87e82fe8e9"
547
            },
548
            "dist": {
549
                "type": "zip",
550
                "url": "https://api.github.com/repos/doctrine/migrations/zipball/d2d18ef671b47a7d48fae54806adac87e82fe8e9",
551
                "reference": "d2d18ef671b47a7d48fae54806adac87e82fe8e9",
552
                "shasum": ""
553
            },
554
            "require": {
555
                "doctrine/dbal": "~2.0",
556
                "php": ">=5.3.2"
557
            },
558
            "require-dev": {
559
                "symfony/console": "2.*",
560
                "symfony/yaml": "2.*"
561
            },
562
            "suggest": {
563
                "symfony/console": "to run the migration from the console"
564
            },
565
            "type": "library",
566
            "extra": {
567
                "branch-alias": {
568
                    "dev-master": "1.0.x-dev"
569
                }
570
            },
571
            "autoload": {
572
                "psr-0": {
573
                    "Doctrine\\DBAL\\Migrations": "lib"
574
                }
575
            },
576
            "notification-url": "https://packagist.org/downloads/",
577
            "license": [
578
                "LGPL-2.1"
579
            ],
580
            "authors": [
581
                {
582
                    "name": "Benjamin Eberlei",
583
                    "email": "[email protected]"
584
                },
585
                {
586
                    "name": "Jonathan Wage",
587
                    "email": "[email protected]"
588
                }
589
            ],
590
            "description": "Database Schema migrations using Doctrine DBAL",
591
            "homepage": "http://www.doctrine-project.org",
592
            "keywords": [
593
                "database",
594
                "migrations"
595
            ],
596
            "time": "2015-03-22 13:09:02"
597
        },
598
        {
599
            "name": "doctrine/orm",
600
            "version": "v2.4.8",
601
            "source": {
602
                "type": "git",
603
                "url": "https://github.com/doctrine/doctrine2.git",
604
                "reference": "5aedac1e5c5caaeac14798822c70325dc242d467"
605
            },
606
            "dist": {
607
                "type": "zip",
608
                "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/5aedac1e5c5caaeac14798822c70325dc242d467",
609
                "reference": "5aedac1e5c5caaeac14798822c70325dc242d467",
610
                "shasum": ""
611
            },
612
            "require": {
613
                "doctrine/collections": "~1.1",
614
                "doctrine/dbal": "~2.4",
615
                "ext-pdo": "*",
616
                "php": ">=5.3.2",
617
                "symfony/console": "~2.0"
618
            },
619
            "require-dev": {
620
                "satooshi/php-coveralls": "dev-master",
621
                "symfony/yaml": "~2.1"
622
            },
623
            "suggest": {
624
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
625
            },
626
            "bin": [
627
                "bin/doctrine",
628
                "bin/doctrine.php"
629
            ],
630
            "type": "library",
631
            "extra": {
632
                "branch-alias": {
633
                    "dev-master": "2.4.x-dev"
634
                }
635
            },
636
            "autoload": {
637
                "psr-0": {
638
                    "Doctrine\\ORM\\": "lib/"
639
                }
640
            },
641
            "notification-url": "https://packagist.org/downloads/",
642
            "license": [
643
                "MIT"
644
            ],
645
            "authors": [
646
                {
647
                    "name": "Roman Borschel",
648
                    "email": "[email protected]"
649
                },
650
                {
651
                    "name": "Benjamin Eberlei",
652
                    "email": "[email protected]"
653
                },
654
                {
655
                    "name": "Guilherme Blanco",
656
                    "email": "[email protected]"
657
                },
658
                {
659
                    "name": "Jonathan Wage",
660
                    "email": "[email protected]"
661
                }
662
            ],
663
            "description": "Object-Relational-Mapper for PHP",
664
            "homepage": "http://www.doctrine-project.org",
665
            "keywords": [
666
                "database",
667
                "orm"
668
            ],
669
            "time": "2015-08-31 13:19:01"
670
        },
671
        {
672
            "name": "egulias/email-validator",
673
            "version": "1.2.9",
674
            "source": {
675
                "type": "git",
676
                "url": "https://github.com/egulias/EmailValidator.git",
677
                "reference": "af864423f50ea59f96c87bb1eae147a70bcf67a1"
678
            },
679
            "dist": {
680
                "type": "zip",
681
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/af864423f50ea59f96c87bb1eae147a70bcf67a1",
682
                "reference": "af864423f50ea59f96c87bb1eae147a70bcf67a1",
683
                "shasum": ""
684
            },
685
            "require": {
686
                "doctrine/lexer": "~1.0,>=1.0.1",
687
                "php": ">= 5.3.3"
688
            },
689
            "require-dev": {
690
                "phpunit/phpunit": "~4.4",
691
                "satooshi/php-coveralls": "dev-master"
692
            },
693
            "type": "library",
694
            "extra": {
695
                "branch-alias": {
696
                    "dev-master": "2.0.x-dev"
697
                }
698
            },
699
            "autoload": {
700
                "psr-0": {
701
                    "Egulias\\": "src/"
702
                }
703
            },
704
            "notification-url": "https://packagist.org/downloads/",
705
            "license": [
706
                "MIT"
707
            ],
708
            "authors": [
709
                {
710
                    "name": "Eduardo Gulias Davis"
711
                }
712
            ],
713
            "description": "A library for validating emails",
714
            "homepage": "https://github.com/egulias/EmailValidator",
715
            "keywords": [
716
                "email",
717
                "emailvalidation",
718
                "emailvalidator",
719
                "validation",
720
                "validator"
721
            ],
722
            "time": "2015-06-22 21:07:51"
723
        },
724
        {
725
            "name": "guzzle/guzzle",
726
            "version": "v3.9.3",
727
            "source": {
728
                "type": "git",
729
                "url": "https://github.com/guzzle/guzzle3.git",
730
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
731
            },
732
            "dist": {
733
                "type": "zip",
734
                "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
735
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
736
                "shasum": ""
737
            },
738
            "require": {
739
                "ext-curl": "*",
740
                "php": ">=5.3.3",
741
                "symfony/event-dispatcher": "~2.1"
742
            },
743
            "replace": {
744
                "guzzle/batch": "self.version",
745
                "guzzle/cache": "self.version",
746
                "guzzle/common": "self.version",
747
                "guzzle/http": "self.version",
748
                "guzzle/inflection": "self.version",
749
                "guzzle/iterator": "self.version",
750
                "guzzle/log": "self.version",
751
                "guzzle/parser": "self.version",
752
                "guzzle/plugin": "self.version",
753
                "guzzle/plugin-async": "self.version",
754
                "guzzle/plugin-backoff": "self.version",
755
                "guzzle/plugin-cache": "self.version",
756
                "guzzle/plugin-cookie": "self.version",
757
                "guzzle/plugin-curlauth": "self.version",
758
                "guzzle/plugin-error-response": "self.version",
759
                "guzzle/plugin-history": "self.version",
760
                "guzzle/plugin-log": "self.version",
761
                "guzzle/plugin-md5": "self.version",
762
                "guzzle/plugin-mock": "self.version",
763
                "guzzle/plugin-oauth": "self.version",
764
                "guzzle/service": "self.version",
765
                "guzzle/stream": "self.version"
766
            },
767
            "require-dev": {
768
                "doctrine/cache": "~1.3",
769
                "monolog/monolog": "~1.0",
770
                "phpunit/phpunit": "3.7.*",
771
                "psr/log": "~1.0",
772
                "symfony/class-loader": "~2.1",
773
                "zendframework/zend-cache": "2.*,<2.3",
774
                "zendframework/zend-log": "2.*,<2.3"
775
            },
776
            "suggest": {
777
                "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
778
            },
779
            "type": "library",
780
            "extra": {
781
                "branch-alias": {
782
                    "dev-master": "3.9-dev"
783
                }
784
            },
785
            "autoload": {
786
                "psr-0": {
787
                    "Guzzle": "src/",
788
                    "Guzzle\\Tests": "tests/"
789
                }
790
            },
791
            "notification-url": "https://packagist.org/downloads/",
792
            "license": [
793
                "MIT"
794
            ],
795
            "authors": [
796
                {
797
                    "name": "Michael Dowling",
798
                    "email": "[email protected]",
799
                    "homepage": "https://github.com/mtdowling"
800
                },
801
                {
802
                    "name": "Guzzle Community",
803
                    "homepage": "https://github.com/guzzle/guzzle/contributors"
804
                }
805
            ],
806
            "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
807
            "homepage": "http://guzzlephp.org/",
808
            "keywords": [
809
                "client",
810
                "curl",
811
                "framework",
812
                "http",
813
                "http client",
814
                "rest",
815
                "web service"
816
            ],
817
            "time": "2015-03-18 18:23:50"
818
        },
819
        {
820
            "name": "jdorn/sql-formatter",
821
            "version": "v1.2.17",
822
            "source": {
823
                "type": "git",
824
                "url": "https://github.com/jdorn/sql-formatter.git",
825
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
826
            },
827
            "dist": {
828
                "type": "zip",
829
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
830
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
831
                "shasum": ""
832
            },
833
            "require": {
834
                "php": ">=5.2.4"
835
            },
836
            "require-dev": {
837
                "phpunit/phpunit": "3.7.*"
838
            },
839
            "type": "library",
840
            "extra": {
841
                "branch-alias": {
842
                    "dev-master": "1.3.x-dev"
843
                }
844
            },
845
            "autoload": {
846
                "classmap": [
847
                    "lib"
848
                ]
849
            },
850
            "notification-url": "https://packagist.org/downloads/",
851
            "license": [
852
                "MIT"
853
            ],
854
            "authors": [
855
                {
856
                    "name": "Jeremy Dorn",
857
                    "email": "[email protected]",
858
                    "homepage": "http://jeremydorn.com/"
859
                }
860
            ],
861
            "description": "a PHP SQL highlighting library",
862
            "homepage": "https://github.com/jdorn/sql-formatter/",
863
            "keywords": [
864
                "highlight",
865
                "sql"
866
            ],
867
            "time": "2014-01-12 16:20:24"
868
        },
869
        {
870
            "name": "knplabs/console-service-provider",
871
            "version": "dev-master",
872
            "source": {
873
                "type": "git",
874
                "url": "https://github.com/KnpLabs/ConsoleServiceProvider.git",
875
                "reference": "1f1a3315409814d01702a47a8823549c6996de41"
876
            },
877
            "dist": {
878
                "type": "zip",
879
                "url": "https://api.github.com/repos/KnpLabs/ConsoleServiceProvider/zipball/1f1a3315409814d01702a47a8823549c6996de41",
880
                "reference": "1f1a3315409814d01702a47a8823549c6996de41",
881
                "shasum": ""
882
            },
883
            "require": {
884
                "php": ">=5.3.2",
885
                "symfony/console": "~2.1"
886
            },
887
            "type": "library",
888
            "autoload": {
889
                "psr-0": {
890
                    "Knp\\": ""
891
                }
892
            },
893
            "notification-url": "https://packagist.org/downloads/",
894
            "license": [
895
                "MIT"
896
            ],
897
            "authors": [
898
                {
899
                    "name": "KnpLabs",
900
                    "homepage": "http://knplabs.com"
901
                }
902
            ],
903
            "description": "console service provider for Silex",
904
            "homepage": "http://knplabs.com",
905
            "keywords": [
906
                "console",
907
                "silex"
908
            ],
909
            "time": "2013-06-13 12:43:39"
910
        },
911
        {
912
            "name": "knplabs/knp-components",
913
            "version": "1.3.2",
914
            "source": {
915
                "type": "git",
916
                "url": "https://github.com/KnpLabs/knp-components.git",
917
                "reference": "4503275e4f1a0e9667aa65b0ebed842ef2d8d8ba"
918
            },
919
            "dist": {
920
                "type": "zip",
921
                "url": "https://api.github.com/repos/KnpLabs/knp-components/zipball/4503275e4f1a0e9667aa65b0ebed842ef2d8d8ba",
922
                "reference": "4503275e4f1a0e9667aa65b0ebed842ef2d8d8ba",
923
                "shasum": ""
924
            },
925
            "require": {
926
                "php": ">=5.3.2"
927
            },
928
            "require-dev": {
929
                "doctrine/mongodb-odm": "~1.0@beta",
930
                "doctrine/orm": "~2.4",
931
                "phpunit/phpunit": "~4.2",
932
                "ruflin/elastica": "~1.0",
933
                "symfony/event-dispatcher": "~2.5"
934
            },
935
            "suggest": {
936
                "doctrine/common": "to allow usage pagination with Doctrine ArrayCollection",
937
                "doctrine/mongodb-odm": "to allow usage pagination with Doctrine ODM MongoDB",
938
                "doctrine/orm": "to allow usage pagination with Doctrine ORM",
939
                "propel/propel1": "to allow usage pagination with Propel ORM",
940
                "ruflin/Elastica": "to allow usage pagination with ElasticSearch Client",
941
                "solarium/solarium": "to allow usage pagination with Solarium Client"
942
            },
943
            "type": "library",
944
            "extra": {
945
                "branch-alias": {
946
                    "dev-master": "1.3.x-dev"
947
                }
948
            },
949
            "autoload": {
950
                "psr-0": {
951
                    "Knp\\Component": "src"
952
                }
953
            },
954
            "notification-url": "https://packagist.org/downloads/",
955
            "license": [
956
                "MIT"
957
            ],
958
            "authors": [
959
                {
960
                    "name": "KnpLabs Team",
961
                    "homepage": "http://knplabs.com"
962
                },
963
                {
964
                    "name": "Symfony Community",
965
                    "homepage": "http://github.com/KnpLabs/knp-components/contributors"
966
                }
967
            ],
968
            "description": "Knplabs component library",
969
            "homepage": "http://github.com/KnpLabs/knp-components",
970
            "keywords": [
971
                "components",
972
                "knp",
973
                "knplabs",
974
                "pager",
975
                "paginator"
976
            ],
977
            "time": "2015-09-01 10:54:53"
978
        },
979
        {
980
            "name": "monolog/monolog",
981
            "version": "1.17.1",
982
            "source": {
983
                "type": "git",
984
                "url": "https://github.com/Seldaek/monolog.git",
985
                "reference": "0524c87587ab85bc4c2d6f5b41253ccb930a5422"
986
            },
987
            "dist": {
988
                "type": "zip",
989
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/0524c87587ab85bc4c2d6f5b41253ccb930a5422",
990
                "reference": "0524c87587ab85bc4c2d6f5b41253ccb930a5422",
991
                "shasum": ""
992
            },
993
            "require": {
994
                "php": ">=5.3.0",
995
                "psr/log": "~1.0"
996
            },
997
            "provide": {
998
                "psr/log-implementation": "1.0.0"
999
            },
1000
            "require-dev": {
1001
                "aws/aws-sdk-php": "^2.4.9",
1002
                "doctrine/couchdb": "~1.0@dev",
1003
                "graylog2/gelf-php": "~1.0",
1004
                "php-console/php-console": "^3.1.3",
1005
                "phpunit/phpunit": "~4.5",
1006
                "phpunit/phpunit-mock-objects": "2.3.0",
1007
                "raven/raven": "~0.11",
1008
                "ruflin/elastica": ">=0.90 <3.0",
1009
                "swiftmailer/swiftmailer": "~5.3",
1010
                "videlalvaro/php-amqplib": "~2.4"
1011
            },
1012
            "suggest": {
1013
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1014
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1015
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1016
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1017
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1018
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1019
                "raven/raven": "Allow sending log messages to a Sentry server",
1020
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1021
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1022
                "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
1023
            },
1024
            "type": "library",
1025
            "extra": {
1026
                "branch-alias": {
1027
                    "dev-master": "1.16.x-dev"
1028
                }
1029
            },
1030
            "autoload": {
1031
                "psr-4": {
1032
                    "Monolog\\": "src/Monolog"
1033
                }
1034
            },
1035
            "notification-url": "https://packagist.org/downloads/",
1036
            "license": [
1037
                "MIT"
1038
            ],
1039
            "authors": [
1040
                {
1041
                    "name": "Jordi Boggiano",
1042
                    "email": "[email protected]",
1043
                    "homepage": "http://seld.be"
1044
                }
1045
            ],
1046
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1047
            "homepage": "http://github.com/Seldaek/monolog",
1048
            "keywords": [
1049
                "log",
1050
                "logging",
1051
                "psr-3"
1052
            ],
1053
            "time": "2015-08-31 09:17:37"
1054
        },
1055
        {
1056
            "name": "nesbot/carbon",
1057
            "version": "1.20.0",
1058
            "source": {
1059
                "type": "git",
1060
                "url": "https://github.com/briannesbitt/Carbon.git",
1061
                "reference": "bfd3eaba109c9a2405c92174c8e17f20c2b9caf3"
1062
            },
1063
            "dist": {
1064
                "type": "zip",
1065
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/bfd3eaba109c9a2405c92174c8e17f20c2b9caf3",
1066
                "reference": "bfd3eaba109c9a2405c92174c8e17f20c2b9caf3",
1067
                "shasum": ""
1068
            },
1069
            "require": {
1070
                "php": ">=5.3.0",
1071
                "symfony/translation": "~2.6|~3.0"
1072
            },
1073
            "require-dev": {
1074
                "phpunit/phpunit": "~4.0"
1075
            },
1076
            "type": "library",
1077
            "autoload": {
1078
                "psr-0": {
1079
                    "Carbon": "src"
1080
                }
1081
            },
1082
            "notification-url": "https://packagist.org/downloads/",
1083
            "license": [
1084
                "MIT"
1085
            ],
1086
            "authors": [
1087
                {
1088
                    "name": "Brian Nesbitt",
1089
                    "email": "[email protected]",
1090
                    "homepage": "http://nesbot.com"
1091
                }
1092
            ],
1093
            "description": "A simple API extension for DateTime.",
1094
            "homepage": "http://carbon.nesbot.com",
1095
            "keywords": [
1096
                "date",
1097
                "datetime",
1098
                "time"
1099
            ],
1100
            "time": "2015-06-25 04:19:39"
1101
        },
1102
        {
1103
            "name": "pimple/pimple",
1104
            "version": "v1.1.1",
1105
            "source": {
1106
                "type": "git",
1107
                "url": "https://github.com/silexphp/Pimple.git",
1108
                "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d"
1109
            },
1110
            "dist": {
1111
                "type": "zip",
1112
                "url": "https://api.github.com/repos/silexphp/Pimple/zipball/2019c145fe393923f3441b23f29bbdfaa5c58c4d",
1113
                "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d",
1114
                "shasum": ""
1115
            },
1116
            "require": {
1117
                "php": ">=5.3.0"
1118
            },
1119
            "type": "library",
1120
            "extra": {
1121
                "branch-alias": {
1122
                    "dev-master": "1.1.x-dev"
1123
                }
1124
            },
1125
            "autoload": {
1126
                "psr-0": {
1127
                    "Pimple": "lib/"
1128
                }
1129
            },
1130
            "notification-url": "https://packagist.org/downloads/",
1131
            "license": [
1132
                "MIT"
1133
            ],
1134
            "authors": [
1135
                {
1136
                    "name": "Fabien Potencier",
1137
                    "email": "[email protected]"
1138
                }
1139
            ],
1140
            "description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
1141
            "homepage": "http://pimple.sensiolabs.org",
1142
            "keywords": [
1143
                "container",
1144
                "dependency injection"
1145
            ],
1146
            "time": "2013-11-22 08:30:29"
1147
        },
1148
        {
1149
            "name": "psr/log",
1150
            "version": "1.0.0",
1151
            "source": {
1152
                "type": "git",
1153
                "url": "https://github.com/php-fig/log.git",
1154
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
1155
            },
1156
            "dist": {
1157
                "type": "zip",
1158
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
1159
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
1160
                "shasum": ""
1161
            },
1162
            "type": "library",
1163
            "autoload": {
1164
                "psr-0": {
1165
                    "Psr\\Log\\": ""
1166
                }
1167
            },
1168
            "notification-url": "https://packagist.org/downloads/",
1169
            "license": [
1170
                "MIT"
1171
            ],
1172
            "authors": [
1173
                {
1174
                    "name": "PHP-FIG",
1175
                    "homepage": "http://www.php-fig.org/"
1176
                }
1177
            ],
1178
            "description": "Common interface for logging libraries",
1179
            "keywords": [
1180
                "log",
1181
                "psr",
1182
                "psr-3"
1183
            ],
1184
            "time": "2012-12-21 11:40:51"
1185
        },
1186
        {
1187
            "name": "saxulum/saxulum-doctrine-orm-manager-registry-provider",
1188
            "version": "2.2.3",
1189
            "source": {
1190
                "type": "git",
1191
                "url": "https://github.com/saxulum/saxulum-doctrine-orm-manager-registry-provider.git",
1192
                "reference": "7e3c62bab2739aee044b254908c9edbfc3032f60"
1193
            },
1194
            "dist": {
1195
                "type": "zip",
1196
                "url": "https://api.github.com/repos/saxulum/saxulum-doctrine-orm-manager-registry-provider/zipball/7e3c62bab2739aee044b254908c9edbfc3032f60",
1197
                "reference": "7e3c62bab2739aee044b254908c9edbfc3032f60",
1198
                "shasum": ""
1199
            },
1200
            "require": {
1201
                "dflydev/doctrine-orm-service-provider": "~1.0.4",
1202
                "php": ">=5.3.3",
1203
                "pimple/pimple": "~1.0"
1204
            },
1205
            "require-dev": {
1206
                "phpunit/phpunit": "3.7.*",
1207
                "saxulum/saxulum-console": "~2.0",
1208
                "saxulum/saxulum-doctrine-orm-commands": "~1.2",
1209
                "silex/silex": "~1.2",
1210
                "symfony/doctrine-bridge": "~2.2",
1211
                "symfony/form": "~2.2",
1212
                "symfony/validator": "~2.2"
1213
            },
1214
            "suggest": {
1215
                "saxulum/saxulum-console": "~2.0",
1216
                "saxulum/saxulum-doctrine-orm-commands": "~1.2",
1217
                "silex/silex": "~1.2",
1218
                "symfony/doctrine-bridge": "~2.2",
1219
                "symfony/form": "~2.2",
1220
                "symfony/validator": "~2.2"
1221
            },
1222
            "type": "library",
1223
            "autoload": {
1224
                "psr-4": {
1225
                    "Saxulum\\DoctrineOrmManagerRegistry\\": "src/"
1226
                }
1227
            },
1228
            "notification-url": "https://packagist.org/downloads/",
1229
            "license": [
1230
                "MIT"
1231
            ],
1232
            "authors": [
1233
                {
1234
                    "name": "Dominik Zogg",
1235
                    "email": "[email protected]"
1236
                }
1237
            ],
1238
            "description": "Saxulum Doctrine ORM Manager Registry Provider",
1239
            "keywords": [
1240
                "cilex",
1241
                "doctrine",
1242
                "orm",
1243
                "pimple",
1244
                "registrymanager",
1245
                "silex"
1246
            ],
1247
            "time": "2015-09-12 13:34:41"
1248
        },
1249
        {
1250
            "name": "saxulum/saxulum-webprofiler-provider",
1251
            "version": "1.1.1",
1252
            "source": {
1253
                "type": "git",
1254
                "url": "https://github.com/saxulum/saxulum-webprofiler-provider.git",
1255
                "reference": "8da86c2c0e09c1eec5c9d5638a33b94b5e63d291"
1256
            },
1257
            "dist": {
1258
                "type": "zip",
1259
                "url": "https://api.github.com/repos/saxulum/saxulum-webprofiler-provider/zipball/8da86c2c0e09c1eec5c9d5638a33b94b5e63d291",
1260
                "reference": "8da86c2c0e09c1eec5c9d5638a33b94b5e63d291",
1261
                "shasum": ""
1262
            },
1263
            "require": {
1264
                "jdorn/sql-formatter": "~1.1",
1265
                "php": ">=5.3.3",
1266
                "psr/log": "1.0.*",
1267
                "saxulum/saxulum-doctrine-orm-manager-registry-provider": "~2.0",
1268
                "silex/silex": "~1.0",
1269
                "silex/web-profiler": "~1.0",
1270
                "symfony/doctrine-bridge": "~2.3"
1271
            },
1272
            "require-dev": {
1273
                "phpunit/phpunit": "~3.7"
1274
            },
1275
            "type": "library",
1276
            "autoload": {
1277
                "psr-0": {
1278
                    "Saxulum\\SaxulumWebProfiler": "src"
1279
                }
1280
            },
1281
            "notification-url": "https://packagist.org/downloads/",
1282
            "license": [
1283
                "MIT"
1284
            ],
1285
            "authors": [
1286
                {
1287
                    "name": "Dominik Zogg",
1288
                    "email": "[email protected]"
1289
                }
1290
            ],
1291
            "description": "A extended webprofiler for saxulum (silex)",
1292
            "keywords": [
1293
                "saxulum",
1294
                "silex",
1295
                "webprofiler"
1296
            ],
1297
            "time": "2014-04-23 23:16:01"
1298
        },
1299
        {
1300
            "name": "silex/silex",
1301
            "version": "v1.3.4",
1302
            "source": {
1303
                "type": "git",
1304
                "url": "https://github.com/silexphp/Silex.git",
1305
                "reference": "d6de62716fcda76084f3015165125f30b1563517"
1306
            },
1307
            "dist": {
1308
                "type": "zip",
1309
                "url": "https://api.github.com/repos/silexphp/Silex/zipball/d6de62716fcda76084f3015165125f30b1563517",
1310
                "reference": "d6de62716fcda76084f3015165125f30b1563517",
1311
                "shasum": ""
1312
            },
1313
            "require": {
1314
                "php": ">=5.3.9",
1315
                "pimple/pimple": "~1.0",
1316
                "symfony/event-dispatcher": "~2.3|3.0.*",
1317
                "symfony/http-foundation": "~2.3|3.0.*",
1318
                "symfony/http-kernel": "~2.3|3.0.*",
1319
                "symfony/routing": "~2.3|3.0.*"
1320
            },
1321
            "require-dev": {
1322
                "doctrine/dbal": "~2.2",
1323
                "monolog/monolog": "^1.4.1",
1324
                "swiftmailer/swiftmailer": "~5",
1325
                "symfony/browser-kit": "~2.3|3.0.*",
1326
                "symfony/config": "~2.3|3.0.*",
1327
                "symfony/css-selector": "~2.3|3.0.*",
1328
                "symfony/debug": "~2.3|3.0.*",
1329
                "symfony/dom-crawler": "~2.3|3.0.*",
1330
                "symfony/finder": "~2.3|3.0.*",
1331
                "symfony/form": "~2.3|3.0.*",
1332
                "symfony/locale": "~2.3|3.0.*",
1333
                "symfony/monolog-bridge": "~2.3|3.0.*",
1334
                "symfony/options-resolver": "~2.3|3.0.*",
1335
                "symfony/phpunit-bridge": "~2.7",
1336
                "symfony/process": "~2.3|3.0.*",
1337
                "symfony/security": "~2.3|3.0.*",
1338
                "symfony/serializer": "~2.3|3.0.*",
1339
                "symfony/translation": "~2.3|3.0.*",
1340
                "symfony/twig-bridge": "~2.3|3.0.*",
1341
                "symfony/validator": "~2.3|3.0.*",
1342
                "twig/twig": "~1.8|~2.0"
1343
            },
1344
            "type": "library",
1345
            "extra": {
1346
                "branch-alias": {
1347
                    "dev-master": "1.3.x-dev"
1348
                }
1349
            },
1350
            "autoload": {
1351
                "psr-4": {
1352
                    "Silex\\": "src/Silex"
1353
                }
1354
            },
1355
            "notification-url": "https://packagist.org/downloads/",
1356
            "license": [
1357
                "MIT"
1358
            ],
1359
            "authors": [
1360
                {
1361
                    "name": "Fabien Potencier",
1362
                    "email": "[email protected]"
1363
                },
1364
                {
1365
                    "name": "Igor Wiedler",
1366
                    "email": "[email protected]"
1367
                }
1368
            ],
1369
            "description": "The PHP micro-framework based on the Symfony Components",
1370
            "homepage": "http://silex.sensiolabs.org",
1371
            "keywords": [
1372
                "microframework"
1373
            ],
1374
            "time": "2015-09-15 06:53:42"
1375
        },
1376
        {
1377
            "name": "silex/web-profiler",
1378
            "version": "v1.0.7",
1379
            "target-dir": "Silex/Provider",
1380
            "source": {
1381
                "type": "git",
1382
                "url": "https://github.com/silexphp/Silex-WebProfiler.git",
1383
                "reference": "2afc6ba14f345d0a2ef70fe656e8a59ff52beb49"
1384
            },
1385
            "dist": {
1386
                "type": "zip",
1387
                "url": "https://api.github.com/repos/silexphp/Silex-WebProfiler/zipball/2afc6ba14f345d0a2ef70fe656e8a59ff52beb49",
1388
                "reference": "2afc6ba14f345d0a2ef70fe656e8a59ff52beb49",
1389
                "shasum": ""
1390
            },
1391
            "require": {
1392
                "silex/silex": "~1.1",
1393
                "symfony/stopwatch": "~2.2",
1394
                "symfony/web-profiler-bundle": "~2.4"
1395
            },
1396
            "type": "library",
1397
            "extra": {
1398
                "branch-alias": {
1399
                    "dev-master": "1.0.x-dev"
1400
                }
1401
            },
1402
            "autoload": {
1403
                "psr-0": {
1404
                    "Silex\\Provider\\": ""
1405
                }
1406
            },
1407
            "notification-url": "https://packagist.org/downloads/",
1408
            "license": [
1409
                "MIT"
1410
            ],
1411
            "authors": [
1412
                {
1413
                    "name": "Fabien Potencier",
1414
                    "email": "[email protected]"
1415
                }
1416
            ],
1417
            "description": "A WebProfiler for Silex",
1418
            "homepage": "http://silex.sensiolabs.org/",
1419
            "time": "2015-06-04 14:27:33"
1420
        },
1421
        {
1422
            "name": "swiftmailer/swiftmailer",
1423
            "version": "v5.4.1",
1424
            "source": {
1425
                "type": "git",
1426
                "url": "https://github.com/swiftmailer/swiftmailer.git",
1427
                "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421"
1428
            },
1429
            "dist": {
1430
                "type": "zip",
1431
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/0697e6aa65c83edf97bb0f23d8763f94e3f11421",
1432
                "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421",
1433
                "shasum": ""
1434
            },
1435
            "require": {
1436
                "php": ">=5.3.3"
1437
            },
1438
            "require-dev": {
1439
                "mockery/mockery": "~0.9.1,<0.9.4"
1440
            },
1441
            "type": "library",
1442
            "extra": {
1443
                "branch-alias": {
1444
                    "dev-master": "5.4-dev"
1445
                }
1446
            },
1447
            "autoload": {
1448
                "files": [
1449
                    "lib/swift_required.php"
1450
                ]
1451
            },
1452
            "notification-url": "https://packagist.org/downloads/",
1453
            "license": [
1454
                "MIT"
1455
            ],
1456
            "authors": [
1457
                {
1458
                    "name": "Chris Corbyn"
1459
                },
1460
                {
1461
                    "name": "Fabien Potencier",
1462
                    "email": "[email protected]"
1463
                }
1464
            ],
1465
            "description": "Swiftmailer, free feature-rich PHP mailer",
1466
            "homepage": "http://swiftmailer.org",
1467
            "keywords": [
1468
                "email",
1469
                "mail",
1470
                "mailer"
1471
            ],
1472
            "time": "2015-06-06 14:19:39"
1473
        },
1474
        {
1475
            "name": "symfony/class-loader",
1476
            "version": "v2.7.5",
1477
            "source": {
1478
                "type": "git",
1479
                "url": "https://github.com/symfony/class-loader.git",
1480
                "reference": "d957ea6295d7016e20d7eff33a6c1deef819c0d4"
1481
            },
1482
            "dist": {
1483
                "type": "zip",
1484
                "url": "https://api.github.com/repos/symfony/class-loader/zipball/d957ea6295d7016e20d7eff33a6c1deef819c0d4",
1485
                "reference": "d957ea6295d7016e20d7eff33a6c1deef819c0d4",
1486
                "shasum": ""
1487
            },
1488
            "require": {
1489
                "php": ">=5.3.9"
1490
            },
1491
            "require-dev": {
1492
                "symfony/finder": "~2.0,>=2.0.5",
1493
                "symfony/phpunit-bridge": "~2.7"
1494
            },
1495
            "type": "library",
1496
            "extra": {
1497
                "branch-alias": {
1498
                    "dev-master": "2.7-dev"
1499
                }
1500
            },
1501
            "autoload": {
1502
                "psr-4": {
1503
                    "Symfony\\Component\\ClassLoader\\": ""
1504
                }
1505
            },
1506
            "notification-url": "https://packagist.org/downloads/",
1507
            "license": [
1508
                "MIT"
1509
            ],
1510
            "authors": [
1511
                {
1512
                    "name": "Fabien Potencier",
1513
                    "email": "[email protected]"
1514
                },
1515
                {
1516
                    "name": "Symfony Community",
1517
                    "homepage": "https://symfony.com/contributors"
1518
                }
1519
            ],
1520
            "description": "Symfony ClassLoader Component",
1521
            "homepage": "https://symfony.com",
1522
            "time": "2015-08-26 17:56:37"
1523
        },
1524
        {
1525
            "name": "symfony/config",
1526
            "version": "v2.7.5",
1527
            "source": {
1528
                "type": "git",
1529
                "url": "https://github.com/symfony/config.git",
1530
                "reference": "9698fdf0a750d6887d5e7729d5cf099765b20e61"
1531
            },
1532
            "dist": {
1533
                "type": "zip",
1534
                "url": "https://api.github.com/repos/symfony/config/zipball/9698fdf0a750d6887d5e7729d5cf099765b20e61",
1535
                "reference": "9698fdf0a750d6887d5e7729d5cf099765b20e61",
1536
                "shasum": ""
1537
            },
1538
            "require": {
1539
                "php": ">=5.3.9",
1540
                "symfony/filesystem": "~2.3"
1541
            },
1542
            "require-dev": {
1543
                "symfony/phpunit-bridge": "~2.7"
1544
            },
1545
            "type": "library",
1546
            "extra": {
1547
                "branch-alias": {
1548
                    "dev-master": "2.7-dev"
1549
                }
1550
            },
1551
            "autoload": {
1552
                "psr-4": {
1553
                    "Symfony\\Component\\Config\\": ""
1554
                }
1555
            },
1556
            "notification-url": "https://packagist.org/downloads/",
1557
            "license": [
1558
                "MIT"
1559
            ],
1560
            "authors": [
1561
                {
1562
                    "name": "Fabien Potencier",
1563
                    "email": "[email protected]"
1564
                },
1565
                {
1566
                    "name": "Symfony Community",
1567
                    "homepage": "https://symfony.com/contributors"
1568
                }
1569
            ],
1570
            "description": "Symfony Config Component",
1571
            "homepage": "https://symfony.com",
1572
            "time": "2015-09-21 15:02:29"
1573
        },
1574
        {
1575
            "name": "symfony/console",
1576
            "version": "v2.7.5",
1577
            "source": {
1578
                "type": "git",
1579
                "url": "https://github.com/symfony/console.git",
1580
                "reference": "06cb17c013a82f94a3d840682b49425cd00a2161"
1581
            },
1582
            "dist": {
1583
                "type": "zip",
1584
                "url": "https://api.github.com/repos/symfony/console/zipball/06cb17c013a82f94a3d840682b49425cd00a2161",
1585
                "reference": "06cb17c013a82f94a3d840682b49425cd00a2161",
1586
                "shasum": ""
1587
            },
1588
            "require": {
1589
                "php": ">=5.3.9"
1590
            },
1591
            "require-dev": {
1592
                "psr/log": "~1.0",
1593
                "symfony/event-dispatcher": "~2.1",
1594
                "symfony/phpunit-bridge": "~2.7",
1595
                "symfony/process": "~2.1"
1596
            },
1597
            "suggest": {
1598
                "psr/log": "For using the console logger",
1599
                "symfony/event-dispatcher": "",
1600
                "symfony/process": ""
1601
            },
1602
            "type": "library",
1603
            "extra": {
1604
                "branch-alias": {
1605
                    "dev-master": "2.7-dev"
1606
                }
1607
            },
1608
            "autoload": {
1609
                "psr-4": {
1610
                    "Symfony\\Component\\Console\\": ""
1611
                }
1612
            },
1613
            "notification-url": "https://packagist.org/downloads/",
1614
            "license": [
1615
                "MIT"
1616
            ],
1617
            "authors": [
1618
                {
1619
                    "name": "Fabien Potencier",
1620
                    "email": "[email protected]"
1621
                },
1622
                {
1623
                    "name": "Symfony Community",
1624
                    "homepage": "https://symfony.com/contributors"
1625
                }
1626
            ],
1627
            "description": "Symfony Console Component",
1628
            "homepage": "https://symfony.com",
1629
            "time": "2015-09-25 08:32:23"
1630
        },
1631
        {
1632
            "name": "symfony/css-selector",
1633
            "version": "v2.7.5",
1634
            "source": {
1635
                "type": "git",
1636
                "url": "https://github.com/symfony/css-selector.git",
1637
                "reference": "abe19cc0429a06be0c133056d1f9859854860970"
1638
            },
1639
            "dist": {
1640
                "type": "zip",
1641
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/abe19cc0429a06be0c133056d1f9859854860970",
1642
                "reference": "abe19cc0429a06be0c133056d1f9859854860970",
1643
                "shasum": ""
1644
            },
1645
            "require": {
1646
                "php": ">=5.3.9"
1647
            },
1648
            "require-dev": {
1649
                "symfony/phpunit-bridge": "~2.7"
1650
            },
1651
            "type": "library",
1652
            "extra": {
1653
                "branch-alias": {
1654
                    "dev-master": "2.7-dev"
1655
                }
1656
            },
1657
            "autoload": {
1658
                "psr-4": {
1659
                    "Symfony\\Component\\CssSelector\\": ""
1660
                }
1661
            },
1662
            "notification-url": "https://packagist.org/downloads/",
1663
            "license": [
1664
                "MIT"
1665
            ],
1666
            "authors": [
1667
                {
1668
                    "name": "Jean-François Simon",
1669
                    "email": "[email protected]"
1670
                },
1671
                {
1672
                    "name": "Fabien Potencier",
1673
                    "email": "[email protected]"
1674
                },
1675
                {
1676
                    "name": "Symfony Community",
1677
                    "homepage": "https://symfony.com/contributors"
1678
                }
1679
            ],
1680
            "description": "Symfony CssSelector Component",
1681
            "homepage": "https://symfony.com",
1682
            "time": "2015-09-22 13:49:29"
1683
        },
1684
        {
1685
            "name": "symfony/debug",
1686
            "version": "v2.7.5",
1687
            "source": {
1688
                "type": "git",
1689
                "url": "https://github.com/symfony/debug.git",
1690
                "reference": "c79c361bca8e5ada6a47603875a3c964d03b67b1"
1691
            },
1692
            "dist": {
1693
                "type": "zip",
1694
                "url": "https://api.github.com/repos/symfony/debug/zipball/c79c361bca8e5ada6a47603875a3c964d03b67b1",
1695
                "reference": "c79c361bca8e5ada6a47603875a3c964d03b67b1",
1696
                "shasum": ""
1697
            },
1698
            "require": {
1699
                "php": ">=5.3.9",
1700
                "psr/log": "~1.0"
1701
            },
1702
            "conflict": {
1703
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
1704
            },
1705
            "require-dev": {
1706
                "symfony/class-loader": "~2.2",
1707
                "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2",
1708
                "symfony/phpunit-bridge": "~2.7"
1709
            },
1710
            "type": "library",
1711
            "extra": {
1712
                "branch-alias": {
1713
                    "dev-master": "2.7-dev"
1714
                }
1715
            },
1716
            "autoload": {
1717
                "psr-4": {
1718
                    "Symfony\\Component\\Debug\\": ""
1719
                }
1720
            },
1721
            "notification-url": "https://packagist.org/downloads/",
1722
            "license": [
1723
                "MIT"
1724
            ],
1725
            "authors": [
1726
                {
1727
                    "name": "Fabien Potencier",
1728
                    "email": "[email protected]"
1729
                },
1730
                {
1731
                    "name": "Symfony Community",
1732
                    "homepage": "https://symfony.com/contributors"
1733
                }
1734
            ],
1735
            "description": "Symfony Debug Component",
1736
            "homepage": "https://symfony.com",
1737
            "time": "2015-09-14 08:41:38"
1738
        },
1739
        {
1740
            "name": "symfony/doctrine-bridge",
1741
            "version": "v2.7.5",
1742
            "source": {
1743
                "type": "git",
1744
                "url": "https://github.com/symfony/doctrine-bridge.git",
1745
                "reference": "783a83b50b688fc5be3becb92462bdc4511dc292"
1746
            },
1747
            "dist": {
1748
                "type": "zip",
1749
                "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/783a83b50b688fc5be3becb92462bdc4511dc292",
1750
                "reference": "783a83b50b688fc5be3becb92462bdc4511dc292",
1751
                "shasum": ""
1752
            },
1753
            "require": {
1754
                "doctrine/common": "~2.4",
1755
                "php": ">=5.3.9"
1756
            },
1757
            "require-dev": {
1758
                "doctrine/data-fixtures": "1.0.*",
1759
                "doctrine/dbal": "~2.4",
1760
                "doctrine/orm": "~2.4,>=2.4.5",
1761
                "symfony/dependency-injection": "~2.2",
1762
                "symfony/expression-language": "~2.2",
1763
                "symfony/form": "~2.7,>=2.7.1",
1764
                "symfony/http-kernel": "~2.2",
1765
                "symfony/phpunit-bridge": "~2.7",
1766
                "symfony/property-access": "~2.3",
1767
                "symfony/security": "~2.2",
1768
                "symfony/stopwatch": "~2.2",
1769
                "symfony/translation": "~2.0,>=2.0.5",
1770
                "symfony/validator": "~2.5,>=2.5.5"
1771
            },
1772
            "suggest": {
1773
                "doctrine/data-fixtures": "",
1774
                "doctrine/dbal": "",
1775
                "doctrine/orm": "",
1776
                "symfony/form": "",
1777
                "symfony/validator": ""
1778
            },
1779
            "type": "symfony-bridge",
1780
            "extra": {
1781
                "branch-alias": {
1782
                    "dev-master": "2.7-dev"
1783
                }
1784
            },
1785
            "autoload": {
1786
                "psr-4": {
1787
                    "Symfony\\Bridge\\Doctrine\\": ""
1788
                }
1789
            },
1790
            "notification-url": "https://packagist.org/downloads/",
1791
            "license": [
1792
                "MIT"
1793
            ],
1794
            "authors": [
1795
                {
1796
                    "name": "Fabien Potencier",
1797
                    "email": "[email protected]"
1798
                },
1799
                {
1800
                    "name": "Symfony Community",
1801
                    "homepage": "https://symfony.com/contributors"
1802
                }
1803
            ],
1804
            "description": "Symfony Doctrine Bridge",
1805
            "homepage": "https://symfony.com",
1806
            "time": "2015-09-19 19:59:23"
1807
        },
1808
        {
1809
            "name": "symfony/dom-crawler",
1810
            "version": "v2.7.5",
1811
            "source": {
1812
                "type": "git",
1813
                "url": "https://github.com/symfony/dom-crawler.git",
1814
                "reference": "2e185ca136399f902b948694987e62c80099c052"
1815
            },
1816
            "dist": {
1817
                "type": "zip",
1818
                "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/2e185ca136399f902b948694987e62c80099c052",
1819
                "reference": "2e185ca136399f902b948694987e62c80099c052",
1820
                "shasum": ""
1821
            },
1822
            "require": {
1823
                "php": ">=5.3.9"
1824
            },
1825
            "require-dev": {
1826
                "symfony/css-selector": "~2.3",
1827
                "symfony/phpunit-bridge": "~2.7"
1828
            },
1829
            "suggest": {
1830
                "symfony/css-selector": ""
1831
            },
1832
            "type": "library",
1833
            "extra": {
1834
                "branch-alias": {
1835
                    "dev-master": "2.7-dev"
1836
                }
1837
            },
1838
            "autoload": {
1839
                "psr-4": {
1840
                    "Symfony\\Component\\DomCrawler\\": ""
1841
                }
1842
            },
1843
            "notification-url": "https://packagist.org/downloads/",
1844
            "license": [
1845
                "MIT"
1846
            ],
1847
            "authors": [
1848
                {
1849
                    "name": "Fabien Potencier",
1850
                    "email": "[email protected]"
1851
                },
1852
                {
1853
                    "name": "Symfony Community",
1854
                    "homepage": "https://symfony.com/contributors"
1855
                }
1856
            ],
1857
            "description": "Symfony DomCrawler Component",
1858
            "homepage": "https://symfony.com",
1859
            "time": "2015-09-20 21:13:58"
1860
        },
1861
        {
1862
            "name": "symfony/event-dispatcher",
1863
            "version": "v2.7.5",
1864
            "source": {
1865
                "type": "git",
1866
                "url": "https://github.com/symfony/event-dispatcher.git",
1867
                "reference": "ae4dcc2a8d3de98bd794167a3ccda1311597c5d9"
1868
            },
1869
            "dist": {
1870
                "type": "zip",
1871
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/ae4dcc2a8d3de98bd794167a3ccda1311597c5d9",
1872
                "reference": "ae4dcc2a8d3de98bd794167a3ccda1311597c5d9",
1873
                "shasum": ""
1874
            },
1875
            "require": {
1876
                "php": ">=5.3.9"
1877
            },
1878
            "require-dev": {
1879
                "psr/log": "~1.0",
1880
                "symfony/config": "~2.0,>=2.0.5",
1881
                "symfony/dependency-injection": "~2.6",
1882
                "symfony/expression-language": "~2.6",
1883
                "symfony/phpunit-bridge": "~2.7",
1884
                "symfony/stopwatch": "~2.3"
1885
            },
1886
            "suggest": {
1887
                "symfony/dependency-injection": "",
1888
                "symfony/http-kernel": ""
1889
            },
1890
            "type": "library",
1891
            "extra": {
1892
                "branch-alias": {
1893
                    "dev-master": "2.7-dev"
1894
                }
1895
            },
1896
            "autoload": {
1897
                "psr-4": {
1898
                    "Symfony\\Component\\EventDispatcher\\": ""
1899
                }
1900
            },
1901
            "notification-url": "https://packagist.org/downloads/",
1902
            "license": [
1903
                "MIT"
1904
            ],
1905
            "authors": [
1906
                {
1907
                    "name": "Fabien Potencier",
1908
                    "email": "[email protected]"
1909
                },
1910
                {
1911
                    "name": "Symfony Community",
1912
                    "homepage": "https://symfony.com/contributors"
1913
                }
1914
            ],
1915
            "description": "Symfony EventDispatcher Component",
1916
            "homepage": "https://symfony.com",
1917
            "time": "2015-09-22 13:49:29"
1918
        },
1919
        {
1920
            "name": "symfony/filesystem",
1921
            "version": "v2.7.5",
1922
            "source": {
1923
                "type": "git",
1924
                "url": "https://github.com/symfony/filesystem.git",
1925
                "reference": "a17f8a17c20e8614c15b8e116e2f4bcde102cfab"
1926
            },
1927
            "dist": {
1928
                "type": "zip",
1929
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/a17f8a17c20e8614c15b8e116e2f4bcde102cfab",
1930
                "reference": "a17f8a17c20e8614c15b8e116e2f4bcde102cfab",
1931
                "shasum": ""
1932
            },
1933
            "require": {
1934
                "php": ">=5.3.9"
1935
            },
1936
            "require-dev": {
1937
                "symfony/phpunit-bridge": "~2.7"
1938
            },
1939
            "type": "library",
1940
            "extra": {
1941
                "branch-alias": {
1942
                    "dev-master": "2.7-dev"
1943
                }
1944
            },
1945
            "autoload": {
1946
                "psr-4": {
1947
                    "Symfony\\Component\\Filesystem\\": ""
1948
                }
1949
            },
1950
            "notification-url": "https://packagist.org/downloads/",
1951
            "license": [
1952
                "MIT"
1953
            ],
1954
            "authors": [
1955
                {
1956
                    "name": "Fabien Potencier",
1957
                    "email": "[email protected]"
1958
                },
1959
                {
1960
                    "name": "Symfony Community",
1961
                    "homepage": "https://symfony.com/contributors"
1962
                }
1963
            ],
1964
            "description": "Symfony Filesystem Component",
1965
            "homepage": "https://symfony.com",
1966
            "time": "2015-09-09 17:42:36"
1967
        },
1968
        {
1969
            "name": "symfony/finder",
1970
            "version": "v2.7.5",
1971
            "source": {
1972
                "type": "git",
1973
                "url": "https://github.com/symfony/finder.git",
1974
                "reference": "8262ab605973afbb3ef74b945daabf086f58366f"
1975
            },
1976
            "dist": {
1977
                "type": "zip",
1978
                "url": "https://api.github.com/repos/symfony/finder/zipball/8262ab605973afbb3ef74b945daabf086f58366f",
1979
                "reference": "8262ab605973afbb3ef74b945daabf086f58366f",
1980
                "shasum": ""
1981
            },
1982
            "require": {
1983
                "php": ">=5.3.9"
1984
            },
1985
            "require-dev": {
1986
                "symfony/phpunit-bridge": "~2.7"
1987
            },
1988
            "type": "library",
1989
            "extra": {
1990
                "branch-alias": {
1991
                    "dev-master": "2.7-dev"
1992
                }
1993
            },
1994
            "autoload": {
1995
                "psr-4": {
1996
                    "Symfony\\Component\\Finder\\": ""
1997
                }
1998
            },
1999
            "notification-url": "https://packagist.org/downloads/",
2000
            "license": [
2001
                "MIT"
2002
            ],
2003
            "authors": [
2004
                {
2005
                    "name": "Fabien Potencier",
2006
                    "email": "[email protected]"
2007
                },
2008
                {
2009
                    "name": "Symfony Community",
2010
                    "homepage": "https://symfony.com/contributors"
2011
                }
2012
            ],
2013
            "description": "Symfony Finder Component",
2014
            "homepage": "https://symfony.com",
2015
            "time": "2015-09-19 19:59:23"
2016
        },
2017
        {
2018
            "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...
2019
            "version": "v2.7.5",
2020
            "source": {
2021
                "type": "git",
2022
                "url": "https://github.com/symfony/form.git",
2023
                "reference": "d4a990d2ebe4dd39cac52c5a40a5aac84b12b237"
2024
            },
2025
            "dist": {
2026
                "type": "zip",
2027
                "url": "https://api.github.com/repos/symfony/form/zipball/d4a990d2ebe4dd39cac52c5a40a5aac84b12b237",
2028
                "reference": "d4a990d2ebe4dd39cac52c5a40a5aac84b12b237",
2029
                "shasum": ""
2030
            },
2031
            "require": {
2032
                "php": ">=5.3.9",
2033
                "symfony/event-dispatcher": "~2.1",
2034
                "symfony/intl": "~2.4",
2035
                "symfony/options-resolver": "~2.6",
2036
                "symfony/property-access": "~2.3"
2037
            },
2038
            "conflict": {
2039
                "symfony/doctrine-bridge": "<2.7",
2040
                "symfony/framework-bundle": "<2.7",
2041
                "symfony/twig-bridge": "<2.7"
2042
            },
2043
            "require-dev": {
2044
                "doctrine/collections": "~1.0",
2045
                "symfony/http-foundation": "~2.2",
2046
                "symfony/http-kernel": "~2.4",
2047
                "symfony/phpunit-bridge": "~2.7",
2048
                "symfony/security-csrf": "~2.4",
2049
                "symfony/translation": "~2.0,>=2.0.5",
2050
                "symfony/validator": "~2.6,>=2.6.8"
2051
            },
2052
            "suggest": {
2053
                "symfony/framework-bundle": "For templating with PHP.",
2054
                "symfony/security-csrf": "For protecting forms against CSRF attacks.",
2055
                "symfony/twig-bridge": "For templating with Twig.",
2056
                "symfony/validator": "For form validation."
2057
            },
2058
            "type": "library",
2059
            "extra": {
2060
                "branch-alias": {
2061
                    "dev-master": "2.7-dev"
2062
                }
2063
            },
2064
            "autoload": {
2065
                "psr-4": {
2066
                    "Symfony\\Component\\Form\\": ""
2067
                }
2068
            },
2069
            "notification-url": "https://packagist.org/downloads/",
2070
            "license": [
2071
                "MIT"
2072
            ],
2073
            "authors": [
2074
                {
2075
                    "name": "Fabien Potencier",
2076
                    "email": "[email protected]"
2077
                },
2078
                {
2079
                    "name": "Symfony Community",
2080
                    "homepage": "https://symfony.com/contributors"
2081
                }
2082
            ],
2083
            "description": "Symfony Form Component",
2084
            "homepage": "https://symfony.com",
2085
            "time": "2015-09-22 13:49:29"
2086
        },
2087
        {
2088
            "name": "symfony/http-foundation",
2089
            "version": "v2.7.5",
2090
            "source": {
2091
                "type": "git",
2092
                "url": "https://github.com/symfony/http-foundation.git",
2093
                "reference": "e1509119f164a0d0a940d7d924d693a7a28a5470"
2094
            },
2095
            "dist": {
2096
                "type": "zip",
2097
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e1509119f164a0d0a940d7d924d693a7a28a5470",
2098
                "reference": "e1509119f164a0d0a940d7d924d693a7a28a5470",
2099
                "shasum": ""
2100
            },
2101
            "require": {
2102
                "php": ">=5.3.9"
2103
            },
2104
            "require-dev": {
2105
                "symfony/expression-language": "~2.4",
2106
                "symfony/phpunit-bridge": "~2.7"
2107
            },
2108
            "type": "library",
2109
            "extra": {
2110
                "branch-alias": {
2111
                    "dev-master": "2.7-dev"
2112
                }
2113
            },
2114
            "autoload": {
2115
                "psr-4": {
2116
                    "Symfony\\Component\\HttpFoundation\\": ""
2117
                },
2118
                "classmap": [
2119
                    "Resources/stubs"
2120
                ]
2121
            },
2122
            "notification-url": "https://packagist.org/downloads/",
2123
            "license": [
2124
                "MIT"
2125
            ],
2126
            "authors": [
2127
                {
2128
                    "name": "Fabien Potencier",
2129
                    "email": "[email protected]"
2130
                },
2131
                {
2132
                    "name": "Symfony Community",
2133
                    "homepage": "https://symfony.com/contributors"
2134
                }
2135
            ],
2136
            "description": "Symfony HttpFoundation Component",
2137
            "homepage": "https://symfony.com",
2138
            "time": "2015-09-22 13:49:29"
2139
        },
2140
        {
2141
            "name": "symfony/http-kernel",
2142
            "version": "v2.7.5",
2143
            "source": {
2144
                "type": "git",
2145
                "url": "https://github.com/symfony/http-kernel.git",
2146
                "reference": "353aa457424262d7d4e4289ea483145921cffcb5"
2147
            },
2148
            "dist": {
2149
                "type": "zip",
2150
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/353aa457424262d7d4e4289ea483145921cffcb5",
2151
                "reference": "353aa457424262d7d4e4289ea483145921cffcb5",
2152
                "shasum": ""
2153
            },
2154
            "require": {
2155
                "php": ">=5.3.9",
2156
                "psr/log": "~1.0",
2157
                "symfony/debug": "~2.6,>=2.6.2",
2158
                "symfony/event-dispatcher": "~2.6,>=2.6.7",
2159
                "symfony/http-foundation": "~2.5,>=2.5.4"
2160
            },
2161
            "conflict": {
2162
                "symfony/config": "<2.7"
2163
            },
2164
            "require-dev": {
2165
                "symfony/browser-kit": "~2.3",
2166
                "symfony/class-loader": "~2.1",
2167
                "symfony/config": "~2.7",
2168
                "symfony/console": "~2.3",
2169
                "symfony/css-selector": "~2.0,>=2.0.5",
2170
                "symfony/dependency-injection": "~2.2",
2171
                "symfony/dom-crawler": "~2.0,>=2.0.5",
2172
                "symfony/expression-language": "~2.4",
2173
                "symfony/finder": "~2.0,>=2.0.5",
2174
                "symfony/phpunit-bridge": "~2.7",
2175
                "symfony/process": "~2.0,>=2.0.5",
2176
                "symfony/routing": "~2.2",
2177
                "symfony/stopwatch": "~2.3",
2178
                "symfony/templating": "~2.2",
2179
                "symfony/translation": "~2.0,>=2.0.5",
2180
                "symfony/var-dumper": "~2.6"
2181
            },
2182
            "suggest": {
2183
                "symfony/browser-kit": "",
2184
                "symfony/class-loader": "",
2185
                "symfony/config": "",
2186
                "symfony/console": "",
2187
                "symfony/dependency-injection": "",
2188
                "symfony/finder": "",
2189
                "symfony/var-dumper": ""
2190
            },
2191
            "type": "library",
2192
            "extra": {
2193
                "branch-alias": {
2194
                    "dev-master": "2.7-dev"
2195
                }
2196
            },
2197
            "autoload": {
2198
                "psr-4": {
2199
                    "Symfony\\Component\\HttpKernel\\": ""
2200
                }
2201
            },
2202
            "notification-url": "https://packagist.org/downloads/",
2203
            "license": [
2204
                "MIT"
2205
            ],
2206
            "authors": [
2207
                {
2208
                    "name": "Fabien Potencier",
2209
                    "email": "[email protected]"
2210
                },
2211
                {
2212
                    "name": "Symfony Community",
2213
                    "homepage": "https://symfony.com/contributors"
2214
                }
2215
            ],
2216
            "description": "Symfony HttpKernel Component",
2217
            "homepage": "https://symfony.com",
2218
            "time": "2015-09-25 11:16:52"
2219
        },
2220
        {
2221
            "name": "symfony/intl",
2222
            "version": "v2.7.5",
2223
            "source": {
2224
                "type": "git",
2225
                "url": "https://github.com/symfony/intl.git",
2226
                "reference": "35f902b232c10056e17d94a842160d44bb540838"
2227
            },
2228
            "dist": {
2229
                "type": "zip",
2230
                "url": "https://api.github.com/repos/symfony/intl/zipball/35f902b232c10056e17d94a842160d44bb540838",
2231
                "reference": "35f902b232c10056e17d94a842160d44bb540838",
2232
                "shasum": ""
2233
            },
2234
            "require": {
2235
                "php": ">=5.3.9"
2236
            },
2237
            "require-dev": {
2238
                "symfony/filesystem": "~2.1",
2239
                "symfony/phpunit-bridge": "~2.7"
2240
            },
2241
            "suggest": {
2242
                "ext-intl": "to use the component with locales other than \"en\""
2243
            },
2244
            "type": "library",
2245
            "extra": {
2246
                "branch-alias": {
2247
                    "dev-master": "2.7-dev"
2248
                }
2249
            },
2250
            "autoload": {
2251
                "psr-4": {
2252
                    "Symfony\\Component\\Intl\\": ""
2253
                },
2254
                "classmap": [
2255
                    "Resources/stubs"
2256
                ],
2257
                "files": [
2258
                    "Resources/stubs/functions.php"
2259
                ]
2260
            },
2261
            "notification-url": "https://packagist.org/downloads/",
2262
            "license": [
2263
                "MIT"
2264
            ],
2265
            "authors": [
2266
                {
2267
                    "name": "Bernhard Schussek",
2268
                    "email": "[email protected]"
2269
                },
2270
                {
2271
                    "name": "Eriksen Costa",
2272
                    "email": "[email protected]"
2273
                },
2274
                {
2275
                    "name": "Igor Wiedler",
2276
                    "email": "[email protected]"
2277
                },
2278
                {
2279
                    "name": "Symfony Community",
2280
                    "homepage": "https://symfony.com/contributors"
2281
                }
2282
            ],
2283
            "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.",
2284
            "homepage": "https://symfony.com",
2285
            "keywords": [
2286
                "i18n",
2287
                "icu",
2288
                "internationalization",
2289
                "intl",
2290
                "l10n",
2291
                "localization"
2292
            ],
2293
            "time": "2015-09-09 17:53:06"
2294
        },
2295
        {
2296
            "name": "symfony/monolog-bridge",
2297
            "version": "v2.7.5",
2298
            "source": {
2299
                "type": "git",
2300
                "url": "https://github.com/symfony/monolog-bridge.git",
2301
                "reference": "66e557aadc1253d06000b2ee8fce48e37cb5b1c8"
2302
            },
2303
            "dist": {
2304
                "type": "zip",
2305
                "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/66e557aadc1253d06000b2ee8fce48e37cb5b1c8",
2306
                "reference": "66e557aadc1253d06000b2ee8fce48e37cb5b1c8",
2307
                "shasum": ""
2308
            },
2309
            "require": {
2310
                "monolog/monolog": "~1.11",
2311
                "php": ">=5.3.9"
2312
            },
2313
            "require-dev": {
2314
                "symfony/console": "~2.4",
2315
                "symfony/event-dispatcher": "~2.2",
2316
                "symfony/http-kernel": "~2.4",
2317
                "symfony/phpunit-bridge": "~2.7"
2318
            },
2319
            "suggest": {
2320
                "symfony/console": "For the possibility to show log messages in console commands depending on verbosity settings. You need version ~2.3 of the console for it.",
2321
                "symfony/event-dispatcher": "Needed when using log messages in console commands.",
2322
                "symfony/http-kernel": "For using the debugging handlers together with the response life cycle of the HTTP kernel."
2323
            },
2324
            "type": "symfony-bridge",
2325
            "extra": {
2326
                "branch-alias": {
2327
                    "dev-master": "2.7-dev"
2328
                }
2329
            },
2330
            "autoload": {
2331
                "psr-4": {
2332
                    "Symfony\\Bridge\\Monolog\\": ""
2333
                }
2334
            },
2335
            "notification-url": "https://packagist.org/downloads/",
2336
            "license": [
2337
                "MIT"
2338
            ],
2339
            "authors": [
2340
                {
2341
                    "name": "Fabien Potencier",
2342
                    "email": "[email protected]"
2343
                },
2344
                {
2345
                    "name": "Symfony Community",
2346
                    "homepage": "https://symfony.com/contributors"
2347
                }
2348
            ],
2349
            "description": "Symfony Monolog Bridge",
2350
            "homepage": "https://symfony.com",
2351
            "time": "2015-09-14 10:58:30"
2352
        },
2353
        {
2354
            "name": "symfony/options-resolver",
2355
            "version": "v2.7.5",
2356
            "source": {
2357
                "type": "git",
2358
                "url": "https://github.com/symfony/options-resolver.git",
2359
                "reference": "75389f6f948edfdf0c0ebdbe00c4f84ab5d1a03e"
2360
            },
2361
            "dist": {
2362
                "type": "zip",
2363
                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/75389f6f948edfdf0c0ebdbe00c4f84ab5d1a03e",
2364
                "reference": "75389f6f948edfdf0c0ebdbe00c4f84ab5d1a03e",
2365
                "shasum": ""
2366
            },
2367
            "require": {
2368
                "php": ">=5.3.9"
2369
            },
2370
            "require-dev": {
2371
                "symfony/phpunit-bridge": "~2.7"
2372
            },
2373
            "type": "library",
2374
            "extra": {
2375
                "branch-alias": {
2376
                    "dev-master": "2.7-dev"
2377
                }
2378
            },
2379
            "autoload": {
2380
                "psr-4": {
2381
                    "Symfony\\Component\\OptionsResolver\\": ""
2382
                }
2383
            },
2384
            "notification-url": "https://packagist.org/downloads/",
2385
            "license": [
2386
                "MIT"
2387
            ],
2388
            "authors": [
2389
                {
2390
                    "name": "Fabien Potencier",
2391
                    "email": "[email protected]"
2392
                },
2393
                {
2394
                    "name": "Symfony Community",
2395
                    "homepage": "https://symfony.com/contributors"
2396
                }
2397
            ],
2398
            "description": "Symfony OptionsResolver Component",
2399
            "homepage": "https://symfony.com",
2400
            "keywords": [
2401
                "config",
2402
                "configuration",
2403
                "options"
2404
            ],
2405
            "time": "2015-09-25 06:59:16"
2406
        },
2407
        {
2408
            "name": "symfony/property-access",
2409
            "version": "v2.7.5",
2410
            "source": {
2411
                "type": "git",
2412
                "url": "https://github.com/symfony/property-access.git",
2413
                "reference": "f8ea7aa472f0e3f8cdf43287caa72a70ff5c088c"
2414
            },
2415
            "dist": {
2416
                "type": "zip",
2417
                "url": "https://api.github.com/repos/symfony/property-access/zipball/f8ea7aa472f0e3f8cdf43287caa72a70ff5c088c",
2418
                "reference": "f8ea7aa472f0e3f8cdf43287caa72a70ff5c088c",
2419
                "shasum": ""
2420
            },
2421
            "require": {
2422
                "php": ">=5.3.9"
2423
            },
2424
            "require-dev": {
2425
                "symfony/phpunit-bridge": "~2.7"
2426
            },
2427
            "type": "library",
2428
            "extra": {
2429
                "branch-alias": {
2430
                    "dev-master": "2.7-dev"
2431
                }
2432
            },
2433
            "autoload": {
2434
                "psr-4": {
2435
                    "Symfony\\Component\\PropertyAccess\\": ""
2436
                }
2437
            },
2438
            "notification-url": "https://packagist.org/downloads/",
2439
            "license": [
2440
                "MIT"
2441
            ],
2442
            "authors": [
2443
                {
2444
                    "name": "Fabien Potencier",
2445
                    "email": "[email protected]"
2446
                },
2447
                {
2448
                    "name": "Symfony Community",
2449
                    "homepage": "https://symfony.com/contributors"
2450
                }
2451
            ],
2452
            "description": "Symfony PropertyAccess Component",
2453
            "homepage": "https://symfony.com",
2454
            "keywords": [
2455
                "access",
2456
                "array",
2457
                "extraction",
2458
                "index",
2459
                "injection",
2460
                "object",
2461
                "property",
2462
                "property path",
2463
                "reflection"
2464
            ],
2465
            "time": "2015-08-24 07:13:45"
2466
        },
2467
        {
2468
            "name": "symfony/routing",
2469
            "version": "v2.7.5",
2470
            "source": {
2471
                "type": "git",
2472
                "url": "https://github.com/symfony/routing.git",
2473
                "reference": "6c5fae83efa20baf166fcf4582f57094e9f60f16"
2474
            },
2475
            "dist": {
2476
                "type": "zip",
2477
                "url": "https://api.github.com/repos/symfony/routing/zipball/6c5fae83efa20baf166fcf4582f57094e9f60f16",
2478
                "reference": "6c5fae83efa20baf166fcf4582f57094e9f60f16",
2479
                "shasum": ""
2480
            },
2481
            "require": {
2482
                "php": ">=5.3.9"
2483
            },
2484
            "conflict": {
2485
                "symfony/config": "<2.7"
2486
            },
2487
            "require-dev": {
2488
                "doctrine/annotations": "~1.0",
2489
                "doctrine/common": "~2.2",
2490
                "psr/log": "~1.0",
2491
                "symfony/config": "~2.7",
2492
                "symfony/expression-language": "~2.4",
2493
                "symfony/http-foundation": "~2.3",
2494
                "symfony/phpunit-bridge": "~2.7",
2495
                "symfony/yaml": "~2.0,>=2.0.5"
2496
            },
2497
            "suggest": {
2498
                "doctrine/annotations": "For using the annotation loader",
2499
                "symfony/config": "For using the all-in-one router or any loader",
2500
                "symfony/expression-language": "For using expression matching",
2501
                "symfony/yaml": "For using the YAML loader"
2502
            },
2503
            "type": "library",
2504
            "extra": {
2505
                "branch-alias": {
2506
                    "dev-master": "2.7-dev"
2507
                }
2508
            },
2509
            "autoload": {
2510
                "psr-4": {
2511
                    "Symfony\\Component\\Routing\\": ""
2512
                }
2513
            },
2514
            "notification-url": "https://packagist.org/downloads/",
2515
            "license": [
2516
                "MIT"
2517
            ],
2518
            "authors": [
2519
                {
2520
                    "name": "Fabien Potencier",
2521
                    "email": "[email protected]"
2522
                },
2523
                {
2524
                    "name": "Symfony Community",
2525
                    "homepage": "https://symfony.com/contributors"
2526
                }
2527
            ],
2528
            "description": "Symfony Routing Component",
2529
            "homepage": "https://symfony.com",
2530
            "keywords": [
2531
                "router",
2532
                "routing",
2533
                "uri",
2534
                "url"
2535
            ],
2536
            "time": "2015-09-14 14:14:09"
2537
        },
2538
        {
2539
            "name": "symfony/security",
0 ignored issues
show
2540
            "version": "v2.7.5",
2541
            "source": {
2542
                "type": "git",
2543
                "url": "https://github.com/symfony/security.git",
2544
                "reference": "db16d7ce3ea2faac274650a7c57ff49dde82f853"
2545
            },
2546
            "dist": {
2547
                "type": "zip",
2548
                "url": "https://api.github.com/repos/symfony/security/zipball/db16d7ce3ea2faac274650a7c57ff49dde82f853",
2549
                "reference": "db16d7ce3ea2faac274650a7c57ff49dde82f853",
2550
                "shasum": ""
2551
            },
2552
            "require": {
2553
                "php": ">=5.3.9",
2554
                "symfony/event-dispatcher": "~2.2",
2555
                "symfony/http-foundation": "~2.1",
2556
                "symfony/http-kernel": "~2.4"
2557
            },
2558
            "replace": {
2559
                "symfony/security-acl": "self.version",
2560
                "symfony/security-core": "self.version",
2561
                "symfony/security-csrf": "self.version",
2562
                "symfony/security-http": "self.version"
2563
            },
2564
            "require-dev": {
2565
                "doctrine/common": "~2.2",
2566
                "doctrine/dbal": "~2.2",
2567
                "ircmaxell/password-compat": "~1.0",
2568
                "psr/log": "~1.0",
2569
                "symfony/expression-language": "~2.6",
2570
                "symfony/intl": "~2.3",
2571
                "symfony/phpunit-bridge": "~2.7",
2572
                "symfony/routing": "~2.2",
2573
                "symfony/translation": "~2.0,>=2.0.5",
2574
                "symfony/validator": "~2.5,>=2.5.5"
2575
            },
2576
            "suggest": {
2577
                "doctrine/dbal": "For using the built-in ACL implementation",
2578
                "ircmaxell/password-compat": "For using the BCrypt password encoder in PHP <5.5",
2579
                "symfony/class-loader": "For using the ACL generateSql script",
2580
                "symfony/expression-language": "For using the expression voter",
2581
                "symfony/finder": "For using the ACL generateSql script",
2582
                "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs",
2583
                "symfony/validator": "For using the user password constraint"
2584
            },
2585
            "type": "library",
2586
            "extra": {
2587
                "branch-alias": {
2588
                    "dev-master": "2.7-dev"
2589
                }
2590
            },
2591
            "autoload": {
2592
                "psr-4": {
2593
                    "Symfony\\Component\\Security\\": ""
2594
                }
2595
            },
2596
            "notification-url": "https://packagist.org/downloads/",
2597
            "license": [
2598
                "MIT"
2599
            ],
2600
            "authors": [
2601
                {
2602
                    "name": "Fabien Potencier",
2603
                    "email": "[email protected]"
2604
                },
2605
                {
2606
                    "name": "Symfony Community",
2607
                    "homepage": "https://symfony.com/contributors"
2608
                }
2609
            ],
2610
            "description": "Symfony Security Component",
2611
            "homepage": "https://symfony.com",
2612
            "time": "2015-09-25 06:52:54"
2613
        },
2614
        {
2615
            "name": "symfony/serializer",
2616
            "version": "v2.7.5",
2617
            "source": {
2618
                "type": "git",
2619
                "url": "https://github.com/symfony/serializer.git",
2620
                "reference": "baf24f86a8656eea9c80988f332e51461bfcb67f"
2621
            },
2622
            "dist": {
2623
                "type": "zip",
2624
                "url": "https://api.github.com/repos/symfony/serializer/zipball/baf24f86a8656eea9c80988f332e51461bfcb67f",
2625
                "reference": "baf24f86a8656eea9c80988f332e51461bfcb67f",
2626
                "shasum": ""
2627
            },
2628
            "require": {
2629
                "php": ">=5.3.9"
2630
            },
2631
            "require-dev": {
2632
                "doctrine/annotations": "~1.0",
2633
                "doctrine/cache": "~1.0",
2634
                "symfony/config": "~2.2",
2635
                "symfony/phpunit-bridge": "~2.7",
2636
                "symfony/property-access": "~2.3",
2637
                "symfony/yaml": "~2.0,>=2.0.5"
2638
            },
2639
            "suggest": {
2640
                "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
2641
                "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
2642
                "symfony/config": "For using the XML mapping loader.",
2643
                "symfony/property-access": "For using the ObjectNormalizer.",
2644
                "symfony/yaml": "For using the default YAML mapping loader."
2645
            },
2646
            "type": "library",
2647
            "extra": {
2648
                "branch-alias": {
2649
                    "dev-master": "2.7-dev"
2650
                }
2651
            },
2652
            "autoload": {
2653
                "psr-4": {
2654
                    "Symfony\\Component\\Serializer\\": ""
2655
                }
2656
            },
2657
            "notification-url": "https://packagist.org/downloads/",
2658
            "license": [
2659
                "MIT"
2660
            ],
2661
            "authors": [
2662
                {
2663
                    "name": "Fabien Potencier",
2664
                    "email": "[email protected]"
2665
                },
2666
                {
2667
                    "name": "Symfony Community",
2668
                    "homepage": "https://symfony.com/contributors"
2669
                }
2670
            ],
2671
            "description": "Symfony Serializer Component",
2672
            "homepage": "https://symfony.com",
2673
            "time": "2015-08-31 16:44:53"
2674
        },
2675
        {
2676
            "name": "symfony/stopwatch",
2677
            "version": "v2.7.5",
2678
            "source": {
2679
                "type": "git",
2680
                "url": "https://github.com/symfony/stopwatch.git",
2681
                "reference": "08dd97b3f22ab9ee658cd16e6758f8c3c404336e"
2682
            },
2683
            "dist": {
2684
                "type": "zip",
2685
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/08dd97b3f22ab9ee658cd16e6758f8c3c404336e",
2686
                "reference": "08dd97b3f22ab9ee658cd16e6758f8c3c404336e",
2687
                "shasum": ""
2688
            },
2689
            "require": {
2690
                "php": ">=5.3.9"
2691
            },
2692
            "require-dev": {
2693
                "symfony/phpunit-bridge": "~2.7"
2694
            },
2695
            "type": "library",
2696
            "extra": {
2697
                "branch-alias": {
2698
                    "dev-master": "2.7-dev"
2699
                }
2700
            },
2701
            "autoload": {
2702
                "psr-4": {
2703
                    "Symfony\\Component\\Stopwatch\\": ""
2704
                }
2705
            },
2706
            "notification-url": "https://packagist.org/downloads/",
2707
            "license": [
2708
                "MIT"
2709
            ],
2710
            "authors": [
2711
                {
2712
                    "name": "Fabien Potencier",
2713
                    "email": "[email protected]"
2714
                },
2715
                {
2716
                    "name": "Symfony Community",
2717
                    "homepage": "https://symfony.com/contributors"
2718
                }
2719
            ],
2720
            "description": "Symfony Stopwatch Component",
2721
            "homepage": "https://symfony.com",
2722
            "time": "2015-09-22 13:49:29"
2723
        },
2724
        {
2725
            "name": "symfony/translation",
2726
            "version": "v2.7.5",
2727
            "source": {
2728
                "type": "git",
2729
                "url": "https://github.com/symfony/translation.git",
2730
                "reference": "485877661835e188cd78345c6d4eef1290d17571"
2731
            },
2732
            "dist": {
2733
                "type": "zip",
2734
                "url": "https://api.github.com/repos/symfony/translation/zipball/485877661835e188cd78345c6d4eef1290d17571",
2735
                "reference": "485877661835e188cd78345c6d4eef1290d17571",
2736
                "shasum": ""
2737
            },
2738
            "require": {
2739
                "php": ">=5.3.9"
2740
            },
2741
            "conflict": {
2742
                "symfony/config": "<2.7"
2743
            },
2744
            "require-dev": {
2745
                "psr/log": "~1.0",
2746
                "symfony/config": "~2.7",
2747
                "symfony/intl": "~2.4",
2748
                "symfony/phpunit-bridge": "~2.7",
2749
                "symfony/yaml": "~2.2"
2750
            },
2751
            "suggest": {
2752
                "psr/log": "To use logging capability in translator",
2753
                "symfony/config": "",
2754
                "symfony/yaml": ""
2755
            },
2756
            "type": "library",
2757
            "extra": {
2758
                "branch-alias": {
2759
                    "dev-master": "2.7-dev"
2760
                }
2761
            },
2762
            "autoload": {
2763
                "psr-4": {
2764
                    "Symfony\\Component\\Translation\\": ""
2765
                }
2766
            },
2767
            "notification-url": "https://packagist.org/downloads/",
2768
            "license": [
2769
                "MIT"
2770
            ],
2771
            "authors": [
2772
                {
2773
                    "name": "Fabien Potencier",
2774
                    "email": "[email protected]"
2775
                },
2776
                {
2777
                    "name": "Symfony Community",
2778
                    "homepage": "https://symfony.com/contributors"
2779
                }
2780
            ],
2781
            "description": "Symfony Translation Component",
2782
            "homepage": "https://symfony.com",
2783
            "time": "2015-09-06 08:36:38"
2784
        },
2785
        {
2786
            "name": "symfony/twig-bridge",
2787
            "version": "v2.7.5",
2788
            "source": {
2789
                "type": "git",
2790
                "url": "https://github.com/symfony/twig-bridge.git",
2791
                "reference": "bce37975610a46bde48dbf2f67f724401251d199"
2792
            },
2793
            "dist": {
2794
                "type": "zip",
2795
                "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/bce37975610a46bde48dbf2f67f724401251d199",
2796
                "reference": "bce37975610a46bde48dbf2f67f724401251d199",
2797
                "shasum": ""
2798
            },
2799
            "require": {
2800
                "php": ">=5.3.9",
2801
                "twig/twig": "~1.20|~2.0"
2802
            },
2803
            "require-dev": {
2804
                "symfony/asset": "~2.7",
2805
                "symfony/console": "~2.7",
2806
                "symfony/expression-language": "~2.4",
2807
                "symfony/finder": "~2.3",
2808
                "symfony/form": "~2.7,>=2.7.2",
2809
                "symfony/http-kernel": "~2.3",
2810
                "symfony/intl": "~2.3",
2811
                "symfony/phpunit-bridge": "~2.7",
2812
                "symfony/routing": "~2.2",
2813
                "symfony/security": "~2.6",
2814
                "symfony/security-acl": "~2.6",
2815
                "symfony/stopwatch": "~2.2",
2816
                "symfony/templating": "~2.1",
2817
                "symfony/translation": "~2.7",
2818
                "symfony/var-dumper": "~2.6",
2819
                "symfony/yaml": "~2.0,>=2.0.5"
2820
            },
2821
            "suggest": {
2822
                "symfony/asset": "For using the AssetExtension",
2823
                "symfony/expression-language": "For using the ExpressionExtension",
2824
                "symfony/finder": "",
2825
                "symfony/form": "For using the FormExtension",
2826
                "symfony/http-kernel": "For using the HttpKernelExtension",
2827
                "symfony/routing": "For using the RoutingExtension",
2828
                "symfony/security": "For using the SecurityExtension",
2829
                "symfony/stopwatch": "For using the StopwatchExtension",
2830
                "symfony/templating": "For using the TwigEngine",
2831
                "symfony/translation": "For using the TranslationExtension",
2832
                "symfony/var-dumper": "For using the DumpExtension",
2833
                "symfony/yaml": "For using the YamlExtension"
2834
            },
2835
            "type": "symfony-bridge",
2836
            "extra": {
2837
                "branch-alias": {
2838
                    "dev-master": "2.7-dev"
2839
                }
2840
            },
2841
            "autoload": {
2842
                "psr-4": {
2843
                    "Symfony\\Bridge\\Twig\\": ""
2844
                }
2845
            },
2846
            "notification-url": "https://packagist.org/downloads/",
2847
            "license": [
2848
                "MIT"
2849
            ],
2850
            "authors": [
2851
                {
2852
                    "name": "Fabien Potencier",
2853
                    "email": "[email protected]"
2854
                },
2855
                {
2856
                    "name": "Symfony Community",
2857
                    "homepage": "https://symfony.com/contributors"
2858
                }
2859
            ],
2860
            "description": "Symfony Twig Bridge",
2861
            "homepage": "https://symfony.com",
2862
            "time": "2015-09-23 09:17:11"
2863
        },
2864
        {
2865
            "name": "symfony/validator",
2866
            "version": "v2.7.5",
2867
            "source": {
2868
                "type": "git",
2869
                "url": "https://github.com/symfony/validator.git",
2870
                "reference": "b359dc71e253ce6eb69eefbd5088032241e7a66f"
2871
            },
2872
            "dist": {
2873
                "type": "zip",
2874
                "url": "https://api.github.com/repos/symfony/validator/zipball/b359dc71e253ce6eb69eefbd5088032241e7a66f",
2875
                "reference": "b359dc71e253ce6eb69eefbd5088032241e7a66f",
2876
                "shasum": ""
2877
            },
2878
            "require": {
2879
                "php": ">=5.3.9",
2880
                "symfony/translation": "~2.4"
2881
            },
2882
            "require-dev": {
2883
                "doctrine/annotations": "~1.0",
2884
                "doctrine/cache": "~1.0",
2885
                "egulias/email-validator": "~1.2,>=1.2.1",
2886
                "symfony/config": "~2.2",
2887
                "symfony/expression-language": "~2.4",
2888
                "symfony/http-foundation": "~2.1",
2889
                "symfony/intl": "~2.4",
2890
                "symfony/phpunit-bridge": "~2.7",
2891
                "symfony/property-access": "~2.3",
2892
                "symfony/yaml": "~2.0,>=2.0.5"
2893
            },
2894
            "suggest": {
2895
                "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
2896
                "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
2897
                "egulias/email-validator": "Strict (RFC compliant) email validation",
2898
                "symfony/config": "",
2899
                "symfony/expression-language": "For using the 2.4 Expression validator",
2900
                "symfony/http-foundation": "",
2901
                "symfony/intl": "",
2902
                "symfony/property-access": "For using the 2.4 Validator API",
2903
                "symfony/yaml": ""
2904
            },
2905
            "type": "library",
2906
            "extra": {
2907
                "branch-alias": {
2908
                    "dev-master": "2.7-dev"
2909
                }
2910
            },
2911
            "autoload": {
2912
                "psr-4": {
2913
                    "Symfony\\Component\\Validator\\": ""
2914
                }
2915
            },
2916
            "notification-url": "https://packagist.org/downloads/",
2917
            "license": [
2918
                "MIT"
2919
            ],
2920
            "authors": [
2921
                {
2922
                    "name": "Fabien Potencier",
2923
                    "email": "[email protected]"
2924
                },
2925
                {
2926
                    "name": "Symfony Community",
2927
                    "homepage": "https://symfony.com/contributors"
2928
                }
2929
            ],
2930
            "description": "Symfony Validator Component",
2931
            "homepage": "https://symfony.com",
2932
            "time": "2015-09-23 11:13:27"
2933
        },
2934
        {
2935
            "name": "symfony/web-profiler-bundle",
2936
            "version": "v2.7.5",
2937
            "source": {
2938
                "type": "git",
2939
                "url": "https://github.com/symfony/web-profiler-bundle.git",
2940
                "reference": "57862a2dd2b7206240b225de9278ac69d5a40580"
2941
            },
2942
            "dist": {
2943
                "type": "zip",
2944
                "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/57862a2dd2b7206240b225de9278ac69d5a40580",
2945
                "reference": "57862a2dd2b7206240b225de9278ac69d5a40580",
2946
                "shasum": ""
2947
            },
2948
            "require": {
2949
                "php": ">=5.3.9",
2950
                "symfony/http-kernel": "~2.4",
2951
                "symfony/routing": "~2.2",
2952
                "symfony/twig-bridge": "~2.7"
2953
            },
2954
            "require-dev": {
2955
                "symfony/config": "~2.2",
2956
                "symfony/console": "~2.3",
2957
                "symfony/dependency-injection": "~2.2",
2958
                "symfony/phpunit-bridge": "~2.7",
2959
                "symfony/stopwatch": "~2.2"
2960
            },
2961
            "type": "symfony-bundle",
2962
            "extra": {
2963
                "branch-alias": {
2964
                    "dev-master": "2.7-dev"
2965
                }
2966
            },
2967
            "autoload": {
2968
                "psr-4": {
2969
                    "Symfony\\Bundle\\WebProfilerBundle\\": ""
2970
                }
2971
            },
2972
            "notification-url": "https://packagist.org/downloads/",
2973
            "license": [
2974
                "MIT"
2975
            ],
2976
            "authors": [
2977
                {
2978
                    "name": "Fabien Potencier",
2979
                    "email": "[email protected]"
2980
                },
2981
                {
2982
                    "name": "Symfony Community",
2983
                    "homepage": "https://symfony.com/contributors"
2984
                }
2985
            ],
2986
            "description": "Symfony WebProfilerBundle",
2987
            "homepage": "https://symfony.com",
2988
            "time": "2015-09-14 14:14:09"
2989
        },
2990
        {
2991
            "name": "symfony/yaml",
2992
            "version": "v2.7.5",
2993
            "source": {
2994
                "type": "git",
2995
                "url": "https://github.com/symfony/yaml.git",
2996
                "reference": "31cb2ad0155c95b88ee55fe12bc7ff92232c1770"
2997
            },
2998
            "dist": {
2999
                "type": "zip",
3000
                "url": "https://api.github.com/repos/symfony/yaml/zipball/31cb2ad0155c95b88ee55fe12bc7ff92232c1770",
3001
                "reference": "31cb2ad0155c95b88ee55fe12bc7ff92232c1770",
3002
                "shasum": ""
3003
            },
3004
            "require": {
3005
                "php": ">=5.3.9"
3006
            },
3007
            "require-dev": {
3008
                "symfony/phpunit-bridge": "~2.7"
3009
            },
3010
            "type": "library",
3011
            "extra": {
3012
                "branch-alias": {
3013
                    "dev-master": "2.7-dev"
3014
                }
3015
            },
3016
            "autoload": {
3017
                "psr-4": {
3018
                    "Symfony\\Component\\Yaml\\": ""
3019
                }
3020
            },
3021
            "notification-url": "https://packagist.org/downloads/",
3022
            "license": [
3023
                "MIT"
3024
            ],
3025
            "authors": [
3026
                {
3027
                    "name": "Fabien Potencier",
3028
                    "email": "[email protected]"
3029
                },
3030
                {
3031
                    "name": "Symfony Community",
3032
                    "homepage": "https://symfony.com/contributors"
3033
                }
3034
            ],
3035
            "description": "Symfony Yaml Component",
3036
            "homepage": "https://symfony.com",
3037
            "time": "2015-09-14 14:14:09"
3038
        },
3039
        {
3040
            "name": "twig/twig",
3041
            "version": "v1.22.2",
3042
            "source": {
3043
                "type": "git",
3044
                "url": "https://github.com/twigphp/Twig.git",
3045
                "reference": "79249fc8c9ff62e41e217e0c630e2e00bcadda6a"
3046
            },
3047
            "dist": {
3048
                "type": "zip",
3049
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/79249fc8c9ff62e41e217e0c630e2e00bcadda6a",
3050
                "reference": "79249fc8c9ff62e41e217e0c630e2e00bcadda6a",
3051
                "shasum": ""
3052
            },
3053
            "require": {
3054
                "php": ">=5.2.7"
3055
            },
3056
            "require-dev": {
3057
                "symfony/debug": "~2.7",
3058
                "symfony/phpunit-bridge": "~2.7"
3059
            },
3060
            "type": "library",
3061
            "extra": {
3062
                "branch-alias": {
3063
                    "dev-master": "1.22-dev"
3064
                }
3065
            },
3066
            "autoload": {
3067
                "psr-0": {
3068
                    "Twig_": "lib/"
3069
                }
3070
            },
3071
            "notification-url": "https://packagist.org/downloads/",
3072
            "license": [
3073
                "BSD-3-Clause"
3074
            ],
3075
            "authors": [
3076
                {
3077
                    "name": "Fabien Potencier",
3078
                    "email": "[email protected]",
3079
                    "homepage": "http://fabien.potencier.org",
3080
                    "role": "Lead Developer"
3081
                },
3082
                {
3083
                    "name": "Armin Ronacher",
3084
                    "email": "[email protected]",
3085
                    "role": "Project Founder"
3086
                },
3087
                {
3088
                    "name": "Twig Team",
3089
                    "homepage": "http://twig.sensiolabs.org/contributors",
3090
                    "role": "Contributors"
3091
                }
3092
            ],
3093
            "description": "Twig, the flexible, fast, and secure template language for PHP",
3094
            "homepage": "http://twig.sensiolabs.org",
3095
            "keywords": [
3096
                "templating"
3097
            ],
3098
            "time": "2015-09-22 13:59:32"
3099
        }
3100
    ],
3101
    "packages-dev": [
3102
        {
3103
            "name": "doctrine/instantiator",
3104
            "version": "1.0.5",
3105
            "source": {
3106
                "type": "git",
3107
                "url": "https://github.com/doctrine/instantiator.git",
3108
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
3109
            },
3110
            "dist": {
3111
                "type": "zip",
3112
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
3113
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
3114
                "shasum": ""
3115
            },
3116
            "require": {
3117
                "php": ">=5.3,<8.0-DEV"
3118
            },
3119
            "require-dev": {
3120
                "athletic/athletic": "~0.1.8",
3121
                "ext-pdo": "*",
3122
                "ext-phar": "*",
3123
                "phpunit/phpunit": "~4.0",
3124
                "squizlabs/php_codesniffer": "~2.0"
3125
            },
3126
            "type": "library",
3127
            "extra": {
3128
                "branch-alias": {
3129
                    "dev-master": "1.0.x-dev"
3130
                }
3131
            },
3132
            "autoload": {
3133
                "psr-4": {
3134
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
3135
                }
3136
            },
3137
            "notification-url": "https://packagist.org/downloads/",
3138
            "license": [
3139
                "MIT"
3140
            ],
3141
            "authors": [
3142
                {
3143
                    "name": "Marco Pivetta",
3144
                    "email": "[email protected]",
3145
                    "homepage": "http://ocramius.github.com/"
3146
                }
3147
            ],
3148
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
3149
            "homepage": "https://github.com/doctrine/instantiator",
3150
            "keywords": [
3151
                "constructor",
3152
                "instantiate"
3153
            ],
3154
            "time": "2015-06-14 21:17:01"
3155
        },
3156
        {
3157
            "name": "fabpot/php-cs-fixer",
3158
            "version": "v1.10",
3159
            "source": {
3160
                "type": "git",
3161
                "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
3162
                "reference": "8e21b4fb32c4618a425817d9f0daf3d57a9808d1"
3163
            },
3164
            "dist": {
3165
                "type": "zip",
3166
                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/8e21b4fb32c4618a425817d9f0daf3d57a9808d1",
3167
                "reference": "8e21b4fb32c4618a425817d9f0daf3d57a9808d1",
3168
                "shasum": ""
3169
            },
3170
            "require": {
3171
                "ext-tokenizer": "*",
3172
                "php": ">=5.3.6",
3173
                "sebastian/diff": "~1.1",
3174
                "symfony/console": "~2.3",
3175
                "symfony/event-dispatcher": "~2.1",
3176
                "symfony/filesystem": "~2.1",
3177
                "symfony/finder": "~2.1",
3178
                "symfony/process": "~2.3",
3179
                "symfony/stopwatch": "~2.5"
3180
            },
3181
            "require-dev": {
3182
                "satooshi/php-coveralls": "0.7.*@dev"
3183
            },
3184
            "bin": [
3185
                "php-cs-fixer"
3186
            ],
3187
            "type": "application",
3188
            "autoload": {
3189
                "psr-4": {
3190
                    "Symfony\\CS\\": "Symfony/CS/"
3191
                }
3192
            },
3193
            "notification-url": "https://packagist.org/downloads/",
3194
            "license": [
3195
                "MIT"
3196
            ],
3197
            "authors": [
3198
                {
3199
                    "name": "Dariusz Rumiński",
3200
                    "email": "[email protected]"
3201
                },
3202
                {
3203
                    "name": "Fabien Potencier",
3204
                    "email": "[email protected]"
3205
                }
3206
            ],
3207
            "description": "A tool to automatically fix PHP code style",
3208
            "time": "2015-07-27 20:56:10"
3209
        },
3210
        {
3211
            "name": "fzaninotto/faker",
3212
            "version": "v1.5.0",
3213
            "source": {
3214
                "type": "git",
3215
                "url": "https://github.com/fzaninotto/Faker.git",
3216
                "reference": "d0190b156bcca848d401fb80f31f504f37141c8d"
3217
            },
3218
            "dist": {
3219
                "type": "zip",
3220
                "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d0190b156bcca848d401fb80f31f504f37141c8d",
3221
                "reference": "d0190b156bcca848d401fb80f31f504f37141c8d",
3222
                "shasum": ""
3223
            },
3224
            "require": {
3225
                "php": ">=5.3.3"
3226
            },
3227
            "require-dev": {
3228
                "phpunit/phpunit": "~4.0",
3229
                "squizlabs/php_codesniffer": "~1.5"
3230
            },
3231
            "suggest": {
3232
                "ext-intl": "*"
3233
            },
3234
            "type": "library",
3235
            "extra": {
3236
                "branch-alias": {
3237
                    "dev-master": "1.5.x-dev"
3238
                }
3239
            },
3240
            "autoload": {
3241
                "psr-4": {
3242
                    "Faker\\": "src/Faker/"
3243
                }
3244
            },
3245
            "notification-url": "https://packagist.org/downloads/",
3246
            "license": [
3247
                "MIT"
3248
            ],
3249
            "authors": [
3250
                {
3251
                    "name": "François Zaninotto"
3252
                }
3253
            ],
3254
            "description": "Faker is a PHP library that generates fake data for you.",
3255
            "keywords": [
3256
                "data",
3257
                "faker",
3258
                "fixtures"
3259
            ],
3260
            "time": "2015-05-29 06:29:14"
3261
        },
3262
        {
3263
            "name": "mikey179/vfsStream",
3264
            "version": "v1.6.0",
3265
            "source": {
3266
                "type": "git",
3267
                "url": "https://github.com/mikey179/vfsStream.git",
3268
                "reference": "73bcb605b741a7d5044b47592338c633788b0eb7"
3269
            },
3270
            "dist": {
3271
                "type": "zip",
3272
                "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/73bcb605b741a7d5044b47592338c633788b0eb7",
3273
                "reference": "73bcb605b741a7d5044b47592338c633788b0eb7",
3274
                "shasum": ""
3275
            },
3276
            "require": {
3277
                "php": ">=5.3.0"
3278
            },
3279
            "require-dev": {
3280
                "phpunit/phpunit": "~4.5"
3281
            },
3282
            "type": "library",
3283
            "extra": {
3284
                "branch-alias": {
3285
                    "dev-master": "1.6.x-dev"
3286
                }
3287
            },
3288
            "autoload": {
3289
                "psr-0": {
3290
                    "org\\bovigo\\vfs\\": "src/main/php"
3291
                }
3292
            },
3293
            "notification-url": "https://packagist.org/downloads/",
3294
            "license": [
3295
                "BSD-3-Clause"
3296
            ],
3297
            "authors": [
3298
                {
3299
                    "name": "Frank Kleine",
3300
                    "homepage": "http://frankkleine.de/",
3301
                    "role": "Developer"
3302
                }
3303
            ],
3304
            "description": "Virtual file system to mock the real file system in unit tests.",
3305
            "homepage": "http://vfs.bovigo.org/",
3306
            "time": "2015-10-06 16:59:57"
3307
        },
3308
        {
3309
            "name": "phing/phing",
3310
            "version": "2.12.0",
3311
            "source": {
3312
                "type": "git",
3313
                "url": "https://github.com/phingofficial/phing.git",
3314
                "reference": "63a495a1f619b60404687a0a059039c5046677df"
3315
            },
3316
            "dist": {
3317
                "type": "zip",
3318
                "url": "https://api.github.com/repos/phingofficial/phing/zipball/63a495a1f619b60404687a0a059039c5046677df",
3319
                "reference": "63a495a1f619b60404687a0a059039c5046677df",
3320
                "shasum": ""
3321
            },
3322
            "require": {
3323
                "php": ">=5.2.0"
3324
            },
3325
            "require-dev": {
3326
                "ext-pdo_sqlite": "*",
3327
                "lastcraft/simpletest": "@dev",
3328
                "pdepend/pdepend": "2.x",
3329
                "pear-pear.php.net/console_getopt": "~1.3.0",
3330
                "pear-pear.php.net/http_request2": "2.2.x",
3331
                "pear-pear.php.net/net_growl": "2.7.x",
3332
                "pear-pear.php.net/pear_packagefilemanager": "1.7.x",
3333
                "pear-pear.php.net/pear_packagefilemanager2": "1.0.x",
3334
                "pear-pear.php.net/xml_serializer": "0.20.x",
3335
                "pear/pear_exception": "~1.0",
3336
                "pear/versioncontrol_git": "@dev",
3337
                "pear/versioncontrol_svn": "~0.5",
3338
                "phpdocumentor/phpdocumentor": "2.x",
3339
                "phploc/phploc": "~2.0.6",
3340
                "phpmd/phpmd": "~2.2",
3341
                "phpunit/phpunit": ">=3.7",
3342
                "sebastian/git": "~1.0",
3343
                "sebastian/phpcpd": "2.x",
3344
                "squizlabs/php_codesniffer": "~2.2"
3345
            },
3346
            "suggest": {
3347
                "pdepend/pdepend": "PHP version of JDepend",
3348
                "pear/archive_tar": "Tar file management class",
3349
                "pear/versioncontrol_git": "A library that provides OO interface to handle Git repository",
3350
                "pear/versioncontrol_svn": "A simple OO-style interface for Subversion, the free/open-source version control system",
3351
                "phpdocumentor/phpdocumentor": "Documentation Generator for PHP",
3352
                "phploc/phploc": "A tool for quickly measuring the size of a PHP project",
3353
                "phpmd/phpmd": "PHP version of PMD tool",
3354
                "phpunit/php-code-coverage": "Library that provides collection, processing, and rendering functionality for PHP code coverage information",
3355
                "phpunit/phpunit": "The PHP Unit Testing Framework",
3356
                "sebastian/phpcpd": "Copy/Paste Detector (CPD) for PHP code",
3357
                "tedivm/jshrink": "Javascript Minifier built in PHP"
3358
            },
3359
            "bin": [
3360
                "bin/phing"
3361
            ],
3362
            "type": "library",
3363
            "extra": {
3364
                "branch-alias": {
3365
                    "dev-master": "2.11.x-dev"
3366
                }
3367
            },
3368
            "autoload": {
3369
                "classmap": [
3370
                    "classes/phing/"
3371
                ]
3372
            },
3373
            "notification-url": "https://packagist.org/downloads/",
3374
            "include-path": [
3375
                "classes"
3376
            ],
3377
            "license": [
3378
                "LGPL-3.0"
3379
            ],
3380
            "authors": [
3381
                {
3382
                    "name": "Michiel Rook",
3383
                    "email": "[email protected]"
3384
                },
3385
                {
3386
                    "name": "Phing Community",
3387
                    "homepage": "https://www.phing.info/trac/wiki/Development/Contributors"
3388
                }
3389
            ],
3390
            "description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.",
3391
            "homepage": "https://www.phing.info/",
3392
            "keywords": [
3393
                "build",
3394
                "phing",
3395
                "task",
3396
                "tool"
3397
            ],
3398
            "time": "2015-08-24 21:02:12"
3399
        },
3400
        {
3401
            "name": "phpdocumentor/reflection-docblock",
3402
            "version": "2.0.4",
3403
            "source": {
3404
                "type": "git",
3405
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3406
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
3407
            },
3408
            "dist": {
3409
                "type": "zip",
3410
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
3411
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
3412
                "shasum": ""
3413
            },
3414
            "require": {
3415
                "php": ">=5.3.3"
3416
            },
3417
            "require-dev": {
3418
                "phpunit/phpunit": "~4.0"
3419
            },
3420
            "suggest": {
3421
                "dflydev/markdown": "~1.0",
3422
                "erusev/parsedown": "~1.0"
3423
            },
3424
            "type": "library",
3425
            "extra": {
3426
                "branch-alias": {
3427
                    "dev-master": "2.0.x-dev"
3428
                }
3429
            },
3430
            "autoload": {
3431
                "psr-0": {
3432
                    "phpDocumentor": [
3433
                        "src/"
3434
                    ]
3435
                }
3436
            },
3437
            "notification-url": "https://packagist.org/downloads/",
3438
            "license": [
3439
                "MIT"
3440
            ],
3441
            "authors": [
3442
                {
3443
                    "name": "Mike van Riel",
3444
                    "email": "[email protected]"
3445
                }
3446
            ],
3447
            "time": "2015-02-03 12:10:50"
3448
        },
3449
        {
3450
            "name": "phpspec/prophecy",
3451
            "version": "v1.5.0",
3452
            "source": {
3453
                "type": "git",
3454
                "url": "https://github.com/phpspec/prophecy.git",
3455
                "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
3456
            },
3457
            "dist": {
3458
                "type": "zip",
3459
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
3460
                "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
3461
                "shasum": ""
3462
            },
3463
            "require": {
3464
                "doctrine/instantiator": "^1.0.2",
3465
                "phpdocumentor/reflection-docblock": "~2.0",
3466
                "sebastian/comparator": "~1.1"
3467
            },
3468
            "require-dev": {
3469
                "phpspec/phpspec": "~2.0"
3470
            },
3471
            "type": "library",
3472
            "extra": {
3473
                "branch-alias": {
3474
                    "dev-master": "1.4.x-dev"
3475
                }
3476
            },
3477
            "autoload": {
3478
                "psr-0": {
3479
                    "Prophecy\\": "src/"
3480
                }
3481
            },
3482
            "notification-url": "https://packagist.org/downloads/",
3483
            "license": [
3484
                "MIT"
3485
            ],
3486
            "authors": [
3487
                {
3488
                    "name": "Konstantin Kudryashov",
3489
                    "email": "[email protected]",
3490
                    "homepage": "http://everzet.com"
3491
                },
3492
                {
3493
                    "name": "Marcello Duarte",
3494
                    "email": "[email protected]"
3495
                }
3496
            ],
3497
            "description": "Highly opinionated mocking framework for PHP 5.3+",
3498
            "homepage": "https://github.com/phpspec/prophecy",
3499
            "keywords": [
3500
                "Double",
3501
                "Dummy",
3502
                "fake",
3503
                "mock",
3504
                "spy",
3505
                "stub"
3506
            ],
3507
            "time": "2015-08-13 10:07:40"
3508
        },
3509
        {
3510
            "name": "phpunit/php-code-coverage",
3511
            "version": "2.2.3",
3512
            "source": {
3513
                "type": "git",
3514
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3515
                "reference": "ef1ca6835468857944d5c3b48fa503d5554cff2f"
3516
            },
3517
            "dist": {
3518
                "type": "zip",
3519
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef1ca6835468857944d5c3b48fa503d5554cff2f",
3520
                "reference": "ef1ca6835468857944d5c3b48fa503d5554cff2f",
3521
                "shasum": ""
3522
            },
3523
            "require": {
3524
                "php": ">=5.3.3",
3525
                "phpunit/php-file-iterator": "~1.3",
3526
                "phpunit/php-text-template": "~1.2",
3527
                "phpunit/php-token-stream": "~1.3",
3528
                "sebastian/environment": "^1.3.2",
3529
                "sebastian/version": "~1.0"
3530
            },
3531
            "require-dev": {
3532
                "ext-xdebug": ">=2.1.4",
3533
                "phpunit/phpunit": "~4"
3534
            },
3535
            "suggest": {
3536
                "ext-dom": "*",
3537
                "ext-xdebug": ">=2.2.1",
3538
                "ext-xmlwriter": "*"
3539
            },
3540
            "type": "library",
3541
            "extra": {
3542
                "branch-alias": {
3543
                    "dev-master": "2.2.x-dev"
3544
                }
3545
            },
3546
            "autoload": {
3547
                "classmap": [
3548
                    "src/"
3549
                ]
3550
            },
3551
            "notification-url": "https://packagist.org/downloads/",
3552
            "license": [
3553
                "BSD-3-Clause"
3554
            ],
3555
            "authors": [
3556
                {
3557
                    "name": "Sebastian Bergmann",
3558
                    "email": "[email protected]",
3559
                    "role": "lead"
3560
                }
3561
            ],
3562
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3563
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3564
            "keywords": [
3565
                "coverage",
3566
                "testing",
3567
                "xunit"
3568
            ],
3569
            "time": "2015-09-14 06:51:16"
3570
        },
3571
        {
3572
            "name": "phpunit/php-file-iterator",
3573
            "version": "1.4.1",
3574
            "source": {
3575
                "type": "git",
3576
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
3577
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
3578
            },
3579
            "dist": {
3580
                "type": "zip",
3581
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
3582
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
3583
                "shasum": ""
3584
            },
3585
            "require": {
3586
                "php": ">=5.3.3"
3587
            },
3588
            "type": "library",
3589
            "extra": {
3590
                "branch-alias": {
3591
                    "dev-master": "1.4.x-dev"
3592
                }
3593
            },
3594
            "autoload": {
3595
                "classmap": [
3596
                    "src/"
3597
                ]
3598
            },
3599
            "notification-url": "https://packagist.org/downloads/",
3600
            "license": [
3601
                "BSD-3-Clause"
3602
            ],
3603
            "authors": [
3604
                {
3605
                    "name": "Sebastian Bergmann",
3606
                    "email": "[email protected]",
3607
                    "role": "lead"
3608
                }
3609
            ],
3610
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3611
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3612
            "keywords": [
3613
                "filesystem",
3614
                "iterator"
3615
            ],
3616
            "time": "2015-06-21 13:08:43"
3617
        },
3618
        {
3619
            "name": "phpunit/php-text-template",
3620
            "version": "1.2.1",
3621
            "source": {
3622
                "type": "git",
3623
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
3624
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
3625
            },
3626
            "dist": {
3627
                "type": "zip",
3628
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3629
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3630
                "shasum": ""
3631
            },
3632
            "require": {
3633
                "php": ">=5.3.3"
3634
            },
3635
            "type": "library",
3636
            "autoload": {
3637
                "classmap": [
3638
                    "src/"
3639
                ]
3640
            },
3641
            "notification-url": "https://packagist.org/downloads/",
3642
            "license": [
3643
                "BSD-3-Clause"
3644
            ],
3645
            "authors": [
3646
                {
3647
                    "name": "Sebastian Bergmann",
3648
                    "email": "[email protected]",
3649
                    "role": "lead"
3650
                }
3651
            ],
3652
            "description": "Simple template engine.",
3653
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3654
            "keywords": [
3655
                "template"
3656
            ],
3657
            "time": "2015-06-21 13:50:34"
3658
        },
3659
        {
3660
            "name": "phpunit/php-timer",
3661
            "version": "1.0.7",
3662
            "source": {
3663
                "type": "git",
3664
                "url": "https://github.com/sebastianbergmann/php-timer.git",
3665
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
3666
            },
3667
            "dist": {
3668
                "type": "zip",
3669
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
3670
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
3671
                "shasum": ""
3672
            },
3673
            "require": {
3674
                "php": ">=5.3.3"
3675
            },
3676
            "type": "library",
3677
            "autoload": {
3678
                "classmap": [
3679
                    "src/"
3680
                ]
3681
            },
3682
            "notification-url": "https://packagist.org/downloads/",
3683
            "license": [
3684
                "BSD-3-Clause"
3685
            ],
3686
            "authors": [
3687
                {
3688
                    "name": "Sebastian Bergmann",
3689
                    "email": "[email protected]",
3690
                    "role": "lead"
3691
                }
3692
            ],
3693
            "description": "Utility class for timing",
3694
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
3695
            "keywords": [
3696
                "timer"
3697
            ],
3698
            "time": "2015-06-21 08:01:12"
3699
        },
3700
        {
3701
            "name": "phpunit/php-token-stream",
3702
            "version": "1.4.8",
3703
            "source": {
3704
                "type": "git",
3705
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3706
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
3707
            },
3708
            "dist": {
3709
                "type": "zip",
3710
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
3711
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
3712
                "shasum": ""
3713
            },
3714
            "require": {
3715
                "ext-tokenizer": "*",
3716
                "php": ">=5.3.3"
3717
            },
3718
            "require-dev": {
3719
                "phpunit/phpunit": "~4.2"
3720
            },
3721
            "type": "library",
3722
            "extra": {
3723
                "branch-alias": {
3724
                    "dev-master": "1.4-dev"
3725
                }
3726
            },
3727
            "autoload": {
3728
                "classmap": [
3729
                    "src/"
3730
                ]
3731
            },
3732
            "notification-url": "https://packagist.org/downloads/",
3733
            "license": [
3734
                "BSD-3-Clause"
3735
            ],
3736
            "authors": [
3737
                {
3738
                    "name": "Sebastian Bergmann",
3739
                    "email": "[email protected]"
3740
                }
3741
            ],
3742
            "description": "Wrapper around PHP's tokenizer extension.",
3743
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3744
            "keywords": [
3745
                "tokenizer"
3746
            ],
3747
            "time": "2015-09-15 10:49:45"
3748
        },
3749
        {
3750
            "name": "phpunit/phpunit",
3751
            "version": "4.6.10",
3752
            "source": {
3753
                "type": "git",
3754
                "url": "https://github.com/sebastianbergmann/phpunit.git",
3755
                "reference": "7b5fe98b28302a8b25693b2298bca74463336975"
3756
            },
3757
            "dist": {
3758
                "type": "zip",
3759
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/7b5fe98b28302a8b25693b2298bca74463336975",
3760
                "reference": "7b5fe98b28302a8b25693b2298bca74463336975",
3761
                "shasum": ""
3762
            },
3763
            "require": {
3764
                "ext-dom": "*",
3765
                "ext-json": "*",
3766
                "ext-pcre": "*",
3767
                "ext-reflection": "*",
3768
                "ext-spl": "*",
3769
                "php": ">=5.3.3",
3770
                "phpspec/prophecy": "~1.3,>=1.3.1",
3771
                "phpunit/php-code-coverage": "~2.0,>=2.0.11",
3772
                "phpunit/php-file-iterator": "~1.4",
3773
                "phpunit/php-text-template": "~1.2",
3774
                "phpunit/php-timer": "~1.0",
3775
                "phpunit/phpunit-mock-objects": "~2.3",
3776
                "sebastian/comparator": "~1.1",
3777
                "sebastian/diff": "~1.2",
3778
                "sebastian/environment": "~1.2",
3779
                "sebastian/exporter": "~1.2",
3780
                "sebastian/global-state": "~1.0",
3781
                "sebastian/version": "~1.0",
3782
                "symfony/yaml": "~2.1|~3.0"
3783
            },
3784
            "suggest": {
3785
                "phpunit/php-invoker": "~1.1"
3786
            },
3787
            "bin": [
3788
                "phpunit"
3789
            ],
3790
            "type": "library",
3791
            "extra": {
3792
                "branch-alias": {
3793
                    "dev-master": "4.6.x-dev"
3794
                }
3795
            },
3796
            "autoload": {
3797
                "classmap": [
3798
                    "src/"
3799
                ]
3800
            },
3801
            "notification-url": "https://packagist.org/downloads/",
3802
            "license": [
3803
                "BSD-3-Clause"
3804
            ],
3805
            "authors": [
3806
                {
3807
                    "name": "Sebastian Bergmann",
3808
                    "email": "[email protected]",
3809
                    "role": "lead"
3810
                }
3811
            ],
3812
            "description": "The PHP Unit Testing framework.",
3813
            "homepage": "https://phpunit.de/",
3814
            "keywords": [
3815
                "phpunit",
3816
                "testing",
3817
                "xunit"
3818
            ],
3819
            "time": "2015-06-03 05:03:30"
3820
        },
3821
        {
3822
            "name": "phpunit/phpunit-mock-objects",
3823
            "version": "2.3.8",
3824
            "source": {
3825
                "type": "git",
3826
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
3827
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
3828
            },
3829
            "dist": {
3830
                "type": "zip",
3831
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
3832
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
3833
                "shasum": ""
3834
            },
3835
            "require": {
3836
                "doctrine/instantiator": "^1.0.2",
3837
                "php": ">=5.3.3",
3838
                "phpunit/php-text-template": "~1.2",
3839
                "sebastian/exporter": "~1.2"
3840
            },
3841
            "require-dev": {
3842
                "phpunit/phpunit": "~4.4"
3843
            },
3844
            "suggest": {
3845
                "ext-soap": "*"
3846
            },
3847
            "type": "library",
3848
            "extra": {
3849
                "branch-alias": {
3850
                    "dev-master": "2.3.x-dev"
3851
                }
3852
            },
3853
            "autoload": {
3854
                "classmap": [
3855
                    "src/"
3856
                ]
3857
            },
3858
            "notification-url": "https://packagist.org/downloads/",
3859
            "license": [
3860
                "BSD-3-Clause"
3861
            ],
3862
            "authors": [
3863
                {
3864
                    "name": "Sebastian Bergmann",
3865
                    "email": "[email protected]",
3866
                    "role": "lead"
3867
                }
3868
            ],
3869
            "description": "Mock Object library for PHPUnit",
3870
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
3871
            "keywords": [
3872
                "mock",
3873
                "xunit"
3874
            ],
3875
            "time": "2015-10-02 06:51:40"
3876
        },
3877
        {
3878
            "name": "sebastian/comparator",
3879
            "version": "1.2.0",
3880
            "source": {
3881
                "type": "git",
3882
                "url": "https://github.com/sebastianbergmann/comparator.git",
3883
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
3884
            },
3885
            "dist": {
3886
                "type": "zip",
3887
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
3888
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
3889
                "shasum": ""
3890
            },
3891
            "require": {
3892
                "php": ">=5.3.3",
3893
                "sebastian/diff": "~1.2",
3894
                "sebastian/exporter": "~1.2"
3895
            },
3896
            "require-dev": {
3897
                "phpunit/phpunit": "~4.4"
3898
            },
3899
            "type": "library",
3900
            "extra": {
3901
                "branch-alias": {
3902
                    "dev-master": "1.2.x-dev"
3903
                }
3904
            },
3905
            "autoload": {
3906
                "classmap": [
3907
                    "src/"
3908
                ]
3909
            },
3910
            "notification-url": "https://packagist.org/downloads/",
3911
            "license": [
3912
                "BSD-3-Clause"
3913
            ],
3914
            "authors": [
3915
                {
3916
                    "name": "Jeff Welch",
3917
                    "email": "[email protected]"
3918
                },
3919
                {
3920
                    "name": "Volker Dusch",
3921
                    "email": "[email protected]"
3922
                },
3923
                {
3924
                    "name": "Bernhard Schussek",
3925
                    "email": "[email protected]"
3926
                },
3927
                {
3928
                    "name": "Sebastian Bergmann",
3929
                    "email": "[email protected]"
3930
                }
3931
            ],
3932
            "description": "Provides the functionality to compare PHP values for equality",
3933
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
3934
            "keywords": [
3935
                "comparator",
3936
                "compare",
3937
                "equality"
3938
            ],
3939
            "time": "2015-07-26 15:48:44"
3940
        },
3941
        {
3942
            "name": "sebastian/diff",
3943
            "version": "1.3.0",
3944
            "source": {
3945
                "type": "git",
3946
                "url": "https://github.com/sebastianbergmann/diff.git",
3947
                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
3948
            },
3949
            "dist": {
3950
                "type": "zip",
3951
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
3952
                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
3953
                "shasum": ""
3954
            },
3955
            "require": {
3956
                "php": ">=5.3.3"
3957
            },
3958
            "require-dev": {
3959
                "phpunit/phpunit": "~4.2"
3960
            },
3961
            "type": "library",
3962
            "extra": {
3963
                "branch-alias": {
3964
                    "dev-master": "1.3-dev"
3965
                }
3966
            },
3967
            "autoload": {
3968
                "classmap": [
3969
                    "src/"
3970
                ]
3971
            },
3972
            "notification-url": "https://packagist.org/downloads/",
3973
            "license": [
3974
                "BSD-3-Clause"
3975
            ],
3976
            "authors": [
3977
                {
3978
                    "name": "Kore Nordmann",
3979
                    "email": "[email protected]"
3980
                },
3981
                {
3982
                    "name": "Sebastian Bergmann",
3983
                    "email": "[email protected]"
3984
                }
3985
            ],
3986
            "description": "Diff implementation",
3987
            "homepage": "http://www.github.com/sebastianbergmann/diff",
3988
            "keywords": [
3989
                "diff"
3990
            ],
3991
            "time": "2015-02-22 15:13:53"
3992
        },
3993
        {
3994
            "name": "sebastian/environment",
3995
            "version": "1.3.2",
3996
            "source": {
3997
                "type": "git",
3998
                "url": "https://github.com/sebastianbergmann/environment.git",
3999
                "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44"
4000
            },
4001
            "dist": {
4002
                "type": "zip",
4003
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6324c907ce7a52478eeeaede764f48733ef5ae44",
4004
                "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44",
4005
                "shasum": ""
4006
            },
4007
            "require": {
4008
                "php": ">=5.3.3"
4009
            },
4010
            "require-dev": {
4011
                "phpunit/phpunit": "~4.4"
4012
            },
4013
            "type": "library",
4014
            "extra": {
4015
                "branch-alias": {
4016
                    "dev-master": "1.3.x-dev"
4017
                }
4018
            },
4019
            "autoload": {
4020
                "classmap": [
4021
                    "src/"
4022
                ]
4023
            },
4024
            "notification-url": "https://packagist.org/downloads/",
4025
            "license": [
4026
                "BSD-3-Clause"
4027
            ],
4028
            "authors": [
4029
                {
4030
                    "name": "Sebastian Bergmann",
4031
                    "email": "[email protected]"
4032
                }
4033
            ],
4034
            "description": "Provides functionality to handle HHVM/PHP environments",
4035
            "homepage": "http://www.github.com/sebastianbergmann/environment",
4036
            "keywords": [
4037
                "Xdebug",
4038
                "environment",
4039
                "hhvm"
4040
            ],
4041
            "time": "2015-08-03 06:14:51"
4042
        },
4043
        {
4044
            "name": "sebastian/exporter",
4045
            "version": "1.2.1",
4046
            "source": {
4047
                "type": "git",
4048
                "url": "https://github.com/sebastianbergmann/exporter.git",
4049
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
4050
            },
4051
            "dist": {
4052
                "type": "zip",
4053
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
4054
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
4055
                "shasum": ""
4056
            },
4057
            "require": {
4058
                "php": ">=5.3.3",
4059
                "sebastian/recursion-context": "~1.0"
4060
            },
4061
            "require-dev": {
4062
                "phpunit/phpunit": "~4.4"
4063
            },
4064
            "type": "library",
4065
            "extra": {
4066
                "branch-alias": {
4067
                    "dev-master": "1.2.x-dev"
4068
                }
4069
            },
4070
            "autoload": {
4071
                "classmap": [
4072
                    "src/"
4073
                ]
4074
            },
4075
            "notification-url": "https://packagist.org/downloads/",
4076
            "license": [
4077
                "BSD-3-Clause"
4078
            ],
4079
            "authors": [
4080
                {
4081
                    "name": "Jeff Welch",
4082
                    "email": "[email protected]"
4083
                },
4084
                {
4085
                    "name": "Volker Dusch",
4086
                    "email": "[email protected]"
4087
                },
4088
                {
4089
                    "name": "Bernhard Schussek",
4090
                    "email": "[email protected]"
4091
                },
4092
                {
4093
                    "name": "Sebastian Bergmann",
4094
                    "email": "[email protected]"
4095
                },
4096
                {
4097
                    "name": "Adam Harvey",
4098
                    "email": "[email protected]"
4099
                }
4100
            ],
4101
            "description": "Provides the functionality to export PHP variables for visualization",
4102
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
4103
            "keywords": [
4104
                "export",
4105
                "exporter"
4106
            ],
4107
            "time": "2015-06-21 07:55:53"
4108
        },
4109
        {
4110
            "name": "sebastian/global-state",
4111
            "version": "1.0.0",
4112
            "source": {
4113
                "type": "git",
4114
                "url": "https://github.com/sebastianbergmann/global-state.git",
4115
                "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
4116
            },
4117
            "dist": {
4118
                "type": "zip",
4119
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
4120
                "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
4121
                "shasum": ""
4122
            },
4123
            "require": {
4124
                "php": ">=5.3.3"
4125
            },
4126
            "require-dev": {
4127
                "phpunit/phpunit": "~4.2"
4128
            },
4129
            "suggest": {
4130
                "ext-uopz": "*"
4131
            },
4132
            "type": "library",
4133
            "extra": {
4134
                "branch-alias": {
4135
                    "dev-master": "1.0-dev"
4136
                }
4137
            },
4138
            "autoload": {
4139
                "classmap": [
4140
                    "src/"
4141
                ]
4142
            },
4143
            "notification-url": "https://packagist.org/downloads/",
4144
            "license": [
4145
                "BSD-3-Clause"
4146
            ],
4147
            "authors": [
4148
                {
4149
                    "name": "Sebastian Bergmann",
4150
                    "email": "[email protected]"
4151
                }
4152
            ],
4153
            "description": "Snapshotting of global state",
4154
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
4155
            "keywords": [
4156
                "global state"
4157
            ],
4158
            "time": "2014-10-06 09:23:50"
4159
        },
4160
        {
4161
            "name": "sebastian/recursion-context",
4162
            "version": "1.0.1",
4163
            "source": {
4164
                "type": "git",
4165
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
4166
                "reference": "994d4a811bafe801fb06dccbee797863ba2792ba"
4167
            },
4168
            "dist": {
4169
                "type": "zip",
4170
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba",
4171
                "reference": "994d4a811bafe801fb06dccbee797863ba2792ba",
4172
                "shasum": ""
4173
            },
4174
            "require": {
4175
                "php": ">=5.3.3"
4176
            },
4177
            "require-dev": {
4178
                "phpunit/phpunit": "~4.4"
4179
            },
4180
            "type": "library",
4181
            "extra": {
4182
                "branch-alias": {
4183
                    "dev-master": "1.0.x-dev"
4184
                }
4185
            },
4186
            "autoload": {
4187
                "classmap": [
4188
                    "src/"
4189
                ]
4190
            },
4191
            "notification-url": "https://packagist.org/downloads/",
4192
            "license": [
4193
                "BSD-3-Clause"
4194
            ],
4195
            "authors": [
4196
                {
4197
                    "name": "Jeff Welch",
4198
                    "email": "[email protected]"
4199
                },
4200
                {
4201
                    "name": "Sebastian Bergmann",
4202
                    "email": "[email protected]"
4203
                },
4204
                {
4205
                    "name": "Adam Harvey",
4206
                    "email": "[email protected]"
4207
                }
4208
            ],
4209
            "description": "Provides functionality to recursively process PHP variables",
4210
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
4211
            "time": "2015-06-21 08:04:50"
4212
        },
4213
        {
4214
            "name": "sebastian/version",
4215
            "version": "1.0.6",
4216
            "source": {
4217
                "type": "git",
4218
                "url": "https://github.com/sebastianbergmann/version.git",
4219
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
4220
            },
4221
            "dist": {
4222
                "type": "zip",
4223
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4224
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4225
                "shasum": ""
4226
            },
4227
            "type": "library",
4228
            "autoload": {
4229
                "classmap": [
4230
                    "src/"
4231
                ]
4232
            },
4233
            "notification-url": "https://packagist.org/downloads/",
4234
            "license": [
4235
                "BSD-3-Clause"
4236
            ],
4237
            "authors": [
4238
                {
4239
                    "name": "Sebastian Bergmann",
4240
                    "email": "[email protected]",
4241
                    "role": "lead"
4242
                }
4243
            ],
4244
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4245
            "homepage": "https://github.com/sebastianbergmann/version",
4246
            "time": "2015-06-21 13:59:46"
4247
        },
4248
        {
4249
            "name": "symfony/browser-kit",
4250
            "version": "v2.7.5",
4251
            "source": {
4252
                "type": "git",
4253
                "url": "https://github.com/symfony/browser-kit.git",
4254
                "reference": "277a2457776d4cc25706fbdd9d1e4ab2dac884e4"
4255
            },
4256
            "dist": {
4257
                "type": "zip",
4258
                "url": "https://api.github.com/repos/symfony/browser-kit/zipball/277a2457776d4cc25706fbdd9d1e4ab2dac884e4",
4259
                "reference": "277a2457776d4cc25706fbdd9d1e4ab2dac884e4",
4260
                "shasum": ""
4261
            },
4262
            "require": {
4263
                "php": ">=5.3.9",
4264
                "symfony/dom-crawler": "~2.0,>=2.0.5"
4265
            },
4266
            "require-dev": {
4267
                "symfony/css-selector": "~2.0,>=2.0.5",
4268
                "symfony/phpunit-bridge": "~2.7",
4269
                "symfony/process": "~2.0,>=2.0.5"
4270
            },
4271
            "suggest": {
4272
                "symfony/process": ""
4273
            },
4274
            "type": "library",
4275
            "extra": {
4276
                "branch-alias": {
4277
                    "dev-master": "2.7-dev"
4278
                }
4279
            },
4280
            "autoload": {
4281
                "psr-4": {
4282
                    "Symfony\\Component\\BrowserKit\\": ""
4283
                }
4284
            },
4285
            "notification-url": "https://packagist.org/downloads/",
4286
            "license": [
4287
                "MIT"
4288
            ],
4289
            "authors": [
4290
                {
4291
                    "name": "Fabien Potencier",
4292
                    "email": "[email protected]"
4293
                },
4294
                {
4295
                    "name": "Symfony Community",
4296
                    "homepage": "https://symfony.com/contributors"
4297
                }
4298
            ],
4299
            "description": "Symfony BrowserKit Component",
4300
            "homepage": "https://symfony.com",
4301
            "time": "2015-09-06 08:36:38"
4302
        },
4303
        {
4304
            "name": "symfony/process",
4305
            "version": "v2.7.5",
4306
            "source": {
4307
                "type": "git",
4308
                "url": "https://github.com/symfony/process.git",
4309
                "reference": "b27c8e317922cd3cdd3600850273cf6b82b2e8e9"
4310
            },
4311
            "dist": {
4312
                "type": "zip",
4313
                "url": "https://api.github.com/repos/symfony/process/zipball/b27c8e317922cd3cdd3600850273cf6b82b2e8e9",
4314
                "reference": "b27c8e317922cd3cdd3600850273cf6b82b2e8e9",
4315
                "shasum": ""
4316
            },
4317
            "require": {
4318
                "php": ">=5.3.9"
4319
            },
4320
            "require-dev": {
4321
                "symfony/phpunit-bridge": "~2.7"
4322
            },
4323
            "type": "library",
4324
            "extra": {
4325
                "branch-alias": {
4326
                    "dev-master": "2.7-dev"
4327
                }
4328
            },
4329
            "autoload": {
4330
                "psr-4": {
4331
                    "Symfony\\Component\\Process\\": ""
4332
                }
4333
            },
4334
            "notification-url": "https://packagist.org/downloads/",
4335
            "license": [
4336
                "MIT"
4337
            ],
4338
            "authors": [
4339
                {
4340
                    "name": "Fabien Potencier",
4341
                    "email": "[email protected]"
4342
                },
4343
                {
4344
                    "name": "Symfony Community",
4345
                    "homepage": "https://symfony.com/contributors"
4346
                }
4347
            ],
4348
            "description": "Symfony Process Component",
4349
            "homepage": "https://symfony.com",
4350
            "time": "2015-09-19 19:59:23"
4351
        }
4352
    ],
4353
    "aliases": [],
4354
    "minimum-stability": "stable",
4355
    "stability-flags": {
4356
        "doctrine/migrations": 20,
4357
        "knplabs/console-service-provider": 20
4358
    },
4359
    "prefer-stable": false,
4360
    "prefer-lowest": false,
4361
    "platform": {
4362
        "php": ">=5.3.3"
4363
    },
4364
    "platform-dev": []
4365
}
4366