Completed
Push — hotfix/bootstrapbundle ( 2eca28...efc4a1 )
by Joost van
20:13
created

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "770c763df7addd15617b39578613a952",
8
    "content-hash": "b69592fcf9f01f6098d31f7580132891",
9
    "packages": [
10
        {
11
            "name": "doctrine/annotations",
12
            "version": "v1.2.7",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/doctrine/annotations.git",
16
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
21
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "doctrine/lexer": "1.*",
26
                "php": ">=5.3.2"
27
            },
28
            "require-dev": {
29
                "doctrine/cache": "1.*",
30
                "phpunit/phpunit": "4.*"
31
            },
32
            "type": "library",
33
            "extra": {
34
                "branch-alias": {
35
                    "dev-master": "1.3.x-dev"
36
                }
37
            },
38
            "autoload": {
39
                "psr-0": {
40
                    "Doctrine\\Common\\Annotations\\": "lib/"
41
                }
42
            },
43
            "notification-url": "https://packagist.org/downloads/",
44
            "license": [
45
                "MIT"
46
            ],
47
            "authors": [
48
                {
49
                    "name": "Roman Borschel",
50
                    "email": "[email protected]"
51
                },
52
                {
53
                    "name": "Benjamin Eberlei",
54
                    "email": "[email protected]"
55
                },
56
                {
57
                    "name": "Guilherme Blanco",
58
                    "email": "[email protected]"
59
                },
60
                {
61
                    "name": "Jonathan Wage",
62
                    "email": "[email protected]"
63
                },
64
                {
65
                    "name": "Johannes Schmitt",
66
                    "email": "[email protected]"
67
                }
68
            ],
69
            "description": "Docblock Annotations Parser",
70
            "homepage": "http://www.doctrine-project.org",
71
            "keywords": [
72
                "annotations",
73
                "docblock",
74
                "parser"
75
            ],
76
            "time": "2015-08-31 12:32:49"
77
        },
78
        {
79
            "name": "doctrine/cache",
80
            "version": "v1.5.2",
81
            "source": {
82
                "type": "git",
83
                "url": "https://github.com/doctrine/cache.git",
84
                "reference": "47c7128262da274f590ae6f86eb137a7a64e82af"
85
            },
86
            "dist": {
87
                "type": "zip",
88
                "url": "https://api.github.com/repos/doctrine/cache/zipball/47c7128262da274f590ae6f86eb137a7a64e82af",
89
                "reference": "47c7128262da274f590ae6f86eb137a7a64e82af",
90
                "shasum": ""
91
            },
92
            "require": {
93
                "php": ">=5.3.2"
94
            },
95
            "conflict": {
96
                "doctrine/common": ">2.2,<2.4"
97
            },
98
            "require-dev": {
99
                "phpunit/phpunit": ">=3.7",
100
                "predis/predis": "~1.0",
101
                "satooshi/php-coveralls": "~0.6"
102
            },
103
            "type": "library",
104
            "extra": {
105
                "branch-alias": {
106
                    "dev-master": "1.5.x-dev"
107
                }
108
            },
109
            "autoload": {
110
                "psr-4": {
111
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
112
                }
113
            },
114
            "notification-url": "https://packagist.org/downloads/",
115
            "license": [
116
                "MIT"
117
            ],
118
            "authors": [
119
                {
120
                    "name": "Roman Borschel",
121
                    "email": "[email protected]"
122
                },
123
                {
124
                    "name": "Benjamin Eberlei",
125
                    "email": "[email protected]"
126
                },
127
                {
128
                    "name": "Guilherme Blanco",
129
                    "email": "[email protected]"
130
                },
131
                {
132
                    "name": "Jonathan Wage",
133
                    "email": "[email protected]"
134
                },
135
                {
136
                    "name": "Johannes Schmitt",
137
                    "email": "[email protected]"
138
                }
139
            ],
140
            "description": "Caching library offering an object-oriented API for many cache backends",
141
            "homepage": "http://www.doctrine-project.org",
142
            "keywords": [
143
                "cache",
144
                "caching"
145
            ],
146
            "time": "2015-12-03 10:50:37"
147
        },
148
        {
149
            "name": "doctrine/collections",
150
            "version": "v1.3.0",
151
            "source": {
152
                "type": "git",
153
                "url": "https://github.com/doctrine/collections.git",
154
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
155
            },
156
            "dist": {
157
                "type": "zip",
158
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
159
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
160
                "shasum": ""
161
            },
162
            "require": {
163
                "php": ">=5.3.2"
164
            },
165
            "require-dev": {
166
                "phpunit/phpunit": "~4.0"
167
            },
168
            "type": "library",
169
            "extra": {
170
                "branch-alias": {
171
                    "dev-master": "1.2.x-dev"
172
                }
173
            },
174
            "autoload": {
175
                "psr-0": {
176
                    "Doctrine\\Common\\Collections\\": "lib/"
177
                }
178
            },
179
            "notification-url": "https://packagist.org/downloads/",
180
            "license": [
181
                "MIT"
182
            ],
183
            "authors": [
184
                {
185
                    "name": "Roman Borschel",
186
                    "email": "[email protected]"
187
                },
188
                {
189
                    "name": "Benjamin Eberlei",
190
                    "email": "[email protected]"
191
                },
192
                {
193
                    "name": "Guilherme Blanco",
194
                    "email": "[email protected]"
195
                },
196
                {
197
                    "name": "Jonathan Wage",
198
                    "email": "[email protected]"
199
                },
200
                {
201
                    "name": "Johannes Schmitt",
202
                    "email": "[email protected]"
203
                }
204
            ],
205
            "description": "Collections Abstraction library",
206
            "homepage": "http://www.doctrine-project.org",
207
            "keywords": [
208
                "array",
209
                "collections",
210
                "iterator"
211
            ],
212
            "time": "2015-04-14 22:21:58"
213
        },
214
        {
215
            "name": "doctrine/common",
216
            "version": "v2.5.2",
217
            "source": {
218
                "type": "git",
219
                "url": "https://github.com/doctrine/common.git",
220
                "reference": "311001fd9865a4d0d59efff4eac6d7dcb3f5270c"
221
            },
222
            "dist": {
223
                "type": "zip",
224
                "url": "https://api.github.com/repos/doctrine/common/zipball/311001fd9865a4d0d59efff4eac6d7dcb3f5270c",
225
                "reference": "311001fd9865a4d0d59efff4eac6d7dcb3f5270c",
226
                "shasum": ""
227
            },
228
            "require": {
229
                "doctrine/annotations": "1.*",
230
                "doctrine/cache": "1.*",
231
                "doctrine/collections": "1.*",
232
                "doctrine/inflector": "1.*",
233
                "doctrine/lexer": "1.*",
234
                "php": ">=5.3.2"
235
            },
236
            "require-dev": {
237
                "phpunit/phpunit": "~3.7"
238
            },
239
            "type": "library",
240
            "extra": {
241
                "branch-alias": {
242
                    "dev-master": "2.5.x-dev"
243
                }
244
            },
245
            "autoload": {
246
                "psr-0": {
247
                    "Doctrine\\Common\\": "lib/"
248
                }
249
            },
250
            "notification-url": "https://packagist.org/downloads/",
251
            "license": [
252
                "MIT"
253
            ],
254
            "authors": [
255
                {
256
                    "name": "Roman Borschel",
257
                    "email": "[email protected]"
258
                },
259
                {
260
                    "name": "Benjamin Eberlei",
261
                    "email": "[email protected]"
262
                },
263
                {
264
                    "name": "Guilherme Blanco",
265
                    "email": "[email protected]"
266
                },
267
                {
268
                    "name": "Jonathan Wage",
269
                    "email": "[email protected]"
270
                },
271
                {
272
                    "name": "Johannes Schmitt",
273
                    "email": "[email protected]"
274
                }
275
            ],
276
            "description": "Common Library for Doctrine projects",
277
            "homepage": "http://www.doctrine-project.org",
278
            "keywords": [
279
                "annotations",
280
                "collections",
281
                "eventmanager",
282
                "persistence",
283
                "spl"
284
            ],
285
            "time": "2015-12-04 12:49:42"
286
        },
287
        {
288
            "name": "doctrine/dbal",
289
            "version": "v2.5.2",
290
            "source": {
291
                "type": "git",
292
                "url": "https://github.com/doctrine/dbal.git",
293
                "reference": "01dbcbc5cd0a913d751418e635434a18a2f2a75c"
294
            },
295
            "dist": {
296
                "type": "zip",
297
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/01dbcbc5cd0a913d751418e635434a18a2f2a75c",
298
                "reference": "01dbcbc5cd0a913d751418e635434a18a2f2a75c",
299
                "shasum": ""
300
            },
301
            "require": {
302
                "doctrine/common": ">=2.4,<2.6-dev",
303
                "php": ">=5.3.2"
304
            },
305
            "require-dev": {
306
                "phpunit/phpunit": "4.*",
307
                "symfony/console": "2.*"
308
            },
309
            "suggest": {
310
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
311
            },
312
            "bin": [
313
                "bin/doctrine-dbal"
314
            ],
315
            "type": "library",
316
            "extra": {
317
                "branch-alias": {
318
                    "dev-master": "2.5.x-dev"
319
                }
320
            },
321
            "autoload": {
322
                "psr-0": {
323
                    "Doctrine\\DBAL\\": "lib/"
324
                }
325
            },
326
            "notification-url": "https://packagist.org/downloads/",
327
            "license": [
328
                "MIT"
329
            ],
330
            "authors": [
331
                {
332
                    "name": "Roman Borschel",
333
                    "email": "[email protected]"
334
                },
335
                {
336
                    "name": "Benjamin Eberlei",
337
                    "email": "[email protected]"
338
                },
339
                {
340
                    "name": "Guilherme Blanco",
341
                    "email": "[email protected]"
342
                },
343
                {
344
                    "name": "Jonathan Wage",
345
                    "email": "[email protected]"
346
                }
347
            ],
348
            "description": "Database Abstraction Layer",
349
            "homepage": "http://www.doctrine-project.org",
350
            "keywords": [
351
                "database",
352
                "dbal",
353
                "persistence",
354
                "queryobject"
355
            ],
356
            "time": "2015-09-16 16:29:33"
357
        },
358
        {
359
            "name": "doctrine/doctrine-bundle",
360
            "version": "1.6.1",
361
            "source": {
362
                "type": "git",
363
                "url": "https://github.com/doctrine/DoctrineBundle.git",
364
                "reference": "c4ffef2b2296e9d0179eb0b5248e5ae25c9bba3b"
365
            },
366
            "dist": {
367
                "type": "zip",
368
                "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/c4ffef2b2296e9d0179eb0b5248e5ae25c9bba3b",
369
                "reference": "c4ffef2b2296e9d0179eb0b5248e5ae25c9bba3b",
370
                "shasum": ""
371
            },
372
            "require": {
373
                "doctrine/dbal": "~2.3",
374
                "doctrine/doctrine-cache-bundle": "~1.0",
375
                "jdorn/sql-formatter": "~1.1",
376
                "php": ">=5.3.2",
377
                "symfony/console": "~2.3|~3.0",
378
                "symfony/doctrine-bridge": "~2.2|~3.0",
379
                "symfony/framework-bundle": "~2.3|~3.0"
380
            },
381
            "require-dev": {
382
                "doctrine/orm": "~2.3",
383
                "phpunit/phpunit": "~4",
384
                "satooshi/php-coveralls": "~0.6.1",
385
                "symfony/validator": "~2.2|~3.0",
386
                "symfony/yaml": "~2.2|~3.0",
387
                "twig/twig": "~1.10"
388
            },
389
            "suggest": {
390
                "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
391
                "symfony/web-profiler-bundle": "to use the data collector"
392
            },
393
            "type": "symfony-bundle",
394
            "extra": {
395
                "branch-alias": {
396
                    "dev-master": "1.6.x-dev"
397
                }
398
            },
399
            "autoload": {
400
                "psr-4": {
401
                    "Doctrine\\Bundle\\DoctrineBundle\\": ""
402
                }
403
            },
404
            "notification-url": "https://packagist.org/downloads/",
405
            "license": [
406
                "MIT"
407
            ],
408
            "authors": [
409
                {
410
                    "name": "Symfony Community",
411
                    "homepage": "http://symfony.com/contributors"
412
                },
413
                {
414
                    "name": "Benjamin Eberlei",
415
                    "email": "[email protected]"
416
                },
417
                {
418
                    "name": "Doctrine Project",
419
                    "homepage": "http://www.doctrine-project.org/"
420
                },
421
                {
422
                    "name": "Fabien Potencier",
423
                    "email": "[email protected]"
424
                }
425
            ],
426
            "description": "Symfony DoctrineBundle",
427
            "homepage": "http://www.doctrine-project.org",
428
            "keywords": [
429
                "database",
430
                "dbal",
431
                "orm",
432
                "persistence"
433
            ],
434
            "time": "2015-11-16 17:11:46"
435
        },
436
        {
437
            "name": "doctrine/doctrine-cache-bundle",
438
            "version": "1.2.2",
439
            "source": {
440
                "type": "git",
441
                "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
442
                "reference": "030ff41ef1db66370b36467086bfb817a661fe6a"
443
            },
444
            "dist": {
445
                "type": "zip",
446
                "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/030ff41ef1db66370b36467086bfb817a661fe6a",
447
                "reference": "030ff41ef1db66370b36467086bfb817a661fe6a",
448
                "shasum": ""
449
            },
450
            "require": {
451
                "doctrine/cache": "^1.4.2",
452
                "doctrine/inflector": "~1.0",
453
                "php": ">=5.3.2",
454
                "symfony/doctrine-bridge": "~2.2|~3.0"
455
            },
456
            "require-dev": {
457
                "instaclick/coding-standard": "~1.1",
458
                "instaclick/object-calisthenics-sniffs": "dev-master",
459
                "instaclick/symfony2-coding-standard": "dev-remaster",
460
                "phpunit/phpunit": "~4",
461
                "satooshi/php-coveralls": "~0.6.1",
462
                "squizlabs/php_codesniffer": "~1.5",
463
                "symfony/console": "~2.2|~3.0",
464
                "symfony/finder": "~2.2|~3.0",
465
                "symfony/framework-bundle": "~2.2|~3.0",
466
                "symfony/phpunit-bridge": "~2.7|~3.0",
467
                "symfony/security-acl": "~2.3|~3.0",
468
                "symfony/validator": "~2.2|~3.0",
469
                "symfony/yaml": "~2.2|~3.0"
470
            },
471
            "suggest": {
472
                "symfony/security-acl": "For using this bundle to cache ACLs"
473
            },
474
            "type": "symfony-bundle",
475
            "extra": {
476
                "branch-alias": {
477
                    "dev-master": "1.2.x-dev"
478
                }
479
            },
480
            "autoload": {
481
                "psr-4": {
482
                    "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
483
                }
484
            },
485
            "notification-url": "https://packagist.org/downloads/",
486
            "license": [
487
                "MIT"
488
            ],
489
            "authors": [
490
                {
491
                    "name": "Symfony Community",
492
                    "homepage": "http://symfony.com/contributors"
493
                },
494
                {
495
                    "name": "Benjamin Eberlei",
496
                    "email": "[email protected]"
497
                },
498
                {
499
                    "name": "Fabio B. Silva",
500
                    "email": "[email protected]"
501
                },
502
                {
503
                    "name": "Guilherme Blanco",
504
                    "email": "[email protected]"
505
                },
506
                {
507
                    "name": "Doctrine Project",
508
                    "homepage": "http://www.doctrine-project.org/"
509
                },
510
                {
511
                    "name": "Fabien Potencier",
512
                    "email": "[email protected]"
513
                }
514
            ],
515
            "description": "Symfony Bundle for Doctrine Cache",
516
            "homepage": "http://www.doctrine-project.org",
517
            "keywords": [
518
                "cache",
519
                "caching"
520
            ],
521
            "time": "2015-11-27 04:59:07"
522
        },
523
        {
524
            "name": "doctrine/doctrine-migrations-bundle",
525
            "version": "1.0.1",
526
            "target-dir": "Doctrine/Bundle/MigrationsBundle",
527
            "source": {
528
                "type": "git",
529
                "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
530
                "reference": "1e8cd4415bd2f893eb828216b529a75e8b61d579"
531
            },
532
            "dist": {
533
                "type": "zip",
534
                "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/1e8cd4415bd2f893eb828216b529a75e8b61d579",
535
                "reference": "1e8cd4415bd2f893eb828216b529a75e8b61d579",
536
                "shasum": ""
537
            },
538
            "require": {
539
                "doctrine/doctrine-bundle": "~1.0",
540
                "doctrine/migrations": "~1.0@dev",
541
                "php": ">=5.3.2",
542
                "symfony/framework-bundle": "~2.3|~3.0"
543
            },
544
            "type": "symfony-bundle",
545
            "extra": {
546
                "branch-alias": {
547
                    "dev-master": "2.1.x-dev"
548
                }
549
            },
550
            "autoload": {
551
                "psr-0": {
552
                    "Doctrine\\Bundle\\MigrationsBundle": ""
553
                }
554
            },
555
            "notification-url": "https://packagist.org/downloads/",
556
            "license": [
557
                "MIT"
558
            ],
559
            "authors": [
560
                {
561
                    "name": "Symfony Community",
562
                    "homepage": "http://symfony.com/contributors"
563
                },
564
                {
565
                    "name": "Doctrine Project",
566
                    "homepage": "http://www.doctrine-project.org"
567
                },
568
                {
569
                    "name": "Fabien Potencier",
570
                    "email": "[email protected]"
571
                }
572
            ],
573
            "description": "Symfony DoctrineMigrationsBundle",
574
            "homepage": "http://www.doctrine-project.org",
575
            "keywords": [
576
                "dbal",
577
                "migrations",
578
                "schema"
579
            ],
580
            "time": "2015-05-06 08:32:15"
581
        },
582
        {
583
            "name": "doctrine/inflector",
584
            "version": "v1.1.0",
585
            "source": {
586
                "type": "git",
587
                "url": "https://github.com/doctrine/inflector.git",
588
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
589
            },
590
            "dist": {
591
                "type": "zip",
592
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
593
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
594
                "shasum": ""
595
            },
596
            "require": {
597
                "php": ">=5.3.2"
598
            },
599
            "require-dev": {
600
                "phpunit/phpunit": "4.*"
601
            },
602
            "type": "library",
603
            "extra": {
604
                "branch-alias": {
605
                    "dev-master": "1.1.x-dev"
606
                }
607
            },
608
            "autoload": {
609
                "psr-0": {
610
                    "Doctrine\\Common\\Inflector\\": "lib/"
611
                }
612
            },
613
            "notification-url": "https://packagist.org/downloads/",
614
            "license": [
615
                "MIT"
616
            ],
617
            "authors": [
618
                {
619
                    "name": "Roman Borschel",
620
                    "email": "[email protected]"
621
                },
622
                {
623
                    "name": "Benjamin Eberlei",
624
                    "email": "[email protected]"
625
                },
626
                {
627
                    "name": "Guilherme Blanco",
628
                    "email": "[email protected]"
629
                },
630
                {
631
                    "name": "Jonathan Wage",
632
                    "email": "[email protected]"
633
                },
634
                {
635
                    "name": "Johannes Schmitt",
636
                    "email": "[email protected]"
637
                }
638
            ],
639
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
640
            "homepage": "http://www.doctrine-project.org",
641
            "keywords": [
642
                "inflection",
643
                "pluralize",
644
                "singularize",
645
                "string"
646
            ],
647
            "time": "2015-11-06 14:35:42"
648
        },
649
        {
650
            "name": "doctrine/instantiator",
651
            "version": "1.0.5",
652
            "source": {
653
                "type": "git",
654
                "url": "https://github.com/doctrine/instantiator.git",
655
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
656
            },
657
            "dist": {
658
                "type": "zip",
659
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
660
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
661
                "shasum": ""
662
            },
663
            "require": {
664
                "php": ">=5.3,<8.0-DEV"
665
            },
666
            "require-dev": {
667
                "athletic/athletic": "~0.1.8",
668
                "ext-pdo": "*",
669
                "ext-phar": "*",
670
                "phpunit/phpunit": "~4.0",
671
                "squizlabs/php_codesniffer": "~2.0"
672
            },
673
            "type": "library",
674
            "extra": {
675
                "branch-alias": {
676
                    "dev-master": "1.0.x-dev"
677
                }
678
            },
679
            "autoload": {
680
                "psr-4": {
681
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
682
                }
683
            },
684
            "notification-url": "https://packagist.org/downloads/",
685
            "license": [
686
                "MIT"
687
            ],
688
            "authors": [
689
                {
690
                    "name": "Marco Pivetta",
691
                    "email": "[email protected]",
692
                    "homepage": "http://ocramius.github.com/"
693
                }
694
            ],
695
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
696
            "homepage": "https://github.com/doctrine/instantiator",
697
            "keywords": [
698
                "constructor",
699
                "instantiate"
700
            ],
701
            "time": "2015-06-14 21:17:01"
702
        },
703
        {
704
            "name": "doctrine/lexer",
705
            "version": "v1.0.1",
706
            "source": {
707
                "type": "git",
708
                "url": "https://github.com/doctrine/lexer.git",
709
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
710
            },
711
            "dist": {
712
                "type": "zip",
713
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
714
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
715
                "shasum": ""
716
            },
717
            "require": {
718
                "php": ">=5.3.2"
719
            },
720
            "type": "library",
721
            "extra": {
722
                "branch-alias": {
723
                    "dev-master": "1.0.x-dev"
724
                }
725
            },
726
            "autoload": {
727
                "psr-0": {
728
                    "Doctrine\\Common\\Lexer\\": "lib/"
729
                }
730
            },
731
            "notification-url": "https://packagist.org/downloads/",
732
            "license": [
733
                "MIT"
734
            ],
735
            "authors": [
736
                {
737
                    "name": "Roman Borschel",
738
                    "email": "[email protected]"
739
                },
740
                {
741
                    "name": "Guilherme Blanco",
742
                    "email": "[email protected]"
743
                },
744
                {
745
                    "name": "Johannes Schmitt",
746
                    "email": "[email protected]"
747
                }
748
            ],
749
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
750
            "homepage": "http://www.doctrine-project.org",
751
            "keywords": [
752
                "lexer",
753
                "parser"
754
            ],
755
            "time": "2014-09-09 13:34:57"
756
        },
757
        {
758
            "name": "doctrine/migrations",
759
            "version": "v1.0.0",
760
            "source": {
761
                "type": "git",
762
                "url": "https://github.com/doctrine/migrations.git",
763
                "reference": "3a787de7c4a64460436dc2eb2e3cde8920d5fadd"
764
            },
765
            "dist": {
766
                "type": "zip",
767
                "url": "https://api.github.com/repos/doctrine/migrations/zipball/3a787de7c4a64460436dc2eb2e3cde8920d5fadd",
768
                "reference": "3a787de7c4a64460436dc2eb2e3cde8920d5fadd",
769
                "shasum": ""
770
            },
771
            "require": {
772
                "doctrine/dbal": "~2.2",
773
                "php": ">=5.4.0",
774
                "symfony/console": "~2.3",
775
                "symfony/yaml": "~2.3"
776
            },
777
            "require-dev": {
778
                "doctrine/coding-standard": "dev-master",
779
                "doctrine/orm": "2.*",
780
                "johnkary/phpunit-speedtrap": "~1.0@dev",
781
                "mockery/mockery": "^0.9.4",
782
                "phpunit/phpunit": "~4.7",
783
                "satooshi/php-coveralls": "0.6.*"
784
            },
785
            "suggest": {
786
                "symfony/console": "to run the migration from the console"
787
            },
788
            "bin": [
789
                "bin/doctrine-migrations"
790
            ],
791
            "type": "library",
792
            "extra": {
793
                "branch-alias": {
794
                    "dev-master": "1.0.x-dev"
795
                }
796
            },
797
            "autoload": {
798
                "psr-0": {
799
                    "Doctrine\\DBAL\\Migrations": "lib"
800
                }
801
            },
802
            "notification-url": "https://packagist.org/downloads/",
803
            "license": [
804
                "LGPL-2.1"
805
            ],
806
            "authors": [
807
                {
808
                    "name": "Benjamin Eberlei",
809
                    "email": "[email protected]"
810
                },
811
                {
812
                    "name": "Jonathan Wage",
813
                    "email": "[email protected]"
814
                }
815
            ],
816
            "description": "Database Schema migrations using Doctrine DBAL",
817
            "homepage": "http://www.doctrine-project.org",
818
            "keywords": [
819
                "database",
820
                "migrations"
821
            ],
822
            "time": "2015-07-29 20:43:19"
823
        },
824
        {
825
            "name": "doctrine/orm",
826
            "version": "v2.5.2",
827
            "source": {
828
                "type": "git",
829
                "url": "https://github.com/doctrine/doctrine2.git",
830
                "reference": "464b5fdbfbbeb4a65465ac173c4c5d90960f41ff"
831
            },
832
            "dist": {
833
                "type": "zip",
834
                "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/464b5fdbfbbeb4a65465ac173c4c5d90960f41ff",
835
                "reference": "464b5fdbfbbeb4a65465ac173c4c5d90960f41ff",
836
                "shasum": ""
837
            },
838
            "require": {
839
                "doctrine/cache": "~1.4",
840
                "doctrine/collections": "~1.2",
841
                "doctrine/common": ">=2.5-dev,<2.6-dev",
842
                "doctrine/dbal": ">=2.5-dev,<2.6-dev",
843
                "doctrine/instantiator": "~1.0.1",
844
                "ext-pdo": "*",
845
                "php": ">=5.4",
846
                "symfony/console": "~2.5|~3.0"
847
            },
848
            "require-dev": {
849
                "phpunit/phpunit": "~4.0",
850
                "satooshi/php-coveralls": "dev-master",
851
                "symfony/yaml": "~2.3|~3.0"
852
            },
853
            "suggest": {
854
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
855
            },
856
            "bin": [
857
                "bin/doctrine",
858
                "bin/doctrine.php"
859
            ],
860
            "type": "library",
861
            "extra": {
862
                "branch-alias": {
863
                    "dev-master": "2.6.x-dev"
864
                }
865
            },
866
            "autoload": {
867
                "psr-0": {
868
                    "Doctrine\\ORM\\": "lib/"
869
                }
870
            },
871
            "notification-url": "https://packagist.org/downloads/",
872
            "license": [
873
                "MIT"
874
            ],
875
            "authors": [
876
                {
877
                    "name": "Roman Borschel",
878
                    "email": "[email protected]"
879
                },
880
                {
881
                    "name": "Benjamin Eberlei",
882
                    "email": "[email protected]"
883
                },
884
                {
885
                    "name": "Guilherme Blanco",
886
                    "email": "[email protected]"
887
                },
888
                {
889
                    "name": "Jonathan Wage",
890
                    "email": "[email protected]"
891
                }
892
            ],
893
            "description": "Object-Relational-Mapper for PHP",
894
            "homepage": "http://www.doctrine-project.org",
895
            "keywords": [
896
                "database",
897
                "orm"
898
            ],
899
            "time": "2015-11-23 12:44:25"
900
        },
901
        {
902
            "name": "fortawesome/font-awesome",
903
            "version": "v4.2.0",
904
            "source": {
905
                "type": "git",
906
                "url": "https://github.com/FortAwesome/Font-Awesome.git",
907
                "reference": "a65bd93d81e9e6bd5ebfa41757a4474960b973b4"
908
            },
909
            "dist": {
910
                "type": "zip",
911
                "url": "https://api.github.com/repos/FortAwesome/Font-Awesome/zipball/a65bd93d81e9e6bd5ebfa41757a4474960b973b4",
912
                "reference": "a65bd93d81e9e6bd5ebfa41757a4474960b973b4",
913
                "shasum": ""
914
            },
915
            "require-dev": {
916
                "jekyll": "1.0.2",
917
                "lessc": "1.4.2"
918
            },
919
            "type": "library",
920
            "extra": {
921
                "branch-alias": {
922
                    "dev-master": "4.0.x-dev"
923
                }
924
            },
925
            "notification-url": "https://packagist.org/downloads/",
926
            "license": [
927
                "OFL-1.1",
928
                "MIT"
929
            ],
930
            "authors": [
931
                {
932
                    "name": "Dave Gandy",
933
                    "email": "[email protected]",
934
                    "homepage": "http://twitter.com/davegandy",
935
                    "role": "Developer"
936
                }
937
            ],
938
            "description": "The iconic font and CSS framework",
939
            "homepage": "http://fontawesome.io/",
940
            "keywords": [
941
                "FontAwesome",
942
                "awesome",
943
                "bootstrap",
944
                "font",
945
                "icon"
946
            ],
947
            "time": "2014-08-26 16:36:44"
948
        },
949
        {
950
            "name": "graylog2/gelf-php",
951
            "version": "1.4.1",
952
            "source": {
953
                "type": "git",
954
                "url": "https://github.com/bzikarsky/gelf-php.git",
955
                "reference": "4230f22e2944f377b057edbc31c35a360edfbce9"
956
            },
957
            "dist": {
958
                "type": "zip",
959
                "url": "https://api.github.com/repos/bzikarsky/gelf-php/zipball/4230f22e2944f377b057edbc31c35a360edfbce9",
960
                "reference": "4230f22e2944f377b057edbc31c35a360edfbce9",
961
                "shasum": ""
962
            },
963
            "require": {
964
                "php": ">=5.3.9",
965
                "psr/log": "~1.0"
966
            },
967
            "provide": {
968
                "psr/log-implementation": "~1.0"
969
            },
970
            "require-dev": {
971
                "phpunit/phpunit": "~4.3",
972
                "squizlabs/php_codesniffer": "~2.0"
973
            },
974
            "type": "library",
975
            "extra": {
976
                "branch-alias": {
977
                    "dev-master": "1.3.x-dev"
978
                }
979
            },
980
            "autoload": {
981
                "psr-4": {
982
                    "Gelf\\": "src/Gelf"
983
                }
984
            },
985
            "notification-url": "https://packagist.org/downloads/",
986
            "license": [
987
                "MIT"
988
            ],
989
            "authors": [
990
                {
991
                    "name": "Benjamin Zikarsky",
992
                    "email": "[email protected]"
993
                },
994
                {
995
                    "name": "gelf-php contributors",
996
                    "homepage": "https://github.com/bzikarsky/gelf-php/contributors"
997
                }
998
            ],
999
            "description": "A php implementation to send log-messages to a GELF compatible backend like Graylog2.",
1000
            "time": "2015-10-22 15:07:05"
1001
        },
1002
        {
1003
            "name": "guzzlehttp/guzzle",
1004
            "version": "4.2.3",
1005
            "source": {
1006
                "type": "git",
1007
                "url": "https://github.com/guzzle/guzzle.git",
1008
                "reference": "66fd916e9f9130bc22c51450476823391cb2f67c"
1009
            },
1010
            "dist": {
1011
                "type": "zip",
1012
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/66fd916e9f9130bc22c51450476823391cb2f67c",
1013
                "reference": "66fd916e9f9130bc22c51450476823391cb2f67c",
1014
                "shasum": ""
1015
            },
1016
            "require": {
1017
                "ext-json": "*",
1018
                "guzzlehttp/streams": "~2.1",
1019
                "php": ">=5.4.0"
1020
            },
1021
            "require-dev": {
1022
                "ext-curl": "*",
1023
                "phpunit/phpunit": "~4.0",
1024
                "psr/log": "~1.0"
1025
            },
1026
            "suggest": {
1027
                "ext-curl": "Guzzle will use specific adapters if cURL is present"
1028
            },
1029
            "type": "library",
1030
            "extra": {
1031
                "branch-alias": {
1032
                    "dev-master": "4.2-dev"
1033
                }
1034
            },
1035
            "autoload": {
1036
                "psr-4": {
1037
                    "GuzzleHttp\\": "src/"
1038
                },
1039
                "files": [
1040
                    "src/functions.php"
1041
                ]
1042
            },
1043
            "notification-url": "https://packagist.org/downloads/",
1044
            "license": [
1045
                "MIT"
1046
            ],
1047
            "authors": [
1048
                {
1049
                    "name": "Michael Dowling",
1050
                    "email": "[email protected]",
1051
                    "homepage": "https://github.com/mtdowling"
1052
                }
1053
            ],
1054
            "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
1055
            "homepage": "http://guzzlephp.org/",
1056
            "keywords": [
1057
                "client",
1058
                "curl",
1059
                "framework",
1060
                "http",
1061
                "http client",
1062
                "rest",
1063
                "web service"
1064
            ],
1065
            "time": "2014-10-05 19:29:14"
1066
        },
1067
        {
1068
            "name": "guzzlehttp/streams",
1069
            "version": "2.1.0",
1070
            "source": {
1071
                "type": "git",
1072
                "url": "https://github.com/guzzle/streams.git",
1073
                "reference": "f91b721d73f0e561410903b3b3c90a5d0e40b534"
1074
            },
1075
            "dist": {
1076
                "type": "zip",
1077
                "url": "https://api.github.com/repos/guzzle/streams/zipball/f91b721d73f0e561410903b3b3c90a5d0e40b534",
1078
                "reference": "f91b721d73f0e561410903b3b3c90a5d0e40b534",
1079
                "shasum": ""
1080
            },
1081
            "require": {
1082
                "php": ">=5.4.0"
1083
            },
1084
            "require-dev": {
1085
                "phpunit/phpunit": "~4.0"
1086
            },
1087
            "type": "library",
1088
            "extra": {
1089
                "branch-alias": {
1090
                    "dev-master": "2.0-dev"
1091
                }
1092
            },
1093
            "autoload": {
1094
                "psr-4": {
1095
                    "GuzzleHttp\\Stream\\": "src/"
1096
                },
1097
                "files": [
1098
                    "src/functions.php"
1099
                ]
1100
            },
1101
            "notification-url": "https://packagist.org/downloads/",
1102
            "license": [
1103
                "MIT"
1104
            ],
1105
            "authors": [
1106
                {
1107
                    "name": "Michael Dowling",
1108
                    "email": "[email protected]",
1109
                    "homepage": "https://github.com/mtdowling"
1110
                }
1111
            ],
1112
            "description": "Provides a simple abstraction over streams of data (Guzzle 4+)",
1113
            "homepage": "http://guzzlephp.org/",
1114
            "keywords": [
1115
                "Guzzle",
1116
                "stream"
1117
            ],
1118
            "time": "2014-08-17 21:15:53"
1119
        },
1120
        {
1121
            "name": "hamcrest/hamcrest-php",
1122
            "version": "v1.2.2",
1123
            "source": {
1124
                "type": "git",
1125
                "url": "https://github.com/hamcrest/hamcrest-php.git",
1126
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
1127
            },
1128
            "dist": {
1129
                "type": "zip",
1130
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
1131
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
1132
                "shasum": ""
1133
            },
1134
            "require": {
1135
                "php": ">=5.3.2"
1136
            },
1137
            "replace": {
1138
                "cordoval/hamcrest-php": "*",
1139
                "davedevelopment/hamcrest-php": "*",
1140
                "kodova/hamcrest-php": "*"
1141
            },
1142
            "require-dev": {
1143
                "phpunit/php-file-iterator": "1.3.3",
1144
                "satooshi/php-coveralls": "dev-master"
1145
            },
1146
            "type": "library",
1147
            "autoload": {
1148
                "classmap": [
1149
                    "hamcrest"
1150
                ],
1151
                "files": [
1152
                    "hamcrest/Hamcrest.php"
1153
                ]
1154
            },
1155
            "notification-url": "https://packagist.org/downloads/",
1156
            "license": [
1157
                "BSD"
1158
            ],
1159
            "description": "This is the PHP port of Hamcrest Matchers",
1160
            "keywords": [
1161
                "test"
1162
            ],
1163
            "time": "2015-05-11 14:41:42"
1164
        },
1165
        {
1166
            "name": "incenteev/composer-parameter-handler",
1167
            "version": "v2.1.2",
1168
            "source": {
1169
                "type": "git",
1170
                "url": "https://github.com/Incenteev/ParameterHandler.git",
1171
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
1172
            },
1173
            "dist": {
1174
                "type": "zip",
1175
                "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
1176
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
1177
                "shasum": ""
1178
            },
1179
            "require": {
1180
                "php": ">=5.3.3",
1181
                "symfony/yaml": "~2.3|~3.0"
1182
            },
1183
            "require-dev": {
1184
                "composer/composer": "1.0.*@dev",
1185
                "phpspec/prophecy-phpunit": "~1.0",
1186
                "symfony/filesystem": "~2.2"
1187
            },
1188
            "type": "library",
1189
            "extra": {
1190
                "branch-alias": {
1191
                    "dev-master": "2.1.x-dev"
1192
                }
1193
            },
1194
            "autoload": {
1195
                "psr-4": {
1196
                    "Incenteev\\ParameterHandler\\": ""
1197
                }
1198
            },
1199
            "notification-url": "https://packagist.org/downloads/",
1200
            "license": [
1201
                "MIT"
1202
            ],
1203
            "authors": [
1204
                {
1205
                    "name": "Christophe Coevoet",
1206
                    "email": "[email protected]"
1207
                }
1208
            ],
1209
            "description": "Composer script handling your ignored parameter file",
1210
            "homepage": "https://github.com/Incenteev/ParameterHandler",
1211
            "keywords": [
1212
                "parameters management"
1213
            ],
1214
            "time": "2015-11-10 17:04:01"
1215
        },
1216
        {
1217
            "name": "jdorn/sql-formatter",
1218
            "version": "v1.2.17",
1219
            "source": {
1220
                "type": "git",
1221
                "url": "https://github.com/jdorn/sql-formatter.git",
1222
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
1223
            },
1224
            "dist": {
1225
                "type": "zip",
1226
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
1227
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
1228
                "shasum": ""
1229
            },
1230
            "require": {
1231
                "php": ">=5.2.4"
1232
            },
1233
            "require-dev": {
1234
                "phpunit/phpunit": "3.7.*"
1235
            },
1236
            "type": "library",
1237
            "extra": {
1238
                "branch-alias": {
1239
                    "dev-master": "1.3.x-dev"
1240
                }
1241
            },
1242
            "autoload": {
1243
                "classmap": [
1244
                    "lib"
1245
                ]
1246
            },
1247
            "notification-url": "https://packagist.org/downloads/",
1248
            "license": [
1249
                "MIT"
1250
            ],
1251
            "authors": [
1252
                {
1253
                    "name": "Jeremy Dorn",
1254
                    "email": "[email protected]",
1255
                    "homepage": "http://jeremydorn.com/"
1256
                }
1257
            ],
1258
            "description": "a PHP SQL highlighting library",
1259
            "homepage": "https://github.com/jdorn/sql-formatter/",
1260
            "keywords": [
1261
                "highlight",
1262
                "sql"
1263
            ],
1264
            "time": "2014-01-12 16:20:24"
1265
        },
1266
        {
1267
            "name": "jms/aop-bundle",
1268
            "version": "1.1.0",
1269
            "target-dir": "JMS/AopBundle",
1270
            "source": {
1271
                "type": "git",
1272
                "url": "https://github.com/schmittjoh/JMSAopBundle.git",
1273
                "reference": "66287749c020b4c667c0ff4937b07e66c04bbe71"
1274
            },
1275
            "dist": {
1276
                "type": "zip",
1277
                "url": "https://api.github.com/repos/schmittjoh/JMSAopBundle/zipball/66287749c020b4c667c0ff4937b07e66c04bbe71",
1278
                "reference": "66287749c020b4c667c0ff4937b07e66c04bbe71",
1279
                "shasum": ""
1280
            },
1281
            "require": {
1282
                "jms/cg": "^1.1",
1283
                "symfony/framework-bundle": "2.*"
1284
            },
1285
            "type": "symfony-bundle",
1286
            "extra": {
1287
                "branch-alias": {
1288
                    "dev-master": "1.1.x-dev"
1289
                }
1290
            },
1291
            "autoload": {
1292
                "psr-0": {
1293
                    "JMS\\AopBundle": ""
1294
                }
1295
            },
1296
            "notification-url": "https://packagist.org/downloads/",
1297
            "license": [
1298
                "Apache-2.0"
1299
            ],
1300
            "authors": [
1301
                {
1302
                    "name": "Johannes M. Schmitt",
1303
                    "email": "[email protected]"
1304
                }
1305
            ],
1306
            "description": "Adds AOP capabilities to Symfony2",
1307
            "keywords": [
1308
                "annotations",
1309
                "aop"
1310
            ],
1311
            "time": "2015-09-13 09:02:33"
1312
        },
1313
        {
1314
            "name": "jms/cg",
1315
            "version": "1.1.0",
1316
            "source": {
1317
                "type": "git",
1318
                "url": "https://github.com/schmittjoh/cg-library.git",
1319
                "reference": "0af1113c7409b8636c5244bbae10b2e0ff792e9c"
1320
            },
1321
            "dist": {
1322
                "type": "zip",
1323
                "url": "https://api.github.com/repos/schmittjoh/cg-library/zipball/0af1113c7409b8636c5244bbae10b2e0ff792e9c",
1324
                "reference": "0af1113c7409b8636c5244bbae10b2e0ff792e9c",
1325
                "shasum": ""
1326
            },
1327
            "require": {
1328
                "php": ">=5.3.0"
1329
            },
1330
            "type": "library",
1331
            "extra": {
1332
                "branch-alias": {
1333
                    "dev-master": "1.1-dev"
1334
                }
1335
            },
1336
            "autoload": {
1337
                "psr-0": {
1338
                    "CG\\": "src/"
1339
                }
1340
            },
1341
            "notification-url": "https://packagist.org/downloads/",
1342
            "license": [
1343
                "Apache2"
1344
            ],
1345
            "authors": [
1346
                {
1347
                    "name": "Johannes M. Schmitt",
1348
                    "email": "[email protected]"
1349
                }
1350
            ],
1351
            "description": "Toolset for generating PHP code",
1352
            "keywords": [
1353
                "code generation"
1354
            ],
1355
            "time": "2015-09-13 08:54:43"
1356
        },
1357
        {
1358
            "name": "jms/di-extra-bundle",
1359
            "version": "1.4.0",
1360
            "target-dir": "JMS/DiExtraBundle",
1361
            "source": {
1362
                "type": "git",
1363
                "url": "https://github.com/schmittjoh/JMSDiExtraBundle.git",
1364
                "reference": "7fffdb6c96fb922a131af06d773e1e6c5301d070"
1365
            },
1366
            "dist": {
1367
                "type": "zip",
1368
                "url": "https://api.github.com/repos/schmittjoh/JMSDiExtraBundle/zipball/7fffdb6c96fb922a131af06d773e1e6c5301d070",
1369
                "reference": "7fffdb6c96fb922a131af06d773e1e6c5301d070",
1370
                "shasum": ""
1371
            },
1372
            "require": {
1373
                "jms/aop-bundle": ">=1.0.0,<1.2-dev",
1374
                "jms/metadata": "1.*",
1375
                "symfony/finder": "~2.1",
1376
                "symfony/framework-bundle": "~2.1",
1377
                "symfony/process": "~2.1"
1378
            },
1379
            "require-dev": {
1380
                "doctrine/doctrine-bundle": "*",
1381
                "doctrine/orm": "*",
1382
                "jms/security-extra-bundle": "1.*",
1383
                "phpcollection/phpcollection": ">=0.1,<0.3-dev",
1384
                "sensio/framework-extra-bundle": "*",
1385
                "symfony/browser-kit": "*",
1386
                "symfony/class-loader": "*",
1387
                "symfony/form": "*",
1388
                "symfony/security-bundle": "*",
1389
                "symfony/twig-bundle": "*",
1390
                "symfony/validator": "*",
1391
                "symfony/yaml": "*"
1392
            },
1393
            "type": "symfony-bundle",
1394
            "extra": {
1395
                "branch-alias": {
1396
                    "dev-master": "1.3-dev"
1397
                }
1398
            },
1399
            "autoload": {
1400
                "psr-0": {
1401
                    "JMS\\DiExtraBundle": ""
1402
                }
1403
            },
1404
            "notification-url": "https://packagist.org/downloads/",
1405
            "license": [
1406
                "Apache"
1407
            ],
1408
            "authors": [
1409
                {
1410
                    "name": "Johannes Schmitt",
1411
                    "email": "[email protected]",
1412
                    "homepage": "https://github.com/schmittjoh",
1413
                    "role": "Developer of wrapped JMSSerializerBundle"
1414
                }
1415
            ],
1416
            "description": "Allows to configure dependency injection using annotations",
1417
            "homepage": "http://jmsyst.com/bundles/JMSDiExtraBundle",
1418
            "keywords": [
1419
                "annotations",
1420
                "dependency injection"
1421
            ],
1422
            "time": "2013-06-08 13:13:40"
1423
        },
1424
        {
1425
            "name": "jms/metadata",
1426
            "version": "1.5.1",
1427
            "source": {
1428
                "type": "git",
1429
                "url": "https://github.com/schmittjoh/metadata.git",
1430
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
1431
            },
1432
            "dist": {
1433
                "type": "zip",
1434
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
1435
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
1436
                "shasum": ""
1437
            },
1438
            "require": {
1439
                "php": ">=5.3.0"
1440
            },
1441
            "require-dev": {
1442
                "doctrine/cache": "~1.0"
1443
            },
1444
            "type": "library",
1445
            "extra": {
1446
                "branch-alias": {
1447
                    "dev-master": "1.5.x-dev"
1448
                }
1449
            },
1450
            "autoload": {
1451
                "psr-0": {
1452
                    "Metadata\\": "src/"
1453
                }
1454
            },
1455
            "notification-url": "https://packagist.org/downloads/",
1456
            "license": [
1457
                "Apache"
1458
            ],
1459
            "authors": [
1460
                {
1461
                    "name": "Johannes Schmitt",
1462
                    "email": "[email protected]",
1463
                    "homepage": "https://github.com/schmittjoh",
1464
                    "role": "Developer of wrapped JMSSerializerBundle"
1465
                }
1466
            ],
1467
            "description": "Class/method/property metadata management in PHP",
1468
            "keywords": [
1469
                "annotations",
1470
                "metadata",
1471
                "xml",
1472
                "yaml"
1473
            ],
1474
            "time": "2014-07-12 07:13:19"
1475
        },
1476
        {
1477
            "name": "jms/translation-bundle",
1478
            "version": "1.1.0",
1479
            "target-dir": "JMS/TranslationBundle",
1480
            "source": {
1481
                "type": "git",
1482
                "url": "https://github.com/schmittjoh/JMSTranslationBundle.git",
1483
                "reference": "6f03035a38badaf8c48767c7664c3196df1eebdf"
1484
            },
1485
            "dist": {
1486
                "type": "zip",
1487
                "url": "https://api.github.com/repos/schmittjoh/JMSTranslationBundle/zipball/6f03035a38badaf8c48767c7664c3196df1eebdf",
1488
                "reference": "6f03035a38badaf8c48767c7664c3196df1eebdf",
1489
                "shasum": ""
1490
            },
1491
            "require": {
1492
                "nikic/php-parser": "0.9.1",
1493
                "symfony/console": "*",
1494
                "symfony/framework-bundle": "~2.1"
1495
            },
1496
            "conflict": {
1497
                "twig/twig": "1.10.2"
1498
            },
1499
            "require-dev": {
1500
                "jms/di-extra-bundle": ">=1.1",
1501
                "sensio/framework-extra-bundle": "*",
1502
                "symfony/browser-kit": "*",
1503
                "symfony/class-loader": "*",
1504
                "symfony/css-selector": "*",
1505
                "symfony/finder": "*",
1506
                "symfony/form": "*",
1507
                "symfony/process": "*",
1508
                "symfony/security": "*",
1509
                "symfony/twig-bundle": "*",
1510
                "symfony/validator": "*",
1511
                "symfony/yaml": "*"
1512
            },
1513
            "type": "symfony-bundle",
1514
            "extra": {
1515
                "branch-alias": {
1516
                    "dev-master": "1.1-dev"
1517
                }
1518
            },
1519
            "autoload": {
1520
                "psr-0": {
1521
                    "JMS\\TranslationBundle": ""
1522
                }
1523
            },
1524
            "notification-url": "https://packagist.org/downloads/",
1525
            "license": [
1526
                "Apache2"
1527
            ],
1528
            "authors": [
1529
                {
1530
                    "name": "Johannes Schmitt",
1531
                    "email": "[email protected]",
1532
                    "homepage": "https://github.com/schmittjoh",
1533
                    "role": "Developer of wrapped JMSSerializerBundle"
1534
                }
1535
            ],
1536
            "description": "Puts the Symfony2 Translation Component on steroids",
1537
            "homepage": "http://jmsyst.com/bundles/JMSTranslationBundle",
1538
            "keywords": [
1539
                "extract",
1540
                "extraction",
1541
                "i18n",
1542
                "interface",
1543
                "multilanguage",
1544
                "translation",
1545
                "ui",
1546
                "webinterface"
1547
            ],
1548
            "time": "2013-06-08 14:08:19"
1549
        },
1550
        {
1551
            "name": "kriswallsmith/assetic",
1552
            "version": "v1.3.2",
1553
            "source": {
1554
                "type": "git",
1555
                "url": "https://github.com/kriswallsmith/assetic.git",
1556
                "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5"
1557
            },
1558
            "dist": {
1559
                "type": "zip",
1560
                "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/9928f7c4ad98b234e3559d1049abd13387f86db5",
1561
                "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5",
1562
                "shasum": ""
1563
            },
1564
            "require": {
1565
                "php": ">=5.3.1",
1566
                "symfony/process": "~2.1|~3.0"
1567
            },
1568
            "conflict": {
1569
                "twig/twig": "<1.23"
1570
            },
1571
            "require-dev": {
1572
                "cssmin/cssmin": "3.0.1",
1573
                "joliclic/javascript-packer": "1.1",
1574
                "kamicane/packager": "1.0",
1575
                "leafo/lessphp": "^0.3.7",
1576
                "leafo/scssphp": "~0.1",
1577
                "mrclay/minify": "~2.2",
1578
                "patchwork/jsqueeze": "~1.0|~2.0",
1579
                "phpunit/phpunit": "~4.8",
1580
                "psr/log": "~1.0",
1581
                "ptachoire/cssembed": "~1.0",
1582
                "symfony/phpunit-bridge": "~2.7|~3.0",
1583
                "twig/twig": "~1.8|~2.0"
1584
            },
1585
            "suggest": {
1586
                "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
1587
                "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
1588
                "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
1589
                "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
1590
                "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
1591
                "twig/twig": "Assetic provides the integration with the Twig templating engine"
1592
            },
1593
            "type": "library",
1594
            "extra": {
1595
                "branch-alias": {
1596
                    "dev-master": "1.4-dev"
1597
                }
1598
            },
1599
            "autoload": {
1600
                "psr-0": {
1601
                    "Assetic": "src/"
1602
                },
1603
                "files": [
1604
                    "src/functions.php"
1605
                ]
1606
            },
1607
            "notification-url": "https://packagist.org/downloads/",
1608
            "license": [
1609
                "MIT"
1610
            ],
1611
            "authors": [
1612
                {
1613
                    "name": "Kris Wallsmith",
1614
                    "email": "[email protected]",
1615
                    "homepage": "http://kriswallsmith.net/"
1616
                }
1617
            ],
1618
            "description": "Asset Management for PHP",
1619
            "homepage": "https://github.com/kriswallsmith/assetic",
1620
            "keywords": [
1621
                "assets",
1622
                "compression",
1623
                "minification"
1624
            ],
1625
            "time": "2015-11-12 13:51:40"
1626
        },
1627
        {
1628
            "name": "mockery/mockery",
1629
            "version": "0.9.4",
1630
            "source": {
1631
                "type": "git",
1632
                "url": "https://github.com/padraic/mockery.git",
1633
                "reference": "70bba85e4aabc9449626651f48b9018ede04f86b"
1634
            },
1635
            "dist": {
1636
                "type": "zip",
1637
                "url": "https://api.github.com/repos/padraic/mockery/zipball/70bba85e4aabc9449626651f48b9018ede04f86b",
1638
                "reference": "70bba85e4aabc9449626651f48b9018ede04f86b",
1639
                "shasum": ""
1640
            },
1641
            "require": {
1642
                "hamcrest/hamcrest-php": "~1.1",
1643
                "lib-pcre": ">=7.0",
1644
                "php": ">=5.3.2"
1645
            },
1646
            "require-dev": {
1647
                "phpunit/phpunit": "~4.0"
1648
            },
1649
            "type": "library",
1650
            "extra": {
1651
                "branch-alias": {
1652
                    "dev-master": "0.9.x-dev"
1653
                }
1654
            },
1655
            "autoload": {
1656
                "psr-0": {
1657
                    "Mockery": "library/"
1658
                }
1659
            },
1660
            "notification-url": "https://packagist.org/downloads/",
1661
            "license": [
1662
                "BSD-3-Clause"
1663
            ],
1664
            "authors": [
1665
                {
1666
                    "name": "Pádraic Brady",
1667
                    "email": "[email protected]",
1668
                    "homepage": "http://blog.astrumfutura.com"
1669
                },
1670
                {
1671
                    "name": "Dave Marshall",
1672
                    "email": "[email protected]",
1673
                    "homepage": "http://davedevelopment.co.uk"
1674
                }
1675
            ],
1676
            "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.",
1677
            "homepage": "http://github.com/padraic/mockery",
1678
            "keywords": [
1679
                "BDD",
1680
                "TDD",
1681
                "library",
1682
                "mock",
1683
                "mock objects",
1684
                "mockery",
1685
                "stub",
1686
                "test",
1687
                "test double",
1688
                "testing"
1689
            ],
1690
            "time": "2015-04-02 19:54:00"
1691
        },
1692
        {
1693
            "name": "monolog/monolog",
1694
            "version": "1.17.2",
1695
            "source": {
1696
                "type": "git",
1697
                "url": "https://github.com/Seldaek/monolog.git",
1698
                "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24"
1699
            },
1700
            "dist": {
1701
                "type": "zip",
1702
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
1703
                "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
1704
                "shasum": ""
1705
            },
1706
            "require": {
1707
                "php": ">=5.3.0",
1708
                "psr/log": "~1.0"
1709
            },
1710
            "provide": {
1711
                "psr/log-implementation": "1.0.0"
1712
            },
1713
            "require-dev": {
1714
                "aws/aws-sdk-php": "^2.4.9",
1715
                "doctrine/couchdb": "~1.0@dev",
1716
                "graylog2/gelf-php": "~1.0",
1717
                "jakub-onderka/php-parallel-lint": "0.9",
1718
                "php-console/php-console": "^3.1.3",
1719
                "phpunit/phpunit": "~4.5",
1720
                "phpunit/phpunit-mock-objects": "2.3.0",
1721
                "raven/raven": "^0.13",
1722
                "ruflin/elastica": ">=0.90 <3.0",
1723
                "swiftmailer/swiftmailer": "~5.3",
1724
                "videlalvaro/php-amqplib": "~2.4"
1725
            },
1726
            "suggest": {
1727
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1728
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1729
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1730
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1731
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1732
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1733
                "raven/raven": "Allow sending log messages to a Sentry server",
1734
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1735
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1736
                "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
1737
            },
1738
            "type": "library",
1739
            "extra": {
1740
                "branch-alias": {
1741
                    "dev-master": "1.16.x-dev"
1742
                }
1743
            },
1744
            "autoload": {
1745
                "psr-4": {
1746
                    "Monolog\\": "src/Monolog"
1747
                }
1748
            },
1749
            "notification-url": "https://packagist.org/downloads/",
1750
            "license": [
1751
                "MIT"
1752
            ],
1753
            "authors": [
1754
                {
1755
                    "name": "Jordi Boggiano",
1756
                    "email": "[email protected]",
1757
                    "homepage": "http://seld.be"
1758
                }
1759
            ],
1760
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1761
            "homepage": "http://github.com/Seldaek/monolog",
1762
            "keywords": [
1763
                "log",
1764
                "logging",
1765
                "psr-3"
1766
            ],
1767
            "time": "2015-10-14 12:51:02"
1768
        },
1769
        {
1770
            "name": "mopa/bootstrap-bundle",
1771
            "version": "dev-master",
1772
            "target-dir": "Mopa/Bundle/BootstrapBundle",
1773
            "source": {
1774
                "type": "git",
1775
                "url": "https://github.com/phiamo/MopaBootstrapBundle.git",
1776
                "reference": "bb6da31867788111b1be005d7d5f3fc600927564"
1777
            },
1778
            "dist": {
1779
                "type": "zip",
1780
                "url": "https://api.github.com/repos/phiamo/MopaBootstrapBundle/zipball/4a8799b45f982272a5343da54f04d9d3cce8e9f8",
1781
                "reference": "bb6da31867788111b1be005d7d5f3fc600927564",
1782
                "shasum": ""
1783
            },
1784
            "require": {
1785
                "mopa/composer-bridge": "~1.3",
1786
                "symfony/console": "~2.3|~3.0",
1787
                "symfony/form": "~2.3|~3.0",
1788
                "symfony/framework-bundle": "~2.3|~3.0",
1789
                "symfony/twig-bundle": "~2.3|~3.0",
1790
                "twig/twig": "^1.14.2"
1791
            },
1792
            "conflict": {
1793
                "symfony/twig-bridge": "<2.3"
1794
            },
1795
            "require-dev": {
1796
                "phpunit/phpunit": "~4.6"
1797
            },
1798
            "suggest": {
1799
                "craue/formflow-bundle": "~2.0",
1800
                "knplabs/knp-menu-bundle": "~2.0@dev",
1801
                "knplabs/knp-paginator-bundle": "~2.3",
1802
                "mopa/bootstrap-sandbox-bundle": "~2.3",
1803
                "twbs/bootstrap": ">2.0,<4.0-dev",
1804
                "twbs/bootstrap-sass": "v3.1.1"
1805
            },
1806
            "type": "symfony-bundle",
1807
            "extra": {
1808
                "branch-alias": {
1809
                    "dev-master": "3.x-dev"
1810
                }
1811
            },
1812
            "autoload": {
1813
                "psr-0": {
1814
                    "Mopa\\Bundle\\BootstrapBundle\\": ""
1815
                }
1816
            },
1817
            "notification-url": "https://packagist.org/downloads/",
1818
            "license": [
1819
                "MIT"
1820
            ],
1821
            "authors": [
1822
                {
1823
                    "name": "Community contributions",
1824
                    "homepage": "https://github.com/phiamo/MopaBootstrapBundle/contributors"
1825
                },
1826
                {
1827
                    "name": "Philipp A. Mohrenweiser",
1828
                    "email": "[email protected]"
1829
                }
1830
            ],
1831
            "description": "Easy integration of twitters bootstrap into symfony2",
1832
            "keywords": [
1833
                "bootstrap",
1834
                "bootstrap form",
1835
                "extra form",
1836
                "form",
1837
                "template"
1838
            ],
1839
            "time": "2015-12-04 16:05:24"
1840
        },
1841
        {
1842
            "name": "mopa/composer-bridge",
1843
            "version": "dev-master",
1844
            "source": {
1845
                "type": "git",
1846
                "url": "https://github.com/phiamo/MopaComposerBridge.git",
1847
                "reference": "58661a5c588ce9c3eff7d36c4030f6caa4de1ae2"
1848
            },
1849
            "dist": {
1850
                "type": "zip",
1851
                "url": "https://api.github.com/repos/phiamo/MopaComposerBridge/zipball/58661a5c588ce9c3eff7d36c4030f6caa4de1ae2",
1852
                "reference": "58661a5c588ce9c3eff7d36c4030f6caa4de1ae2",
1853
                "shasum": ""
1854
            },
1855
            "require": {
1856
                "symfony/class-loader": ">=2.0.0",
1857
                "symfony/console": ">=2.0.0"
1858
            },
1859
            "type": "symfony-bridge",
1860
            "extra": {
1861
                "branch-alias": {
1862
                    "dev-master": "1.3.x-dev"
1863
                }
1864
            },
1865
            "autoload": {
1866
                "psr-0": {
1867
                    "Mopa\\Bridge\\Composer": "src/"
1868
                }
1869
            },
1870
            "notification-url": "https://packagist.org/downloads/",
1871
            "license": [
1872
                "MIT"
1873
            ],
1874
            "authors": [
1875
                {
1876
                    "name": "Community contributions",
1877
                    "homepage": "https://github.com/phiamo/MopaComposerBridge/contributors"
1878
                },
1879
                {
1880
                    "name": "Philipp A. Mohrenweiser",
1881
                    "email": "[email protected]"
1882
                }
1883
            ],
1884
            "description": "Symfony2 Composer Bridge",
1885
            "homepage": "http://bootstrap.mohrenweiserpartner.de",
1886
            "keywords": [
1887
                "Symfony2",
1888
                "composer"
1889
            ],
1890
            "time": "2015-10-01 19:20:19"
1891
        },
1892
        {
1893
            "name": "nelmio/security-bundle",
1894
            "version": "1.8.0",
1895
            "source": {
1896
                "type": "git",
1897
                "url": "https://github.com/nelmio/NelmioSecurityBundle.git",
1898
                "reference": "b45f81f90d95b7c994db675930e9b1623b66ed03"
1899
            },
1900
            "dist": {
1901
                "type": "zip",
1902
                "url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/b45f81f90d95b7c994db675930e9b1623b66ed03",
1903
                "reference": "b45f81f90d95b7c994db675930e9b1623b66ed03",
1904
                "shasum": ""
1905
            },
1906
            "require": {
1907
                "symfony/framework-bundle": "~2.3",
1908
                "symfony/security": "~2.3"
1909
            },
1910
            "type": "symfony-bundle",
1911
            "extra": {
1912
                "branch-alias": {
1913
                    "dev-master": "1.8.x-dev"
1914
                }
1915
            },
1916
            "autoload": {
1917
                "psr-4": {
1918
                    "Nelmio\\SecurityBundle\\": ""
1919
                }
1920
            },
1921
            "notification-url": "https://packagist.org/downloads/",
1922
            "license": [
1923
                "MIT"
1924
            ],
1925
            "authors": [
1926
                {
1927
                    "name": "Nelmio",
1928
                    "homepage": "http://nelm.io"
1929
                },
1930
                {
1931
                    "name": "Symfony Community",
1932
                    "homepage": "https://github.com/nelmio/NelmioSecurityBundle/contributors"
1933
                }
1934
            ],
1935
            "description": "Extra security-related features for Symfony2: signed/encrypted cookies, HTTPS/SSL/HSTS handling, cookie session storage, ...",
1936
            "keywords": [
1937
                "security"
1938
            ],
1939
            "time": "2015-09-12 20:40:16"
1940
        },
1941
        {
1942
            "name": "nikic/php-parser",
1943
            "version": "v0.9.1",
1944
            "source": {
1945
                "type": "git",
1946
                "url": "https://github.com/nikic/PHP-Parser.git",
1947
                "reference": "b1cc9ce676b4350b23d0fafc8244d08eee2fe287"
1948
            },
1949
            "dist": {
1950
                "type": "zip",
1951
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/b1cc9ce676b4350b23d0fafc8244d08eee2fe287",
1952
                "reference": "b1cc9ce676b4350b23d0fafc8244d08eee2fe287",
1953
                "shasum": ""
1954
            },
1955
            "require": {
1956
                "php": ">=5.2"
1957
            },
1958
            "type": "library",
1959
            "autoload": {
1960
                "psr-0": {
1961
                    "PHPParser": "lib/"
1962
                }
1963
            },
1964
            "notification-url": "https://packagist.org/downloads/",
1965
            "license": [
1966
                "BSD"
1967
            ],
1968
            "authors": [
1969
                {
1970
                    "name": "Nikita Popov"
1971
                }
1972
            ],
1973
            "description": "A PHP parser written in PHP",
1974
            "keywords": [
1975
                "parser",
1976
                "php"
1977
            ],
1978
            "time": "2012-04-23 22:52:11"
1979
        },
1980
        {
1981
            "name": "psr/log",
1982
            "version": "1.0.0",
1983
            "source": {
1984
                "type": "git",
1985
                "url": "https://github.com/php-fig/log.git",
1986
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
1987
            },
1988
            "dist": {
1989
                "type": "zip",
1990
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
1991
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
1992
                "shasum": ""
1993
            },
1994
            "type": "library",
1995
            "autoload": {
1996
                "psr-0": {
1997
                    "Psr\\Log\\": ""
1998
                }
1999
            },
2000
            "notification-url": "https://packagist.org/downloads/",
2001
            "license": [
2002
                "MIT"
2003
            ],
2004
            "authors": [
2005
                {
2006
                    "name": "PHP-FIG",
2007
                    "homepage": "http://www.php-fig.org/"
2008
                }
2009
            ],
2010
            "description": "Common interface for logging libraries",
2011
            "keywords": [
2012
                "log",
2013
                "psr",
2014
                "psr-3"
2015
            ],
2016
            "time": "2012-12-21 11:40:51"
2017
        },
2018
        {
2019
            "name": "robrichards/xmlseclibs",
2020
            "version": "1.4.1",
2021
            "source": {
2022
                "type": "git",
2023
                "url": "https://github.com/robrichards/xmlseclibs.git",
2024
                "reference": "465f18a8e1196c279b1298a3b08bcbee71ea4e4e"
2025
            },
2026
            "dist": {
2027
                "type": "zip",
2028
                "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/465f18a8e1196c279b1298a3b08bcbee71ea4e4e",
2029
                "reference": "465f18a8e1196c279b1298a3b08bcbee71ea4e4e",
2030
                "shasum": ""
2031
            },
2032
            "require": {
2033
                "php": ">= 5.2"
2034
            },
2035
            "suggest": {
2036
                "ext/mcrypt": "MCrypt extension",
2037
                "ext/openssl": "OpenSSL extension"
2038
            },
2039
            "type": "library",
2040
            "autoload": {
2041
                "classmap": [
2042
                    "src/"
2043
                ]
2044
            },
2045
            "notification-url": "https://packagist.org/downloads/",
2046
            "license": [
2047
                "BSD-3-Clause"
2048
            ],
2049
            "description": "A PHP library for XML Security",
2050
            "homepage": "https://github.com/robrichards/xmlseclibs",
2051
            "keywords": [
2052
                "security",
2053
                "signature",
2054
                "xml",
2055
                "xmldsig"
2056
            ],
2057
            "time": "2015-07-31 12:22:14"
2058
        },
2059
        {
2060
            "name": "sensio/distribution-bundle",
2061
            "version": "v3.0.30",
2062
            "target-dir": "Sensio/Bundle/DistributionBundle",
2063
            "source": {
2064
                "type": "git",
2065
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
2066
                "reference": "f1758b30096202aeede61f79a1dffd69da091517"
2067
            },
2068
            "dist": {
2069
                "type": "zip",
2070
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/f1758b30096202aeede61f79a1dffd69da091517",
2071
                "reference": "f1758b30096202aeede61f79a1dffd69da091517",
2072
                "shasum": ""
2073
            },
2074
            "require": {
2075
                "php": ">=5.3.3",
2076
                "sensiolabs/security-checker": "~2.0",
2077
                "symfony/class-loader": "~2.2",
2078
                "symfony/framework-bundle": "~2.3",
2079
                "symfony/process": "~2.2"
2080
            },
2081
            "require-dev": {
2082
                "symfony/form": "~2.2",
2083
                "symfony/validator": "~2.2",
2084
                "symfony/yaml": "~2.2"
2085
            },
2086
            "suggest": {
2087
                "symfony/form": "If you want to use the configurator",
2088
                "symfony/validator": "If you want to use the configurator",
2089
                "symfony/yaml": "If you want to use  the configurator"
2090
            },
2091
            "type": "symfony-bundle",
2092
            "extra": {
2093
                "branch-alias": {
2094
                    "dev-master": "3.0.x-dev"
2095
                }
2096
            },
2097
            "autoload": {
2098
                "psr-0": {
2099
                    "Sensio\\Bundle\\DistributionBundle": ""
2100
                }
2101
            },
2102
            "notification-url": "https://packagist.org/downloads/",
2103
            "license": [
2104
                "MIT"
2105
            ],
2106
            "authors": [
2107
                {
2108
                    "name": "Fabien Potencier",
2109
                    "email": "[email protected]"
2110
                }
2111
            ],
2112
            "description": "Base bundle for Symfony Distributions",
2113
            "keywords": [
2114
                "configuration",
2115
                "distribution"
2116
            ],
2117
            "time": "2015-06-05 22:32:22"
2118
        },
2119
        {
2120
            "name": "sensio/framework-extra-bundle",
2121
            "version": "v3.0.11",
2122
            "source": {
2123
                "type": "git",
2124
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
2125
                "reference": "a79e205737b58d557c05caef6dfa8f94d8084bca"
2126
            },
2127
            "dist": {
2128
                "type": "zip",
2129
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/a79e205737b58d557c05caef6dfa8f94d8084bca",
2130
                "reference": "a79e205737b58d557c05caef6dfa8f94d8084bca",
2131
                "shasum": ""
2132
            },
2133
            "require": {
2134
                "doctrine/common": "~2.2",
2135
                "symfony/framework-bundle": "~2.3|~3.0"
2136
            },
2137
            "require-dev": {
2138
                "symfony/expression-language": "~2.4|~3.0",
2139
                "symfony/security-bundle": "~2.4|~3.0"
2140
            },
2141
            "suggest": {
2142
                "symfony/expression-language": "",
2143
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
2144
                "symfony/security-bundle": ""
2145
            },
2146
            "type": "symfony-bundle",
2147
            "extra": {
2148
                "branch-alias": {
2149
                    "dev-master": "3.0.x-dev"
2150
                }
2151
            },
2152
            "autoload": {
2153
                "psr-4": {
2154
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
2155
                }
2156
            },
2157
            "notification-url": "https://packagist.org/downloads/",
2158
            "license": [
2159
                "MIT"
2160
            ],
2161
            "authors": [
2162
                {
2163
                    "name": "Fabien Potencier",
2164
                    "email": "[email protected]"
2165
                }
2166
            ],
2167
            "description": "This bundle provides a way to configure your controllers with annotations",
2168
            "keywords": [
2169
                "annotations",
2170
                "controllers"
2171
            ],
2172
            "time": "2015-10-28 15:47:04"
2173
        },
2174
        {
2175
            "name": "sensiolabs/security-checker",
2176
            "version": "v2.0.5",
2177
            "source": {
2178
                "type": "git",
2179
                "url": "https://github.com/sensiolabs/security-checker.git",
2180
                "reference": "2c2a71f1c77d9765c12638c4724d9ca23658a810"
2181
            },
2182
            "dist": {
2183
                "type": "zip",
2184
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/2c2a71f1c77d9765c12638c4724d9ca23658a810",
2185
                "reference": "2c2a71f1c77d9765c12638c4724d9ca23658a810",
2186
                "shasum": ""
2187
            },
2188
            "require": {
2189
                "ext-curl": "*",
2190
                "symfony/console": "~2.0"
2191
            },
2192
            "bin": [
2193
                "security-checker"
2194
            ],
2195
            "type": "library",
2196
            "extra": {
2197
                "branch-alias": {
2198
                    "dev-master": "2.0-dev"
2199
                }
2200
            },
2201
            "autoload": {
2202
                "psr-0": {
2203
                    "SensioLabs\\Security": ""
2204
                }
2205
            },
2206
            "notification-url": "https://packagist.org/downloads/",
2207
            "license": [
2208
                "MIT"
2209
            ],
2210
            "authors": [
2211
                {
2212
                    "name": "Fabien Potencier",
2213
                    "email": "[email protected]"
2214
                }
2215
            ],
2216
            "description": "A security checker for your composer.lock",
2217
            "time": "2015-05-28 14:22:40"
2218
        },
2219
        {
2220
            "name": "simplesamlphp/saml2",
2221
            "version": "v1.8",
2222
            "source": {
2223
                "type": "git",
2224
                "url": "https://github.com/simplesamlphp/saml2.git",
2225
                "reference": "11891064b8a2d1a483925cade7a9277f36b6055e"
2226
            },
2227
            "dist": {
2228
                "type": "zip",
2229
                "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/11891064b8a2d1a483925cade7a9277f36b6055e",
2230
                "reference": "11891064b8a2d1a483925cade7a9277f36b6055e",
2231
                "shasum": ""
2232
            },
2233
            "require": {
2234
                "ext-dom": "*",
2235
                "ext-openssl": "*",
2236
                "php": ">=5.3.3",
2237
                "psr/log": "~1.0",
2238
                "robrichards/xmlseclibs": "^1.3"
2239
            },
2240
            "require-dev": {
2241
                "mockery/mockery": "~0.9",
2242
                "phpmd/phpmd": "~1.5",
2243
                "phpunit/phpunit": "~3.7",
2244
                "satooshi/php-coveralls": "~0.6.1",
2245
                "sebastian/phpcpd": "~1.4",
2246
                "sensiolabs/security-checker": "~1.1",
2247
                "squizlabs/php_codesniffer": "~1.4"
2248
            },
2249
            "type": "library",
2250
            "autoload": {
2251
                "psr-0": {
2252
                    "SAML2_": "src/"
2253
                }
2254
            },
2255
            "notification-url": "https://packagist.org/downloads/",
2256
            "license": [
2257
                "LGPL-2.1"
2258
            ],
2259
            "authors": [
2260
                {
2261
                    "name": "Andreas Åkre Solberg",
2262
                    "email": "[email protected]"
2263
                }
2264
            ],
2265
            "description": "SAML2 PHP library from SimpleSAMLphp",
2266
            "time": "2016-01-27 14:23:34"
2267
        },
2268
        {
2269
            "name": "surfnet/messagebird-api-client-bundle",
2270
            "version": "dev-develop",
2271
            "source": {
2272
                "type": "git",
2273
                "url": "https://github.com/SURFnet/messagebird-api-client-bundle.git",
2274
                "reference": "bd694f69c76e53d8b94c4c609328a0144c625744"
2275
            },
2276
            "dist": {
2277
                "type": "zip",
2278
                "url": "https://api.github.com/repos/SURFnet/messagebird-api-client-bundle/zipball/bd694f69c76e53d8b94c4c609328a0144c625744",
2279
                "reference": "bd694f69c76e53d8b94c4c609328a0144c625744",
2280
                "shasum": ""
2281
            },
2282
            "require": {
2283
                "guzzlehttp/guzzle": "~4.0",
2284
                "php": ">=5.4,<8.0-dev",
2285
                "symfony/config": "^2.7",
2286
                "symfony/dependency-injection": "^2.7",
2287
                "symfony/http-kernel": "^2.7"
2288
            },
2289
            "require-dev": {
2290
                "ibuildings/qa-tools": "~1.1",
2291
                "liip/rmt": "1.1.*",
2292
                "matthiasnoback/symfony-config-test": "0.*",
2293
                "mockery/mockery": "0.9.*"
2294
            },
2295
            "type": "library",
2296
            "autoload": {
2297
                "psr-0": {
2298
                    "Surfnet\\MessageBirdApiClient\\": "src",
2299
                    "Surfnet\\MessageBirdApiClientBundle\\": "src"
2300
                }
2301
            },
2302
            "notification-url": "https://packagist.org/downloads/",
2303
            "license": [
2304
                "Apache-2.0"
2305
            ],
2306
            "description": "A Symfony2 bundle to integrate MessageBird's messaging service.",
2307
            "keywords": [
2308
                "messagebird",
2309
                "sms",
2310
                "surfnet"
2311
            ],
2312
            "time": "2015-08-26 09:48:42"
2313
        },
2314
        {
2315
            "name": "surfnet/stepup-bundle",
2316
            "version": "dev-develop",
2317
            "source": {
2318
                "type": "git",
2319
                "url": "https://github.com/SURFnet/Stepup-bundle.git",
2320
                "reference": "1e15e4adf96144f470ec7660b02c2faf2b5cc9d0"
2321
            },
2322
            "dist": {
2323
                "type": "zip",
2324
                "url": "https://api.github.com/repos/SURFnet/Stepup-bundle/zipball/1e15e4adf96144f470ec7660b02c2faf2b5cc9d0",
2325
                "reference": "1e15e4adf96144f470ec7660b02c2faf2b5cc9d0",
2326
                "shasum": ""
2327
            },
2328
            "require": {
2329
                "ext-gmp": "*",
2330
                "ext-openssl": "*",
2331
                "graylog2/gelf-php": "~1.1",
2332
                "guzzlehttp/guzzle": "~4",
2333
                "monolog/monolog": "~1.11",
2334
                "php": ">=5.4,<8.0-dev",
2335
                "sensio/framework-extra-bundle": "~3",
2336
                "symfony/config": "^2.7",
2337
                "symfony/dependency-injection": "^2.7",
2338
                "symfony/form": "^2.7",
2339
                "symfony/framework-bundle": "^2.7",
2340
                "symfony/http-kernel": "^2.7",
2341
                "symfony/twig-bridge": "^2.7",
2342
                "symfony/validator": "^2.7"
2343
            },
2344
            "require-dev": {
2345
                "ibuildings/qa-tools": "~1.1",
2346
                "liip/rmt": "1.1.*",
2347
                "mockery/mockery": "0.9.*"
2348
            },
2349
            "type": "library",
2350
            "autoload": {
2351
                "psr-4": {
2352
                    "Surfnet\\StepupBundle\\": "src"
2353
                }
2354
            },
2355
            "notification-url": "https://packagist.org/downloads/",
2356
            "license": [
2357
                "Apache-2.0"
2358
            ],
2359
            "description": "A Symfony2 bundle that holds shared code and framework integration for all Step-up applications.",
2360
            "keywords": [
2361
                "stepup",
2362
                "suaas",
2363
                "surfnet"
2364
            ],
2365
            "time": "2015-09-09 09:07:14"
2366
        },
2367
        {
2368
            "name": "surfnet/stepup-saml-bundle",
2369
            "version": "2.1.0",
2370
            "source": {
2371
                "type": "git",
2372
                "url": "https://github.com/SURFnet/Stepup-saml-bundle.git",
2373
                "reference": "2df7f8814895f19e21f0787b4a1b1444d0efdeb2"
2374
            },
2375
            "dist": {
2376
                "type": "zip",
2377
                "url": "https://api.github.com/repos/SURFnet/Stepup-saml-bundle/zipball/2df7f8814895f19e21f0787b4a1b1444d0efdeb2",
2378
                "reference": "2df7f8814895f19e21f0787b4a1b1444d0efdeb2",
2379
                "shasum": ""
2380
            },
2381
            "require": {
2382
                "ext-openssl": "*",
2383
                "php": ">=5.4,<8.0-dev",
2384
                "robrichards/xmlseclibs": "^1.4.0",
2385
                "simplesamlphp/saml2": "^1.8",
2386
                "symfony/dependency-injection": "^2.7",
2387
                "symfony/framework-bundle": "^2.7"
2388
            },
2389
            "require-dev": {
2390
                "ibuildings/qa-tools": "~1.1",
2391
                "liip/rmt": "~1.1",
2392
                "mockery/mockery": "~0.9",
2393
                "psr/log": "~1.0"
2394
            },
2395
            "type": "symfony-bundle",
2396
            "autoload": {
2397
                "psr-4": {
2398
                    "Surfnet\\SamlBundle\\": "src"
2399
                }
2400
            },
2401
            "notification-url": "https://packagist.org/downloads/",
2402
            "license": [
2403
                "Apache-2.0"
2404
            ],
2405
            "description": "A Symfony2 bundle that integrates the simplesamlphp\\saml2 library with Symfony",
2406
            "keywords": [
2407
                "SAML2",
2408
                "saml",
2409
                "simplesamlphp",
2410
                "stepup",
2411
                "surfnet"
2412
            ],
2413
            "time": "2016-01-27 15:45:18"
2414
        },
2415
        {
2416
            "name": "surfnet/stepup-u2f-bundle",
2417
            "version": "dev-develop",
2418
            "source": {
2419
                "type": "git",
2420
                "url": "https://github.com/SURFnet/Stepup-u2f-bundle.git",
2421
                "reference": "b28737d7b8df5ecbdf7a1e952ecfb530a2951c05"
2422
            },
2423
            "dist": {
2424
                "type": "zip",
2425
                "url": "https://api.github.com/repos/SURFnet/Stepup-u2f-bundle/zipball/b28737d7b8df5ecbdf7a1e952ecfb530a2951c05",
2426
                "reference": "b28737d7b8df5ecbdf7a1e952ecfb530a2951c05",
2427
                "shasum": ""
2428
            },
2429
            "require": {
2430
                "php": ">=5.4|^7",
2431
                "symfony/config": "^2.7",
2432
                "symfony/dependency-injection": "^2.7",
2433
                "symfony/form": "^2.7",
2434
                "symfony/http-kernel": "^2.7",
2435
                "symfony/validator": "^2.7",
2436
                "yubico/u2flib-server": "^0.1.0"
2437
            },
2438
            "require-dev": {
2439
                "ibuildings/qa-tools": "~1.1,>=1.1.27",
2440
                "liip/rmt": "1.1.*",
2441
                "matthiasnoback/symfony-config-test": "^1.2",
2442
                "mockery/mockery": "~0.9"
2443
            },
2444
            "type": "library",
2445
            "autoload": {
2446
                "psr-4": {
2447
                    "Surfnet\\StepupU2fBundle\\": "src"
2448
                }
2449
            },
2450
            "notification-url": "https://packagist.org/downloads/",
2451
            "license": [
2452
                "Apache-2.0"
2453
            ],
2454
            "description": "The SURFnet Step-up U2F bundle contains server-side device verification, and the necessary forms and resources to enable client-side U2F interaction with Step-up Identities",
2455
            "time": "2015-09-17 15:02:04"
2456
        },
2457
        {
2458
            "name": "surfnet/yubikey-api-client-bundle",
2459
            "version": "dev-develop",
2460
            "source": {
2461
                "type": "git",
2462
                "url": "https://github.com/SURFnet/yubikey-api-client-bundle.git",
2463
                "reference": "0e924675e560354fc0898c2a0921f6a2d4776826"
2464
            },
2465
            "dist": {
2466
                "type": "zip",
2467
                "url": "https://api.github.com/repos/SURFnet/yubikey-api-client-bundle/zipball/fab1d49d170d3f979160df9d5353f76885486689",
2468
                "reference": "0e924675e560354fc0898c2a0921f6a2d4776826",
2469
                "shasum": ""
2470
            },
2471
            "require": {
2472
                "guzzlehttp/guzzle": "~4.0",
2473
                "php": ">=5.4,<8.0-dev",
2474
                "symfony/config": "^2.7",
2475
                "symfony/dependency-injection": "^2.7",
2476
                "symfony/http-kernel": "^2.7"
2477
            },
2478
            "require-dev": {
2479
                "ibuildings/qa-tools": "~1.1",
2480
                "liip/rmt": "1.1.*",
2481
                "matthiasnoback/symfony-config-test": "0.*",
2482
                "mockery/mockery": "0.9.*"
2483
            },
2484
            "type": "library",
2485
            "autoload": {
2486
                "psr-0": {
2487
                    "Surfnet\\YubikeyApiClient\\": "src",
2488
                    "Surfnet\\YubikeyApiClientBundle\\": "src"
2489
                }
2490
            },
2491
            "notification-url": "https://packagist.org/downloads/",
2492
            "license": [
2493
                "Apache-2.0"
2494
            ],
2495
            "description": "A Symfony2 bundle to integrate Yubikey OTP validation service.",
2496
            "keywords": [
2497
                "surfnet",
2498
                "yubico",
2499
                "yubikey"
2500
            ],
2501
            "time": "2015-08-26 09:53:36"
2502
        },
2503
        {
2504
            "name": "swiftmailer/swiftmailer",
2505
            "version": "v5.4.1",
2506
            "source": {
2507
                "type": "git",
2508
                "url": "https://github.com/swiftmailer/swiftmailer.git",
2509
                "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421"
2510
            },
2511
            "dist": {
2512
                "type": "zip",
2513
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/0697e6aa65c83edf97bb0f23d8763f94e3f11421",
2514
                "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421",
2515
                "shasum": ""
2516
            },
2517
            "require": {
2518
                "php": ">=5.3.3"
2519
            },
2520
            "require-dev": {
2521
                "mockery/mockery": "~0.9.1,<0.9.4"
2522
            },
2523
            "type": "library",
2524
            "extra": {
2525
                "branch-alias": {
2526
                    "dev-master": "5.4-dev"
2527
                }
2528
            },
2529
            "autoload": {
2530
                "files": [
2531
                    "lib/swift_required.php"
2532
                ]
2533
            },
2534
            "notification-url": "https://packagist.org/downloads/",
2535
            "license": [
2536
                "MIT"
2537
            ],
2538
            "authors": [
2539
                {
2540
                    "name": "Chris Corbyn"
2541
                },
2542
                {
2543
                    "name": "Fabien Potencier",
2544
                    "email": "[email protected]"
2545
                }
2546
            ],
2547
            "description": "Swiftmailer, free feature-rich PHP mailer",
2548
            "homepage": "http://swiftmailer.org",
2549
            "keywords": [
2550
                "email",
2551
                "mail",
2552
                "mailer"
2553
            ],
2554
            "time": "2015-06-06 14:19:39"
2555
        },
2556
        {
2557
            "name": "symfony/assetic-bundle",
2558
            "version": "v2.7.1",
2559
            "source": {
2560
                "type": "git",
2561
                "url": "https://github.com/symfony/assetic-bundle.git",
2562
                "reference": "d885ec8451d5a7b077bda81bb19ac9fbff9cdc76"
2563
            },
2564
            "dist": {
2565
                "type": "zip",
2566
                "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/d885ec8451d5a7b077bda81bb19ac9fbff9cdc76",
2567
                "reference": "d885ec8451d5a7b077bda81bb19ac9fbff9cdc76",
2568
                "shasum": ""
2569
            },
2570
            "require": {
2571
                "kriswallsmith/assetic": "~1.3",
2572
                "php": ">=5.3.0",
2573
                "symfony/console": "~2.3|~3.0",
2574
                "symfony/dependency-injection": "~2.3|~3.0",
2575
                "symfony/framework-bundle": "~2.3|~3.0",
2576
                "symfony/yaml": "~2.3|~3.0"
2577
            },
2578
            "conflict": {
2579
                "kriswallsmith/spork": "<=0.2",
2580
                "twig/twig": "<1.20"
2581
            },
2582
            "require-dev": {
2583
                "kriswallsmith/spork": "~0.3",
2584
                "patchwork/jsqueeze": "~1.0",
2585
                "symfony/class-loader": "~2.3|~3.0",
2586
                "symfony/css-selector": "~2.3|~3.0",
2587
                "symfony/dom-crawler": "~2.3|~3.0",
2588
                "symfony/phpunit-bridge": "~2.7|~3.0",
2589
                "symfony/twig-bundle": "~2.3|~3.0"
2590
            },
2591
            "suggest": {
2592
                "kriswallsmith/spork": "to be able to dump assets in parallel",
2593
                "symfony/twig-bundle": "to use the Twig integration"
2594
            },
2595
            "type": "symfony-bundle",
2596
            "extra": {
2597
                "branch-alias": {
2598
                    "dev-master": "2.7-dev"
2599
                }
2600
            },
2601
            "autoload": {
2602
                "psr-4": {
2603
                    "Symfony\\Bundle\\AsseticBundle\\": ""
2604
                }
2605
            },
2606
            "notification-url": "https://packagist.org/downloads/",
2607
            "license": [
2608
                "MIT"
2609
            ],
2610
            "authors": [
2611
                {
2612
                    "name": "Kris Wallsmith",
2613
                    "email": "[email protected]",
2614
                    "homepage": "http://kriswallsmith.net/"
2615
                }
2616
            ],
2617
            "description": "Integrates Assetic into Symfony2",
2618
            "homepage": "https://github.com/symfony/AsseticBundle",
2619
            "keywords": [
2620
                "assets",
2621
                "compression",
2622
                "minification"
2623
            ],
2624
            "time": "2015-11-17 09:45:47"
2625
        },
2626
        {
2627
            "name": "symfony/monolog-bundle",
2628
            "version": "v2.8.2",
2629
            "source": {
2630
                "type": "git",
2631
                "url": "https://github.com/symfony/monolog-bundle.git",
2632
                "reference": "84785c4d44801c4dd82829fa2e1820cacfe2c46f"
2633
            },
2634
            "dist": {
2635
                "type": "zip",
2636
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/84785c4d44801c4dd82829fa2e1820cacfe2c46f",
2637
                "reference": "84785c4d44801c4dd82829fa2e1820cacfe2c46f",
2638
                "shasum": ""
2639
            },
2640
            "require": {
2641
                "monolog/monolog": "~1.8",
2642
                "php": ">=5.3.2",
2643
                "symfony/config": "~2.3|~3.0",
2644
                "symfony/dependency-injection": "~2.3|~3.0",
2645
                "symfony/http-kernel": "~2.3|~3.0",
2646
                "symfony/monolog-bridge": "~2.3|~3.0"
2647
            },
2648
            "require-dev": {
2649
                "symfony/console": "~2.3|~3.0",
2650
                "symfony/yaml": "~2.3|~3.0"
2651
            },
2652
            "type": "symfony-bundle",
2653
            "extra": {
2654
                "branch-alias": {
2655
                    "dev-master": "2.8.x-dev"
2656
                }
2657
            },
2658
            "autoload": {
2659
                "psr-4": {
2660
                    "Symfony\\Bundle\\MonologBundle\\": ""
2661
                }
2662
            },
2663
            "notification-url": "https://packagist.org/downloads/",
2664
            "license": [
2665
                "MIT"
2666
            ],
2667
            "authors": [
2668
                {
2669
                    "name": "Symfony Community",
2670
                    "homepage": "http://symfony.com/contributors"
2671
                },
2672
                {
2673
                    "name": "Fabien Potencier",
2674
                    "email": "[email protected]"
2675
                }
2676
            ],
2677
            "description": "Symfony MonologBundle",
2678
            "homepage": "http://symfony.com",
2679
            "keywords": [
2680
                "log",
2681
                "logging"
2682
            ],
2683
            "time": "2015-11-17 10:02:29"
2684
        },
2685
        {
2686
            "name": "symfony/swiftmailer-bundle",
2687
            "version": "v2.3.9",
2688
            "source": {
2689
                "type": "git",
2690
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
2691
                "reference": "3d21ada19f23631f558ad6df653b168e35362e78"
2692
            },
2693
            "dist": {
2694
                "type": "zip",
2695
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/3d21ada19f23631f558ad6df653b168e35362e78",
2696
                "reference": "3d21ada19f23631f558ad6df653b168e35362e78",
2697
                "shasum": ""
2698
            },
2699
            "require": {
2700
                "php": ">=5.3.2",
2701
                "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
2702
                "symfony/config": "~2.3|~3.0",
2703
                "symfony/dependency-injection": "~2.3|~3.0",
2704
                "symfony/http-kernel": "~2.3|~3.0",
2705
                "symfony/yaml": "~2.3|~3.0"
2706
            },
2707
            "require-dev": {
2708
                "symfony/phpunit-bridge": "~2.7|~3.0"
2709
            },
2710
            "suggest": {
2711
                "psr/log": "Allows logging"
2712
            },
2713
            "type": "symfony-bundle",
2714
            "extra": {
2715
                "branch-alias": {
2716
                    "dev-master": "2.3-dev"
2717
                }
2718
            },
2719
            "autoload": {
2720
                "psr-4": {
2721
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
2722
                }
2723
            },
2724
            "notification-url": "https://packagist.org/downloads/",
2725
            "license": [
2726
                "MIT"
2727
            ],
2728
            "authors": [
2729
                {
2730
                    "name": "Symfony Community",
2731
                    "homepage": "http://symfony.com/contributors"
2732
                },
2733
                {
2734
                    "name": "Fabien Potencier",
2735
                    "email": "[email protected]"
2736
                }
2737
            ],
2738
            "description": "Symfony SwiftmailerBundle",
2739
            "homepage": "http://symfony.com",
2740
            "time": "2015-11-28 10:59:29"
2741
        },
2742
        {
2743
            "name": "symfony/symfony",
0 ignored issues
show
There is a security advisory for your installed version of symfony/symfony:

CVE-2016-1902: SecureRandom's fallback not secure when OpenSSL fails
Loading history...
2744
            "version": "v2.7.7",
2745
            "source": {
2746
                "type": "git",
2747
                "url": "https://github.com/symfony/symfony.git",
2748
                "reference": "cc69dbd24b4b2e6de60b2414ef95da2794f459a2"
2749
            },
2750
            "dist": {
2751
                "type": "zip",
2752
                "url": "https://api.github.com/repos/symfony/symfony/zipball/cc69dbd24b4b2e6de60b2414ef95da2794f459a2",
2753
                "reference": "cc69dbd24b4b2e6de60b2414ef95da2794f459a2",
2754
                "shasum": ""
2755
            },
2756
            "require": {
2757
                "doctrine/common": "~2.4",
2758
                "php": ">=5.3.9",
2759
                "psr/log": "~1.0",
2760
                "twig/twig": "~1.23|~2.0"
2761
            },
2762
            "replace": {
2763
                "symfony/asset": "self.version",
2764
                "symfony/browser-kit": "self.version",
2765
                "symfony/class-loader": "self.version",
2766
                "symfony/config": "self.version",
2767
                "symfony/console": "self.version",
2768
                "symfony/css-selector": "self.version",
2769
                "symfony/debug": "self.version",
2770
                "symfony/debug-bundle": "self.version",
2771
                "symfony/dependency-injection": "self.version",
2772
                "symfony/doctrine-bridge": "self.version",
2773
                "symfony/dom-crawler": "self.version",
2774
                "symfony/event-dispatcher": "self.version",
2775
                "symfony/expression-language": "self.version",
2776
                "symfony/filesystem": "self.version",
2777
                "symfony/finder": "self.version",
2778
                "symfony/form": "self.version",
2779
                "symfony/framework-bundle": "self.version",
2780
                "symfony/http-foundation": "self.version",
2781
                "symfony/http-kernel": "self.version",
2782
                "symfony/intl": "self.version",
2783
                "symfony/locale": "self.version",
2784
                "symfony/monolog-bridge": "self.version",
2785
                "symfony/options-resolver": "self.version",
2786
                "symfony/process": "self.version",
2787
                "symfony/property-access": "self.version",
2788
                "symfony/proxy-manager-bridge": "self.version",
2789
                "symfony/routing": "self.version",
2790
                "symfony/security": "self.version",
2791
                "symfony/security-acl": "self.version",
2792
                "symfony/security-bundle": "self.version",
2793
                "symfony/security-core": "self.version",
2794
                "symfony/security-csrf": "self.version",
2795
                "symfony/security-http": "self.version",
2796
                "symfony/serializer": "self.version",
2797
                "symfony/stopwatch": "self.version",
2798
                "symfony/swiftmailer-bridge": "self.version",
2799
                "symfony/templating": "self.version",
2800
                "symfony/translation": "self.version",
2801
                "symfony/twig-bridge": "self.version",
2802
                "symfony/twig-bundle": "self.version",
2803
                "symfony/validator": "self.version",
2804
                "symfony/var-dumper": "self.version",
2805
                "symfony/web-profiler-bundle": "self.version",
2806
                "symfony/yaml": "self.version"
2807
            },
2808
            "require-dev": {
2809
                "doctrine/data-fixtures": "1.0.*",
2810
                "doctrine/dbal": "~2.4",
2811
                "doctrine/doctrine-bundle": "~1.2",
2812
                "doctrine/orm": "~2.4,>=2.4.5",
2813
                "egulias/email-validator": "~1.2",
2814
                "ircmaxell/password-compat": "~1.0",
2815
                "monolog/monolog": "~1.11",
2816
                "ocramius/proxy-manager": "~0.4|~1.0"
2817
            },
2818
            "type": "library",
2819
            "extra": {
2820
                "branch-alias": {
2821
                    "dev-master": "2.7-dev"
2822
                }
2823
            },
2824
            "autoload": {
2825
                "psr-4": {
2826
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
2827
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
2828
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
2829
                    "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
2830
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
2831
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
2832
                    "Symfony\\Component\\": "src/Symfony/Component/"
2833
                },
2834
                "classmap": [
2835
                    "src/Symfony/Component/HttpFoundation/Resources/stubs",
2836
                    "src/Symfony/Component/Intl/Resources/stubs"
2837
                ],
2838
                "files": [
2839
                    "src/Symfony/Component/Intl/Resources/stubs/functions.php"
2840
                ],
2841
                "exclude-from-classmap": [
2842
                    "**/Tests/"
2843
                ]
2844
            },
2845
            "notification-url": "https://packagist.org/downloads/",
2846
            "license": [
2847
                "MIT"
2848
            ],
2849
            "authors": [
2850
                {
2851
                    "name": "Fabien Potencier",
2852
                    "email": "[email protected]"
2853
                },
2854
                {
2855
                    "name": "Symfony Community",
2856
                    "homepage": "https://symfony.com/contributors"
2857
                }
2858
            ],
2859
            "description": "The Symfony PHP framework",
2860
            "homepage": "https://symfony.com",
2861
            "keywords": [
2862
                "framework"
2863
            ],
2864
            "time": "2015-11-23 11:58:08"
2865
        },
2866
        {
2867
            "name": "twbs/bootstrap",
2868
            "version": "v3.2.0",
2869
            "source": {
2870
                "type": "git",
2871
                "url": "https://github.com/twbs/bootstrap.git",
2872
                "reference": "c068162161154a4b85110ea1e7dd3d7897ce2b72"
2873
            },
2874
            "dist": {
2875
                "type": "zip",
2876
                "url": "https://api.github.com/repos/twbs/bootstrap/zipball/c068162161154a4b85110ea1e7dd3d7897ce2b72",
2877
                "reference": "c068162161154a4b85110ea1e7dd3d7897ce2b72",
2878
                "shasum": ""
2879
            },
2880
            "replace": {
2881
                "twitter/bootstrap": "self.version"
2882
            },
2883
            "type": "library",
2884
            "extra": {
2885
                "branch-alias": {
2886
                    "dev-master": "3.2.x-dev"
2887
                }
2888
            },
2889
            "notification-url": "https://packagist.org/downloads/",
2890
            "license": [
2891
                "MIT"
2892
            ],
2893
            "authors": [
2894
                {
2895
                    "name": "Jacob Thornton",
2896
                    "email": "[email protected]"
2897
                },
2898
                {
2899
                    "name": "Mark Otto",
2900
                    "email": "[email protected]"
2901
                }
2902
            ],
2903
            "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
2904
            "homepage": "http://getbootstrap.com",
2905
            "keywords": [
2906
                "JS",
2907
                "css",
2908
                "framework",
2909
                "front-end",
2910
                "less",
2911
                "mobile-first",
2912
                "responsive",
2913
                "web"
2914
            ],
2915
            "time": "2014-06-26 16:36:48"
2916
        },
2917
        {
2918
            "name": "twig/extensions",
2919
            "version": "v1.3.0",
2920
            "source": {
2921
                "type": "git",
2922
                "url": "https://github.com/twigphp/Twig-extensions.git",
2923
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499"
2924
            },
2925
            "dist": {
2926
                "type": "zip",
2927
                "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/449e3c8a9ffad7c2479c7864557275a32b037499",
2928
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499",
2929
                "shasum": ""
2930
            },
2931
            "require": {
2932
                "twig/twig": "~1.20|~2.0"
2933
            },
2934
            "require-dev": {
2935
                "symfony/translation": "~2.3"
2936
            },
2937
            "suggest": {
2938
                "symfony/translation": "Allow the time_diff output to be translated"
2939
            },
2940
            "type": "library",
2941
            "extra": {
2942
                "branch-alias": {
2943
                    "dev-master": "1.3-dev"
2944
                }
2945
            },
2946
            "autoload": {
2947
                "psr-0": {
2948
                    "Twig_Extensions_": "lib/"
2949
                }
2950
            },
2951
            "notification-url": "https://packagist.org/downloads/",
2952
            "license": [
2953
                "MIT"
2954
            ],
2955
            "authors": [
2956
                {
2957
                    "name": "Fabien Potencier",
2958
                    "email": "[email protected]"
2959
                }
2960
            ],
2961
            "description": "Common additional features for Twig that do not directly belong in core",
2962
            "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
2963
            "keywords": [
2964
                "i18n",
2965
                "text"
2966
            ],
2967
            "time": "2015-08-22 16:38:35"
2968
        },
2969
        {
2970
            "name": "twig/twig",
2971
            "version": "v1.23.1",
2972
            "source": {
2973
                "type": "git",
2974
                "url": "https://github.com/twigphp/Twig.git",
2975
                "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6"
2976
            },
2977
            "dist": {
2978
                "type": "zip",
2979
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/d9b6333ae8dd2c8e3fd256e127548def0bc614c6",
2980
                "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6",
2981
                "shasum": ""
2982
            },
2983
            "require": {
2984
                "php": ">=5.2.7"
2985
            },
2986
            "require-dev": {
2987
                "symfony/debug": "~2.7",
2988
                "symfony/phpunit-bridge": "~2.7"
2989
            },
2990
            "type": "library",
2991
            "extra": {
2992
                "branch-alias": {
2993
                    "dev-master": "1.23-dev"
2994
                }
2995
            },
2996
            "autoload": {
2997
                "psr-0": {
2998
                    "Twig_": "lib/"
2999
                }
3000
            },
3001
            "notification-url": "https://packagist.org/downloads/",
3002
            "license": [
3003
                "BSD-3-Clause"
3004
            ],
3005
            "authors": [
3006
                {
3007
                    "name": "Fabien Potencier",
3008
                    "email": "[email protected]",
3009
                    "homepage": "http://fabien.potencier.org",
3010
                    "role": "Lead Developer"
3011
                },
3012
                {
3013
                    "name": "Armin Ronacher",
3014
                    "email": "[email protected]",
3015
                    "role": "Project Founder"
3016
                },
3017
                {
3018
                    "name": "Twig Team",
3019
                    "homepage": "http://twig.sensiolabs.org/contributors",
3020
                    "role": "Contributors"
3021
                }
3022
            ],
3023
            "description": "Twig, the flexible, fast, and secure template language for PHP",
3024
            "homepage": "http://twig.sensiolabs.org",
3025
            "keywords": [
3026
                "templating"
3027
            ],
3028
            "time": "2015-11-05 12:49:06"
3029
        },
3030
        {
3031
            "name": "yubico/u2flib-server",
3032
            "version": "0.1.0",
3033
            "source": {
3034
                "type": "git",
3035
                "url": "https://github.com/Yubico/php-u2flib-server.git",
3036
                "reference": "71ad5f0b7c796966da356eecd5b583ac852e92a1"
3037
            },
3038
            "dist": {
3039
                "type": "zip",
3040
                "url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/71ad5f0b7c796966da356eecd5b583ac852e92a1",
3041
                "reference": "71ad5f0b7c796966da356eecd5b583ac852e92a1",
3042
                "shasum": ""
3043
            },
3044
            "require": {
3045
                "ext-openssl": "*"
3046
            },
3047
            "type": "library",
3048
            "autoload": {
3049
                "classmap": [
3050
                    "src/"
3051
                ]
3052
            },
3053
            "notification-url": "https://packagist.org/downloads/",
3054
            "license": [
3055
                "BSD-2-Clause"
3056
            ],
3057
            "description": "Library for U2F implementation",
3058
            "homepage": "https://developers.yubico.com/php-u2flib-server",
3059
            "time": "2015-03-03 08:05:16"
3060
        }
3061
    ],
3062
    "packages-dev": [
3063
        {
3064
            "name": "behat/behat",
3065
            "version": "v2.5.5",
3066
            "source": {
3067
                "type": "git",
3068
                "url": "https://github.com/Behat/Behat.git",
3069
                "reference": "c1e48826b84669c97a1efa78459aedfdcdcf2120"
3070
            },
3071
            "dist": {
3072
                "type": "zip",
3073
                "url": "https://api.github.com/repos/Behat/Behat/zipball/c1e48826b84669c97a1efa78459aedfdcdcf2120",
3074
                "reference": "c1e48826b84669c97a1efa78459aedfdcdcf2120",
3075
                "shasum": ""
3076
            },
3077
            "require": {
3078
                "behat/gherkin": "~2.3.0",
3079
                "php": ">=5.3.1",
3080
                "symfony/config": "~2.3",
3081
                "symfony/console": "~2.0",
3082
                "symfony/dependency-injection": "~2.0",
3083
                "symfony/event-dispatcher": "~2.0",
3084
                "symfony/finder": "~2.0",
3085
                "symfony/translation": "~2.3",
3086
                "symfony/yaml": "~2.0"
3087
            },
3088
            "require-dev": {
3089
                "phpunit/phpunit": "~3.7.19"
3090
            },
3091
            "suggest": {
3092
                "behat/mink-extension": "for integration with Mink testing framework",
3093
                "behat/symfony2-extension": "for integration with Symfony2 web framework",
3094
                "behat/yii-extension": "for integration with Yii web framework"
3095
            },
3096
            "bin": [
3097
                "bin/behat"
3098
            ],
3099
            "type": "library",
3100
            "autoload": {
3101
                "psr-0": {
3102
                    "Behat\\Behat": "src/"
3103
                }
3104
            },
3105
            "notification-url": "https://packagist.org/downloads/",
3106
            "license": [
3107
                "MIT"
3108
            ],
3109
            "authors": [
3110
                {
3111
                    "name": "Konstantin Kudryashov",
3112
                    "email": "[email protected]",
3113
                    "homepage": "http://everzet.com"
3114
                }
3115
            ],
3116
            "description": "Scenario-oriented BDD framework for PHP 5.3",
3117
            "homepage": "http://behat.org/",
3118
            "keywords": [
3119
                "BDD",
3120
                "Behat",
3121
                "Symfony2"
3122
            ],
3123
            "time": "2015-06-01 09:37:55"
3124
        },
3125
        {
3126
            "name": "behat/gherkin",
3127
            "version": "v2.3.5",
3128
            "source": {
3129
                "type": "git",
3130
                "url": "https://github.com/Behat/Gherkin.git",
3131
                "reference": "2b33963da5525400573560c173ab5c9c057e1852"
3132
            },
3133
            "dist": {
3134
                "type": "zip",
3135
                "url": "https://api.github.com/repos/Behat/Gherkin/zipball/2b33963da5525400573560c173ab5c9c057e1852",
3136
                "reference": "2b33963da5525400573560c173ab5c9c057e1852",
3137
                "shasum": ""
3138
            },
3139
            "require": {
3140
                "php": ">=5.3.1",
3141
                "symfony/finder": "~2.0"
3142
            },
3143
            "require-dev": {
3144
                "symfony/config": "~2.0",
3145
                "symfony/translation": "~2.0",
3146
                "symfony/yaml": "~2.0"
3147
            },
3148
            "suggest": {
3149
                "symfony/config": "If you want to use Config component to manage resources",
3150
                "symfony/translation": "If you want to use Symfony2 translations adapter",
3151
                "symfony/yaml": "If you want to parse features, represented in YAML files"
3152
            },
3153
            "type": "library",
3154
            "extra": {
3155
                "branch-alias": {
3156
                    "dev-develop": "2.2-dev"
3157
                }
3158
            },
3159
            "autoload": {
3160
                "psr-0": {
3161
                    "Behat\\Gherkin": "src/"
3162
                }
3163
            },
3164
            "notification-url": "https://packagist.org/downloads/",
3165
            "license": [
3166
                "MIT"
3167
            ],
3168
            "authors": [
3169
                {
3170
                    "name": "Konstantin Kudryashov",
3171
                    "email": "[email protected]",
3172
                    "homepage": "http://everzet.com"
3173
                }
3174
            ],
3175
            "description": "Gherkin DSL parser for PHP 5.3",
3176
            "homepage": "http://behat.org/",
3177
            "keywords": [
3178
                "BDD",
3179
                "Behat",
3180
                "DSL",
3181
                "Symfony2",
3182
                "parser"
3183
            ],
3184
            "time": "2013-10-15 11:22:17"
3185
        },
3186
        {
3187
            "name": "behat/mink",
3188
            "version": "v1.7.0",
3189
            "source": {
3190
                "type": "git",
3191
                "url": "https://github.com/minkphp/Mink.git",
3192
                "reference": "6c129030ec2cc029905cf969a56ca8f087b2dfdf"
3193
            },
3194
            "dist": {
3195
                "type": "zip",
3196
                "url": "https://api.github.com/repos/minkphp/Mink/zipball/6c129030ec2cc029905cf969a56ca8f087b2dfdf",
3197
                "reference": "6c129030ec2cc029905cf969a56ca8f087b2dfdf",
3198
                "shasum": ""
3199
            },
3200
            "require": {
3201
                "php": ">=5.3.1",
3202
                "symfony/css-selector": "~2.1"
3203
            },
3204
            "require-dev": {
3205
                "symfony/phpunit-bridge": "~2.7"
3206
            },
3207
            "suggest": {
3208
                "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
3209
                "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
3210
                "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
3211
                "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
3212
            },
3213
            "type": "library",
3214
            "extra": {
3215
                "branch-alias": {
3216
                    "dev-master": "1.7.x-dev"
3217
                }
3218
            },
3219
            "autoload": {
3220
                "psr-4": {
3221
                    "Behat\\Mink\\": "src/"
3222
                }
3223
            },
3224
            "notification-url": "https://packagist.org/downloads/",
3225
            "license": [
3226
                "MIT"
3227
            ],
3228
            "authors": [
3229
                {
3230
                    "name": "Konstantin Kudryashov",
3231
                    "email": "[email protected]",
3232
                    "homepage": "http://everzet.com"
3233
                }
3234
            ],
3235
            "description": "Browser controller/emulator abstraction for PHP",
3236
            "homepage": "http://mink.behat.org/",
3237
            "keywords": [
3238
                "browser",
3239
                "testing",
3240
                "web"
3241
            ],
3242
            "time": "2015-09-20 20:24:03"
3243
        },
3244
        {
3245
            "name": "behat/mink-browserkit-driver",
3246
            "version": "v1.3.0",
3247
            "source": {
3248
                "type": "git",
3249
                "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
3250
                "reference": "da47df1593dac132f04d24e7277ef40d33d9f201"
3251
            },
3252
            "dist": {
3253
                "type": "zip",
3254
                "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/da47df1593dac132f04d24e7277ef40d33d9f201",
3255
                "reference": "da47df1593dac132f04d24e7277ef40d33d9f201",
3256
                "shasum": ""
3257
            },
3258
            "require": {
3259
                "behat/mink": "~1.7@dev",
3260
                "php": ">=5.3.6",
3261
                "symfony/browser-kit": "~2.3",
3262
                "symfony/dom-crawler": "~2.3"
3263
            },
3264
            "require-dev": {
3265
                "silex/silex": "~1.2",
3266
                "symfony/phpunit-bridge": "~2.7"
3267
            },
3268
            "type": "mink-driver",
3269
            "extra": {
3270
                "branch-alias": {
3271
                    "dev-master": "1.3.x-dev"
3272
                }
3273
            },
3274
            "autoload": {
3275
                "psr-4": {
3276
                    "Behat\\Mink\\Driver\\": "src/"
3277
                }
3278
            },
3279
            "notification-url": "https://packagist.org/downloads/",
3280
            "license": [
3281
                "MIT"
3282
            ],
3283
            "authors": [
3284
                {
3285
                    "name": "Konstantin Kudryashov",
3286
                    "email": "[email protected]",
3287
                    "homepage": "http://everzet.com"
3288
                }
3289
            ],
3290
            "description": "Symfony2 BrowserKit driver for Mink framework",
3291
            "homepage": "http://mink.behat.org/",
3292
            "keywords": [
3293
                "Mink",
3294
                "Symfony2",
3295
                "browser",
3296
                "testing"
3297
            ],
3298
            "time": "2015-09-21 20:56:13"
3299
        },
3300
        {
3301
            "name": "behat/mink-extension",
3302
            "version": "v1.3.3",
3303
            "source": {
3304
                "type": "git",
3305
                "url": "https://github.com/Behat/MinkExtension.git",
3306
                "reference": "b885b9407cba50a954f72c69ed1b2f8d3bc694f8"
3307
            },
3308
            "dist": {
3309
                "type": "zip",
3310
                "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/b885b9407cba50a954f72c69ed1b2f8d3bc694f8",
3311
                "reference": "b885b9407cba50a954f72c69ed1b2f8d3bc694f8",
3312
                "shasum": ""
3313
            },
3314
            "require": {
3315
                "behat/behat": "~2.5.0",
3316
                "behat/mink": "~1.5",
3317
                "php": ">=5.3.2",
3318
                "symfony/config": "~2.2"
3319
            },
3320
            "require-dev": {
3321
                "behat/mink-goutte-driver": "~1.0",
3322
                "fabpot/goutte": "~1.0"
3323
            },
3324
            "type": "behat-extension",
3325
            "autoload": {
3326
                "psr-0": {
3327
                    "Behat\\MinkExtension": "src/"
3328
                }
3329
            },
3330
            "notification-url": "https://packagist.org/downloads/",
3331
            "license": [
3332
                "MIT"
3333
            ],
3334
            "authors": [
3335
                {
3336
                    "name": "Konstantin Kudryashov",
3337
                    "email": "[email protected]",
3338
                    "homepage": "http://everzet.com"
3339
                }
3340
            ],
3341
            "description": "Mink extension for Behat",
3342
            "homepage": "http://mink.behat.org",
3343
            "keywords": [
3344
                "browser",
3345
                "gui",
3346
                "test",
3347
                "web"
3348
            ],
3349
            "time": "2014-05-15 19:27:39"
3350
        },
3351
        {
3352
            "name": "behat/mink-goutte-driver",
3353
            "version": "v1.2.0",
3354
            "source": {
3355
                "type": "git",
3356
                "url": "https://github.com/minkphp/MinkGoutteDriver.git",
3357
                "reference": "c8e254f127d6f2242b994afd4339fb62d471df3f"
3358
            },
3359
            "dist": {
3360
                "type": "zip",
3361
                "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/c8e254f127d6f2242b994afd4339fb62d471df3f",
3362
                "reference": "c8e254f127d6f2242b994afd4339fb62d471df3f",
3363
                "shasum": ""
3364
            },
3365
            "require": {
3366
                "behat/mink": "~1.6@dev",
3367
                "behat/mink-browserkit-driver": "~1.2@dev",
3368
                "fabpot/goutte": "~1.0.4|~2.0|~3.1",
3369
                "php": ">=5.3.1"
3370
            },
3371
            "require-dev": {
3372
                "symfony/phpunit-bridge": "~2.7"
3373
            },
3374
            "type": "mink-driver",
3375
            "extra": {
3376
                "branch-alias": {
3377
                    "dev-master": "1.2.x-dev"
3378
                }
3379
            },
3380
            "autoload": {
3381
                "psr-4": {
3382
                    "Behat\\Mink\\Driver\\": "src/"
3383
                }
3384
            },
3385
            "notification-url": "https://packagist.org/downloads/",
3386
            "license": [
3387
                "MIT"
3388
            ],
3389
            "authors": [
3390
                {
3391
                    "name": "Konstantin Kudryashov",
3392
                    "email": "[email protected]",
3393
                    "homepage": "http://everzet.com"
3394
                }
3395
            ],
3396
            "description": "Goutte driver for Mink framework",
3397
            "homepage": "http://mink.behat.org/",
3398
            "keywords": [
3399
                "browser",
3400
                "goutte",
3401
                "headless",
3402
                "testing"
3403
            ],
3404
            "time": "2015-09-21 21:31:11"
3405
        },
3406
        {
3407
            "name": "behat/mink-selenium2-driver",
3408
            "version": "v1.3.0",
3409
            "source": {
3410
                "type": "git",
3411
                "url": "https://github.com/minkphp/MinkSelenium2Driver.git",
3412
                "reference": "bedbf1999c7ba1bc6921b30ee2eadf383e7ff5c9"
3413
            },
3414
            "dist": {
3415
                "type": "zip",
3416
                "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/bedbf1999c7ba1bc6921b30ee2eadf383e7ff5c9",
3417
                "reference": "bedbf1999c7ba1bc6921b30ee2eadf383e7ff5c9",
3418
                "shasum": ""
3419
            },
3420
            "require": {
3421
                "behat/mink": "~1.7@dev",
3422
                "instaclick/php-webdriver": "~1.1",
3423
                "php": ">=5.3.1"
3424
            },
3425
            "require-dev": {
3426
                "symfony/phpunit-bridge": "~2.7"
3427
            },
3428
            "type": "mink-driver",
3429
            "extra": {
3430
                "branch-alias": {
3431
                    "dev-master": "1.3.x-dev"
3432
                }
3433
            },
3434
            "autoload": {
3435
                "psr-4": {
3436
                    "Behat\\Mink\\Driver\\": "src/"
3437
                }
3438
            },
3439
            "notification-url": "https://packagist.org/downloads/",
3440
            "license": [
3441
                "MIT"
3442
            ],
3443
            "authors": [
3444
                {
3445
                    "name": "Konstantin Kudryashov",
3446
                    "email": "[email protected]",
3447
                    "homepage": "http://everzet.com"
3448
                },
3449
                {
3450
                    "name": "Pete Otaqui",
3451
                    "email": "[email protected]",
3452
                    "homepage": "https://github.com/pete-otaqui"
3453
                }
3454
            ],
3455
            "description": "Selenium2 (WebDriver) driver for Mink framework",
3456
            "homepage": "http://mink.behat.org/",
3457
            "keywords": [
3458
                "ajax",
3459
                "browser",
3460
                "javascript",
3461
                "selenium",
3462
                "testing",
3463
                "webdriver"
3464
            ],
3465
            "time": "2015-09-21 21:02:54"
3466
        },
3467
        {
3468
            "name": "camspiers/json-pretty",
3469
            "version": "1.0.1",
3470
            "source": {
3471
                "type": "git",
3472
                "url": "https://github.com/camspiers/json-pretty.git",
3473
                "reference": "73c0bd55ca966f31f79d690a4b0aabaf98ad5d94"
3474
            },
3475
            "dist": {
3476
                "type": "zip",
3477
                "url": "https://api.github.com/repos/camspiers/json-pretty/zipball/73c0bd55ca966f31f79d690a4b0aabaf98ad5d94",
3478
                "reference": "73c0bd55ca966f31f79d690a4b0aabaf98ad5d94",
3479
                "shasum": ""
3480
            },
3481
            "require-dev": {
3482
                "phpunit/phpunit": "~4.0"
3483
            },
3484
            "type": "library",
3485
            "autoload": {
3486
                "psr-0": {
3487
                    "Camspiers": "src/"
3488
                }
3489
            },
3490
            "notification-url": "https://packagist.org/downloads/",
3491
            "license": [
3492
                "MIT"
3493
            ],
3494
            "authors": [
3495
                {
3496
                    "name": "Cam Spiers",
3497
                    "email": "[email protected]"
3498
                }
3499
            ],
3500
            "description": "Provides support for json pretty printing",
3501
            "time": "2015-09-17 16:05:48"
3502
        },
3503
        {
3504
            "name": "fabpot/goutte",
3505
            "version": "v2.0.4",
3506
            "source": {
3507
                "type": "git",
3508
                "url": "https://github.com/FriendsOfPHP/Goutte.git",
3509
                "reference": "0ad3ee6dc2d0aaa832a80041a1e09bf394e99802"
3510
            },
3511
            "dist": {
3512
                "type": "zip",
3513
                "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/0ad3ee6dc2d0aaa832a80041a1e09bf394e99802",
3514
                "reference": "0ad3ee6dc2d0aaa832a80041a1e09bf394e99802",
3515
                "shasum": ""
3516
            },
3517
            "require": {
3518
                "guzzlehttp/guzzle": ">=4,<6",
3519
                "php": ">=5.4.0",
3520
                "symfony/browser-kit": "~2.1",
3521
                "symfony/css-selector": "~2.1",
3522
                "symfony/dom-crawler": "~2.1"
3523
            },
3524
            "type": "application",
3525
            "extra": {
3526
                "branch-alias": {
3527
                    "dev-master": "2.0-dev"
3528
                }
3529
            },
3530
            "autoload": {
3531
                "psr-4": {
3532
                    "Goutte\\": "Goutte"
3533
                }
3534
            },
3535
            "notification-url": "https://packagist.org/downloads/",
3536
            "license": [
3537
                "MIT"
3538
            ],
3539
            "authors": [
3540
                {
3541
                    "name": "Fabien Potencier",
3542
                    "email": "[email protected]"
3543
                }
3544
            ],
3545
            "description": "A simple PHP Web Scraper",
3546
            "homepage": "https://github.com/FriendsOfPHP/Goutte",
3547
            "keywords": [
3548
                "scraper"
3549
            ],
3550
            "time": "2015-05-05 21:14:57"
3551
        },
3552
        {
3553
            "name": "ibuildings/qa-tools",
3554
            "version": "1.1.27",
3555
            "source": {
3556
                "type": "git",
3557
                "url": "https://github.com/ibuildingsnl/qa-tools.git",
3558
                "reference": "8ad25e0a919aa0ed7ceb00abbe1d80a0dae929dd"
3559
            },
3560
            "dist": {
3561
                "type": "zip",
3562
                "url": "https://api.github.com/repos/ibuildingsnl/qa-tools/zipball/8ad25e0a919aa0ed7ceb00abbe1d80a0dae929dd",
3563
                "reference": "8ad25e0a919aa0ed7ceb00abbe1d80a0dae929dd",
3564
                "shasum": ""
3565
            },
3566
            "require": {
3567
                "behat/behat": "~2.5",
3568
                "behat/mink": "*",
3569
                "behat/mink-extension": "*",
3570
                "behat/mink-goutte-driver": ">=1.0.9",
3571
                "behat/mink-selenium2-driver": "*",
3572
                "camspiers/json-pretty": "~1.0",
3573
                "phpmd/phpmd": "~2",
3574
                "phpunit/phpunit": "~4",
3575
                "sebastian/phpcpd": "~2",
3576
                "sensiolabs/security-checker": "~2.0",
3577
                "squizlabs/php_codesniffer": "~1",
3578
                "symfony/console": "~2.1",
3579
                "symfony/filesystem": "~2.1",
3580
                "twig/twig": "~1.12"
3581
            },
3582
            "bin": [
3583
                "bin/qa-tools",
3584
                "bin/jshint"
3585
            ],
3586
            "type": "library",
3587
            "extra": {
3588
                "branch-alias": {
3589
                    "dev-master": "1.1.x-dev"
3590
                }
3591
            },
3592
            "autoload": {
3593
                "psr-0": {
3594
                    "Ibuildings": "src/"
3595
                }
3596
            },
3597
            "notification-url": "https://packagist.org/downloads/",
3598
            "license": [
3599
                "MIT"
3600
            ],
3601
            "description": "Ibuildings standard QA Tools",
3602
            "time": "2014-10-06 10:35:34"
3603
        },
3604
        {
3605
            "name": "instaclick/php-webdriver",
3606
            "version": "1.4.3",
3607
            "source": {
3608
                "type": "git",
3609
                "url": "https://github.com/instaclick/php-webdriver.git",
3610
                "reference": "0c20707dcf30a32728fd6bdeeab996c887fdb2fb"
3611
            },
3612
            "dist": {
3613
                "type": "zip",
3614
                "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/0c20707dcf30a32728fd6bdeeab996c887fdb2fb",
3615
                "reference": "0c20707dcf30a32728fd6bdeeab996c887fdb2fb",
3616
                "shasum": ""
3617
            },
3618
            "require": {
3619
                "ext-curl": "*",
3620
                "php": ">=5.3.2"
3621
            },
3622
            "require-dev": {
3623
                "satooshi/php-coveralls": "dev-master"
3624
            },
3625
            "type": "library",
3626
            "extra": {
3627
                "branch-alias": {
3628
                    "dev-master": "1.4.x-dev"
3629
                }
3630
            },
3631
            "autoload": {
3632
                "psr-0": {
3633
                    "WebDriver": "lib/"
3634
                }
3635
            },
3636
            "notification-url": "https://packagist.org/downloads/",
3637
            "license": [
3638
                "Apache-2.0"
3639
            ],
3640
            "authors": [
3641
                {
3642
                    "name": "Justin Bishop",
3643
                    "email": "[email protected]",
3644
                    "role": "Developer"
3645
                },
3646
                {
3647
                    "name": "Anthon Pang",
3648
                    "email": "[email protected]",
3649
                    "role": "Fork Maintainer"
3650
                }
3651
            ],
3652
            "description": "PHP WebDriver for Selenium 2",
3653
            "homepage": "http://instaclick.com/",
3654
            "keywords": [
3655
                "browser",
3656
                "selenium",
3657
                "webdriver",
3658
                "webtest"
3659
            ],
3660
            "time": "2015-06-15 20:19:33"
3661
        },
3662
        {
3663
            "name": "liip/rmt",
3664
            "version": "1.1.9",
3665
            "source": {
3666
                "type": "git",
3667
                "url": "https://github.com/liip/RMT.git",
3668
                "reference": "81ecd50b0910a2e6a052e2d34f187922626c4e07"
3669
            },
3670
            "dist": {
3671
                "type": "zip",
3672
                "url": "https://api.github.com/repos/liip/RMT/zipball/81ecd50b0910a2e6a052e2d34f187922626c4e07",
3673
                "reference": "81ecd50b0910a2e6a052e2d34f187922626c4e07",
3674
                "shasum": ""
3675
            },
3676
            "require": {
3677
                "php": ">=5.3.3",
3678
                "sensiolabs/security-checker": "~2.0",
3679
                "symfony/console": "~2.0",
3680
                "symfony/process": "~2.0",
3681
                "symfony/yaml": "~2.0",
3682
                "vierbergenlars/php-semver": "~3.0"
3683
            },
3684
            "bin": [
3685
                "RMT"
3686
            ],
3687
            "type": "library",
3688
            "autoload": {
3689
                "psr-0": {
3690
                    "Liip": "src"
3691
                }
3692
            },
3693
            "notification-url": "https://packagist.org/downloads/",
3694
            "license": [
3695
                "MIT"
3696
            ],
3697
            "authors": [
3698
                {
3699
                    "name": "Laurent Prodon",
3700
                    "email": "[email protected]",
3701
                    "role": "Developer"
3702
                },
3703
                {
3704
                    "name": "David Jeanmonod",
3705
                    "email": "[email protected]",
3706
                    "role": "Developer"
3707
                }
3708
            ],
3709
            "description": "Release Managment Tool: a handy tool to help releasing new version of your software",
3710
            "homepage": "http://github.com/liip/RMT",
3711
            "keywords": [
3712
                "post-release",
3713
                "pre-release",
3714
                "release",
3715
                "semantic versioning",
3716
                "vcs tag",
3717
                "version"
3718
            ],
3719
            "time": "2015-05-06 20:11:13"
3720
        },
3721
        {
3722
            "name": "matthiasnoback/symfony-config-test",
3723
            "version": "v1.4.0",
3724
            "source": {
3725
                "type": "git",
3726
                "url": "https://github.com/matthiasnoback/SymfonyConfigTest.git",
3727
                "reference": "615b7c8ff5dc1737e553e518dbed641aa548572d"
3728
            },
3729
            "dist": {
3730
                "type": "zip",
3731
                "url": "https://api.github.com/repos/matthiasnoback/SymfonyConfigTest/zipball/615b7c8ff5dc1737e553e518dbed641aa548572d",
3732
                "reference": "615b7c8ff5dc1737e553e518dbed641aa548572d",
3733
                "shasum": ""
3734
            },
3735
            "require": {
3736
                "php": ">=5.3",
3737
                "sebastian/exporter": "1.*",
3738
                "symfony/config": "~2.0|~3.0"
3739
            },
3740
            "require-dev": {
3741
                "phpunit/phpunit": ">=3.7"
3742
            },
3743
            "type": "library",
3744
            "autoload": {
3745
                "psr-4": {
3746
                    "Matthias\\SymfonyConfigTest\\": ""
3747
                }
3748
            },
3749
            "notification-url": "https://packagist.org/downloads/",
3750
            "license": [
3751
                "MIT"
3752
            ],
3753
            "authors": [
3754
                {
3755
                    "name": "Matthias Noback",
3756
                    "email": "[email protected]",
3757
                    "homepage": "http://php-and-symfony.matthiasnoback.nl"
3758
                }
3759
            ],
3760
            "description": "Library for testing user classes related to the Symfony Config Component",
3761
            "homepage": "https://github.com/matthiasnoback/SymfonyConfigTest",
3762
            "keywords": [
3763
                "config",
3764
                "phpunit",
3765
                "symfony"
3766
            ],
3767
            "time": "2015-11-25 21:40:32"
3768
        },
3769
        {
3770
            "name": "pdepend/pdepend",
3771
            "version": "2.2.2",
3772
            "source": {
3773
                "type": "git",
3774
                "url": "https://github.com/pdepend/pdepend.git",
3775
                "reference": "d3ae0d084d526cdc6c3f1b858fb7148de77b41c5"
3776
            },
3777
            "dist": {
3778
                "type": "zip",
3779
                "url": "https://api.github.com/repos/pdepend/pdepend/zipball/d3ae0d084d526cdc6c3f1b858fb7148de77b41c5",
3780
                "reference": "d3ae0d084d526cdc6c3f1b858fb7148de77b41c5",
3781
                "shasum": ""
3782
            },
3783
            "require": {
3784
                "php": ">=5.3.7",
3785
                "symfony/config": "^2.3.0",
3786
                "symfony/dependency-injection": "^2.3.0",
3787
                "symfony/filesystem": "^2.3.0"
3788
            },
3789
            "require-dev": {
3790
                "phpunit/phpunit": "^4.0.0,<4.8",
3791
                "squizlabs/php_codesniffer": "^2.0.0"
3792
            },
3793
            "bin": [
3794
                "src/bin/pdepend"
3795
            ],
3796
            "type": "library",
3797
            "autoload": {
3798
                "psr-0": {
3799
                    "PDepend\\": "src/main/php/"
3800
                }
3801
            },
3802
            "notification-url": "https://packagist.org/downloads/",
3803
            "license": [
3804
                "BSD-3-Clause"
3805
            ],
3806
            "description": "Official version of pdepend to be handled with Composer",
3807
            "time": "2015-10-16 08:49:58"
3808
        },
3809
        {
3810
            "name": "phpdocumentor/reflection-docblock",
3811
            "version": "2.0.4",
3812
            "source": {
3813
                "type": "git",
3814
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3815
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
3816
            },
3817
            "dist": {
3818
                "type": "zip",
3819
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
3820
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
3821
                "shasum": ""
3822
            },
3823
            "require": {
3824
                "php": ">=5.3.3"
3825
            },
3826
            "require-dev": {
3827
                "phpunit/phpunit": "~4.0"
3828
            },
3829
            "suggest": {
3830
                "dflydev/markdown": "~1.0",
3831
                "erusev/parsedown": "~1.0"
3832
            },
3833
            "type": "library",
3834
            "extra": {
3835
                "branch-alias": {
3836
                    "dev-master": "2.0.x-dev"
3837
                }
3838
            },
3839
            "autoload": {
3840
                "psr-0": {
3841
                    "phpDocumentor": [
3842
                        "src/"
3843
                    ]
3844
                }
3845
            },
3846
            "notification-url": "https://packagist.org/downloads/",
3847
            "license": [
3848
                "MIT"
3849
            ],
3850
            "authors": [
3851
                {
3852
                    "name": "Mike van Riel",
3853
                    "email": "[email protected]"
3854
                }
3855
            ],
3856
            "time": "2015-02-03 12:10:50"
3857
        },
3858
        {
3859
            "name": "phpmd/phpmd",
3860
            "version": "2.3.2",
3861
            "source": {
3862
                "type": "git",
3863
                "url": "https://github.com/phpmd/phpmd.git",
3864
                "reference": "08b5bcd454a7148579b68931fc500d824afd3bb5"
3865
            },
3866
            "dist": {
3867
                "type": "zip",
3868
                "url": "https://api.github.com/repos/phpmd/phpmd/zipball/08b5bcd454a7148579b68931fc500d824afd3bb5",
3869
                "reference": "08b5bcd454a7148579b68931fc500d824afd3bb5",
3870
                "shasum": ""
3871
            },
3872
            "require": {
3873
                "pdepend/pdepend": "~2.0",
3874
                "php": ">=5.3.0"
3875
            },
3876
            "require-dev": {
3877
                "phpunit/phpunit": "^4.0",
3878
                "squizlabs/php_codesniffer": "^2.0"
3879
            },
3880
            "bin": [
3881
                "src/bin/phpmd"
3882
            ],
3883
            "type": "project",
3884
            "autoload": {
3885
                "psr-0": {
3886
                    "PHPMD\\": "src/main/php"
3887
                }
3888
            },
3889
            "notification-url": "https://packagist.org/downloads/",
3890
            "license": [
3891
                "BSD-3-Clause"
3892
            ],
3893
            "authors": [
3894
                {
3895
                    "name": "Manuel Pichler",
3896
                    "email": "[email protected]",
3897
                    "homepage": "https://github.com/manuelpichler",
3898
                    "role": "Project Founder"
3899
                },
3900
                {
3901
                    "name": "Other contributors",
3902
                    "homepage": "https://github.com/phpmd/phpmd/graphs/contributors",
3903
                    "role": "Contributors"
3904
                },
3905
                {
3906
                    "name": "Marc Würth",
3907
                    "email": "[email protected]",
3908
                    "homepage": "https://github.com/ravage84",
3909
                    "role": "Project Maintainer"
3910
                }
3911
            ],
3912
            "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
3913
            "homepage": "http://phpmd.org/",
3914
            "keywords": [
3915
                "mess detection",
3916
                "mess detector",
3917
                "pdepend",
3918
                "phpmd",
3919
                "pmd"
3920
            ],
3921
            "time": "2015-09-24 14:37:49"
3922
        },
3923
        {
3924
            "name": "phpspec/prophecy",
3925
            "version": "v1.5.0",
3926
            "source": {
3927
                "type": "git",
3928
                "url": "https://github.com/phpspec/prophecy.git",
3929
                "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
3930
            },
3931
            "dist": {
3932
                "type": "zip",
3933
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
3934
                "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
3935
                "shasum": ""
3936
            },
3937
            "require": {
3938
                "doctrine/instantiator": "^1.0.2",
3939
                "phpdocumentor/reflection-docblock": "~2.0",
3940
                "sebastian/comparator": "~1.1"
3941
            },
3942
            "require-dev": {
3943
                "phpspec/phpspec": "~2.0"
3944
            },
3945
            "type": "library",
3946
            "extra": {
3947
                "branch-alias": {
3948
                    "dev-master": "1.4.x-dev"
3949
                }
3950
            },
3951
            "autoload": {
3952
                "psr-0": {
3953
                    "Prophecy\\": "src/"
3954
                }
3955
            },
3956
            "notification-url": "https://packagist.org/downloads/",
3957
            "license": [
3958
                "MIT"
3959
            ],
3960
            "authors": [
3961
                {
3962
                    "name": "Konstantin Kudryashov",
3963
                    "email": "[email protected]",
3964
                    "homepage": "http://everzet.com"
3965
                },
3966
                {
3967
                    "name": "Marcello Duarte",
3968
                    "email": "[email protected]"
3969
                }
3970
            ],
3971
            "description": "Highly opinionated mocking framework for PHP 5.3+",
3972
            "homepage": "https://github.com/phpspec/prophecy",
3973
            "keywords": [
3974
                "Double",
3975
                "Dummy",
3976
                "fake",
3977
                "mock",
3978
                "spy",
3979
                "stub"
3980
            ],
3981
            "time": "2015-08-13 10:07:40"
3982
        },
3983
        {
3984
            "name": "phpunit/php-code-coverage",
3985
            "version": "2.2.4",
3986
            "source": {
3987
                "type": "git",
3988
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3989
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
3990
            },
3991
            "dist": {
3992
                "type": "zip",
3993
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
3994
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
3995
                "shasum": ""
3996
            },
3997
            "require": {
3998
                "php": ">=5.3.3",
3999
                "phpunit/php-file-iterator": "~1.3",
4000
                "phpunit/php-text-template": "~1.2",
4001
                "phpunit/php-token-stream": "~1.3",
4002
                "sebastian/environment": "^1.3.2",
4003
                "sebastian/version": "~1.0"
4004
            },
4005
            "require-dev": {
4006
                "ext-xdebug": ">=2.1.4",
4007
                "phpunit/phpunit": "~4"
4008
            },
4009
            "suggest": {
4010
                "ext-dom": "*",
4011
                "ext-xdebug": ">=2.2.1",
4012
                "ext-xmlwriter": "*"
4013
            },
4014
            "type": "library",
4015
            "extra": {
4016
                "branch-alias": {
4017
                    "dev-master": "2.2.x-dev"
4018
                }
4019
            },
4020
            "autoload": {
4021
                "classmap": [
4022
                    "src/"
4023
                ]
4024
            },
4025
            "notification-url": "https://packagist.org/downloads/",
4026
            "license": [
4027
                "BSD-3-Clause"
4028
            ],
4029
            "authors": [
4030
                {
4031
                    "name": "Sebastian Bergmann",
4032
                    "email": "[email protected]",
4033
                    "role": "lead"
4034
                }
4035
            ],
4036
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
4037
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
4038
            "keywords": [
4039
                "coverage",
4040
                "testing",
4041
                "xunit"
4042
            ],
4043
            "time": "2015-10-06 15:47:00"
4044
        },
4045
        {
4046
            "name": "phpunit/php-file-iterator",
4047
            "version": "1.4.1",
4048
            "source": {
4049
                "type": "git",
4050
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
4051
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
4052
            },
4053
            "dist": {
4054
                "type": "zip",
4055
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
4056
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
4057
                "shasum": ""
4058
            },
4059
            "require": {
4060
                "php": ">=5.3.3"
4061
            },
4062
            "type": "library",
4063
            "extra": {
4064
                "branch-alias": {
4065
                    "dev-master": "1.4.x-dev"
4066
                }
4067
            },
4068
            "autoload": {
4069
                "classmap": [
4070
                    "src/"
4071
                ]
4072
            },
4073
            "notification-url": "https://packagist.org/downloads/",
4074
            "license": [
4075
                "BSD-3-Clause"
4076
            ],
4077
            "authors": [
4078
                {
4079
                    "name": "Sebastian Bergmann",
4080
                    "email": "[email protected]",
4081
                    "role": "lead"
4082
                }
4083
            ],
4084
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
4085
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
4086
            "keywords": [
4087
                "filesystem",
4088
                "iterator"
4089
            ],
4090
            "time": "2015-06-21 13:08:43"
4091
        },
4092
        {
4093
            "name": "phpunit/php-text-template",
4094
            "version": "1.2.1",
4095
            "source": {
4096
                "type": "git",
4097
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
4098
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
4099
            },
4100
            "dist": {
4101
                "type": "zip",
4102
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4103
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4104
                "shasum": ""
4105
            },
4106
            "require": {
4107
                "php": ">=5.3.3"
4108
            },
4109
            "type": "library",
4110
            "autoload": {
4111
                "classmap": [
4112
                    "src/"
4113
                ]
4114
            },
4115
            "notification-url": "https://packagist.org/downloads/",
4116
            "license": [
4117
                "BSD-3-Clause"
4118
            ],
4119
            "authors": [
4120
                {
4121
                    "name": "Sebastian Bergmann",
4122
                    "email": "[email protected]",
4123
                    "role": "lead"
4124
                }
4125
            ],
4126
            "description": "Simple template engine.",
4127
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
4128
            "keywords": [
4129
                "template"
4130
            ],
4131
            "time": "2015-06-21 13:50:34"
4132
        },
4133
        {
4134
            "name": "phpunit/php-timer",
4135
            "version": "1.0.7",
4136
            "source": {
4137
                "type": "git",
4138
                "url": "https://github.com/sebastianbergmann/php-timer.git",
4139
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
4140
            },
4141
            "dist": {
4142
                "type": "zip",
4143
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
4144
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
4145
                "shasum": ""
4146
            },
4147
            "require": {
4148
                "php": ">=5.3.3"
4149
            },
4150
            "type": "library",
4151
            "autoload": {
4152
                "classmap": [
4153
                    "src/"
4154
                ]
4155
            },
4156
            "notification-url": "https://packagist.org/downloads/",
4157
            "license": [
4158
                "BSD-3-Clause"
4159
            ],
4160
            "authors": [
4161
                {
4162
                    "name": "Sebastian Bergmann",
4163
                    "email": "[email protected]",
4164
                    "role": "lead"
4165
                }
4166
            ],
4167
            "description": "Utility class for timing",
4168
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
4169
            "keywords": [
4170
                "timer"
4171
            ],
4172
            "time": "2015-06-21 08:01:12"
4173
        },
4174
        {
4175
            "name": "phpunit/php-token-stream",
4176
            "version": "1.4.8",
4177
            "source": {
4178
                "type": "git",
4179
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
4180
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
4181
            },
4182
            "dist": {
4183
                "type": "zip",
4184
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
4185
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
4186
                "shasum": ""
4187
            },
4188
            "require": {
4189
                "ext-tokenizer": "*",
4190
                "php": ">=5.3.3"
4191
            },
4192
            "require-dev": {
4193
                "phpunit/phpunit": "~4.2"
4194
            },
4195
            "type": "library",
4196
            "extra": {
4197
                "branch-alias": {
4198
                    "dev-master": "1.4-dev"
4199
                }
4200
            },
4201
            "autoload": {
4202
                "classmap": [
4203
                    "src/"
4204
                ]
4205
            },
4206
            "notification-url": "https://packagist.org/downloads/",
4207
            "license": [
4208
                "BSD-3-Clause"
4209
            ],
4210
            "authors": [
4211
                {
4212
                    "name": "Sebastian Bergmann",
4213
                    "email": "[email protected]"
4214
                }
4215
            ],
4216
            "description": "Wrapper around PHP's tokenizer extension.",
4217
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
4218
            "keywords": [
4219
                "tokenizer"
4220
            ],
4221
            "time": "2015-09-15 10:49:45"
4222
        },
4223
        {
4224
            "name": "phpunit/phpunit",
4225
            "version": "4.8.21",
4226
            "source": {
4227
                "type": "git",
4228
                "url": "https://github.com/sebastianbergmann/phpunit.git",
4229
                "reference": "ea76b17bced0500a28098626b84eda12dbcf119c"
4230
            },
4231
            "dist": {
4232
                "type": "zip",
4233
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ea76b17bced0500a28098626b84eda12dbcf119c",
4234
                "reference": "ea76b17bced0500a28098626b84eda12dbcf119c",
4235
                "shasum": ""
4236
            },
4237
            "require": {
4238
                "ext-dom": "*",
4239
                "ext-json": "*",
4240
                "ext-pcre": "*",
4241
                "ext-reflection": "*",
4242
                "ext-spl": "*",
4243
                "php": ">=5.3.3",
4244
                "phpspec/prophecy": "^1.3.1",
4245
                "phpunit/php-code-coverage": "~2.1",
4246
                "phpunit/php-file-iterator": "~1.4",
4247
                "phpunit/php-text-template": "~1.2",
4248
                "phpunit/php-timer": ">=1.0.6",
4249
                "phpunit/phpunit-mock-objects": "~2.3",
4250
                "sebastian/comparator": "~1.1",
4251
                "sebastian/diff": "~1.2",
4252
                "sebastian/environment": "~1.3",
4253
                "sebastian/exporter": "~1.2",
4254
                "sebastian/global-state": "~1.0",
4255
                "sebastian/version": "~1.0",
4256
                "symfony/yaml": "~2.1|~3.0"
4257
            },
4258
            "suggest": {
4259
                "phpunit/php-invoker": "~1.1"
4260
            },
4261
            "bin": [
4262
                "phpunit"
4263
            ],
4264
            "type": "library",
4265
            "extra": {
4266
                "branch-alias": {
4267
                    "dev-master": "4.8.x-dev"
4268
                }
4269
            },
4270
            "autoload": {
4271
                "classmap": [
4272
                    "src/"
4273
                ]
4274
            },
4275
            "notification-url": "https://packagist.org/downloads/",
4276
            "license": [
4277
                "BSD-3-Clause"
4278
            ],
4279
            "authors": [
4280
                {
4281
                    "name": "Sebastian Bergmann",
4282
                    "email": "[email protected]",
4283
                    "role": "lead"
4284
                }
4285
            ],
4286
            "description": "The PHP Unit Testing framework.",
4287
            "homepage": "https://phpunit.de/",
4288
            "keywords": [
4289
                "phpunit",
4290
                "testing",
4291
                "xunit"
4292
            ],
4293
            "time": "2015-12-12 07:45:58"
4294
        },
4295
        {
4296
            "name": "phpunit/phpunit-mock-objects",
4297
            "version": "2.3.8",
4298
            "source": {
4299
                "type": "git",
4300
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
4301
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
4302
            },
4303
            "dist": {
4304
                "type": "zip",
4305
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
4306
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
4307
                "shasum": ""
4308
            },
4309
            "require": {
4310
                "doctrine/instantiator": "^1.0.2",
4311
                "php": ">=5.3.3",
4312
                "phpunit/php-text-template": "~1.2",
4313
                "sebastian/exporter": "~1.2"
4314
            },
4315
            "require-dev": {
4316
                "phpunit/phpunit": "~4.4"
4317
            },
4318
            "suggest": {
4319
                "ext-soap": "*"
4320
            },
4321
            "type": "library",
4322
            "extra": {
4323
                "branch-alias": {
4324
                    "dev-master": "2.3.x-dev"
4325
                }
4326
            },
4327
            "autoload": {
4328
                "classmap": [
4329
                    "src/"
4330
                ]
4331
            },
4332
            "notification-url": "https://packagist.org/downloads/",
4333
            "license": [
4334
                "BSD-3-Clause"
4335
            ],
4336
            "authors": [
4337
                {
4338
                    "name": "Sebastian Bergmann",
4339
                    "email": "[email protected]",
4340
                    "role": "lead"
4341
                }
4342
            ],
4343
            "description": "Mock Object library for PHPUnit",
4344
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
4345
            "keywords": [
4346
                "mock",
4347
                "xunit"
4348
            ],
4349
            "time": "2015-10-02 06:51:40"
4350
        },
4351
        {
4352
            "name": "sebastian/comparator",
4353
            "version": "1.2.0",
4354
            "source": {
4355
                "type": "git",
4356
                "url": "https://github.com/sebastianbergmann/comparator.git",
4357
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
4358
            },
4359
            "dist": {
4360
                "type": "zip",
4361
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
4362
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
4363
                "shasum": ""
4364
            },
4365
            "require": {
4366
                "php": ">=5.3.3",
4367
                "sebastian/diff": "~1.2",
4368
                "sebastian/exporter": "~1.2"
4369
            },
4370
            "require-dev": {
4371
                "phpunit/phpunit": "~4.4"
4372
            },
4373
            "type": "library",
4374
            "extra": {
4375
                "branch-alias": {
4376
                    "dev-master": "1.2.x-dev"
4377
                }
4378
            },
4379
            "autoload": {
4380
                "classmap": [
4381
                    "src/"
4382
                ]
4383
            },
4384
            "notification-url": "https://packagist.org/downloads/",
4385
            "license": [
4386
                "BSD-3-Clause"
4387
            ],
4388
            "authors": [
4389
                {
4390
                    "name": "Jeff Welch",
4391
                    "email": "[email protected]"
4392
                },
4393
                {
4394
                    "name": "Volker Dusch",
4395
                    "email": "[email protected]"
4396
                },
4397
                {
4398
                    "name": "Bernhard Schussek",
4399
                    "email": "[email protected]"
4400
                },
4401
                {
4402
                    "name": "Sebastian Bergmann",
4403
                    "email": "[email protected]"
4404
                }
4405
            ],
4406
            "description": "Provides the functionality to compare PHP values for equality",
4407
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
4408
            "keywords": [
4409
                "comparator",
4410
                "compare",
4411
                "equality"
4412
            ],
4413
            "time": "2015-07-26 15:48:44"
4414
        },
4415
        {
4416
            "name": "sebastian/diff",
4417
            "version": "1.4.1",
4418
            "source": {
4419
                "type": "git",
4420
                "url": "https://github.com/sebastianbergmann/diff.git",
4421
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
4422
            },
4423
            "dist": {
4424
                "type": "zip",
4425
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
4426
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
4427
                "shasum": ""
4428
            },
4429
            "require": {
4430
                "php": ">=5.3.3"
4431
            },
4432
            "require-dev": {
4433
                "phpunit/phpunit": "~4.8"
4434
            },
4435
            "type": "library",
4436
            "extra": {
4437
                "branch-alias": {
4438
                    "dev-master": "1.4-dev"
4439
                }
4440
            },
4441
            "autoload": {
4442
                "classmap": [
4443
                    "src/"
4444
                ]
4445
            },
4446
            "notification-url": "https://packagist.org/downloads/",
4447
            "license": [
4448
                "BSD-3-Clause"
4449
            ],
4450
            "authors": [
4451
                {
4452
                    "name": "Kore Nordmann",
4453
                    "email": "[email protected]"
4454
                },
4455
                {
4456
                    "name": "Sebastian Bergmann",
4457
                    "email": "[email protected]"
4458
                }
4459
            ],
4460
            "description": "Diff implementation",
4461
            "homepage": "https://github.com/sebastianbergmann/diff",
4462
            "keywords": [
4463
                "diff"
4464
            ],
4465
            "time": "2015-12-08 07:14:41"
4466
        },
4467
        {
4468
            "name": "sebastian/environment",
4469
            "version": "1.3.3",
4470
            "source": {
4471
                "type": "git",
4472
                "url": "https://github.com/sebastianbergmann/environment.git",
4473
                "reference": "6e7133793a8e5a5714a551a8324337374be209df"
4474
            },
4475
            "dist": {
4476
                "type": "zip",
4477
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6e7133793a8e5a5714a551a8324337374be209df",
4478
                "reference": "6e7133793a8e5a5714a551a8324337374be209df",
4479
                "shasum": ""
4480
            },
4481
            "require": {
4482
                "php": ">=5.3.3"
4483
            },
4484
            "require-dev": {
4485
                "phpunit/phpunit": "~4.4"
4486
            },
4487
            "type": "library",
4488
            "extra": {
4489
                "branch-alias": {
4490
                    "dev-master": "1.3.x-dev"
4491
                }
4492
            },
4493
            "autoload": {
4494
                "classmap": [
4495
                    "src/"
4496
                ]
4497
            },
4498
            "notification-url": "https://packagist.org/downloads/",
4499
            "license": [
4500
                "BSD-3-Clause"
4501
            ],
4502
            "authors": [
4503
                {
4504
                    "name": "Sebastian Bergmann",
4505
                    "email": "[email protected]"
4506
                }
4507
            ],
4508
            "description": "Provides functionality to handle HHVM/PHP environments",
4509
            "homepage": "http://www.github.com/sebastianbergmann/environment",
4510
            "keywords": [
4511
                "Xdebug",
4512
                "environment",
4513
                "hhvm"
4514
            ],
4515
            "time": "2015-12-02 08:37:27"
4516
        },
4517
        {
4518
            "name": "sebastian/exporter",
4519
            "version": "1.2.1",
4520
            "source": {
4521
                "type": "git",
4522
                "url": "https://github.com/sebastianbergmann/exporter.git",
4523
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
4524
            },
4525
            "dist": {
4526
                "type": "zip",
4527
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
4528
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
4529
                "shasum": ""
4530
            },
4531
            "require": {
4532
                "php": ">=5.3.3",
4533
                "sebastian/recursion-context": "~1.0"
4534
            },
4535
            "require-dev": {
4536
                "phpunit/phpunit": "~4.4"
4537
            },
4538
            "type": "library",
4539
            "extra": {
4540
                "branch-alias": {
4541
                    "dev-master": "1.2.x-dev"
4542
                }
4543
            },
4544
            "autoload": {
4545
                "classmap": [
4546
                    "src/"
4547
                ]
4548
            },
4549
            "notification-url": "https://packagist.org/downloads/",
4550
            "license": [
4551
                "BSD-3-Clause"
4552
            ],
4553
            "authors": [
4554
                {
4555
                    "name": "Jeff Welch",
4556
                    "email": "[email protected]"
4557
                },
4558
                {
4559
                    "name": "Volker Dusch",
4560
                    "email": "[email protected]"
4561
                },
4562
                {
4563
                    "name": "Bernhard Schussek",
4564
                    "email": "[email protected]"
4565
                },
4566
                {
4567
                    "name": "Sebastian Bergmann",
4568
                    "email": "[email protected]"
4569
                },
4570
                {
4571
                    "name": "Adam Harvey",
4572
                    "email": "[email protected]"
4573
                }
4574
            ],
4575
            "description": "Provides the functionality to export PHP variables for visualization",
4576
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
4577
            "keywords": [
4578
                "export",
4579
                "exporter"
4580
            ],
4581
            "time": "2015-06-21 07:55:53"
4582
        },
4583
        {
4584
            "name": "sebastian/finder-facade",
4585
            "version": "1.2.0",
4586
            "source": {
4587
                "type": "git",
4588
                "url": "https://github.com/sebastianbergmann/finder-facade.git",
4589
                "reference": "a520dcc3dd39160eea480daa3426f4fd419a327b"
4590
            },
4591
            "dist": {
4592
                "type": "zip",
4593
                "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/a520dcc3dd39160eea480daa3426f4fd419a327b",
4594
                "reference": "a520dcc3dd39160eea480daa3426f4fd419a327b",
4595
                "shasum": ""
4596
            },
4597
            "require": {
4598
                "symfony/finder": "~2.3",
4599
                "theseer/fdomdocument": "~1.3"
4600
            },
4601
            "type": "library",
4602
            "autoload": {
4603
                "classmap": [
4604
                    "src/"
4605
                ]
4606
            },
4607
            "notification-url": "https://packagist.org/downloads/",
4608
            "license": [
4609
                "BSD-3-Clause"
4610
            ],
4611
            "authors": [
4612
                {
4613
                    "name": "Sebastian Bergmann",
4614
                    "email": "[email protected]",
4615
                    "role": "lead"
4616
                }
4617
            ],
4618
            "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
4619
            "homepage": "https://github.com/sebastianbergmann/finder-facade",
4620
            "time": "2015-06-04 08:11:58"
4621
        },
4622
        {
4623
            "name": "sebastian/global-state",
4624
            "version": "1.1.1",
4625
            "source": {
4626
                "type": "git",
4627
                "url": "https://github.com/sebastianbergmann/global-state.git",
4628
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
4629
            },
4630
            "dist": {
4631
                "type": "zip",
4632
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
4633
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
4634
                "shasum": ""
4635
            },
4636
            "require": {
4637
                "php": ">=5.3.3"
4638
            },
4639
            "require-dev": {
4640
                "phpunit/phpunit": "~4.2"
4641
            },
4642
            "suggest": {
4643
                "ext-uopz": "*"
4644
            },
4645
            "type": "library",
4646
            "extra": {
4647
                "branch-alias": {
4648
                    "dev-master": "1.0-dev"
4649
                }
4650
            },
4651
            "autoload": {
4652
                "classmap": [
4653
                    "src/"
4654
                ]
4655
            },
4656
            "notification-url": "https://packagist.org/downloads/",
4657
            "license": [
4658
                "BSD-3-Clause"
4659
            ],
4660
            "authors": [
4661
                {
4662
                    "name": "Sebastian Bergmann",
4663
                    "email": "[email protected]"
4664
                }
4665
            ],
4666
            "description": "Snapshotting of global state",
4667
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
4668
            "keywords": [
4669
                "global state"
4670
            ],
4671
            "time": "2015-10-12 03:26:01"
4672
        },
4673
        {
4674
            "name": "sebastian/phpcpd",
4675
            "version": "2.0.2",
4676
            "source": {
4677
                "type": "git",
4678
                "url": "https://github.com/sebastianbergmann/phpcpd.git",
4679
                "reference": "d3ad100fdf15805495f6ff19f473f4314c99390c"
4680
            },
4681
            "dist": {
4682
                "type": "zip",
4683
                "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/d3ad100fdf15805495f6ff19f473f4314c99390c",
4684
                "reference": "d3ad100fdf15805495f6ff19f473f4314c99390c",
4685
                "shasum": ""
4686
            },
4687
            "require": {
4688
                "php": ">=5.3.3",
4689
                "phpunit/php-timer": "~1.0",
4690
                "sebastian/finder-facade": "~1.1",
4691
                "sebastian/version": "~1.0",
4692
                "symfony/console": "~2.2",
4693
                "theseer/fdomdocument": "~1.4"
4694
            },
4695
            "bin": [
4696
                "phpcpd"
4697
            ],
4698
            "type": "library",
4699
            "extra": {
4700
                "branch-alias": {
4701
                    "dev-master": "2.0-dev"
4702
                }
4703
            },
4704
            "autoload": {
4705
                "classmap": [
4706
                    "src/"
4707
                ]
4708
            },
4709
            "notification-url": "https://packagist.org/downloads/",
4710
            "license": [
4711
                "BSD-3-Clause"
4712
            ],
4713
            "authors": [
4714
                {
4715
                    "name": "Sebastian Bergmann",
4716
                    "email": "[email protected]",
4717
                    "role": "lead"
4718
                }
4719
            ],
4720
            "description": "Copy/Paste Detector (CPD) for PHP code.",
4721
            "homepage": "https://github.com/sebastianbergmann/phpcpd",
4722
            "time": "2015-03-26 14:47:38"
4723
        },
4724
        {
4725
            "name": "sebastian/recursion-context",
4726
            "version": "1.0.2",
4727
            "source": {
4728
                "type": "git",
4729
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
4730
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
4731
            },
4732
            "dist": {
4733
                "type": "zip",
4734
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
4735
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
4736
                "shasum": ""
4737
            },
4738
            "require": {
4739
                "php": ">=5.3.3"
4740
            },
4741
            "require-dev": {
4742
                "phpunit/phpunit": "~4.4"
4743
            },
4744
            "type": "library",
4745
            "extra": {
4746
                "branch-alias": {
4747
                    "dev-master": "1.0.x-dev"
4748
                }
4749
            },
4750
            "autoload": {
4751
                "classmap": [
4752
                    "src/"
4753
                ]
4754
            },
4755
            "notification-url": "https://packagist.org/downloads/",
4756
            "license": [
4757
                "BSD-3-Clause"
4758
            ],
4759
            "authors": [
4760
                {
4761
                    "name": "Jeff Welch",
4762
                    "email": "[email protected]"
4763
                },
4764
                {
4765
                    "name": "Sebastian Bergmann",
4766
                    "email": "[email protected]"
4767
                },
4768
                {
4769
                    "name": "Adam Harvey",
4770
                    "email": "[email protected]"
4771
                }
4772
            ],
4773
            "description": "Provides functionality to recursively process PHP variables",
4774
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
4775
            "time": "2015-11-11 19:50:13"
4776
        },
4777
        {
4778
            "name": "sebastian/version",
4779
            "version": "1.0.6",
4780
            "source": {
4781
                "type": "git",
4782
                "url": "https://github.com/sebastianbergmann/version.git",
4783
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
4784
            },
4785
            "dist": {
4786
                "type": "zip",
4787
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4788
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4789
                "shasum": ""
4790
            },
4791
            "type": "library",
4792
            "autoload": {
4793
                "classmap": [
4794
                    "src/"
4795
                ]
4796
            },
4797
            "notification-url": "https://packagist.org/downloads/",
4798
            "license": [
4799
                "BSD-3-Clause"
4800
            ],
4801
            "authors": [
4802
                {
4803
                    "name": "Sebastian Bergmann",
4804
                    "email": "[email protected]",
4805
                    "role": "lead"
4806
                }
4807
            ],
4808
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4809
            "homepage": "https://github.com/sebastianbergmann/version",
4810
            "time": "2015-06-21 13:59:46"
4811
        },
4812
        {
4813
            "name": "sensio/generator-bundle",
4814
            "version": "v2.5.3",
4815
            "target-dir": "Sensio/Bundle/GeneratorBundle",
4816
            "source": {
4817
                "type": "git",
4818
                "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
4819
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3"
4820
            },
4821
            "dist": {
4822
                "type": "zip",
4823
                "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/e50108c2133ee5c9c484555faed50c17a61221d3",
4824
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3",
4825
                "shasum": ""
4826
            },
4827
            "require": {
4828
                "symfony/console": "~2.5",
4829
                "symfony/framework-bundle": "~2.2"
4830
            },
4831
            "require-dev": {
4832
                "doctrine/orm": "~2.2,>=2.2.3",
4833
                "symfony/doctrine-bridge": "~2.2",
4834
                "twig/twig": "~1.11"
4835
            },
4836
            "type": "symfony-bundle",
4837
            "extra": {
4838
                "branch-alias": {
4839
                    "dev-master": "2.5.x-dev"
4840
                }
4841
            },
4842
            "autoload": {
4843
                "psr-0": {
4844
                    "Sensio\\Bundle\\GeneratorBundle": ""
4845
                }
4846
            },
4847
            "notification-url": "https://packagist.org/downloads/",
4848
            "license": [
4849
                "MIT"
4850
            ],
4851
            "authors": [
4852
                {
4853
                    "name": "Fabien Potencier",
4854
                    "email": "[email protected]"
4855
                }
4856
            ],
4857
            "description": "This bundle generates code for you",
4858
            "time": "2015-03-17 06:36:52"
4859
        },
4860
        {
4861
            "name": "squizlabs/php_codesniffer",
4862
            "version": "1.5.6",
4863
            "source": {
4864
                "type": "git",
4865
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
4866
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5"
4867
            },
4868
            "dist": {
4869
                "type": "zip",
4870
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6f3e42d311b882b25b4d409d23a289f4d3b803d5",
4871
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5",
4872
                "shasum": ""
4873
            },
4874
            "require": {
4875
                "ext-tokenizer": "*",
4876
                "php": ">=5.1.2"
4877
            },
4878
            "suggest": {
4879
                "phpunit/php-timer": "dev-master"
4880
            },
4881
            "bin": [
4882
                "scripts/phpcs"
4883
            ],
4884
            "type": "library",
4885
            "extra": {
4886
                "branch-alias": {
4887
                    "dev-phpcs-fixer": "2.0.x-dev"
4888
                }
4889
            },
4890
            "autoload": {
4891
                "classmap": [
4892
                    "CodeSniffer.php",
4893
                    "CodeSniffer/CLI.php",
4894
                    "CodeSniffer/Exception.php",
4895
                    "CodeSniffer/File.php",
4896
                    "CodeSniffer/Report.php",
4897
                    "CodeSniffer/Reporting.php",
4898
                    "CodeSniffer/Sniff.php",
4899
                    "CodeSniffer/Tokens.php",
4900
                    "CodeSniffer/Reports/",
4901
                    "CodeSniffer/CommentParser/",
4902
                    "CodeSniffer/Tokenizers/",
4903
                    "CodeSniffer/DocGenerators/",
4904
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
4905
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
4906
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
4907
                    "CodeSniffer/Standards/IncorrectPatternException.php",
4908
                    "CodeSniffer/Standards/Generic/Sniffs/",
4909
                    "CodeSniffer/Standards/MySource/Sniffs/",
4910
                    "CodeSniffer/Standards/PEAR/Sniffs/",
4911
                    "CodeSniffer/Standards/PSR1/Sniffs/",
4912
                    "CodeSniffer/Standards/PSR2/Sniffs/",
4913
                    "CodeSniffer/Standards/Squiz/Sniffs/",
4914
                    "CodeSniffer/Standards/Zend/Sniffs/"
4915
                ]
4916
            },
4917
            "notification-url": "https://packagist.org/downloads/",
4918
            "license": [
4919
                "BSD-3-Clause"
4920
            ],
4921
            "authors": [
4922
                {
4923
                    "name": "Greg Sherwood",
4924
                    "role": "lead"
4925
                }
4926
            ],
4927
            "description": "PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
4928
            "homepage": "http://www.squizlabs.com/php-codesniffer",
4929
            "keywords": [
4930
                "phpcs",
4931
                "standards"
4932
            ],
4933
            "time": "2014-12-04 22:32:15"
4934
        },
4935
        {
4936
            "name": "theseer/fdomdocument",
4937
            "version": "1.6.1",
4938
            "source": {
4939
                "type": "git",
4940
                "url": "https://github.com/theseer/fDOMDocument.git",
4941
                "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684"
4942
            },
4943
            "dist": {
4944
                "type": "zip",
4945
                "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/d9ad139d6c2e8edf5e313ffbe37ff13344cf0684",
4946
                "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684",
4947
                "shasum": ""
4948
            },
4949
            "require": {
4950
                "ext-dom": "*",
4951
                "lib-libxml": "*",
4952
                "php": ">=5.3.3"
4953
            },
4954
            "type": "library",
4955
            "autoload": {
4956
                "classmap": [
4957
                    "src/"
4958
                ]
4959
            },
4960
            "notification-url": "https://packagist.org/downloads/",
4961
            "license": [
4962
                "BSD-3-Clause"
4963
            ],
4964
            "authors": [
4965
                {
4966
                    "name": "Arne Blankerts",
4967
                    "email": "[email protected]",
4968
                    "role": "lead"
4969
                }
4970
            ],
4971
            "description": "The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.",
4972
            "homepage": "https://github.com/theseer/fDOMDocument",
4973
            "time": "2015-05-27 22:58:02"
4974
        },
4975
        {
4976
            "name": "vierbergenlars/php-semver",
4977
            "version": "3.0.1",
4978
            "source": {
4979
                "type": "git",
4980
                "url": "https://github.com/vierbergenlars/php-semver.git",
4981
                "reference": "516bb3061577e60e9420cbecc479362d3ad8c7f1"
4982
            },
4983
            "dist": {
4984
                "type": "zip",
4985
                "url": "https://api.github.com/repos/vierbergenlars/php-semver/zipball/516bb3061577e60e9420cbecc479362d3ad8c7f1",
4986
                "reference": "516bb3061577e60e9420cbecc479362d3ad8c7f1",
4987
                "shasum": ""
4988
            },
4989
            "require": {
4990
                "php": ">=5.3.0"
4991
            },
4992
            "require-dev": {
4993
                "simpletest/simpletest": "1.1.*"
4994
            },
4995
            "bin": [
4996
                "bin/semver",
4997
                "bin/update-versions"
4998
            ],
4999
            "type": "library",
5000
            "autoload": {
5001
                "psr-0": {
5002
                    "vierbergenlars\\SemVer\\": "src/",
5003
                    "vierbergenlars\\LibJs\\": "src/"
5004
                },
5005
                "classmap": [
5006
                    "src/vierbergenlars/SemVer/internal.php"
5007
                ]
5008
            },
5009
            "notification-url": "https://packagist.org/downloads/",
5010
            "license": [
5011
                "MIT"
5012
            ],
5013
            "authors": [
5014
                {
5015
                    "name": "Lars Vierbergen",
5016
                    "email": "[email protected]"
5017
                }
5018
            ],
5019
            "description": "The Semantic Versioner for PHP",
5020
            "keywords": [
5021
                "semantic",
5022
                "semver",
5023
                "versioning"
5024
            ],
5025
            "time": "2015-05-02 19:28:54"
5026
        }
5027
    ],
5028
    "aliases": [
5029
        {
5030
            "alias": "v1.5.0",
5031
            "alias_normalized": "1.5.0.0",
5032
            "version": "9999999-dev",
5033
            "package": "mopa/composer-bridge"
5034
        }
5035
    ],
5036
    "minimum-stability": "stable",
5037
    "stability-flags": {
5038
        "doctrine/migrations": 15,
5039
        "mopa/bootstrap-bundle": 20,
5040
        "surfnet/messagebird-api-client-bundle": 20,
5041
        "surfnet/yubikey-api-client-bundle": 20,
5042
        "surfnet/stepup-bundle": 20,
5043
        "surfnet/stepup-u2f-bundle": 20,
5044
        "mopa/composer-bridge": 20
5045
    },
5046
    "prefer-stable": false,
5047
    "prefer-lowest": false,
5048
    "platform": {
5049
        "php": ">=5.4,<8.0-dev"
5050
    },
5051
    "platform-dev": []
5052
}
5053