Completed
Push — feature/authentication-restyle ( 13c021 )
by
unknown
02:26
created

composer.lock (2 issues)

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "e27017912c262e11fa9b9c3fa3782e91",
8
    "packages": [
9
        {
10
            "name": "beberlei/assert",
11
            "version": "v2.9.2",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/beberlei/assert.git",
15
                "reference": "2d555f72f3f4ff9e72a7bc17cb8a53c86737c8a0"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/beberlei/assert/zipball/2d555f72f3f4ff9e72a7bc17cb8a53c86737c8a0",
20
                "reference": "2d555f72f3f4ff9e72a7bc17cb8a53c86737c8a0",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "ext-mbstring": "*",
25
                "php": ">=5.3"
26
            },
27
            "require-dev": {
28
                "friendsofphp/php-cs-fixer": "^2.1.1",
29
                "phpunit/phpunit": "^4.8.35|^5.7"
30
            },
31
            "type": "library",
32
            "autoload": {
33
                "psr-4": {
34
                    "Assert\\": "lib/Assert"
35
                },
36
                "files": [
37
                    "lib/Assert/functions.php"
38
                ]
39
            },
40
            "notification-url": "https://packagist.org/downloads/",
41
            "license": [
42
                "BSD-2-Clause"
43
            ],
44
            "authors": [
45
                {
46
                    "name": "Benjamin Eberlei",
47
                    "email": "[email protected]",
48
                    "role": "Lead Developer"
49
                },
50
                {
51
                    "name": "Richard Quadling",
52
                    "email": "[email protected]",
53
                    "role": "Collaborator"
54
                }
55
            ],
56
            "description": "Thin assertion library for input validation in business models.",
57
            "keywords": [
58
                "assert",
59
                "assertion",
60
                "validation"
61
            ],
62
            "time": "2018-01-25T13:33:16+00:00"
63
        },
64
        {
65
            "name": "doctrine/annotations",
66
            "version": "v1.2.7",
67
            "source": {
68
                "type": "git",
69
                "url": "https://github.com/doctrine/annotations.git",
70
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
71
            },
72
            "dist": {
73
                "type": "zip",
74
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
75
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
76
                "shasum": ""
77
            },
78
            "require": {
79
                "doctrine/lexer": "1.*",
80
                "php": ">=5.3.2"
81
            },
82
            "require-dev": {
83
                "doctrine/cache": "1.*",
84
                "phpunit/phpunit": "4.*"
85
            },
86
            "type": "library",
87
            "extra": {
88
                "branch-alias": {
89
                    "dev-master": "1.3.x-dev"
90
                }
91
            },
92
            "autoload": {
93
                "psr-0": {
94
                    "Doctrine\\Common\\Annotations\\": "lib/"
95
                }
96
            },
97
            "notification-url": "https://packagist.org/downloads/",
98
            "license": [
99
                "MIT"
100
            ],
101
            "authors": [
102
                {
103
                    "name": "Roman Borschel",
104
                    "email": "[email protected]"
105
                },
106
                {
107
                    "name": "Benjamin Eberlei",
108
                    "email": "[email protected]"
109
                },
110
                {
111
                    "name": "Guilherme Blanco",
112
                    "email": "[email protected]"
113
                },
114
                {
115
                    "name": "Jonathan Wage",
116
                    "email": "[email protected]"
117
                },
118
                {
119
                    "name": "Johannes Schmitt",
120
                    "email": "[email protected]"
121
                }
122
            ],
123
            "description": "Docblock Annotations Parser",
124
            "homepage": "http://www.doctrine-project.org",
125
            "keywords": [
126
                "annotations",
127
                "docblock",
128
                "parser"
129
            ],
130
            "time": "2015-08-31T12:32:49+00:00"
131
        },
132
        {
133
            "name": "doctrine/cache",
134
            "version": "v1.6.0",
135
            "source": {
136
                "type": "git",
137
                "url": "https://github.com/doctrine/cache.git",
138
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6"
139
            },
140
            "dist": {
141
                "type": "zip",
142
                "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6",
143
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6",
144
                "shasum": ""
145
            },
146
            "require": {
147
                "php": "~5.5|~7.0"
148
            },
149
            "conflict": {
150
                "doctrine/common": ">2.2,<2.4"
151
            },
152
            "require-dev": {
153
                "phpunit/phpunit": "~4.8|~5.0",
154
                "predis/predis": "~1.0",
155
                "satooshi/php-coveralls": "~0.6"
156
            },
157
            "type": "library",
158
            "extra": {
159
                "branch-alias": {
160
                    "dev-master": "1.6.x-dev"
161
                }
162
            },
163
            "autoload": {
164
                "psr-4": {
165
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
166
                }
167
            },
168
            "notification-url": "https://packagist.org/downloads/",
169
            "license": [
170
                "MIT"
171
            ],
172
            "authors": [
173
                {
174
                    "name": "Roman Borschel",
175
                    "email": "[email protected]"
176
                },
177
                {
178
                    "name": "Benjamin Eberlei",
179
                    "email": "[email protected]"
180
                },
181
                {
182
                    "name": "Guilherme Blanco",
183
                    "email": "[email protected]"
184
                },
185
                {
186
                    "name": "Jonathan Wage",
187
                    "email": "[email protected]"
188
                },
189
                {
190
                    "name": "Johannes Schmitt",
191
                    "email": "[email protected]"
192
                }
193
            ],
194
            "description": "Caching library offering an object-oriented API for many cache backends",
195
            "homepage": "http://www.doctrine-project.org",
196
            "keywords": [
197
                "cache",
198
                "caching"
199
            ],
200
            "time": "2015-12-31T16:37:02+00:00"
201
        },
202
        {
203
            "name": "doctrine/collections",
204
            "version": "v1.3.0",
205
            "source": {
206
                "type": "git",
207
                "url": "https://github.com/doctrine/collections.git",
208
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
209
            },
210
            "dist": {
211
                "type": "zip",
212
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
213
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
214
                "shasum": ""
215
            },
216
            "require": {
217
                "php": ">=5.3.2"
218
            },
219
            "require-dev": {
220
                "phpunit/phpunit": "~4.0"
221
            },
222
            "type": "library",
223
            "extra": {
224
                "branch-alias": {
225
                    "dev-master": "1.2.x-dev"
226
                }
227
            },
228
            "autoload": {
229
                "psr-0": {
230
                    "Doctrine\\Common\\Collections\\": "lib/"
231
                }
232
            },
233
            "notification-url": "https://packagist.org/downloads/",
234
            "license": [
235
                "MIT"
236
            ],
237
            "authors": [
238
                {
239
                    "name": "Roman Borschel",
240
                    "email": "[email protected]"
241
                },
242
                {
243
                    "name": "Benjamin Eberlei",
244
                    "email": "[email protected]"
245
                },
246
                {
247
                    "name": "Guilherme Blanco",
248
                    "email": "[email protected]"
249
                },
250
                {
251
                    "name": "Jonathan Wage",
252
                    "email": "[email protected]"
253
                },
254
                {
255
                    "name": "Johannes Schmitt",
256
                    "email": "[email protected]"
257
                }
258
            ],
259
            "description": "Collections Abstraction library",
260
            "homepage": "http://www.doctrine-project.org",
261
            "keywords": [
262
                "array",
263
                "collections",
264
                "iterator"
265
            ],
266
            "time": "2015-04-14T22:21:58+00:00"
267
        },
268
        {
269
            "name": "doctrine/common",
270
            "version": "v2.6.1",
271
            "source": {
272
                "type": "git",
273
                "url": "https://github.com/doctrine/common.git",
274
                "reference": "a579557bc689580c19fee4e27487a67fe60defc0"
275
            },
276
            "dist": {
277
                "type": "zip",
278
                "url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0",
279
                "reference": "a579557bc689580c19fee4e27487a67fe60defc0",
280
                "shasum": ""
281
            },
282
            "require": {
283
                "doctrine/annotations": "1.*",
284
                "doctrine/cache": "1.*",
285
                "doctrine/collections": "1.*",
286
                "doctrine/inflector": "1.*",
287
                "doctrine/lexer": "1.*",
288
                "php": "~5.5|~7.0"
289
            },
290
            "require-dev": {
291
                "phpunit/phpunit": "~4.8|~5.0"
292
            },
293
            "type": "library",
294
            "extra": {
295
                "branch-alias": {
296
                    "dev-master": "2.7.x-dev"
297
                }
298
            },
299
            "autoload": {
300
                "psr-4": {
301
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
302
                }
303
            },
304
            "notification-url": "https://packagist.org/downloads/",
305
            "license": [
306
                "MIT"
307
            ],
308
            "authors": [
309
                {
310
                    "name": "Roman Borschel",
311
                    "email": "[email protected]"
312
                },
313
                {
314
                    "name": "Benjamin Eberlei",
315
                    "email": "[email protected]"
316
                },
317
                {
318
                    "name": "Guilherme Blanco",
319
                    "email": "[email protected]"
320
                },
321
                {
322
                    "name": "Jonathan Wage",
323
                    "email": "[email protected]"
324
                },
325
                {
326
                    "name": "Johannes Schmitt",
327
                    "email": "[email protected]"
328
                }
329
            ],
330
            "description": "Common Library for Doctrine projects",
331
            "homepage": "http://www.doctrine-project.org",
332
            "keywords": [
333
                "annotations",
334
                "collections",
335
                "eventmanager",
336
                "persistence",
337
                "spl"
338
            ],
339
            "time": "2015-12-25T13:18:31+00:00"
340
        },
341
        {
342
            "name": "doctrine/dbal",
343
            "version": "v2.5.4",
344
            "source": {
345
                "type": "git",
346
                "url": "https://github.com/doctrine/dbal.git",
347
                "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769"
348
            },
349
            "dist": {
350
                "type": "zip",
351
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/abbdfd1cff43a7b99d027af3be709bc8fc7d4769",
352
                "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769",
353
                "shasum": ""
354
            },
355
            "require": {
356
                "doctrine/common": ">=2.4,<2.7-dev",
357
                "php": ">=5.3.2"
358
            },
359
            "require-dev": {
360
                "phpunit/phpunit": "4.*",
361
                "symfony/console": "2.*"
362
            },
363
            "suggest": {
364
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
365
            },
366
            "bin": [
367
                "bin/doctrine-dbal"
368
            ],
369
            "type": "library",
370
            "extra": {
371
                "branch-alias": {
372
                    "dev-master": "2.5.x-dev"
373
                }
374
            },
375
            "autoload": {
376
                "psr-0": {
377
                    "Doctrine\\DBAL\\": "lib/"
378
                }
379
            },
380
            "notification-url": "https://packagist.org/downloads/",
381
            "license": [
382
                "MIT"
383
            ],
384
            "authors": [
385
                {
386
                    "name": "Roman Borschel",
387
                    "email": "[email protected]"
388
                },
389
                {
390
                    "name": "Benjamin Eberlei",
391
                    "email": "[email protected]"
392
                },
393
                {
394
                    "name": "Guilherme Blanco",
395
                    "email": "[email protected]"
396
                },
397
                {
398
                    "name": "Jonathan Wage",
399
                    "email": "[email protected]"
400
                }
401
            ],
402
            "description": "Database Abstraction Layer",
403
            "homepage": "http://www.doctrine-project.org",
404
            "keywords": [
405
                "database",
406
                "dbal",
407
                "persistence",
408
                "queryobject"
409
            ],
410
            "time": "2016-01-05T22:11:12+00:00"
411
        },
412
        {
413
            "name": "doctrine/doctrine-bundle",
414
            "version": "1.6.3",
415
            "source": {
416
                "type": "git",
417
                "url": "https://github.com/doctrine/DoctrineBundle.git",
418
                "reference": "fd51907c6c76acaa8a5234822a4f901c1500afc1"
419
            },
420
            "dist": {
421
                "type": "zip",
422
                "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/fd51907c6c76acaa8a5234822a4f901c1500afc1",
423
                "reference": "fd51907c6c76acaa8a5234822a4f901c1500afc1",
424
                "shasum": ""
425
            },
426
            "require": {
427
                "doctrine/dbal": "~2.3",
428
                "doctrine/doctrine-cache-bundle": "~1.0",
429
                "jdorn/sql-formatter": "~1.1",
430
                "php": ">=5.3.2",
431
                "symfony/console": "~2.3|~3.0",
432
                "symfony/doctrine-bridge": "~2.2|~3.0",
433
                "symfony/framework-bundle": "~2.3|~3.0"
434
            },
435
            "require-dev": {
436
                "doctrine/orm": "~2.3",
437
                "phpunit/phpunit": "~4",
438
                "satooshi/php-coveralls": "~0.6.1",
439
                "symfony/phpunit-bridge": "~2.7|~3.0",
440
                "symfony/property-info": "~2.8|~3.0",
441
                "symfony/validator": "~2.2|~3.0",
442
                "symfony/yaml": "~2.2|~3.0",
443
                "twig/twig": "~1.10"
444
            },
445
            "suggest": {
446
                "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
447
                "symfony/web-profiler-bundle": "To use the data collector."
448
            },
449
            "type": "symfony-bundle",
450
            "extra": {
451
                "branch-alias": {
452
                    "dev-master": "1.6.x-dev"
453
                }
454
            },
455
            "autoload": {
456
                "psr-4": {
457
                    "Doctrine\\Bundle\\DoctrineBundle\\": ""
458
                }
459
            },
460
            "notification-url": "https://packagist.org/downloads/",
461
            "license": [
462
                "MIT"
463
            ],
464
            "authors": [
465
                {
466
                    "name": "Symfony Community",
467
                    "homepage": "http://symfony.com/contributors"
468
                },
469
                {
470
                    "name": "Benjamin Eberlei",
471
                    "email": "[email protected]"
472
                },
473
                {
474
                    "name": "Doctrine Project",
475
                    "homepage": "http://www.doctrine-project.org/"
476
                },
477
                {
478
                    "name": "Fabien Potencier",
479
                    "email": "[email protected]"
480
                }
481
            ],
482
            "description": "Symfony DoctrineBundle",
483
            "homepage": "http://www.doctrine-project.org",
484
            "keywords": [
485
                "database",
486
                "dbal",
487
                "orm",
488
                "persistence"
489
            ],
490
            "time": "2016-04-21T19:55:56+00:00"
491
        },
492
        {
493
            "name": "doctrine/doctrine-cache-bundle",
494
            "version": "1.3.0",
495
            "source": {
496
                "type": "git",
497
                "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
498
                "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504"
499
            },
500
            "dist": {
501
                "type": "zip",
502
                "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/18c600a9b82f6454d2e81ca4957cdd56a1cf3504",
503
                "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504",
504
                "shasum": ""
505
            },
506
            "require": {
507
                "doctrine/cache": "^1.4.2",
508
                "doctrine/inflector": "~1.0",
509
                "php": ">=5.3.2",
510
                "symfony/doctrine-bridge": "~2.2|~3.0"
511
            },
512
            "require-dev": {
513
                "instaclick/coding-standard": "~1.1",
514
                "instaclick/object-calisthenics-sniffs": "dev-master",
515
                "instaclick/symfony2-coding-standard": "dev-remaster",
516
                "phpunit/phpunit": "~4",
517
                "predis/predis": "~0.8",
518
                "satooshi/php-coveralls": "~0.6.1",
519
                "squizlabs/php_codesniffer": "~1.5",
520
                "symfony/console": "~2.2|~3.0",
521
                "symfony/finder": "~2.2|~3.0",
522
                "symfony/framework-bundle": "~2.2|~3.0",
523
                "symfony/phpunit-bridge": "~2.7|~3.0",
524
                "symfony/security-acl": "~2.3|~3.0",
525
                "symfony/validator": "~2.2|~3.0",
526
                "symfony/yaml": "~2.2|~3.0"
527
            },
528
            "suggest": {
529
                "symfony/security-acl": "For using this bundle to cache ACLs"
530
            },
531
            "type": "symfony-bundle",
532
            "extra": {
533
                "branch-alias": {
534
                    "dev-master": "1.2.x-dev"
535
                }
536
            },
537
            "autoload": {
538
                "psr-4": {
539
                    "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
540
                }
541
            },
542
            "notification-url": "https://packagist.org/downloads/",
543
            "license": [
544
                "MIT"
545
            ],
546
            "authors": [
547
                {
548
                    "name": "Symfony Community",
549
                    "homepage": "http://symfony.com/contributors"
550
                },
551
                {
552
                    "name": "Benjamin Eberlei",
553
                    "email": "[email protected]"
554
                },
555
                {
556
                    "name": "Fabio B. Silva",
557
                    "email": "[email protected]"
558
                },
559
                {
560
                    "name": "Guilherme Blanco",
561
                    "email": "[email protected]"
562
                },
563
                {
564
                    "name": "Doctrine Project",
565
                    "homepage": "http://www.doctrine-project.org/"
566
                },
567
                {
568
                    "name": "Fabien Potencier",
569
                    "email": "[email protected]"
570
                }
571
            ],
572
            "description": "Symfony Bundle for Doctrine Cache",
573
            "homepage": "http://www.doctrine-project.org",
574
            "keywords": [
575
                "cache",
576
                "caching"
577
            ],
578
            "time": "2016-01-26T17:28:51+00:00"
579
        },
580
        {
581
            "name": "doctrine/doctrine-migrations-bundle",
582
            "version": "1.0.1",
583
            "target-dir": "Doctrine/Bundle/MigrationsBundle",
584
            "source": {
585
                "type": "git",
586
                "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
587
                "reference": "1e8cd4415bd2f893eb828216b529a75e8b61d579"
588
            },
589
            "dist": {
590
                "type": "zip",
591
                "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/1e8cd4415bd2f893eb828216b529a75e8b61d579",
592
                "reference": "1e8cd4415bd2f893eb828216b529a75e8b61d579",
593
                "shasum": ""
594
            },
595
            "require": {
596
                "doctrine/doctrine-bundle": "~1.0",
597
                "doctrine/migrations": "~1.0@dev",
598
                "php": ">=5.3.2",
599
                "symfony/framework-bundle": "~2.3|~3.0"
600
            },
601
            "type": "symfony-bundle",
602
            "extra": {
603
                "branch-alias": {
604
                    "dev-master": "2.1.x-dev"
605
                }
606
            },
607
            "autoload": {
608
                "psr-0": {
609
                    "Doctrine\\Bundle\\MigrationsBundle": ""
610
                }
611
            },
612
            "notification-url": "https://packagist.org/downloads/",
613
            "license": [
614
                "MIT"
615
            ],
616
            "authors": [
617
                {
618
                    "name": "Symfony Community",
619
                    "homepage": "http://symfony.com/contributors"
620
                },
621
                {
622
                    "name": "Doctrine Project",
623
                    "homepage": "http://www.doctrine-project.org"
624
                },
625
                {
626
                    "name": "Fabien Potencier",
627
                    "email": "[email protected]"
628
                }
629
            ],
630
            "description": "Symfony DoctrineMigrationsBundle",
631
            "homepage": "http://www.doctrine-project.org",
632
            "keywords": [
633
                "dbal",
634
                "migrations",
635
                "schema"
636
            ],
637
            "time": "2015-05-06T08:32:15+00:00"
638
        },
639
        {
640
            "name": "doctrine/inflector",
641
            "version": "v1.1.0",
642
            "source": {
643
                "type": "git",
644
                "url": "https://github.com/doctrine/inflector.git",
645
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
646
            },
647
            "dist": {
648
                "type": "zip",
649
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
650
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
651
                "shasum": ""
652
            },
653
            "require": {
654
                "php": ">=5.3.2"
655
            },
656
            "require-dev": {
657
                "phpunit/phpunit": "4.*"
658
            },
659
            "type": "library",
660
            "extra": {
661
                "branch-alias": {
662
                    "dev-master": "1.1.x-dev"
663
                }
664
            },
665
            "autoload": {
666
                "psr-0": {
667
                    "Doctrine\\Common\\Inflector\\": "lib/"
668
                }
669
            },
670
            "notification-url": "https://packagist.org/downloads/",
671
            "license": [
672
                "MIT"
673
            ],
674
            "authors": [
675
                {
676
                    "name": "Roman Borschel",
677
                    "email": "[email protected]"
678
                },
679
                {
680
                    "name": "Benjamin Eberlei",
681
                    "email": "[email protected]"
682
                },
683
                {
684
                    "name": "Guilherme Blanco",
685
                    "email": "[email protected]"
686
                },
687
                {
688
                    "name": "Jonathan Wage",
689
                    "email": "[email protected]"
690
                },
691
                {
692
                    "name": "Johannes Schmitt",
693
                    "email": "[email protected]"
694
                }
695
            ],
696
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
697
            "homepage": "http://www.doctrine-project.org",
698
            "keywords": [
699
                "inflection",
700
                "pluralize",
701
                "singularize",
702
                "string"
703
            ],
704
            "time": "2015-11-06T14:35:42+00:00"
705
        },
706
        {
707
            "name": "doctrine/instantiator",
708
            "version": "1.0.5",
709
            "source": {
710
                "type": "git",
711
                "url": "https://github.com/doctrine/instantiator.git",
712
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
713
            },
714
            "dist": {
715
                "type": "zip",
716
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
717
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
718
                "shasum": ""
719
            },
720
            "require": {
721
                "php": ">=5.3,<8.0-DEV"
722
            },
723
            "require-dev": {
724
                "athletic/athletic": "~0.1.8",
725
                "ext-pdo": "*",
726
                "ext-phar": "*",
727
                "phpunit/phpunit": "~4.0",
728
                "squizlabs/php_codesniffer": "~2.0"
729
            },
730
            "type": "library",
731
            "extra": {
732
                "branch-alias": {
733
                    "dev-master": "1.0.x-dev"
734
                }
735
            },
736
            "autoload": {
737
                "psr-4": {
738
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
739
                }
740
            },
741
            "notification-url": "https://packagist.org/downloads/",
742
            "license": [
743
                "MIT"
744
            ],
745
            "authors": [
746
                {
747
                    "name": "Marco Pivetta",
748
                    "email": "[email protected]",
749
                    "homepage": "http://ocramius.github.com/"
750
                }
751
            ],
752
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
753
            "homepage": "https://github.com/doctrine/instantiator",
754
            "keywords": [
755
                "constructor",
756
                "instantiate"
757
            ],
758
            "time": "2015-06-14T21:17:01+00:00"
759
        },
760
        {
761
            "name": "doctrine/lexer",
762
            "version": "v1.0.1",
763
            "source": {
764
                "type": "git",
765
                "url": "https://github.com/doctrine/lexer.git",
766
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
767
            },
768
            "dist": {
769
                "type": "zip",
770
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
771
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
772
                "shasum": ""
773
            },
774
            "require": {
775
                "php": ">=5.3.2"
776
            },
777
            "type": "library",
778
            "extra": {
779
                "branch-alias": {
780
                    "dev-master": "1.0.x-dev"
781
                }
782
            },
783
            "autoload": {
784
                "psr-0": {
785
                    "Doctrine\\Common\\Lexer\\": "lib/"
786
                }
787
            },
788
            "notification-url": "https://packagist.org/downloads/",
789
            "license": [
790
                "MIT"
791
            ],
792
            "authors": [
793
                {
794
                    "name": "Roman Borschel",
795
                    "email": "[email protected]"
796
                },
797
                {
798
                    "name": "Guilherme Blanco",
799
                    "email": "[email protected]"
800
                },
801
                {
802
                    "name": "Johannes Schmitt",
803
                    "email": "[email protected]"
804
                }
805
            ],
806
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
807
            "homepage": "http://www.doctrine-project.org",
808
            "keywords": [
809
                "lexer",
810
                "parser"
811
            ],
812
            "time": "2014-09-09T13:34:57+00:00"
813
        },
814
        {
815
            "name": "doctrine/migrations",
816
            "version": "1.4.1",
817
            "source": {
818
                "type": "git",
819
                "url": "https://github.com/doctrine/migrations.git",
820
                "reference": "0d0ff5da10c5d30846da32060bd9e357abf70a05"
821
            },
822
            "dist": {
823
                "type": "zip",
824
                "url": "https://api.github.com/repos/doctrine/migrations/zipball/0d0ff5da10c5d30846da32060bd9e357abf70a05",
825
                "reference": "0d0ff5da10c5d30846da32060bd9e357abf70a05",
826
                "shasum": ""
827
            },
828
            "require": {
829
                "doctrine/dbal": "~2.2",
830
                "ocramius/proxy-manager": "^1.0|^2.0",
831
                "php": "^5.5|^7.0",
832
                "symfony/console": "~2.3|~3.0",
833
                "symfony/yaml": "~2.3|~3.0"
834
            },
835
            "require-dev": {
836
                "doctrine/coding-standard": "dev-master",
837
                "doctrine/orm": "2.*",
838
                "jdorn/sql-formatter": "~1.1",
839
                "johnkary/phpunit-speedtrap": "~1.0@dev",
840
                "mockery/mockery": "^0.9.4",
841
                "phpunit/phpunit": "~4.7",
842
                "satooshi/php-coveralls": "0.6.*"
843
            },
844
            "suggest": {
845
                "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command."
846
            },
847
            "bin": [
848
                "bin/doctrine-migrations"
849
            ],
850
            "type": "library",
851
            "extra": {
852
                "branch-alias": {
853
                    "dev-master": "v1.5.x-dev"
854
                }
855
            },
856
            "autoload": {
857
                "psr-4": {
858
                    "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations"
859
                }
860
            },
861
            "notification-url": "https://packagist.org/downloads/",
862
            "license": [
863
                "LGPL-2.1"
864
            ],
865
            "authors": [
866
                {
867
                    "name": "Benjamin Eberlei",
868
                    "email": "[email protected]"
869
                },
870
                {
871
                    "name": "Jonathan Wage",
872
                    "email": "[email protected]"
873
                },
874
                {
875
                    "name": "Michael Simonson",
876
                    "email": "[email protected]"
877
                }
878
            ],
879
            "description": "Database Schema migrations using Doctrine DBAL",
880
            "homepage": "http://www.doctrine-project.org",
881
            "keywords": [
882
                "database",
883
                "migrations"
884
            ],
885
            "time": "2016-03-14T12:29:11+00:00"
886
        },
887
        {
888
            "name": "doctrine/orm",
889
            "version": "v2.5.4",
890
            "source": {
891
                "type": "git",
892
                "url": "https://github.com/doctrine/doctrine2.git",
893
                "reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab"
894
            },
895
            "dist": {
896
                "type": "zip",
897
                "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/bc4ddbfb0114cb33438cc811c9a740d8aa304aab",
898
                "reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab",
899
                "shasum": ""
900
            },
901
            "require": {
902
                "doctrine/cache": "~1.4",
903
                "doctrine/collections": "~1.2",
904
                "doctrine/common": ">=2.5-dev,<2.7-dev",
905
                "doctrine/dbal": ">=2.5-dev,<2.6-dev",
906
                "doctrine/instantiator": "~1.0.1",
907
                "ext-pdo": "*",
908
                "php": ">=5.4",
909
                "symfony/console": "~2.5|~3.0"
910
            },
911
            "require-dev": {
912
                "phpunit/phpunit": "~4.0",
913
                "symfony/yaml": "~2.3|~3.0"
914
            },
915
            "suggest": {
916
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
917
            },
918
            "bin": [
919
                "bin/doctrine",
920
                "bin/doctrine.php"
921
            ],
922
            "type": "library",
923
            "extra": {
924
                "branch-alias": {
925
                    "dev-master": "2.6.x-dev"
926
                }
927
            },
928
            "autoload": {
929
                "psr-0": {
930
                    "Doctrine\\ORM\\": "lib/"
931
                }
932
            },
933
            "notification-url": "https://packagist.org/downloads/",
934
            "license": [
935
                "MIT"
936
            ],
937
            "authors": [
938
                {
939
                    "name": "Roman Borschel",
940
                    "email": "[email protected]"
941
                },
942
                {
943
                    "name": "Benjamin Eberlei",
944
                    "email": "[email protected]"
945
                },
946
                {
947
                    "name": "Guilherme Blanco",
948
                    "email": "[email protected]"
949
                },
950
                {
951
                    "name": "Jonathan Wage",
952
                    "email": "[email protected]"
953
                }
954
            ],
955
            "description": "Object-Relational-Mapper for PHP",
956
            "homepage": "http://www.doctrine-project.org",
957
            "keywords": [
958
                "database",
959
                "orm"
960
            ],
961
            "time": "2016-01-05T21:34:58+00:00"
962
        },
963
        {
964
            "name": "fortawesome/font-awesome",
965
            "version": "v4.2.0",
966
            "source": {
967
                "type": "git",
968
                "url": "https://github.com/FortAwesome/Font-Awesome.git",
969
                "reference": "a65bd93d81e9e6bd5ebfa41757a4474960b973b4"
970
            },
971
            "dist": {
972
                "type": "zip",
973
                "url": "https://api.github.com/repos/FortAwesome/Font-Awesome/zipball/a65bd93d81e9e6bd5ebfa41757a4474960b973b4",
974
                "reference": "a65bd93d81e9e6bd5ebfa41757a4474960b973b4",
975
                "shasum": ""
976
            },
977
            "require-dev": {
978
                "jekyll": "1.0.2",
979
                "lessc": "1.4.2"
980
            },
981
            "type": "library",
982
            "extra": {
983
                "branch-alias": {
984
                    "dev-master": "4.0.x-dev"
985
                }
986
            },
987
            "notification-url": "https://packagist.org/downloads/",
988
            "license": [
989
                "OFL-1.1",
990
                "MIT"
991
            ],
992
            "authors": [
993
                {
994
                    "name": "Dave Gandy",
995
                    "email": "[email protected]",
996
                    "homepage": "http://twitter.com/davegandy",
997
                    "role": "Developer"
998
                }
999
            ],
1000
            "description": "The iconic font and CSS framework",
1001
            "homepage": "http://fontawesome.io/",
1002
            "keywords": [
1003
                "FontAwesome",
1004
                "awesome",
1005
                "bootstrap",
1006
                "font",
1007
                "icon"
1008
            ],
1009
            "time": "2014-08-26T16:36:44+00:00"
1010
        },
1011
        {
1012
            "name": "graylog2/gelf-php",
1013
            "version": "1.5.3",
1014
            "source": {
1015
                "type": "git",
1016
                "url": "https://github.com/bzikarsky/gelf-php.git",
1017
                "reference": "0cb872928246bada1b6a5f504a7c3589f1c1174d"
1018
            },
1019
            "dist": {
1020
                "type": "zip",
1021
                "url": "https://api.github.com/repos/bzikarsky/gelf-php/zipball/0cb872928246bada1b6a5f504a7c3589f1c1174d",
1022
                "reference": "0cb872928246bada1b6a5f504a7c3589f1c1174d",
1023
                "shasum": ""
1024
            },
1025
            "require": {
1026
                "php": ">=5.3.9",
1027
                "psr/log": "~1.0"
1028
            },
1029
            "provide": {
1030
                "psr/log-implementation": "~1.0"
1031
            },
1032
            "require-dev": {
1033
                "phpunit/phpunit": "~4.3",
1034
                "squizlabs/php_codesniffer": "~2.0"
1035
            },
1036
            "type": "library",
1037
            "extra": {
1038
                "branch-alias": {
1039
                    "dev-master": "1.4.x-dev"
1040
                }
1041
            },
1042
            "autoload": {
1043
                "psr-4": {
1044
                    "Gelf\\": "src/Gelf"
1045
                },
1046
                "files": [
1047
                    "src/check_technical_requirements.php"
1048
                ]
1049
            },
1050
            "notification-url": "https://packagist.org/downloads/",
1051
            "license": [
1052
                "MIT"
1053
            ],
1054
            "authors": [
1055
                {
1056
                    "name": "Benjamin Zikarsky",
1057
                    "email": "[email protected]"
1058
                },
1059
                {
1060
                    "name": "gelf-php contributors",
1061
                    "homepage": "https://github.com/bzikarsky/gelf-php/contributors"
1062
                }
1063
            ],
1064
            "description": "A php implementation to send log-messages to a GELF compatible backend like Graylog2.",
1065
            "time": "2016-11-21T13:31:39+00:00"
1066
        },
1067
        {
1068
            "name": "guzzlehttp/guzzle",
1069
            "version": "6.2.3",
1070
            "source": {
1071
                "type": "git",
1072
                "url": "https://github.com/guzzle/guzzle.git",
1073
                "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006"
1074
            },
1075
            "dist": {
1076
                "type": "zip",
1077
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/8d6c6cc55186db87b7dc5009827429ba4e9dc006",
1078
                "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006",
1079
                "shasum": ""
1080
            },
1081
            "require": {
1082
                "guzzlehttp/promises": "^1.0",
1083
                "guzzlehttp/psr7": "^1.4",
1084
                "php": ">=5.5"
1085
            },
1086
            "require-dev": {
1087
                "ext-curl": "*",
1088
                "phpunit/phpunit": "^4.0",
1089
                "psr/log": "^1.0"
1090
            },
1091
            "type": "library",
1092
            "extra": {
1093
                "branch-alias": {
1094
                    "dev-master": "6.2-dev"
1095
                }
1096
            },
1097
            "autoload": {
1098
                "files": [
1099
                    "src/functions_include.php"
1100
                ],
1101
                "psr-4": {
1102
                    "GuzzleHttp\\": "src/"
1103
                }
1104
            },
1105
            "notification-url": "https://packagist.org/downloads/",
1106
            "license": [
1107
                "MIT"
1108
            ],
1109
            "authors": [
1110
                {
1111
                    "name": "Michael Dowling",
1112
                    "email": "[email protected]",
1113
                    "homepage": "https://github.com/mtdowling"
1114
                }
1115
            ],
1116
            "description": "Guzzle is a PHP HTTP client library",
1117
            "homepage": "http://guzzlephp.org/",
1118
            "keywords": [
1119
                "client",
1120
                "curl",
1121
                "framework",
1122
                "http",
1123
                "http client",
1124
                "rest",
1125
                "web service"
1126
            ],
1127
            "time": "2017-02-28T22:50:30+00:00"
1128
        },
1129
        {
1130
            "name": "guzzlehttp/promises",
1131
            "version": "v1.3.1",
1132
            "source": {
1133
                "type": "git",
1134
                "url": "https://github.com/guzzle/promises.git",
1135
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
1136
            },
1137
            "dist": {
1138
                "type": "zip",
1139
                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1140
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1141
                "shasum": ""
1142
            },
1143
            "require": {
1144
                "php": ">=5.5.0"
1145
            },
1146
            "require-dev": {
1147
                "phpunit/phpunit": "^4.0"
1148
            },
1149
            "type": "library",
1150
            "extra": {
1151
                "branch-alias": {
1152
                    "dev-master": "1.4-dev"
1153
                }
1154
            },
1155
            "autoload": {
1156
                "psr-4": {
1157
                    "GuzzleHttp\\Promise\\": "src/"
1158
                },
1159
                "files": [
1160
                    "src/functions_include.php"
1161
                ]
1162
            },
1163
            "notification-url": "https://packagist.org/downloads/",
1164
            "license": [
1165
                "MIT"
1166
            ],
1167
            "authors": [
1168
                {
1169
                    "name": "Michael Dowling",
1170
                    "email": "[email protected]",
1171
                    "homepage": "https://github.com/mtdowling"
1172
                }
1173
            ],
1174
            "description": "Guzzle promises library",
1175
            "keywords": [
1176
                "promise"
1177
            ],
1178
            "time": "2016-12-20T10:07:11+00:00"
1179
        },
1180
        {
1181
            "name": "guzzlehttp/psr7",
1182
            "version": "1.4.1",
1183
            "source": {
1184
                "type": "git",
1185
                "url": "https://github.com/guzzle/psr7.git",
1186
                "reference": "0d6c7ca039329247e4f0f8f8f6506810e8248855"
1187
            },
1188
            "dist": {
1189
                "type": "zip",
1190
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/0d6c7ca039329247e4f0f8f8f6506810e8248855",
1191
                "reference": "0d6c7ca039329247e4f0f8f8f6506810e8248855",
1192
                "shasum": ""
1193
            },
1194
            "require": {
1195
                "php": ">=5.4.0",
1196
                "psr/http-message": "~1.0"
1197
            },
1198
            "provide": {
1199
                "psr/http-message-implementation": "1.0"
1200
            },
1201
            "require-dev": {
1202
                "phpunit/phpunit": "~4.0"
1203
            },
1204
            "type": "library",
1205
            "extra": {
1206
                "branch-alias": {
1207
                    "dev-master": "1.4-dev"
1208
                }
1209
            },
1210
            "autoload": {
1211
                "psr-4": {
1212
                    "GuzzleHttp\\Psr7\\": "src/"
1213
                },
1214
                "files": [
1215
                    "src/functions_include.php"
1216
                ]
1217
            },
1218
            "notification-url": "https://packagist.org/downloads/",
1219
            "license": [
1220
                "MIT"
1221
            ],
1222
            "authors": [
1223
                {
1224
                    "name": "Michael Dowling",
1225
                    "email": "[email protected]",
1226
                    "homepage": "https://github.com/mtdowling"
1227
                },
1228
                {
1229
                    "name": "Tobias Schultze",
1230
                    "homepage": "https://github.com/Tobion"
1231
                }
1232
            ],
1233
            "description": "PSR-7 message implementation that also provides common utility methods",
1234
            "keywords": [
1235
                "http",
1236
                "message",
1237
                "request",
1238
                "response",
1239
                "stream",
1240
                "uri",
1241
                "url"
1242
            ],
1243
            "time": "2017-02-27T10:51:17+00:00"
1244
        },
1245
        {
1246
            "name": "hamcrest/hamcrest-php",
1247
            "version": "v1.2.2",
1248
            "source": {
1249
                "type": "git",
1250
                "url": "https://github.com/hamcrest/hamcrest-php.git",
1251
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
1252
            },
1253
            "dist": {
1254
                "type": "zip",
1255
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
1256
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
1257
                "shasum": ""
1258
            },
1259
            "require": {
1260
                "php": ">=5.3.2"
1261
            },
1262
            "replace": {
1263
                "cordoval/hamcrest-php": "*",
1264
                "davedevelopment/hamcrest-php": "*",
1265
                "kodova/hamcrest-php": "*"
1266
            },
1267
            "require-dev": {
1268
                "phpunit/php-file-iterator": "1.3.3",
1269
                "satooshi/php-coveralls": "dev-master"
1270
            },
1271
            "type": "library",
1272
            "autoload": {
1273
                "classmap": [
1274
                    "hamcrest"
1275
                ],
1276
                "files": [
1277
                    "hamcrest/Hamcrest.php"
1278
                ]
1279
            },
1280
            "notification-url": "https://packagist.org/downloads/",
1281
            "license": [
1282
                "BSD"
1283
            ],
1284
            "description": "This is the PHP port of Hamcrest Matchers",
1285
            "keywords": [
1286
                "test"
1287
            ],
1288
            "time": "2015-05-11T14:41:42+00:00"
1289
        },
1290
        {
1291
            "name": "incenteev/composer-parameter-handler",
1292
            "version": "v2.1.2",
1293
            "source": {
1294
                "type": "git",
1295
                "url": "https://github.com/Incenteev/ParameterHandler.git",
1296
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
1297
            },
1298
            "dist": {
1299
                "type": "zip",
1300
                "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
1301
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
1302
                "shasum": ""
1303
            },
1304
            "require": {
1305
                "php": ">=5.3.3",
1306
                "symfony/yaml": "~2.3|~3.0"
1307
            },
1308
            "require-dev": {
1309
                "composer/composer": "1.0.*@dev",
1310
                "phpspec/prophecy-phpunit": "~1.0",
1311
                "symfony/filesystem": "~2.2"
1312
            },
1313
            "type": "library",
1314
            "extra": {
1315
                "branch-alias": {
1316
                    "dev-master": "2.1.x-dev"
1317
                }
1318
            },
1319
            "autoload": {
1320
                "psr-4": {
1321
                    "Incenteev\\ParameterHandler\\": ""
1322
                }
1323
            },
1324
            "notification-url": "https://packagist.org/downloads/",
1325
            "license": [
1326
                "MIT"
1327
            ],
1328
            "authors": [
1329
                {
1330
                    "name": "Christophe Coevoet",
1331
                    "email": "[email protected]"
1332
                }
1333
            ],
1334
            "description": "Composer script handling your ignored parameter file",
1335
            "homepage": "https://github.com/Incenteev/ParameterHandler",
1336
            "keywords": [
1337
                "parameters management"
1338
            ],
1339
            "time": "2015-11-10T17:04:01+00:00"
1340
        },
1341
        {
1342
            "name": "jdorn/sql-formatter",
1343
            "version": "v1.2.17",
1344
            "source": {
1345
                "type": "git",
1346
                "url": "https://github.com/jdorn/sql-formatter.git",
1347
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
1348
            },
1349
            "dist": {
1350
                "type": "zip",
1351
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
1352
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
1353
                "shasum": ""
1354
            },
1355
            "require": {
1356
                "php": ">=5.2.4"
1357
            },
1358
            "require-dev": {
1359
                "phpunit/phpunit": "3.7.*"
1360
            },
1361
            "type": "library",
1362
            "extra": {
1363
                "branch-alias": {
1364
                    "dev-master": "1.3.x-dev"
1365
                }
1366
            },
1367
            "autoload": {
1368
                "classmap": [
1369
                    "lib"
1370
                ]
1371
            },
1372
            "notification-url": "https://packagist.org/downloads/",
1373
            "license": [
1374
                "MIT"
1375
            ],
1376
            "authors": [
1377
                {
1378
                    "name": "Jeremy Dorn",
1379
                    "email": "[email protected]",
1380
                    "homepage": "http://jeremydorn.com/"
1381
                }
1382
            ],
1383
            "description": "a PHP SQL highlighting library",
1384
            "homepage": "https://github.com/jdorn/sql-formatter/",
1385
            "keywords": [
1386
                "highlight",
1387
                "sql"
1388
            ],
1389
            "time": "2014-01-12T16:20:24+00:00"
1390
        },
1391
        {
1392
            "name": "jms/aop-bundle",
1393
            "version": "1.1.0",
1394
            "target-dir": "JMS/AopBundle",
1395
            "source": {
1396
                "type": "git",
1397
                "url": "https://github.com/schmittjoh/JMSAopBundle.git",
1398
                "reference": "66287749c020b4c667c0ff4937b07e66c04bbe71"
1399
            },
1400
            "dist": {
1401
                "type": "zip",
1402
                "url": "https://api.github.com/repos/schmittjoh/JMSAopBundle/zipball/66287749c020b4c667c0ff4937b07e66c04bbe71",
1403
                "reference": "66287749c020b4c667c0ff4937b07e66c04bbe71",
1404
                "shasum": ""
1405
            },
1406
            "require": {
1407
                "jms/cg": "^1.1",
1408
                "symfony/framework-bundle": "2.*"
1409
            },
1410
            "type": "symfony-bundle",
1411
            "extra": {
1412
                "branch-alias": {
1413
                    "dev-master": "1.1.x-dev"
1414
                }
1415
            },
1416
            "autoload": {
1417
                "psr-0": {
1418
                    "JMS\\AopBundle": ""
1419
                }
1420
            },
1421
            "notification-url": "https://packagist.org/downloads/",
1422
            "license": [
1423
                "Apache-2.0"
1424
            ],
1425
            "authors": [
1426
                {
1427
                    "name": "Johannes M. Schmitt",
1428
                    "email": "[email protected]"
1429
                }
1430
            ],
1431
            "description": "Adds AOP capabilities to Symfony2",
1432
            "keywords": [
1433
                "annotations",
1434
                "aop"
1435
            ],
1436
            "time": "2015-09-13T09:02:33+00:00"
1437
        },
1438
        {
1439
            "name": "jms/cg",
1440
            "version": "1.1.0",
1441
            "source": {
1442
                "type": "git",
1443
                "url": "https://github.com/schmittjoh/cg-library.git",
1444
                "reference": "0af1113c7409b8636c5244bbae10b2e0ff792e9c"
1445
            },
1446
            "dist": {
1447
                "type": "zip",
1448
                "url": "https://api.github.com/repos/schmittjoh/cg-library/zipball/0af1113c7409b8636c5244bbae10b2e0ff792e9c",
1449
                "reference": "0af1113c7409b8636c5244bbae10b2e0ff792e9c",
1450
                "shasum": ""
1451
            },
1452
            "require": {
1453
                "php": ">=5.3.0"
1454
            },
1455
            "type": "library",
1456
            "extra": {
1457
                "branch-alias": {
1458
                    "dev-master": "1.1-dev"
1459
                }
1460
            },
1461
            "autoload": {
1462
                "psr-0": {
1463
                    "CG\\": "src/"
1464
                }
1465
            },
1466
            "notification-url": "https://packagist.org/downloads/",
1467
            "license": [
1468
                "Apache2"
1469
            ],
1470
            "authors": [
1471
                {
1472
                    "name": "Johannes M. Schmitt",
1473
                    "email": "[email protected]"
1474
                }
1475
            ],
1476
            "description": "Toolset for generating PHP code",
1477
            "keywords": [
1478
                "code generation"
1479
            ],
1480
            "time": "2015-09-13T08:54:43+00:00"
1481
        },
1482
        {
1483
            "name": "jms/di-extra-bundle",
1484
            "version": "1.4.0",
1485
            "target-dir": "JMS/DiExtraBundle",
1486
            "source": {
1487
                "type": "git",
1488
                "url": "https://github.com/schmittjoh/JMSDiExtraBundle.git",
1489
                "reference": "7fffdb6c96fb922a131af06d773e1e6c5301d070"
1490
            },
1491
            "dist": {
1492
                "type": "zip",
1493
                "url": "https://api.github.com/repos/schmittjoh/JMSDiExtraBundle/zipball/7fffdb6c96fb922a131af06d773e1e6c5301d070",
1494
                "reference": "7fffdb6c96fb922a131af06d773e1e6c5301d070",
1495
                "shasum": ""
1496
            },
1497
            "require": {
1498
                "jms/aop-bundle": ">=1.0.0,<1.2-dev",
1499
                "jms/metadata": "1.*",
1500
                "symfony/finder": "~2.1",
1501
                "symfony/framework-bundle": "~2.1",
1502
                "symfony/process": "~2.1"
1503
            },
1504
            "require-dev": {
1505
                "doctrine/doctrine-bundle": "*",
1506
                "doctrine/orm": "*",
1507
                "jms/security-extra-bundle": "1.*",
1508
                "phpcollection/phpcollection": ">=0.1,<0.3-dev",
1509
                "sensio/framework-extra-bundle": "*",
1510
                "symfony/browser-kit": "*",
1511
                "symfony/class-loader": "*",
1512
                "symfony/form": "*",
1513
                "symfony/security-bundle": "*",
1514
                "symfony/twig-bundle": "*",
1515
                "symfony/validator": "*",
1516
                "symfony/yaml": "*"
1517
            },
1518
            "type": "symfony-bundle",
1519
            "extra": {
1520
                "branch-alias": {
1521
                    "dev-master": "1.3-dev"
1522
                }
1523
            },
1524
            "autoload": {
1525
                "psr-0": {
1526
                    "JMS\\DiExtraBundle": ""
1527
                }
1528
            },
1529
            "notification-url": "https://packagist.org/downloads/",
1530
            "license": [
1531
                "Apache"
1532
            ],
1533
            "authors": [
1534
                {
1535
                    "name": "Johannes Schmitt",
1536
                    "email": "[email protected]",
1537
                    "homepage": "https://github.com/schmittjoh",
1538
                    "role": "Developer of wrapped JMSSerializerBundle"
1539
                }
1540
            ],
1541
            "description": "Allows to configure dependency injection using annotations",
1542
            "homepage": "http://jmsyst.com/bundles/JMSDiExtraBundle",
1543
            "keywords": [
1544
                "annotations",
1545
                "dependency injection"
1546
            ],
1547
            "time": "2013-06-08T13:13:40+00:00"
1548
        },
1549
        {
1550
            "name": "jms/metadata",
1551
            "version": "1.5.1",
1552
            "source": {
1553
                "type": "git",
1554
                "url": "https://github.com/schmittjoh/metadata.git",
1555
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
1556
            },
1557
            "dist": {
1558
                "type": "zip",
1559
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
1560
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
1561
                "shasum": ""
1562
            },
1563
            "require": {
1564
                "php": ">=5.3.0"
1565
            },
1566
            "require-dev": {
1567
                "doctrine/cache": "~1.0"
1568
            },
1569
            "type": "library",
1570
            "extra": {
1571
                "branch-alias": {
1572
                    "dev-master": "1.5.x-dev"
1573
                }
1574
            },
1575
            "autoload": {
1576
                "psr-0": {
1577
                    "Metadata\\": "src/"
1578
                }
1579
            },
1580
            "notification-url": "https://packagist.org/downloads/",
1581
            "license": [
1582
                "Apache"
1583
            ],
1584
            "authors": [
1585
                {
1586
                    "name": "Johannes Schmitt",
1587
                    "email": "[email protected]",
1588
                    "homepage": "https://github.com/schmittjoh",
1589
                    "role": "Developer of wrapped JMSSerializerBundle"
1590
                }
1591
            ],
1592
            "description": "Class/method/property metadata management in PHP",
1593
            "keywords": [
1594
                "annotations",
1595
                "metadata",
1596
                "xml",
1597
                "yaml"
1598
            ],
1599
            "time": "2014-07-12T07:13:19+00:00"
1600
        },
1601
        {
1602
            "name": "jms/translation-bundle",
1603
            "version": "1.3.2",
1604
            "target-dir": "JMS/TranslationBundle",
1605
            "source": {
1606
                "type": "git",
1607
                "url": "https://github.com/schmittjoh/JMSTranslationBundle.git",
1608
                "reference": "08b8db92aa376b8e50ce4e779e849916abffd805"
1609
            },
1610
            "dist": {
1611
                "type": "zip",
1612
                "url": "https://api.github.com/repos/schmittjoh/JMSTranslationBundle/zipball/08b8db92aa376b8e50ce4e779e849916abffd805",
1613
                "reference": "08b8db92aa376b8e50ce4e779e849916abffd805",
1614
                "shasum": ""
1615
            },
1616
            "require": {
1617
                "nikic/php-parser": "^1.4 || ^2.0 || ^3.0",
1618
                "php": "^5.3.3 || ^7.0",
1619
                "symfony/console": "^2.3 || ^3.0",
1620
                "symfony/framework-bundle": "^2.3 || ^3.0",
1621
                "twig/twig": "^1.27 || ^2.0"
1622
            },
1623
            "require-dev": {
1624
                "jms/di-extra-bundle": "^1.1",
1625
                "matthiasnoback/symfony-dependency-injection-test": "^0.7.6",
1626
                "nyholm/nsa": "^1.0.1",
1627
                "phpunit/phpunit": "4.8.27",
1628
                "psr/log": "^1.0",
1629
                "sensio/framework-extra-bundle": "^2.3 || ^3.0",
1630
                "symfony/expression-language": "^2.6 || ^3.0",
1631
                "symfony/symfony": "^2.3 || ^3.0"
1632
            },
1633
            "type": "symfony-bundle",
1634
            "extra": {
1635
                "branch-alias": {
1636
                    "dev-master": "1.4-dev"
1637
                }
1638
            },
1639
            "autoload": {
1640
                "psr-0": {
1641
                    "JMS\\TranslationBundle": ""
1642
                }
1643
            },
1644
            "notification-url": "https://packagist.org/downloads/",
1645
            "license": [
1646
                "Apache2"
1647
            ],
1648
            "authors": [
1649
                {
1650
                    "name": "Johannes M. Schmitt",
1651
                    "email": "[email protected]"
1652
                }
1653
            ],
1654
            "description": "Puts the Symfony Translation Component on steroids",
1655
            "homepage": "http://jmsyst.com/bundles/JMSTranslationBundle",
1656
            "keywords": [
1657
                "extract",
1658
                "extraction",
1659
                "i18n",
1660
                "interface",
1661
                "multilanguage",
1662
                "translation",
1663
                "ui",
1664
                "webinterface"
1665
            ],
1666
            "time": "2017-04-20T19:44:02+00:00"
1667
        },
1668
        {
1669
            "name": "kriswallsmith/assetic",
1670
            "version": "v1.3.2",
1671
            "source": {
1672
                "type": "git",
1673
                "url": "https://github.com/kriswallsmith/assetic.git",
1674
                "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5"
1675
            },
1676
            "dist": {
1677
                "type": "zip",
1678
                "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/9928f7c4ad98b234e3559d1049abd13387f86db5",
1679
                "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5",
1680
                "shasum": ""
1681
            },
1682
            "require": {
1683
                "php": ">=5.3.1",
1684
                "symfony/process": "~2.1|~3.0"
1685
            },
1686
            "conflict": {
1687
                "twig/twig": "<1.23"
1688
            },
1689
            "require-dev": {
1690
                "cssmin/cssmin": "3.0.1",
1691
                "joliclic/javascript-packer": "1.1",
1692
                "kamicane/packager": "1.0",
1693
                "leafo/lessphp": "^0.3.7",
1694
                "leafo/scssphp": "~0.1",
1695
                "mrclay/minify": "~2.2",
1696
                "patchwork/jsqueeze": "~1.0|~2.0",
1697
                "phpunit/phpunit": "~4.8",
1698
                "psr/log": "~1.0",
1699
                "ptachoire/cssembed": "~1.0",
1700
                "symfony/phpunit-bridge": "~2.7|~3.0",
1701
                "twig/twig": "~1.8|~2.0"
1702
            },
1703
            "suggest": {
1704
                "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
1705
                "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
1706
                "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
1707
                "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
1708
                "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
1709
                "twig/twig": "Assetic provides the integration with the Twig templating engine"
1710
            },
1711
            "type": "library",
1712
            "extra": {
1713
                "branch-alias": {
1714
                    "dev-master": "1.4-dev"
1715
                }
1716
            },
1717
            "autoload": {
1718
                "psr-0": {
1719
                    "Assetic": "src/"
1720
                },
1721
                "files": [
1722
                    "src/functions.php"
1723
                ]
1724
            },
1725
            "notification-url": "https://packagist.org/downloads/",
1726
            "license": [
1727
                "MIT"
1728
            ],
1729
            "authors": [
1730
                {
1731
                    "name": "Kris Wallsmith",
1732
                    "email": "[email protected]",
1733
                    "homepage": "http://kriswallsmith.net/"
1734
                }
1735
            ],
1736
            "description": "Asset Management for PHP",
1737
            "homepage": "https://github.com/kriswallsmith/assetic",
1738
            "keywords": [
1739
                "assets",
1740
                "compression",
1741
                "minification"
1742
            ],
1743
            "time": "2015-11-12T13:51:40+00:00"
1744
        },
1745
        {
1746
            "name": "mockery/mockery",
1747
            "version": "0.9.5",
1748
            "source": {
1749
                "type": "git",
1750
                "url": "https://github.com/mockery/mockery.git",
1751
                "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2"
1752
            },
1753
            "dist": {
1754
                "type": "zip",
1755
                "url": "https://api.github.com/repos/mockery/mockery/zipball/4db079511a283e5aba1b3c2fb19037c645e70fc2",
1756
                "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2",
1757
                "shasum": ""
1758
            },
1759
            "require": {
1760
                "hamcrest/hamcrest-php": "~1.1",
1761
                "lib-pcre": ">=7.0",
1762
                "php": ">=5.3.2"
1763
            },
1764
            "require-dev": {
1765
                "phpunit/phpunit": "~4.0"
1766
            },
1767
            "type": "library",
1768
            "extra": {
1769
                "branch-alias": {
1770
                    "dev-master": "0.9.x-dev"
1771
                }
1772
            },
1773
            "autoload": {
1774
                "psr-0": {
1775
                    "Mockery": "library/"
1776
                }
1777
            },
1778
            "notification-url": "https://packagist.org/downloads/",
1779
            "license": [
1780
                "BSD-3-Clause"
1781
            ],
1782
            "authors": [
1783
                {
1784
                    "name": "Pádraic Brady",
1785
                    "email": "[email protected]",
1786
                    "homepage": "http://blog.astrumfutura.com"
1787
                },
1788
                {
1789
                    "name": "Dave Marshall",
1790
                    "email": "[email protected]",
1791
                    "homepage": "http://davedevelopment.co.uk"
1792
                }
1793
            ],
1794
            "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.",
1795
            "homepage": "http://github.com/padraic/mockery",
1796
            "keywords": [
1797
                "BDD",
1798
                "TDD",
1799
                "library",
1800
                "mock",
1801
                "mock objects",
1802
                "mockery",
1803
                "stub",
1804
                "test",
1805
                "test double",
1806
                "testing"
1807
            ],
1808
            "time": "2016-05-22T21:52:33+00:00"
1809
        },
1810
        {
1811
            "name": "monolog/monolog",
1812
            "version": "1.22.0",
1813
            "source": {
1814
                "type": "git",
1815
                "url": "https://github.com/Seldaek/monolog.git",
1816
                "reference": "bad29cb8d18ab0315e6c477751418a82c850d558"
1817
            },
1818
            "dist": {
1819
                "type": "zip",
1820
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bad29cb8d18ab0315e6c477751418a82c850d558",
1821
                "reference": "bad29cb8d18ab0315e6c477751418a82c850d558",
1822
                "shasum": ""
1823
            },
1824
            "require": {
1825
                "php": ">=5.3.0",
1826
                "psr/log": "~1.0"
1827
            },
1828
            "provide": {
1829
                "psr/log-implementation": "1.0.0"
1830
            },
1831
            "require-dev": {
1832
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
1833
                "doctrine/couchdb": "~1.0@dev",
1834
                "graylog2/gelf-php": "~1.0",
1835
                "jakub-onderka/php-parallel-lint": "0.9",
1836
                "php-amqplib/php-amqplib": "~2.4",
1837
                "php-console/php-console": "^3.1.3",
1838
                "phpunit/phpunit": "~4.5",
1839
                "phpunit/phpunit-mock-objects": "2.3.0",
1840
                "ruflin/elastica": ">=0.90 <3.0",
1841
                "sentry/sentry": "^0.13",
1842
                "swiftmailer/swiftmailer": "~5.3"
1843
            },
1844
            "suggest": {
1845
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1846
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1847
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1848
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1849
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1850
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
1851
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1852
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1853
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1854
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1855
                "sentry/sentry": "Allow sending log messages to a Sentry server"
1856
            },
1857
            "type": "library",
1858
            "extra": {
1859
                "branch-alias": {
1860
                    "dev-master": "2.0.x-dev"
1861
                }
1862
            },
1863
            "autoload": {
1864
                "psr-4": {
1865
                    "Monolog\\": "src/Monolog"
1866
                }
1867
            },
1868
            "notification-url": "https://packagist.org/downloads/",
1869
            "license": [
1870
                "MIT"
1871
            ],
1872
            "authors": [
1873
                {
1874
                    "name": "Jordi Boggiano",
1875
                    "email": "[email protected]",
1876
                    "homepage": "http://seld.be"
1877
                }
1878
            ],
1879
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1880
            "homepage": "http://github.com/Seldaek/monolog",
1881
            "keywords": [
1882
                "log",
1883
                "logging",
1884
                "psr-3"
1885
            ],
1886
            "time": "2016-11-26T00:15:39+00:00"
1887
        },
1888
        {
1889
            "name": "mopa/bootstrap-bundle",
1890
            "version": "v3.0.0-RC2",
1891
            "target-dir": "Mopa/Bundle/BootstrapBundle",
1892
            "source": {
1893
                "type": "git",
1894
                "url": "https://github.com/phiamo/MopaBootstrapBundle.git",
1895
                "reference": "c43c1c3b230cccfaa2548b55a7ddca5a5af8eaff"
1896
            },
1897
            "dist": {
1898
                "type": "zip",
1899
                "url": "https://api.github.com/repos/phiamo/MopaBootstrapBundle/zipball/c43c1c3b230cccfaa2548b55a7ddca5a5af8eaff",
1900
                "reference": "c43c1c3b230cccfaa2548b55a7ddca5a5af8eaff",
1901
                "shasum": ""
1902
            },
1903
            "require": {
1904
                "mopa/composer-bridge": "~1.3",
1905
                "symfony/console": "~2.3",
1906
                "symfony/form": "~2.3|~3.0",
1907
                "symfony/framework-bundle": "~2.3",
1908
                "symfony/twig-bundle": "~2.3|~3.0",
1909
                "twig/twig": "^1.14.2"
1910
            },
1911
            "conflict": {
1912
                "symfony/twig-bridge": "<2.3"
1913
            },
1914
            "require-dev": {
1915
                "phpunit/phpunit": "~4.6"
1916
            },
1917
            "suggest": {
1918
                "craue/formflow-bundle": "~2.0",
1919
                "knplabs/knp-menu-bundle": "~2.0@dev",
1920
                "knplabs/knp-paginator-bundle": "~2.3",
1921
                "mopa/bootstrap-sandbox-bundle": "~2.3",
1922
                "twbs/bootstrap": ">2.0,<4.0-dev",
1923
                "twbs/bootstrap-sass": "v3.1.1"
1924
            },
1925
            "type": "symfony-bundle",
1926
            "extra": {
1927
                "branch-alias": {
1928
                    "dev-master": "3.x-dev"
1929
                }
1930
            },
1931
            "autoload": {
1932
                "psr-0": {
1933
                    "Mopa\\Bundle\\BootstrapBundle\\": ""
1934
                }
1935
            },
1936
            "notification-url": "https://packagist.org/downloads/",
1937
            "license": [
1938
                "MIT"
1939
            ],
1940
            "authors": [
1941
                {
1942
                    "name": "Community contributions",
1943
                    "homepage": "https://github.com/phiamo/MopaBootstrapBundle/contributors"
1944
                },
1945
                {
1946
                    "name": "Philipp A. Mohrenweiser",
1947
                    "email": "[email protected]"
1948
                }
1949
            ],
1950
            "description": "Easy integration of twitters bootstrap into symfony2",
1951
            "keywords": [
1952
                "bootstrap",
1953
                "bootstrap form",
1954
                "extra form",
1955
                "form",
1956
                "template"
1957
            ],
1958
            "time": "2015-09-10T17:23:40+00:00"
1959
        },
1960
        {
1961
            "name": "mopa/composer-bridge",
1962
            "version": "dev-master",
1963
            "source": {
1964
                "type": "git",
1965
                "url": "https://github.com/phiamo/MopaComposerBridge.git",
1966
                "reference": "58661a5c588ce9c3eff7d36c4030f6caa4de1ae2"
1967
            },
1968
            "dist": {
1969
                "type": "zip",
1970
                "url": "https://api.github.com/repos/phiamo/MopaComposerBridge/zipball/58661a5c588ce9c3eff7d36c4030f6caa4de1ae2",
1971
                "reference": "58661a5c588ce9c3eff7d36c4030f6caa4de1ae2",
1972
                "shasum": ""
1973
            },
1974
            "require": {
1975
                "symfony/class-loader": ">=2.0.0",
1976
                "symfony/console": ">=2.0.0"
1977
            },
1978
            "type": "symfony-bridge",
1979
            "extra": {
1980
                "branch-alias": {
1981
                    "dev-master": "1.3.x-dev"
1982
                }
1983
            },
1984
            "autoload": {
1985
                "psr-0": {
1986
                    "Mopa\\Bridge\\Composer": "src/"
1987
                }
1988
            },
1989
            "notification-url": "https://packagist.org/downloads/",
1990
            "license": [
1991
                "MIT"
1992
            ],
1993
            "authors": [
1994
                {
1995
                    "name": "Community contributions",
1996
                    "homepage": "https://github.com/phiamo/MopaComposerBridge/contributors"
1997
                },
1998
                {
1999
                    "name": "Philipp A. Mohrenweiser",
2000
                    "email": "[email protected]"
2001
                }
2002
            ],
2003
            "description": "Symfony2 Composer Bridge",
2004
            "homepage": "http://bootstrap.mohrenweiserpartner.de",
2005
            "keywords": [
2006
                "Symfony2",
2007
                "composer"
2008
            ],
2009
            "time": "2015-10-01T19:20:19+00:00"
2010
        },
2011
        {
2012
            "name": "nelmio/security-bundle",
2013
            "version": "1.10.0",
2014
            "source": {
2015
                "type": "git",
2016
                "url": "https://github.com/nelmio/NelmioSecurityBundle.git",
2017
                "reference": "4be243f1fc85ff85f10aadcf88c8c11ba2096cd9"
2018
            },
2019
            "dist": {
2020
                "type": "zip",
2021
                "url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/4be243f1fc85ff85f10aadcf88c8c11ba2096cd9",
2022
                "reference": "4be243f1fc85ff85f10aadcf88c8c11ba2096cd9",
2023
                "shasum": ""
2024
            },
2025
            "require": {
2026
                "symfony/framework-bundle": "~2.3|~3.0",
2027
                "symfony/security": "~2.3|~3.0"
2028
            },
2029
            "require-dev": {
2030
                "phpunit/phpunit": "^5.2"
2031
            },
2032
            "type": "symfony-bundle",
2033
            "extra": {
2034
                "branch-alias": {
2035
                    "dev-master": "1.10.x-dev"
2036
                }
2037
            },
2038
            "autoload": {
2039
                "psr-4": {
2040
                    "Nelmio\\SecurityBundle\\": ""
2041
                }
2042
            },
2043
            "notification-url": "https://packagist.org/downloads/",
2044
            "license": [
2045
                "MIT"
2046
            ],
2047
            "authors": [
2048
                {
2049
                    "name": "Nelmio",
2050
                    "homepage": "http://nelm.io"
2051
                },
2052
                {
2053
                    "name": "Symfony Community",
2054
                    "homepage": "https://github.com/nelmio/NelmioSecurityBundle/contributors"
2055
                }
2056
            ],
2057
            "description": "Extra security-related features for Symfony: signed/encrypted cookies, HTTPS/SSL/HSTS handling, cookie session storage, ...",
2058
            "keywords": [
2059
                "security"
2060
            ],
2061
            "time": "2016-02-23T10:42:13+00:00"
2062
        },
2063
        {
2064
            "name": "nikic/php-parser",
2065
            "version": "v3.1.3",
2066
            "source": {
2067
                "type": "git",
2068
                "url": "https://github.com/nikic/PHP-Parser.git",
2069
                "reference": "579f4ce846734a1cf55d6a531d00ca07a43e3cda"
2070
            },
2071
            "dist": {
2072
                "type": "zip",
2073
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/579f4ce846734a1cf55d6a531d00ca07a43e3cda",
2074
                "reference": "579f4ce846734a1cf55d6a531d00ca07a43e3cda",
2075
                "shasum": ""
2076
            },
2077
            "require": {
2078
                "ext-tokenizer": "*",
2079
                "php": ">=5.5"
2080
            },
2081
            "require-dev": {
2082
                "phpunit/phpunit": "~4.0|~5.0"
2083
            },
2084
            "bin": [
2085
                "bin/php-parse"
2086
            ],
2087
            "type": "library",
2088
            "extra": {
2089
                "branch-alias": {
2090
                    "dev-master": "3.0-dev"
2091
                }
2092
            },
2093
            "autoload": {
2094
                "psr-4": {
2095
                    "PhpParser\\": "lib/PhpParser"
2096
                }
2097
            },
2098
            "notification-url": "https://packagist.org/downloads/",
2099
            "license": [
2100
                "BSD-3-Clause"
2101
            ],
2102
            "authors": [
2103
                {
2104
                    "name": "Nikita Popov"
2105
                }
2106
            ],
2107
            "description": "A PHP parser written in PHP",
2108
            "keywords": [
2109
                "parser",
2110
                "php"
2111
            ],
2112
            "time": "2017-12-26T14:43:21+00:00"
2113
        },
2114
        {
2115
            "name": "ocramius/proxy-manager",
2116
            "version": "1.0.2",
2117
            "source": {
2118
                "type": "git",
2119
                "url": "https://github.com/Ocramius/ProxyManager.git",
2120
                "reference": "57e9272ec0e8deccf09421596e0e2252df440e11"
2121
            },
2122
            "dist": {
2123
                "type": "zip",
2124
                "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/57e9272ec0e8deccf09421596e0e2252df440e11",
2125
                "reference": "57e9272ec0e8deccf09421596e0e2252df440e11",
2126
                "shasum": ""
2127
            },
2128
            "require": {
2129
                "php": ">=5.3.3",
2130
                "zendframework/zend-code": ">2.2.5,<3.0"
2131
            },
2132
            "require-dev": {
2133
                "ext-phar": "*",
2134
                "phpunit/phpunit": "~4.0",
2135
                "squizlabs/php_codesniffer": "1.5.*"
2136
            },
2137
            "suggest": {
2138
                "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
2139
                "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
2140
                "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
2141
                "zendframework/zend-stdlib": "To use the hydrator proxy",
2142
                "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
2143
            },
2144
            "type": "library",
2145
            "extra": {
2146
                "branch-alias": {
2147
                    "dev-master": "2.0.x-dev"
2148
                }
2149
            },
2150
            "autoload": {
2151
                "psr-0": {
2152
                    "ProxyManager\\": "src"
2153
                }
2154
            },
2155
            "notification-url": "https://packagist.org/downloads/",
2156
            "license": [
2157
                "MIT"
2158
            ],
2159
            "authors": [
2160
                {
2161
                    "name": "Marco Pivetta",
2162
                    "email": "[email protected]",
2163
                    "homepage": "http://ocramius.github.com/"
2164
                }
2165
            ],
2166
            "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
2167
            "homepage": "https://github.com/Ocramius/ProxyManager",
2168
            "keywords": [
2169
                "aop",
2170
                "lazy loading",
2171
                "proxy",
2172
                "proxy pattern",
2173
                "service proxies"
2174
            ],
2175
            "time": "2015-08-09T04:28:19+00:00"
2176
        },
2177
        {
2178
            "name": "openconext/monitor-bundle",
2179
            "version": "1.0.0",
2180
            "source": {
2181
                "type": "git",
2182
                "url": "https://github.com/OpenConext/Monitor-bundle.git",
2183
                "reference": "b9be093828385e857ff23a106b4429155d7f8d58"
2184
            },
2185
            "dist": {
2186
                "type": "zip",
2187
                "url": "https://api.github.com/repos/OpenConext/Monitor-bundle/zipball/b9be093828385e857ff23a106b4429155d7f8d58",
2188
                "reference": "b9be093828385e857ff23a106b4429155d7f8d58",
2189
                "shasum": ""
2190
            },
2191
            "require": {
2192
                "php": ">=5.4,<8.0-dev",
2193
                "symfony/dependency-injection": ">=2.7,<4",
2194
                "symfony/framework-bundle": ">=2.7,<4",
2195
                "webmozart/assert": "^1.2"
2196
            },
2197
            "require-dev": {
2198
                "jakub-onderka/php-parallel-lint": "^0.9.2",
2199
                "liip/rmt": "^1.1",
2200
                "malukenho/docheader": "^0.1.6",
2201
                "matthiasnoback/symfony-config-test": "^2.1",
2202
                "mockery/mockery": "~0.9",
2203
                "phpdocumentor/reflection-docblock": "3.3.*",
2204
                "phpmd/phpmd": "^2.6",
2205
                "phpunit/php-token-stream": "1.4.*",
2206
                "phpunit/phpunit": "^5.7",
2207
                "sebastian/phpcpd": "^3.0",
2208
                "squizlabs/php_codesniffer": "^3.1"
2209
            },
2210
            "type": "symfony-bundle",
2211
            "autoload": {
2212
                "psr-4": {
2213
                    "OpenConext\\MonitorBundle\\": "src"
2214
                }
2215
            },
2216
            "notification-url": "https://packagist.org/downloads/",
2217
            "license": [
2218
                "Apache-2.0"
2219
            ],
2220
            "description": "A Symfony2 bundle that facilitates health and info endpoints to a Symfony application",
2221
            "keywords": [
2222
                "OpenConext",
2223
                "health",
2224
                "monitoring",
2225
                "stepup",
2226
                "surfnet"
2227
            ],
2228
            "time": "2017-12-07T14:41:46+00:00"
2229
        },
2230
        {
2231
            "name": "paragonie/random_compat",
0 ignored issues
show
There is a security advisory for your installed version of paragonie/random_compat:

Uses insecure CSPRNG (openssl_random_pseudo_bytes())
Loading history...
2232
            "version": "v1.4.1",
2233
            "source": {
2234
                "type": "git",
2235
                "url": "https://github.com/paragonie/random_compat.git",
2236
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774"
2237
            },
2238
            "dist": {
2239
                "type": "zip",
2240
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/c7e26a21ba357863de030f0b9e701c7d04593774",
2241
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774",
2242
                "shasum": ""
2243
            },
2244
            "require": {
2245
                "php": ">=5.2.0"
2246
            },
2247
            "require-dev": {
2248
                "phpunit/phpunit": "4.*|5.*"
2249
            },
2250
            "suggest": {
2251
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
2252
            },
2253
            "type": "library",
2254
            "autoload": {
2255
                "files": [
2256
                    "lib/random.php"
2257
                ]
2258
            },
2259
            "notification-url": "https://packagist.org/downloads/",
2260
            "license": [
2261
                "MIT"
2262
            ],
2263
            "authors": [
2264
                {
2265
                    "name": "Paragon Initiative Enterprises",
2266
                    "email": "[email protected]",
2267
                    "homepage": "https://paragonie.com"
2268
                }
2269
            ],
2270
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
2271
            "keywords": [
2272
                "csprng",
2273
                "pseudorandom",
2274
                "random"
2275
            ],
2276
            "time": "2016-03-18T20:34:03+00:00"
2277
        },
2278
        {
2279
            "name": "psr/http-message",
2280
            "version": "1.0.1",
2281
            "source": {
2282
                "type": "git",
2283
                "url": "https://github.com/php-fig/http-message.git",
2284
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2285
            },
2286
            "dist": {
2287
                "type": "zip",
2288
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
2289
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2290
                "shasum": ""
2291
            },
2292
            "require": {
2293
                "php": ">=5.3.0"
2294
            },
2295
            "type": "library",
2296
            "extra": {
2297
                "branch-alias": {
2298
                    "dev-master": "1.0.x-dev"
2299
                }
2300
            },
2301
            "autoload": {
2302
                "psr-4": {
2303
                    "Psr\\Http\\Message\\": "src/"
2304
                }
2305
            },
2306
            "notification-url": "https://packagist.org/downloads/",
2307
            "license": [
2308
                "MIT"
2309
            ],
2310
            "authors": [
2311
                {
2312
                    "name": "PHP-FIG",
2313
                    "homepage": "http://www.php-fig.org/"
2314
                }
2315
            ],
2316
            "description": "Common interface for HTTP messages",
2317
            "homepage": "https://github.com/php-fig/http-message",
2318
            "keywords": [
2319
                "http",
2320
                "http-message",
2321
                "psr",
2322
                "psr-7",
2323
                "request",
2324
                "response"
2325
            ],
2326
            "time": "2016-08-06T14:39:51+00:00"
2327
        },
2328
        {
2329
            "name": "psr/log",
2330
            "version": "1.0.2",
2331
            "source": {
2332
                "type": "git",
2333
                "url": "https://github.com/php-fig/log.git",
2334
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
2335
            },
2336
            "dist": {
2337
                "type": "zip",
2338
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2339
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2340
                "shasum": ""
2341
            },
2342
            "require": {
2343
                "php": ">=5.3.0"
2344
            },
2345
            "type": "library",
2346
            "extra": {
2347
                "branch-alias": {
2348
                    "dev-master": "1.0.x-dev"
2349
                }
2350
            },
2351
            "autoload": {
2352
                "psr-4": {
2353
                    "Psr\\Log\\": "Psr/Log/"
2354
                }
2355
            },
2356
            "notification-url": "https://packagist.org/downloads/",
2357
            "license": [
2358
                "MIT"
2359
            ],
2360
            "authors": [
2361
                {
2362
                    "name": "PHP-FIG",
2363
                    "homepage": "http://www.php-fig.org/"
2364
                }
2365
            ],
2366
            "description": "Common interface for logging libraries",
2367
            "homepage": "https://github.com/php-fig/log",
2368
            "keywords": [
2369
                "log",
2370
                "psr",
2371
                "psr-3"
2372
            ],
2373
            "time": "2016-10-10T12:19:37+00:00"
2374
        },
2375
        {
2376
            "name": "robrichards/xmlseclibs",
2377
            "version": "3.0.1",
2378
            "source": {
2379
                "type": "git",
2380
                "url": "https://github.com/robrichards/xmlseclibs.git",
2381
                "reference": "d937712f70f93a584eb0299ccd87dc6374003781"
2382
            },
2383
            "dist": {
2384
                "type": "zip",
2385
                "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/d937712f70f93a584eb0299ccd87dc6374003781",
2386
                "reference": "d937712f70f93a584eb0299ccd87dc6374003781",
2387
                "shasum": ""
2388
            },
2389
            "require": {
2390
                "php": ">= 5.4"
2391
            },
2392
            "suggest": {
2393
                "ext-openssl": "OpenSSL extension"
2394
            },
2395
            "type": "library",
2396
            "autoload": {
2397
                "psr-4": {
2398
                    "RobRichards\\XMLSecLibs\\": "src"
2399
                }
2400
            },
2401
            "notification-url": "https://packagist.org/downloads/",
2402
            "license": [
2403
                "BSD-3-Clause"
2404
            ],
2405
            "description": "A PHP library for XML Security",
2406
            "homepage": "https://github.com/robrichards/xmlseclibs",
2407
            "keywords": [
2408
                "security",
2409
                "signature",
2410
                "xml",
2411
                "xmldsig"
2412
            ],
2413
            "time": "2017-08-31T09:27:07+00:00"
2414
        },
2415
        {
2416
            "name": "sensio/distribution-bundle",
2417
            "version": "v3.0.30",
2418
            "target-dir": "Sensio/Bundle/DistributionBundle",
2419
            "source": {
2420
                "type": "git",
2421
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
2422
                "reference": "f1758b30096202aeede61f79a1dffd69da091517"
2423
            },
2424
            "dist": {
2425
                "type": "zip",
2426
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/f1758b30096202aeede61f79a1dffd69da091517",
2427
                "reference": "f1758b30096202aeede61f79a1dffd69da091517",
2428
                "shasum": ""
2429
            },
2430
            "require": {
2431
                "php": ">=5.3.3",
2432
                "sensiolabs/security-checker": "~2.0",
2433
                "symfony/class-loader": "~2.2",
2434
                "symfony/framework-bundle": "~2.3",
2435
                "symfony/process": "~2.2"
2436
            },
2437
            "require-dev": {
2438
                "symfony/form": "~2.2",
2439
                "symfony/validator": "~2.2",
2440
                "symfony/yaml": "~2.2"
2441
            },
2442
            "suggest": {
2443
                "symfony/form": "If you want to use the configurator",
2444
                "symfony/validator": "If you want to use the configurator",
2445
                "symfony/yaml": "If you want to use  the configurator"
2446
            },
2447
            "type": "symfony-bundle",
2448
            "extra": {
2449
                "branch-alias": {
2450
                    "dev-master": "3.0.x-dev"
2451
                }
2452
            },
2453
            "autoload": {
2454
                "psr-0": {
2455
                    "Sensio\\Bundle\\DistributionBundle": ""
2456
                }
2457
            },
2458
            "notification-url": "https://packagist.org/downloads/",
2459
            "license": [
2460
                "MIT"
2461
            ],
2462
            "authors": [
2463
                {
2464
                    "name": "Fabien Potencier",
2465
                    "email": "[email protected]"
2466
                }
2467
            ],
2468
            "description": "Base bundle for Symfony Distributions",
2469
            "keywords": [
2470
                "configuration",
2471
                "distribution"
2472
            ],
2473
            "time": "2015-06-05T22:32:22+00:00"
2474
        },
2475
        {
2476
            "name": "sensio/framework-extra-bundle",
2477
            "version": "v3.0.16",
2478
            "source": {
2479
                "type": "git",
2480
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
2481
                "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546"
2482
            },
2483
            "dist": {
2484
                "type": "zip",
2485
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/507a15f56fa7699f6cc8c2c7de4080b19ce22546",
2486
                "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546",
2487
                "shasum": ""
2488
            },
2489
            "require": {
2490
                "doctrine/common": "~2.2",
2491
                "symfony/dependency-injection": "~2.3|~3.0",
2492
                "symfony/framework-bundle": "~2.3|~3.0"
2493
            },
2494
            "require-dev": {
2495
                "symfony/browser-kit": "~2.3|~3.0",
2496
                "symfony/dom-crawler": "~2.3|~3.0",
2497
                "symfony/expression-language": "~2.4|~3.0",
2498
                "symfony/finder": "~2.3|~3.0",
2499
                "symfony/phpunit-bridge": "~2.7|~3.0",
2500
                "symfony/security-bundle": "~2.4|~3.0",
2501
                "symfony/twig-bundle": "~2.3|~3.0",
2502
                "twig/twig": "~1.11|~2.0"
2503
            },
2504
            "suggest": {
2505
                "symfony/expression-language": "",
2506
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
2507
                "symfony/security-bundle": ""
2508
            },
2509
            "type": "symfony-bundle",
2510
            "extra": {
2511
                "branch-alias": {
2512
                    "dev-master": "3.0.x-dev"
2513
                }
2514
            },
2515
            "autoload": {
2516
                "psr-4": {
2517
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
2518
                }
2519
            },
2520
            "notification-url": "https://packagist.org/downloads/",
2521
            "license": [
2522
                "MIT"
2523
            ],
2524
            "authors": [
2525
                {
2526
                    "name": "Fabien Potencier",
2527
                    "email": "[email protected]"
2528
                }
2529
            ],
2530
            "description": "This bundle provides a way to configure your controllers with annotations",
2531
            "keywords": [
2532
                "annotations",
2533
                "controllers"
2534
            ],
2535
            "time": "2016-03-25T17:08:27+00:00"
2536
        },
2537
        {
2538
            "name": "sensiolabs/security-checker",
2539
            "version": "v2.0.5",
2540
            "source": {
2541
                "type": "git",
2542
                "url": "https://github.com/sensiolabs/security-checker.git",
2543
                "reference": "2c2a71f1c77d9765c12638c4724d9ca23658a810"
2544
            },
2545
            "dist": {
2546
                "type": "zip",
2547
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/2c2a71f1c77d9765c12638c4724d9ca23658a810",
2548
                "reference": "2c2a71f1c77d9765c12638c4724d9ca23658a810",
2549
                "shasum": ""
2550
            },
2551
            "require": {
2552
                "ext-curl": "*",
2553
                "symfony/console": "~2.0"
2554
            },
2555
            "bin": [
2556
                "security-checker"
2557
            ],
2558
            "type": "library",
2559
            "extra": {
2560
                "branch-alias": {
2561
                    "dev-master": "2.0-dev"
2562
                }
2563
            },
2564
            "autoload": {
2565
                "psr-0": {
2566
                    "SensioLabs\\Security": ""
2567
                }
2568
            },
2569
            "notification-url": "https://packagist.org/downloads/",
2570
            "license": [
2571
                "MIT"
2572
            ],
2573
            "authors": [
2574
                {
2575
                    "name": "Fabien Potencier",
2576
                    "email": "[email protected]"
2577
                }
2578
            ],
2579
            "description": "A security checker for your composer.lock",
2580
            "time": "2015-05-28T14:22:40+00:00"
2581
        },
2582
        {
2583
            "name": "simplesamlphp/saml2",
2584
            "version": "v3.1.4",
2585
            "source": {
2586
                "type": "git",
2587
                "url": "https://github.com/simplesamlphp/saml2.git",
2588
                "reference": "4f6af7f69f29df8555a18b9bb7b646906b45924d"
2589
            },
2590
            "dist": {
2591
                "type": "zip",
2592
                "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/4f6af7f69f29df8555a18b9bb7b646906b45924d",
2593
                "reference": "4f6af7f69f29df8555a18b9bb7b646906b45924d",
2594
                "shasum": ""
2595
            },
2596
            "require": {
2597
                "ext-dom": "*",
2598
                "ext-openssl": "*",
2599
                "ext-zlib": "*",
2600
                "php": ">=5.4",
2601
                "psr/log": "~1.0",
2602
                "robrichards/xmlseclibs": "^3.0"
2603
            },
2604
            "require-dev": {
2605
                "mockery/mockery": "~0.9",
2606
                "phpmd/phpmd": "~1.5",
2607
                "phpunit/phpunit": "~3.7",
2608
                "sebastian/phpcpd": "~1.4",
2609
                "sensiolabs/security-checker": "~1.1",
2610
                "squizlabs/php_codesniffer": "~1.4"
2611
            },
2612
            "type": "library",
2613
            "extra": {
2614
                "branch-alias": {
2615
                    "dev-master": "v3.0.x-dev"
2616
                }
2617
            },
2618
            "autoload": {
2619
                "psr-0": {
2620
                    "SAML2\\": "src/"
2621
                },
2622
                "files": [
2623
                    "src/_autoload.php"
2624
                ]
2625
            },
2626
            "notification-url": "https://packagist.org/downloads/",
2627
            "license": [
2628
                "LGPL-2.1-or-later"
2629
            ],
2630
            "authors": [
2631
                {
2632
                    "name": "Andreas Åkre Solberg",
2633
                    "email": "[email protected]"
2634
                }
2635
            ],
2636
            "description": "SAML2 PHP library from SimpleSAMLphp",
2637
            "time": "2018-03-02T14:30:38+00:00"
2638
        },
2639
        {
2640
            "name": "surfnet/messagebird-api-client-bundle",
2641
            "version": "3.0.0",
2642
            "source": {
2643
                "type": "git",
2644
                "url": "https://github.com/SURFnet/messagebird-api-client-bundle.git",
2645
                "reference": "44f83aa6eeb7d4e3807947068e2f90412e678818"
2646
            },
2647
            "dist": {
2648
                "type": "zip",
2649
                "url": "https://api.github.com/repos/SURFnet/messagebird-api-client-bundle/zipball/44f83aa6eeb7d4e3807947068e2f90412e678818",
2650
                "reference": "44f83aa6eeb7d4e3807947068e2f90412e678818",
2651
                "shasum": ""
2652
            },
2653
            "require": {
2654
                "guzzlehttp/guzzle": "^6.0",
2655
                "php": ">=5.5,<8.0-dev",
2656
                "symfony/config": ">=2.7,<3.0",
2657
                "symfony/dependency-injection": ">=2.7,<3.0",
2658
                "symfony/http-kernel": ">=2.7,<3.0"
2659
            },
2660
            "require-dev": {
2661
                "ibuildings/qa-tools": "~1.1",
2662
                "liip/rmt": "1.1.*",
2663
                "matthiasnoback/symfony-config-test": "0.*",
2664
                "mockery/mockery": "0.9.*"
2665
            },
2666
            "type": "library",
2667
            "autoload": {
2668
                "psr-0": {
2669
                    "Surfnet\\MessageBirdApiClient\\": "src",
2670
                    "Surfnet\\MessageBirdApiClientBundle\\": "src"
2671
                }
2672
            },
2673
            "notification-url": "https://packagist.org/downloads/",
2674
            "license": [
2675
                "Apache-2.0"
2676
            ],
2677
            "description": "A Symfony2 bundle to integrate MessageBird's messaging service.",
2678
            "keywords": [
2679
                "messagebird",
2680
                "sms",
2681
                "surfnet"
2682
            ],
2683
            "time": "2017-03-07T13:52:43+00:00"
2684
        },
2685
        {
2686
            "name": "surfnet/stepup-bundle",
2687
            "version": "3.3.3",
2688
            "source": {
2689
                "type": "git",
2690
                "url": "https://github.com/OpenConext/Stepup-bundle.git",
2691
                "reference": "6ac86cdcf6bbc2e0c50408fff7cafa7a5445a8fb"
2692
            },
2693
            "dist": {
2694
                "type": "zip",
2695
                "url": "https://api.github.com/repos/OpenConext/Stepup-bundle/zipball/6ac86cdcf6bbc2e0c50408fff7cafa7a5445a8fb",
2696
                "reference": "6ac86cdcf6bbc2e0c50408fff7cafa7a5445a8fb",
2697
                "shasum": ""
2698
            },
2699
            "require": {
2700
                "ext-gmp": "*",
2701
                "ext-openssl": "*",
2702
                "graylog2/gelf-php": "^1.5",
2703
                "guzzlehttp/guzzle": "^6.0",
2704
                "monolog/monolog": "~1.11",
2705
                "php": "^5.6|^7.0",
2706
                "sensio/framework-extra-bundle": "~3",
2707
                "surfnet/stepup-saml-bundle": "^4.0",
2708
                "symfony/config": "^2.7",
2709
                "symfony/dependency-injection": "^2.7",
2710
                "symfony/form": "^2.7",
2711
                "symfony/framework-bundle": "^2.7",
2712
                "symfony/http-kernel": "^2.7",
2713
                "symfony/twig-bridge": "^2.7",
2714
                "symfony/validator": "^2.7"
2715
            },
2716
            "require-dev": {
2717
                "liip/rmt": "1.1.*",
2718
                "mockery/mockery": "0.9.*",
2719
                "phpmd/phpmd": "^2.0",
2720
                "phpunit/phpunit": "^4.0",
2721
                "sebastian/phpcpd": "^2.0",
2722
                "sensiolabs/security-checker": "^2.0",
2723
                "squizlabs/php_codesniffer": "^1.0"
2724
            },
2725
            "type": "library",
2726
            "autoload": {
2727
                "psr-4": {
2728
                    "Surfnet\\StepupBundle\\": "src"
2729
                }
2730
            },
2731
            "notification-url": "https://packagist.org/downloads/",
2732
            "license": [
2733
                "Apache-2.0"
2734
            ],
2735
            "description": "A Symfony2 bundle that holds shared code and framework integration for all Step-up applications.",
2736
            "keywords": [
2737
                "stepup",
2738
                "suaas",
2739
                "surfnet"
2740
            ],
2741
            "time": "2018-03-22T14:15:12+00:00"
2742
        },
2743
        {
2744
            "name": "surfnet/stepup-saml-bundle",
2745
            "version": "4.0.0",
2746
            "source": {
2747
                "type": "git",
2748
                "url": "https://github.com/OpenConext/Stepup-saml-bundle.git",
2749
                "reference": "9bb7098248c7b60c8b2cbc74d996b027de69e68a"
2750
            },
2751
            "dist": {
2752
                "type": "zip",
2753
                "url": "https://api.github.com/repos/OpenConext/Stepup-saml-bundle/zipball/9bb7098248c7b60c8b2cbc74d996b027de69e68a",
2754
                "reference": "9bb7098248c7b60c8b2cbc74d996b027de69e68a",
2755
                "shasum": ""
2756
            },
2757
            "require": {
2758
                "ext-openssl": "*",
2759
                "php": ">=5.6,<8.0-dev",
2760
                "robrichards/xmlseclibs": "^3.0",
2761
                "simplesamlphp/saml2": "^3.0",
2762
                "symfony/dependency-injection": ">=2.7,<4",
2763
                "symfony/framework-bundle": ">=2.7,<4"
2764
            },
2765
            "require-dev": {
2766
                "ibuildings/qa-tools": "~1.1",
2767
                "liip/rmt": "~1.1",
2768
                "mockery/mockery": "~0.9",
2769
                "psr/log": "~1.0"
2770
            },
2771
            "type": "symfony-bundle",
2772
            "autoload": {
2773
                "psr-4": {
2774
                    "Surfnet\\SamlBundle\\": "src"
2775
                }
2776
            },
2777
            "notification-url": "https://packagist.org/downloads/",
2778
            "license": [
2779
                "Apache-2.0"
2780
            ],
2781
            "description": "A Symfony2 bundle that integrates the simplesamlphp\\saml2 library with Symfony",
2782
            "keywords": [
2783
                "SAML2",
2784
                "saml",
2785
                "simplesamlphp",
2786
                "stepup",
2787
                "surfnet"
2788
            ],
2789
            "time": "2018-03-21T09:35:58+00:00"
2790
        },
2791
        {
2792
            "name": "surfnet/stepup-u2f-bundle",
2793
            "version": "dev-develop",
2794
            "source": {
2795
                "type": "git",
2796
                "url": "https://github.com/OpenConext/Stepup-u2f-bundle.git",
2797
                "reference": "67d8400160c5c9048cdd4354303d59243edbb7bf"
2798
            },
2799
            "dist": {
2800
                "type": "zip",
2801
                "url": "https://api.github.com/repos/OpenConext/Stepup-u2f-bundle/zipball/67d8400160c5c9048cdd4354303d59243edbb7bf",
2802
                "reference": "67d8400160c5c9048cdd4354303d59243edbb7bf",
2803
                "shasum": ""
2804
            },
2805
            "require": {
2806
                "php": ">=5.4|^7",
2807
                "symfony/config": "^2.7",
2808
                "symfony/dependency-injection": "^2.7",
2809
                "symfony/form": "^2.7",
2810
                "symfony/http-kernel": "^2.7",
2811
                "symfony/validator": "^2.7",
2812
                "yubico/u2flib-server": "^0.1.0"
2813
            },
2814
            "require-dev": {
2815
                "ibuildings/qa-tools": "~1.1,>=1.1.27",
2816
                "liip/rmt": "1.1.*",
2817
                "matthiasnoback/symfony-config-test": "^1.2",
2818
                "mockery/mockery": "~0.9"
2819
            },
2820
            "type": "library",
2821
            "autoload": {
2822
                "psr-4": {
2823
                    "Surfnet\\StepupU2fBundle\\": "src"
2824
                }
2825
            },
2826
            "notification-url": "https://packagist.org/downloads/",
2827
            "license": [
2828
                "Apache-2.0"
2829
            ],
2830
            "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",
2831
            "time": "2017-01-27T08:45:00+00:00"
2832
        },
2833
        {
2834
            "name": "surfnet/yubikey-api-client",
2835
            "version": "2.1.0",
2836
            "source": {
2837
                "type": "git",
2838
                "url": "https://github.com/SURFnet/yubikey-api-client.git",
2839
                "reference": "6df6bd5e005d3cdbdb67e4383ea202424e0f78b9"
2840
            },
2841
            "dist": {
2842
                "type": "zip",
2843
                "url": "https://api.github.com/repos/SURFnet/yubikey-api-client/zipball/6df6bd5e005d3cdbdb67e4383ea202424e0f78b9",
2844
                "reference": "6df6bd5e005d3cdbdb67e4383ea202424e0f78b9",
2845
                "shasum": ""
2846
            },
2847
            "require": {
2848
                "guzzlehttp/guzzle": "^6.0",
2849
                "paragonie/random_compat": "^1|^2",
2850
                "php": "^5.6|^7"
2851
            },
2852
            "require-dev": {
2853
                "liip/rmt": "1.1.*",
2854
                "mockery/mockery": "0.9.*",
2855
                "phpmd/phpmd": "^2.0",
2856
                "phpunit/phpunit": "^4.0",
2857
                "sebastian/phpcpd": "^2.0",
2858
                "sensiolabs/security-checker": "^2.0",
2859
                "squizlabs/php_codesniffer": "^1.0"
2860
            },
2861
            "type": "library",
2862
            "autoload": {
2863
                "psr-4": {
2864
                    "Surfnet\\YubikeyApiClient\\": "src",
2865
                    "Surfnet\\YubikeyApiClient\\Tests\\": "tests/unit",
2866
                    "Surfnet\\YubikeyApiClient\\IntegrationTests\\": "tests/integration"
2867
                }
2868
            },
2869
            "notification-url": "https://packagist.org/downloads/",
2870
            "license": [
2871
                "Apache-2.0"
2872
            ],
2873
            "description": "A Yubikey OTP validation service client",
2874
            "keywords": [
2875
                "surfnet",
2876
                "yubico",
2877
                "yubikey"
2878
            ],
2879
            "time": "2017-03-07T13:48:47+00:00"
2880
        },
2881
        {
2882
            "name": "surfnet/yubikey-api-client-bundle",
2883
            "version": "3.0.0",
2884
            "source": {
2885
                "type": "git",
2886
                "url": "https://github.com/SURFnet/yubikey-api-client-bundle.git",
2887
                "reference": "d9d9990b63f321745caa2290645b7660aeb3f95f"
2888
            },
2889
            "dist": {
2890
                "type": "zip",
2891
                "url": "https://api.github.com/repos/SURFnet/yubikey-api-client-bundle/zipball/d9d9990b63f321745caa2290645b7660aeb3f95f",
2892
                "reference": "d9d9990b63f321745caa2290645b7660aeb3f95f",
2893
                "shasum": ""
2894
            },
2895
            "require": {
2896
                "php": "^5.6|^7.0",
2897
                "surfnet/yubikey-api-client": "^2.0",
2898
                "symfony/config": "^2.7|^3.0",
2899
                "symfony/dependency-injection": "^2.7|^3.0",
2900
                "symfony/http-kernel": "^2.7|^3.0"
2901
            },
2902
            "require-dev": {
2903
                "ibuildings/qa-tools": "~1.1",
2904
                "liip/rmt": "1.1.*",
2905
                "matthiasnoback/symfony-config-test": "^1.4",
2906
                "mockery/mockery": "0.9.*",
2907
                "symfony/framework-bundle": ">=2.3,<4",
2908
                "symfony/monolog-bundle": "^2.11"
2909
            },
2910
            "type": "library",
2911
            "autoload": {
2912
                "psr-4": {
2913
                    "Surfnet\\YubikeyApiClientBundle\\": "src"
2914
                }
2915
            },
2916
            "notification-url": "https://packagist.org/downloads/",
2917
            "license": [
2918
                "Apache-2.0"
2919
            ],
2920
            "description": "A Symfony2 bundle to integrate Yubikey OTP validation service.",
2921
            "keywords": [
2922
                "surfnet",
2923
                "yubico",
2924
                "yubikey"
2925
            ],
2926
            "time": "2017-02-20T15:47:38+00:00"
2927
        },
2928
        {
2929
            "name": "swiftmailer/swiftmailer",
2930
            "version": "v5.4.8",
2931
            "source": {
2932
                "type": "git",
2933
                "url": "https://github.com/swiftmailer/swiftmailer.git",
2934
                "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517"
2935
            },
2936
            "dist": {
2937
                "type": "zip",
2938
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/9a06dc570a0367850280eefd3f1dc2da45aef517",
2939
                "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517",
2940
                "shasum": ""
2941
            },
2942
            "require": {
2943
                "php": ">=5.3.3"
2944
            },
2945
            "require-dev": {
2946
                "mockery/mockery": "~0.9.1",
2947
                "symfony/phpunit-bridge": "~3.2"
2948
            },
2949
            "type": "library",
2950
            "extra": {
2951
                "branch-alias": {
2952
                    "dev-master": "5.4-dev"
2953
                }
2954
            },
2955
            "autoload": {
2956
                "files": [
2957
                    "lib/swift_required.php"
2958
                ]
2959
            },
2960
            "notification-url": "https://packagist.org/downloads/",
2961
            "license": [
2962
                "MIT"
2963
            ],
2964
            "authors": [
2965
                {
2966
                    "name": "Chris Corbyn"
2967
                },
2968
                {
2969
                    "name": "Fabien Potencier",
2970
                    "email": "[email protected]"
2971
                }
2972
            ],
2973
            "description": "Swiftmailer, free feature-rich PHP mailer",
2974
            "homepage": "http://swiftmailer.org",
2975
            "keywords": [
2976
                "email",
2977
                "mail",
2978
                "mailer"
2979
            ],
2980
            "time": "2017-05-01T15:54:03+00:00"
2981
        },
2982
        {
2983
            "name": "symfony/assetic-bundle",
2984
            "version": "v2.8.0",
2985
            "source": {
2986
                "type": "git",
2987
                "url": "https://github.com/symfony/assetic-bundle.git",
2988
                "reference": "aa5b4f8b712f38745928fa845ddb73300bb2af6d"
2989
            },
2990
            "dist": {
2991
                "type": "zip",
2992
                "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/aa5b4f8b712f38745928fa845ddb73300bb2af6d",
2993
                "reference": "aa5b4f8b712f38745928fa845ddb73300bb2af6d",
2994
                "shasum": ""
2995
            },
2996
            "require": {
2997
                "kriswallsmith/assetic": "~1.3",
2998
                "php": ">=5.3.0",
2999
                "symfony/console": "~2.3|~3.0",
3000
                "symfony/dependency-injection": "~2.3|~3.0",
3001
                "symfony/framework-bundle": "~2.3|~3.0",
3002
                "symfony/yaml": "~2.3|~3.0"
3003
            },
3004
            "conflict": {
3005
                "kriswallsmith/spork": "<=0.2",
3006
                "twig/twig": "<1.20"
3007
            },
3008
            "require-dev": {
3009
                "kriswallsmith/spork": "~0.3",
3010
                "patchwork/jsqueeze": "~1.0",
3011
                "symfony/class-loader": "~2.3|~3.0",
3012
                "symfony/css-selector": "~2.3|~3.0",
3013
                "symfony/dom-crawler": "~2.3|~3.0",
3014
                "symfony/phpunit-bridge": "~2.7|~3.0",
3015
                "symfony/twig-bundle": "~2.3|~3.0"
3016
            },
3017
            "suggest": {
3018
                "kriswallsmith/spork": "to be able to dump assets in parallel",
3019
                "symfony/twig-bundle": "to use the Twig integration"
3020
            },
3021
            "type": "symfony-bundle",
3022
            "extra": {
3023
                "branch-alias": {
3024
                    "dev-master": "2.7-dev"
3025
                }
3026
            },
3027
            "autoload": {
3028
                "psr-4": {
3029
                    "Symfony\\Bundle\\AsseticBundle\\": ""
3030
                }
3031
            },
3032
            "notification-url": "https://packagist.org/downloads/",
3033
            "license": [
3034
                "MIT"
3035
            ],
3036
            "authors": [
3037
                {
3038
                    "name": "Kris Wallsmith",
3039
                    "email": "[email protected]",
3040
                    "homepage": "http://kriswallsmith.net/"
3041
                }
3042
            ],
3043
            "description": "Integrates Assetic into Symfony2",
3044
            "homepage": "https://github.com/symfony/AsseticBundle",
3045
            "keywords": [
3046
                "assets",
3047
                "compression",
3048
                "minification"
3049
            ],
3050
            "time": "2015-12-28T13:12:39+00:00"
3051
        },
3052
        {
3053
            "name": "symfony/monolog-bundle",
3054
            "version": "2.11.1",
3055
            "source": {
3056
                "type": "git",
3057
                "url": "https://github.com/symfony/monolog-bundle.git",
3058
                "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00"
3059
            },
3060
            "dist": {
3061
                "type": "zip",
3062
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00",
3063
                "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00",
3064
                "shasum": ""
3065
            },
3066
            "require": {
3067
                "monolog/monolog": "~1.18",
3068
                "php": ">=5.3.2",
3069
                "symfony/config": "~2.3|~3.0",
3070
                "symfony/dependency-injection": "~2.3|~3.0",
3071
                "symfony/http-kernel": "~2.3|~3.0",
3072
                "symfony/monolog-bridge": "~2.3|~3.0"
3073
            },
3074
            "require-dev": {
3075
                "phpunit/phpunit": "^4.8",
3076
                "symfony/console": "~2.3|~3.0",
3077
                "symfony/yaml": "~2.3|~3.0"
3078
            },
3079
            "type": "symfony-bundle",
3080
            "extra": {
3081
                "branch-alias": {
3082
                    "dev-master": "2.x-dev"
3083
                }
3084
            },
3085
            "autoload": {
3086
                "psr-4": {
3087
                    "Symfony\\Bundle\\MonologBundle\\": ""
3088
                }
3089
            },
3090
            "notification-url": "https://packagist.org/downloads/",
3091
            "license": [
3092
                "MIT"
3093
            ],
3094
            "authors": [
3095
                {
3096
                    "name": "Symfony Community",
3097
                    "homepage": "http://symfony.com/contributors"
3098
                },
3099
                {
3100
                    "name": "Fabien Potencier",
3101
                    "email": "[email protected]"
3102
                }
3103
            ],
3104
            "description": "Symfony MonologBundle",
3105
            "homepage": "http://symfony.com",
3106
            "keywords": [
3107
                "log",
3108
                "logging"
3109
            ],
3110
            "time": "2016-04-13T16:21:01+00:00"
3111
        },
3112
        {
3113
            "name": "symfony/polyfill-apcu",
3114
            "version": "v1.2.0",
3115
            "source": {
3116
                "type": "git",
3117
                "url": "https://github.com/symfony/polyfill-apcu.git",
3118
                "reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b"
3119
            },
3120
            "dist": {
3121
                "type": "zip",
3122
                "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/6d58bceaeea2c2d3eb62503839b18646e161cd6b",
3123
                "reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b",
3124
                "shasum": ""
3125
            },
3126
            "require": {
3127
                "php": ">=5.3.3"
3128
            },
3129
            "type": "library",
3130
            "extra": {
3131
                "branch-alias": {
3132
                    "dev-master": "1.2-dev"
3133
                }
3134
            },
3135
            "autoload": {
3136
                "files": [
3137
                    "bootstrap.php"
3138
                ]
3139
            },
3140
            "notification-url": "https://packagist.org/downloads/",
3141
            "license": [
3142
                "MIT"
3143
            ],
3144
            "authors": [
3145
                {
3146
                    "name": "Nicolas Grekas",
3147
                    "email": "[email protected]"
3148
                },
3149
                {
3150
                    "name": "Symfony Community",
3151
                    "homepage": "https://symfony.com/contributors"
3152
                }
3153
            ],
3154
            "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
3155
            "homepage": "https://symfony.com",
3156
            "keywords": [
3157
                "apcu",
3158
                "compatibility",
3159
                "polyfill",
3160
                "portable",
3161
                "shim"
3162
            ],
3163
            "time": "2016-05-18T14:26:46+00:00"
3164
        },
3165
        {
3166
            "name": "symfony/polyfill-mbstring",
3167
            "version": "v1.2.0",
3168
            "source": {
3169
                "type": "git",
3170
                "url": "https://github.com/symfony/polyfill-mbstring.git",
3171
                "reference": "dff51f72b0706335131b00a7f49606168c582594"
3172
            },
3173
            "dist": {
3174
                "type": "zip",
3175
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
3176
                "reference": "dff51f72b0706335131b00a7f49606168c582594",
3177
                "shasum": ""
3178
            },
3179
            "require": {
3180
                "php": ">=5.3.3"
3181
            },
3182
            "suggest": {
3183
                "ext-mbstring": "For best performance"
3184
            },
3185
            "type": "library",
3186
            "extra": {
3187
                "branch-alias": {
3188
                    "dev-master": "1.2-dev"
3189
                }
3190
            },
3191
            "autoload": {
3192
                "psr-4": {
3193
                    "Symfony\\Polyfill\\Mbstring\\": ""
3194
                },
3195
                "files": [
3196
                    "bootstrap.php"
3197
                ]
3198
            },
3199
            "notification-url": "https://packagist.org/downloads/",
3200
            "license": [
3201
                "MIT"
3202
            ],
3203
            "authors": [
3204
                {
3205
                    "name": "Nicolas Grekas",
3206
                    "email": "[email protected]"
3207
                },
3208
                {
3209
                    "name": "Symfony Community",
3210
                    "homepage": "https://symfony.com/contributors"
3211
                }
3212
            ],
3213
            "description": "Symfony polyfill for the Mbstring extension",
3214
            "homepage": "https://symfony.com",
3215
            "keywords": [
3216
                "compatibility",
3217
                "mbstring",
3218
                "polyfill",
3219
                "portable",
3220
                "shim"
3221
            ],
3222
            "time": "2016-05-18T14:26:46+00:00"
3223
        },
3224
        {
3225
            "name": "symfony/swiftmailer-bundle",
3226
            "version": "v2.6.2",
3227
            "source": {
3228
                "type": "git",
3229
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
3230
                "reference": "deabc81120c2086571f7c4484ab785c5e1b84f75"
3231
            },
3232
            "dist": {
3233
                "type": "zip",
3234
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/deabc81120c2086571f7c4484ab785c5e1b84f75",
3235
                "reference": "deabc81120c2086571f7c4484ab785c5e1b84f75",
3236
                "shasum": ""
3237
            },
3238
            "require": {
3239
                "php": ">=5.3.2",
3240
                "swiftmailer/swiftmailer": "~4.2|~5.0",
3241
                "symfony/config": "~2.7|~3.0",
3242
                "symfony/dependency-injection": "~2.7|~3.0",
3243
                "symfony/http-kernel": "~2.7|~3.0"
3244
            },
3245
            "require-dev": {
3246
                "symfony/console": "~2.7|~3.0",
3247
                "symfony/framework-bundle": "~2.7|~3.0",
3248
                "symfony/phpunit-bridge": "~3.3@dev",
3249
                "symfony/yaml": "~2.7|~3.0"
3250
            },
3251
            "suggest": {
3252
                "psr/log": "Allows logging"
3253
            },
3254
            "type": "symfony-bundle",
3255
            "extra": {
3256
                "branch-alias": {
3257
                    "dev-master": "2.6-dev"
3258
                }
3259
            },
3260
            "autoload": {
3261
                "psr-4": {
3262
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
3263
                }
3264
            },
3265
            "notification-url": "https://packagist.org/downloads/",
3266
            "license": [
3267
                "MIT"
3268
            ],
3269
            "authors": [
3270
                {
3271
                    "name": "Symfony Community",
3272
                    "homepage": "http://symfony.com/contributors"
3273
                },
3274
                {
3275
                    "name": "Fabien Potencier",
3276
                    "email": "[email protected]"
3277
                }
3278
            ],
3279
            "description": "Symfony SwiftmailerBundle",
3280
            "homepage": "http://symfony.com",
3281
            "time": "2017-05-22T04:58:24+00:00"
3282
        },
3283
        {
3284
            "name": "symfony/symfony",
0 ignored issues
show
3285
            "version": "v2.7.14",
3286
            "source": {
3287
                "type": "git",
3288
                "url": "https://github.com/symfony/symfony.git",
3289
                "reference": "fe443f4a8b6b2f3977d4fe6b348e9f85a7840ea1"
3290
            },
3291
            "dist": {
3292
                "type": "zip",
3293
                "url": "https://api.github.com/repos/symfony/symfony/zipball/fe443f4a8b6b2f3977d4fe6b348e9f85a7840ea1",
3294
                "reference": "fe443f4a8b6b2f3977d4fe6b348e9f85a7840ea1",
3295
                "shasum": ""
3296
            },
3297
            "require": {
3298
                "doctrine/common": "~2.4",
3299
                "paragonie/random_compat": "~1.0",
3300
                "php": ">=5.3.9",
3301
                "psr/log": "~1.0",
3302
                "symfony/polyfill-apcu": "~1.1",
3303
                "symfony/polyfill-mbstring": "~1.1",
3304
                "twig/twig": "~1.23|~2.0"
3305
            },
3306
            "replace": {
3307
                "symfony/asset": "self.version",
3308
                "symfony/browser-kit": "self.version",
3309
                "symfony/class-loader": "self.version",
3310
                "symfony/config": "self.version",
3311
                "symfony/console": "self.version",
3312
                "symfony/css-selector": "self.version",
3313
                "symfony/debug": "self.version",
3314
                "symfony/debug-bundle": "self.version",
3315
                "symfony/dependency-injection": "self.version",
3316
                "symfony/doctrine-bridge": "self.version",
3317
                "symfony/dom-crawler": "self.version",
3318
                "symfony/event-dispatcher": "self.version",
3319
                "symfony/expression-language": "self.version",
3320
                "symfony/filesystem": "self.version",
3321
                "symfony/finder": "self.version",
3322
                "symfony/form": "self.version",
3323
                "symfony/framework-bundle": "self.version",
3324
                "symfony/http-foundation": "self.version",
3325
                "symfony/http-kernel": "self.version",
3326
                "symfony/intl": "self.version",
3327
                "symfony/locale": "self.version",
3328
                "symfony/monolog-bridge": "self.version",
3329
                "symfony/options-resolver": "self.version",
3330
                "symfony/process": "self.version",
3331
                "symfony/property-access": "self.version",
3332
                "symfony/proxy-manager-bridge": "self.version",
3333
                "symfony/routing": "self.version",
3334
                "symfony/security": "self.version",
3335
                "symfony/security-acl": "self.version",
3336
                "symfony/security-bundle": "self.version",
3337
                "symfony/security-core": "self.version",
3338
                "symfony/security-csrf": "self.version",
3339
                "symfony/security-http": "self.version",
3340
                "symfony/serializer": "self.version",
3341
                "symfony/stopwatch": "self.version",
3342
                "symfony/swiftmailer-bridge": "self.version",
3343
                "symfony/templating": "self.version",
3344
                "symfony/translation": "self.version",
3345
                "symfony/twig-bridge": "self.version",
3346
                "symfony/twig-bundle": "self.version",
3347
                "symfony/validator": "self.version",
3348
                "symfony/var-dumper": "self.version",
3349
                "symfony/web-profiler-bundle": "self.version",
3350
                "symfony/yaml": "self.version"
3351
            },
3352
            "require-dev": {
3353
                "doctrine/data-fixtures": "1.0.*",
3354
                "doctrine/dbal": "~2.4",
3355
                "doctrine/doctrine-bundle": "~1.2",
3356
                "doctrine/orm": "~2.4,>=2.4.5",
3357
                "egulias/email-validator": "~1.2",
3358
                "ircmaxell/password-compat": "~1.0",
3359
                "monolog/monolog": "~1.11",
3360
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0"
3361
            },
3362
            "type": "library",
3363
            "extra": {
3364
                "branch-alias": {
3365
                    "dev-master": "2.7-dev"
3366
                }
3367
            },
3368
            "autoload": {
3369
                "psr-4": {
3370
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
3371
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
3372
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
3373
                    "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
3374
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
3375
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
3376
                    "Symfony\\Component\\": "src/Symfony/Component/"
3377
                },
3378
                "classmap": [
3379
                    "src/Symfony/Component/HttpFoundation/Resources/stubs",
3380
                    "src/Symfony/Component/Intl/Resources/stubs"
3381
                ],
3382
                "files": [
3383
                    "src/Symfony/Component/Intl/Resources/stubs/functions.php"
3384
                ],
3385
                "exclude-from-classmap": [
3386
                    "**/Tests/"
3387
                ]
3388
            },
3389
            "notification-url": "https://packagist.org/downloads/",
3390
            "license": [
3391
                "MIT"
3392
            ],
3393
            "authors": [
3394
                {
3395
                    "name": "Fabien Potencier",
3396
                    "email": "[email protected]"
3397
                },
3398
                {
3399
                    "name": "Symfony Community",
3400
                    "homepage": "https://symfony.com/contributors"
3401
                }
3402
            ],
3403
            "description": "The Symfony PHP framework",
3404
            "homepage": "https://symfony.com",
3405
            "keywords": [
3406
                "framework"
3407
            ],
3408
            "time": "2016-06-06T15:23:39+00:00"
3409
        },
3410
        {
3411
            "name": "twbs/bootstrap",
3412
            "version": "v3.2.0",
3413
            "source": {
3414
                "type": "git",
3415
                "url": "https://github.com/twbs/bootstrap.git",
3416
                "reference": "c068162161154a4b85110ea1e7dd3d7897ce2b72"
3417
            },
3418
            "dist": {
3419
                "type": "zip",
3420
                "url": "https://api.github.com/repos/twbs/bootstrap/zipball/c068162161154a4b85110ea1e7dd3d7897ce2b72",
3421
                "reference": "c068162161154a4b85110ea1e7dd3d7897ce2b72",
3422
                "shasum": ""
3423
            },
3424
            "replace": {
3425
                "twitter/bootstrap": "self.version"
3426
            },
3427
            "type": "library",
3428
            "extra": {
3429
                "branch-alias": {
3430
                    "dev-master": "3.2.x-dev"
3431
                }
3432
            },
3433
            "notification-url": "https://packagist.org/downloads/",
3434
            "license": [
3435
                "MIT"
3436
            ],
3437
            "authors": [
3438
                {
3439
                    "name": "Jacob Thornton",
3440
                    "email": "[email protected]"
3441
                },
3442
                {
3443
                    "name": "Mark Otto",
3444
                    "email": "[email protected]"
3445
                }
3446
            ],
3447
            "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
3448
            "homepage": "http://getbootstrap.com",
3449
            "keywords": [
3450
                "JS",
3451
                "css",
3452
                "framework",
3453
                "front-end",
3454
                "less",
3455
                "mobile-first",
3456
                "responsive",
3457
                "web"
3458
            ],
3459
            "time": "2014-06-26T16:36:48+00:00"
3460
        },
3461
        {
3462
            "name": "twig/extensions",
3463
            "version": "v1.3.0",
3464
            "source": {
3465
                "type": "git",
3466
                "url": "https://github.com/twigphp/Twig-extensions.git",
3467
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499"
3468
            },
3469
            "dist": {
3470
                "type": "zip",
3471
                "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/449e3c8a9ffad7c2479c7864557275a32b037499",
3472
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499",
3473
                "shasum": ""
3474
            },
3475
            "require": {
3476
                "twig/twig": "~1.20|~2.0"
3477
            },
3478
            "require-dev": {
3479
                "symfony/translation": "~2.3"
3480
            },
3481
            "suggest": {
3482
                "symfony/translation": "Allow the time_diff output to be translated"
3483
            },
3484
            "type": "library",
3485
            "extra": {
3486
                "branch-alias": {
3487
                    "dev-master": "1.3-dev"
3488
                }
3489
            },
3490
            "autoload": {
3491
                "psr-0": {
3492
                    "Twig_Extensions_": "lib/"
3493
                }
3494
            },
3495
            "notification-url": "https://packagist.org/downloads/",
3496
            "license": [
3497
                "MIT"
3498
            ],
3499
            "authors": [
3500
                {
3501
                    "name": "Fabien Potencier",
3502
                    "email": "[email protected]"
3503
                }
3504
            ],
3505
            "description": "Common additional features for Twig that do not directly belong in core",
3506
            "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
3507
            "keywords": [
3508
                "i18n",
3509
                "text"
3510
            ],
3511
            "time": "2015-08-22T16:38:35+00:00"
3512
        },
3513
        {
3514
            "name": "twig/twig",
3515
            "version": "v1.32.0",
3516
            "source": {
3517
                "type": "git",
3518
                "url": "https://github.com/twigphp/Twig.git",
3519
                "reference": "9935b662e24d6e634da88901ab534cc12e8c728f"
3520
            },
3521
            "dist": {
3522
                "type": "zip",
3523
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/9935b662e24d6e634da88901ab534cc12e8c728f",
3524
                "reference": "9935b662e24d6e634da88901ab534cc12e8c728f",
3525
                "shasum": ""
3526
            },
3527
            "require": {
3528
                "php": ">=5.2.7"
3529
            },
3530
            "require-dev": {
3531
                "psr/container": "^1.0",
3532
                "symfony/debug": "~2.7",
3533
                "symfony/phpunit-bridge": "~3.2"
3534
            },
3535
            "type": "library",
3536
            "extra": {
3537
                "branch-alias": {
3538
                    "dev-master": "1.32-dev"
3539
                }
3540
            },
3541
            "autoload": {
3542
                "psr-0": {
3543
                    "Twig_": "lib/"
3544
                }
3545
            },
3546
            "notification-url": "https://packagist.org/downloads/",
3547
            "license": [
3548
                "BSD-3-Clause"
3549
            ],
3550
            "authors": [
3551
                {
3552
                    "name": "Fabien Potencier",
3553
                    "email": "[email protected]",
3554
                    "homepage": "http://fabien.potencier.org",
3555
                    "role": "Lead Developer"
3556
                },
3557
                {
3558
                    "name": "Armin Ronacher",
3559
                    "email": "[email protected]",
3560
                    "role": "Project Founder"
3561
                },
3562
                {
3563
                    "name": "Twig Team",
3564
                    "homepage": "http://twig.sensiolabs.org/contributors",
3565
                    "role": "Contributors"
3566
                }
3567
            ],
3568
            "description": "Twig, the flexible, fast, and secure template language for PHP",
3569
            "homepage": "http://twig.sensiolabs.org",
3570
            "keywords": [
3571
                "templating"
3572
            ],
3573
            "time": "2017-02-27T00:07:03+00:00"
3574
        },
3575
        {
3576
            "name": "webmozart/assert",
3577
            "version": "1.2.0",
3578
            "source": {
3579
                "type": "git",
3580
                "url": "https://github.com/webmozart/assert.git",
3581
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
3582
            },
3583
            "dist": {
3584
                "type": "zip",
3585
                "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
3586
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
3587
                "shasum": ""
3588
            },
3589
            "require": {
3590
                "php": "^5.3.3 || ^7.0"
3591
            },
3592
            "require-dev": {
3593
                "phpunit/phpunit": "^4.6",
3594
                "sebastian/version": "^1.0.1"
3595
            },
3596
            "type": "library",
3597
            "extra": {
3598
                "branch-alias": {
3599
                    "dev-master": "1.3-dev"
3600
                }
3601
            },
3602
            "autoload": {
3603
                "psr-4": {
3604
                    "Webmozart\\Assert\\": "src/"
3605
                }
3606
            },
3607
            "notification-url": "https://packagist.org/downloads/",
3608
            "license": [
3609
                "MIT"
3610
            ],
3611
            "authors": [
3612
                {
3613
                    "name": "Bernhard Schussek",
3614
                    "email": "[email protected]"
3615
                }
3616
            ],
3617
            "description": "Assertions to validate method input/output with nice error messages.",
3618
            "keywords": [
3619
                "assert",
3620
                "check",
3621
                "validate"
3622
            ],
3623
            "time": "2016-11-23T20:04:58+00:00"
3624
        },
3625
        {
3626
            "name": "yubico/u2flib-server",
3627
            "version": "0.1.0",
3628
            "source": {
3629
                "type": "git",
3630
                "url": "https://github.com/Yubico/php-u2flib-server.git",
3631
                "reference": "71ad5f0b7c796966da356eecd5b583ac852e92a1"
3632
            },
3633
            "dist": {
3634
                "type": "zip",
3635
                "url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/71ad5f0b7c796966da356eecd5b583ac852e92a1",
3636
                "reference": "71ad5f0b7c796966da356eecd5b583ac852e92a1",
3637
                "shasum": ""
3638
            },
3639
            "require": {
3640
                "ext-openssl": "*"
3641
            },
3642
            "type": "library",
3643
            "autoload": {
3644
                "classmap": [
3645
                    "src/"
3646
                ]
3647
            },
3648
            "notification-url": "https://packagist.org/downloads/",
3649
            "license": [
3650
                "BSD-2-Clause"
3651
            ],
3652
            "description": "Library for U2F implementation",
3653
            "homepage": "https://developers.yubico.com/php-u2flib-server",
3654
            "time": "2015-03-03T08:05:16+00:00"
3655
        },
3656
        {
3657
            "name": "zendframework/zend-code",
3658
            "version": "2.6.3",
3659
            "source": {
3660
                "type": "git",
3661
                "url": "https://github.com/zendframework/zend-code.git",
3662
                "reference": "95033f061b083e16cdee60530ec260d7d628b887"
3663
            },
3664
            "dist": {
3665
                "type": "zip",
3666
                "url": "https://api.github.com/repos/zendframework/zend-code/zipball/95033f061b083e16cdee60530ec260d7d628b887",
3667
                "reference": "95033f061b083e16cdee60530ec260d7d628b887",
3668
                "shasum": ""
3669
            },
3670
            "require": {
3671
                "php": "^5.5 || 7.0.0 - 7.0.4 || ^7.0.6",
3672
                "zendframework/zend-eventmanager": "^2.6 || ^3.0"
3673
            },
3674
            "require-dev": {
3675
                "doctrine/annotations": "~1.0",
3676
                "fabpot/php-cs-fixer": "1.7.*",
3677
                "phpunit/phpunit": "^4.8.21",
3678
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
3679
            },
3680
            "suggest": {
3681
                "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
3682
                "zendframework/zend-stdlib": "Zend\\Stdlib component"
3683
            },
3684
            "type": "library",
3685
            "extra": {
3686
                "branch-alias": {
3687
                    "dev-master": "2.6-dev",
3688
                    "dev-develop": "2.7-dev"
3689
                }
3690
            },
3691
            "autoload": {
3692
                "psr-4": {
3693
                    "Zend\\Code\\": "src/"
3694
                }
3695
            },
3696
            "notification-url": "https://packagist.org/downloads/",
3697
            "license": [
3698
                "BSD-3-Clause"
3699
            ],
3700
            "description": "provides facilities to generate arbitrary code using an object oriented interface",
3701
            "homepage": "https://github.com/zendframework/zend-code",
3702
            "keywords": [
3703
                "code",
3704
                "zf2"
3705
            ],
3706
            "time": "2016-04-20T17:26:42+00:00"
3707
        },
3708
        {
3709
            "name": "zendframework/zend-eventmanager",
3710
            "version": "3.0.1",
3711
            "source": {
3712
                "type": "git",
3713
                "url": "https://github.com/zendframework/zend-eventmanager.git",
3714
                "reference": "5c80bdee0e952be112dcec0968bad770082c3a6e"
3715
            },
3716
            "dist": {
3717
                "type": "zip",
3718
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/5c80bdee0e952be112dcec0968bad770082c3a6e",
3719
                "reference": "5c80bdee0e952be112dcec0968bad770082c3a6e",
3720
                "shasum": ""
3721
            },
3722
            "require": {
3723
                "php": "^5.5 || ^7.0"
3724
            },
3725
            "require-dev": {
3726
                "athletic/athletic": "^0.1",
3727
                "container-interop/container-interop": "^1.1.0",
3728
                "phpunit/phpunit": "~4.0",
3729
                "squizlabs/php_codesniffer": "^2.0",
3730
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
3731
            },
3732
            "suggest": {
3733
                "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
3734
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
3735
            },
3736
            "type": "library",
3737
            "extra": {
3738
                "branch-alias": {
3739
                    "dev-master": "3.0-dev",
3740
                    "dev-develop": "3.1-dev"
3741
                }
3742
            },
3743
            "autoload": {
3744
                "psr-4": {
3745
                    "Zend\\EventManager\\": "src/"
3746
                }
3747
            },
3748
            "notification-url": "https://packagist.org/downloads/",
3749
            "license": [
3750
                "BSD-3-Clause"
3751
            ],
3752
            "description": "Trigger and listen to events within a PHP application",
3753
            "homepage": "https://github.com/zendframework/zend-eventmanager",
3754
            "keywords": [
3755
                "event",
3756
                "eventmanager",
3757
                "events",
3758
                "zf2"
3759
            ],
3760
            "time": "2016-02-18T20:53:00+00:00"
3761
        }
3762
    ],
3763
    "packages-dev": [
3764
        {
3765
            "name": "matthiasnoback/symfony-config-test",
3766
            "version": "v1.4.0",
3767
            "source": {
3768
                "type": "git",
3769
                "url": "https://github.com/SymfonyTest/SymfonyConfigTest.git",
3770
                "reference": "615b7c8ff5dc1737e553e518dbed641aa548572d"
3771
            },
3772
            "dist": {
3773
                "type": "zip",
3774
                "url": "https://api.github.com/repos/SymfonyTest/SymfonyConfigTest/zipball/615b7c8ff5dc1737e553e518dbed641aa548572d",
3775
                "reference": "615b7c8ff5dc1737e553e518dbed641aa548572d",
3776
                "shasum": ""
3777
            },
3778
            "require": {
3779
                "php": ">=5.3",
3780
                "sebastian/exporter": "1.*",
3781
                "symfony/config": "~2.0|~3.0"
3782
            },
3783
            "require-dev": {
3784
                "phpunit/phpunit": ">=3.7"
3785
            },
3786
            "type": "library",
3787
            "autoload": {
3788
                "psr-4": {
3789
                    "Matthias\\SymfonyConfigTest\\": ""
3790
                }
3791
            },
3792
            "notification-url": "https://packagist.org/downloads/",
3793
            "license": [
3794
                "MIT"
3795
            ],
3796
            "authors": [
3797
                {
3798
                    "name": "Matthias Noback",
3799
                    "email": "[email protected]",
3800
                    "homepage": "http://php-and-symfony.matthiasnoback.nl"
3801
                }
3802
            ],
3803
            "description": "Library for testing user classes related to the Symfony Config Component",
3804
            "homepage": "https://github.com/matthiasnoback/SymfonyConfigTest",
3805
            "keywords": [
3806
                "config",
3807
                "phpunit",
3808
                "symfony"
3809
            ],
3810
            "time": "2015-11-25T21:40:32+00:00"
3811
        },
3812
        {
3813
            "name": "pdepend/pdepend",
3814
            "version": "2.5.0",
3815
            "source": {
3816
                "type": "git",
3817
                "url": "https://github.com/pdepend/pdepend.git",
3818
                "reference": "0c50874333149c0dad5a2877801aed148f2767ff"
3819
            },
3820
            "dist": {
3821
                "type": "zip",
3822
                "url": "https://api.github.com/repos/pdepend/pdepend/zipball/0c50874333149c0dad5a2877801aed148f2767ff",
3823
                "reference": "0c50874333149c0dad5a2877801aed148f2767ff",
3824
                "shasum": ""
3825
            },
3826
            "require": {
3827
                "php": ">=5.3.7",
3828
                "symfony/config": "^2.3.0|^3",
3829
                "symfony/dependency-injection": "^2.3.0|^3",
3830
                "symfony/filesystem": "^2.3.0|^3"
3831
            },
3832
            "require-dev": {
3833
                "phpunit/phpunit": "^4.4.0,<4.8",
3834
                "squizlabs/php_codesniffer": "^2.0.0"
3835
            },
3836
            "bin": [
3837
                "src/bin/pdepend"
3838
            ],
3839
            "type": "library",
3840
            "autoload": {
3841
                "psr-4": {
3842
                    "PDepend\\": "src/main/php/PDepend"
3843
                }
3844
            },
3845
            "notification-url": "https://packagist.org/downloads/",
3846
            "license": [
3847
                "BSD-3-Clause"
3848
            ],
3849
            "description": "Official version of pdepend to be handled with Composer",
3850
            "time": "2017-01-19T14:23:36+00:00"
3851
        },
3852
        {
3853
            "name": "phpdocumentor/reflection-common",
3854
            "version": "1.0",
3855
            "source": {
3856
                "type": "git",
3857
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
3858
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
3859
            },
3860
            "dist": {
3861
                "type": "zip",
3862
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
3863
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
3864
                "shasum": ""
3865
            },
3866
            "require": {
3867
                "php": ">=5.5"
3868
            },
3869
            "require-dev": {
3870
                "phpunit/phpunit": "^4.6"
3871
            },
3872
            "type": "library",
3873
            "extra": {
3874
                "branch-alias": {
3875
                    "dev-master": "1.0.x-dev"
3876
                }
3877
            },
3878
            "autoload": {
3879
                "psr-4": {
3880
                    "phpDocumentor\\Reflection\\": [
3881
                        "src"
3882
                    ]
3883
                }
3884
            },
3885
            "notification-url": "https://packagist.org/downloads/",
3886
            "license": [
3887
                "MIT"
3888
            ],
3889
            "authors": [
3890
                {
3891
                    "name": "Jaap van Otterdijk",
3892
                    "email": "[email protected]"
3893
                }
3894
            ],
3895
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
3896
            "homepage": "http://www.phpdoc.org",
3897
            "keywords": [
3898
                "FQSEN",
3899
                "phpDocumentor",
3900
                "phpdoc",
3901
                "reflection",
3902
                "static analysis"
3903
            ],
3904
            "time": "2015-12-27T11:43:31+00:00"
3905
        },
3906
        {
3907
            "name": "phpdocumentor/reflection-docblock",
3908
            "version": "3.1.1",
3909
            "source": {
3910
                "type": "git",
3911
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3912
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
3913
            },
3914
            "dist": {
3915
                "type": "zip",
3916
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
3917
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
3918
                "shasum": ""
3919
            },
3920
            "require": {
3921
                "php": ">=5.5",
3922
                "phpdocumentor/reflection-common": "^1.0@dev",
3923
                "phpdocumentor/type-resolver": "^0.2.0",
3924
                "webmozart/assert": "^1.0"
3925
            },
3926
            "require-dev": {
3927
                "mockery/mockery": "^0.9.4",
3928
                "phpunit/phpunit": "^4.4"
3929
            },
3930
            "type": "library",
3931
            "autoload": {
3932
                "psr-4": {
3933
                    "phpDocumentor\\Reflection\\": [
3934
                        "src/"
3935
                    ]
3936
                }
3937
            },
3938
            "notification-url": "https://packagist.org/downloads/",
3939
            "license": [
3940
                "MIT"
3941
            ],
3942
            "authors": [
3943
                {
3944
                    "name": "Mike van Riel",
3945
                    "email": "[email protected]"
3946
                }
3947
            ],
3948
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
3949
            "time": "2016-09-30T07:12:33+00:00"
3950
        },
3951
        {
3952
            "name": "phpdocumentor/type-resolver",
3953
            "version": "0.2.1",
3954
            "source": {
3955
                "type": "git",
3956
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
3957
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
3958
            },
3959
            "dist": {
3960
                "type": "zip",
3961
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
3962
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
3963
                "shasum": ""
3964
            },
3965
            "require": {
3966
                "php": ">=5.5",
3967
                "phpdocumentor/reflection-common": "^1.0"
3968
            },
3969
            "require-dev": {
3970
                "mockery/mockery": "^0.9.4",
3971
                "phpunit/phpunit": "^5.2||^4.8.24"
3972
            },
3973
            "type": "library",
3974
            "extra": {
3975
                "branch-alias": {
3976
                    "dev-master": "1.0.x-dev"
3977
                }
3978
            },
3979
            "autoload": {
3980
                "psr-4": {
3981
                    "phpDocumentor\\Reflection\\": [
3982
                        "src/"
3983
                    ]
3984
                }
3985
            },
3986
            "notification-url": "https://packagist.org/downloads/",
3987
            "license": [
3988
                "MIT"
3989
            ],
3990
            "authors": [
3991
                {
3992
                    "name": "Mike van Riel",
3993
                    "email": "[email protected]"
3994
                }
3995
            ],
3996
            "time": "2016-11-25T06:54:22+00:00"
3997
        },
3998
        {
3999
            "name": "phpmd/phpmd",
4000
            "version": "2.6.0",
4001
            "source": {
4002
                "type": "git",
4003
                "url": "https://github.com/phpmd/phpmd.git",
4004
                "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374"
4005
            },
4006
            "dist": {
4007
                "type": "zip",
4008
                "url": "https://api.github.com/repos/phpmd/phpmd/zipball/4e9924b2c157a3eb64395460fcf56b31badc8374",
4009
                "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374",
4010
                "shasum": ""
4011
            },
4012
            "require": {
4013
                "ext-xml": "*",
4014
                "pdepend/pdepend": "^2.5",
4015
                "php": ">=5.3.9"
4016
            },
4017
            "require-dev": {
4018
                "phpunit/phpunit": "^4.0",
4019
                "squizlabs/php_codesniffer": "^2.0"
4020
            },
4021
            "bin": [
4022
                "src/bin/phpmd"
4023
            ],
4024
            "type": "project",
4025
            "autoload": {
4026
                "psr-0": {
4027
                    "PHPMD\\": "src/main/php"
4028
                }
4029
            },
4030
            "notification-url": "https://packagist.org/downloads/",
4031
            "license": [
4032
                "BSD-3-Clause"
4033
            ],
4034
            "authors": [
4035
                {
4036
                    "name": "Manuel Pichler",
4037
                    "email": "[email protected]",
4038
                    "homepage": "https://github.com/manuelpichler",
4039
                    "role": "Project Founder"
4040
                },
4041
                {
4042
                    "name": "Other contributors",
4043
                    "homepage": "https://github.com/phpmd/phpmd/graphs/contributors",
4044
                    "role": "Contributors"
4045
                },
4046
                {
4047
                    "name": "Marc Würth",
4048
                    "email": "[email protected]",
4049
                    "homepage": "https://github.com/ravage84",
4050
                    "role": "Project Maintainer"
4051
                }
4052
            ],
4053
            "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
4054
            "homepage": "http://phpmd.org/",
4055
            "keywords": [
4056
                "mess detection",
4057
                "mess detector",
4058
                "pdepend",
4059
                "phpmd",
4060
                "pmd"
4061
            ],
4062
            "time": "2017-01-20T14:41:10+00:00"
4063
        },
4064
        {
4065
            "name": "phpspec/prophecy",
4066
            "version": "v1.7.0",
4067
            "source": {
4068
                "type": "git",
4069
                "url": "https://github.com/phpspec/prophecy.git",
4070
                "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
4071
            },
4072
            "dist": {
4073
                "type": "zip",
4074
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
4075
                "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
4076
                "shasum": ""
4077
            },
4078
            "require": {
4079
                "doctrine/instantiator": "^1.0.2",
4080
                "php": "^5.3|^7.0",
4081
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
4082
                "sebastian/comparator": "^1.1|^2.0",
4083
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
4084
            },
4085
            "require-dev": {
4086
                "phpspec/phpspec": "^2.5|^3.2",
4087
                "phpunit/phpunit": "^4.8 || ^5.6.5"
4088
            },
4089
            "type": "library",
4090
            "extra": {
4091
                "branch-alias": {
4092
                    "dev-master": "1.6.x-dev"
4093
                }
4094
            },
4095
            "autoload": {
4096
                "psr-0": {
4097
                    "Prophecy\\": "src/"
4098
                }
4099
            },
4100
            "notification-url": "https://packagist.org/downloads/",
4101
            "license": [
4102
                "MIT"
4103
            ],
4104
            "authors": [
4105
                {
4106
                    "name": "Konstantin Kudryashov",
4107
                    "email": "[email protected]",
4108
                    "homepage": "http://everzet.com"
4109
                },
4110
                {
4111
                    "name": "Marcello Duarte",
4112
                    "email": "[email protected]"
4113
                }
4114
            ],
4115
            "description": "Highly opinionated mocking framework for PHP 5.3+",
4116
            "homepage": "https://github.com/phpspec/prophecy",
4117
            "keywords": [
4118
                "Double",
4119
                "Dummy",
4120
                "fake",
4121
                "mock",
4122
                "spy",
4123
                "stub"
4124
            ],
4125
            "time": "2017-03-02T20:05:34+00:00"
4126
        },
4127
        {
4128
            "name": "phpunit/php-code-coverage",
4129
            "version": "2.2.4",
4130
            "source": {
4131
                "type": "git",
4132
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
4133
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
4134
            },
4135
            "dist": {
4136
                "type": "zip",
4137
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
4138
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
4139
                "shasum": ""
4140
            },
4141
            "require": {
4142
                "php": ">=5.3.3",
4143
                "phpunit/php-file-iterator": "~1.3",
4144
                "phpunit/php-text-template": "~1.2",
4145
                "phpunit/php-token-stream": "~1.3",
4146
                "sebastian/environment": "^1.3.2",
4147
                "sebastian/version": "~1.0"
4148
            },
4149
            "require-dev": {
4150
                "ext-xdebug": ">=2.1.4",
4151
                "phpunit/phpunit": "~4"
4152
            },
4153
            "suggest": {
4154
                "ext-dom": "*",
4155
                "ext-xdebug": ">=2.2.1",
4156
                "ext-xmlwriter": "*"
4157
            },
4158
            "type": "library",
4159
            "extra": {
4160
                "branch-alias": {
4161
                    "dev-master": "2.2.x-dev"
4162
                }
4163
            },
4164
            "autoload": {
4165
                "classmap": [
4166
                    "src/"
4167
                ]
4168
            },
4169
            "notification-url": "https://packagist.org/downloads/",
4170
            "license": [
4171
                "BSD-3-Clause"
4172
            ],
4173
            "authors": [
4174
                {
4175
                    "name": "Sebastian Bergmann",
4176
                    "email": "[email protected]",
4177
                    "role": "lead"
4178
                }
4179
            ],
4180
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
4181
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
4182
            "keywords": [
4183
                "coverage",
4184
                "testing",
4185
                "xunit"
4186
            ],
4187
            "time": "2015-10-06T15:47:00+00:00"
4188
        },
4189
        {
4190
            "name": "phpunit/php-file-iterator",
4191
            "version": "1.4.2",
4192
            "source": {
4193
                "type": "git",
4194
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
4195
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
4196
            },
4197
            "dist": {
4198
                "type": "zip",
4199
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
4200
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
4201
                "shasum": ""
4202
            },
4203
            "require": {
4204
                "php": ">=5.3.3"
4205
            },
4206
            "type": "library",
4207
            "extra": {
4208
                "branch-alias": {
4209
                    "dev-master": "1.4.x-dev"
4210
                }
4211
            },
4212
            "autoload": {
4213
                "classmap": [
4214
                    "src/"
4215
                ]
4216
            },
4217
            "notification-url": "https://packagist.org/downloads/",
4218
            "license": [
4219
                "BSD-3-Clause"
4220
            ],
4221
            "authors": [
4222
                {
4223
                    "name": "Sebastian Bergmann",
4224
                    "email": "[email protected]",
4225
                    "role": "lead"
4226
                }
4227
            ],
4228
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
4229
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
4230
            "keywords": [
4231
                "filesystem",
4232
                "iterator"
4233
            ],
4234
            "time": "2016-10-03T07:40:28+00:00"
4235
        },
4236
        {
4237
            "name": "phpunit/php-text-template",
4238
            "version": "1.2.1",
4239
            "source": {
4240
                "type": "git",
4241
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
4242
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
4243
            },
4244
            "dist": {
4245
                "type": "zip",
4246
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4247
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4248
                "shasum": ""
4249
            },
4250
            "require": {
4251
                "php": ">=5.3.3"
4252
            },
4253
            "type": "library",
4254
            "autoload": {
4255
                "classmap": [
4256
                    "src/"
4257
                ]
4258
            },
4259
            "notification-url": "https://packagist.org/downloads/",
4260
            "license": [
4261
                "BSD-3-Clause"
4262
            ],
4263
            "authors": [
4264
                {
4265
                    "name": "Sebastian Bergmann",
4266
                    "email": "[email protected]",
4267
                    "role": "lead"
4268
                }
4269
            ],
4270
            "description": "Simple template engine.",
4271
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
4272
            "keywords": [
4273
                "template"
4274
            ],
4275
            "time": "2015-06-21T13:50:34+00:00"
4276
        },
4277
        {
4278
            "name": "phpunit/php-timer",
4279
            "version": "1.0.9",
4280
            "source": {
4281
                "type": "git",
4282
                "url": "https://github.com/sebastianbergmann/php-timer.git",
4283
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
4284
            },
4285
            "dist": {
4286
                "type": "zip",
4287
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
4288
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
4289
                "shasum": ""
4290
            },
4291
            "require": {
4292
                "php": "^5.3.3 || ^7.0"
4293
            },
4294
            "require-dev": {
4295
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
4296
            },
4297
            "type": "library",
4298
            "extra": {
4299
                "branch-alias": {
4300
                    "dev-master": "1.0-dev"
4301
                }
4302
            },
4303
            "autoload": {
4304
                "classmap": [
4305
                    "src/"
4306
                ]
4307
            },
4308
            "notification-url": "https://packagist.org/downloads/",
4309
            "license": [
4310
                "BSD-3-Clause"
4311
            ],
4312
            "authors": [
4313
                {
4314
                    "name": "Sebastian Bergmann",
4315
                    "email": "[email protected]",
4316
                    "role": "lead"
4317
                }
4318
            ],
4319
            "description": "Utility class for timing",
4320
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
4321
            "keywords": [
4322
                "timer"
4323
            ],
4324
            "time": "2017-02-26T11:10:40+00:00"
4325
        },
4326
        {
4327
            "name": "phpunit/php-token-stream",
4328
            "version": "1.4.11",
4329
            "source": {
4330
                "type": "git",
4331
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
4332
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
4333
            },
4334
            "dist": {
4335
                "type": "zip",
4336
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
4337
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
4338
                "shasum": ""
4339
            },
4340
            "require": {
4341
                "ext-tokenizer": "*",
4342
                "php": ">=5.3.3"
4343
            },
4344
            "require-dev": {
4345
                "phpunit/phpunit": "~4.2"
4346
            },
4347
            "type": "library",
4348
            "extra": {
4349
                "branch-alias": {
4350
                    "dev-master": "1.4-dev"
4351
                }
4352
            },
4353
            "autoload": {
4354
                "classmap": [
4355
                    "src/"
4356
                ]
4357
            },
4358
            "notification-url": "https://packagist.org/downloads/",
4359
            "license": [
4360
                "BSD-3-Clause"
4361
            ],
4362
            "authors": [
4363
                {
4364
                    "name": "Sebastian Bergmann",
4365
                    "email": "[email protected]"
4366
                }
4367
            ],
4368
            "description": "Wrapper around PHP's tokenizer extension.",
4369
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
4370
            "keywords": [
4371
                "tokenizer"
4372
            ],
4373
            "time": "2017-02-27T10:12:30+00:00"
4374
        },
4375
        {
4376
            "name": "phpunit/phpunit",
4377
            "version": "4.8.35",
4378
            "source": {
4379
                "type": "git",
4380
                "url": "https://github.com/sebastianbergmann/phpunit.git",
4381
                "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87"
4382
            },
4383
            "dist": {
4384
                "type": "zip",
4385
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/791b1a67c25af50e230f841ee7a9c6eba507dc87",
4386
                "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87",
4387
                "shasum": ""
4388
            },
4389
            "require": {
4390
                "ext-dom": "*",
4391
                "ext-json": "*",
4392
                "ext-pcre": "*",
4393
                "ext-reflection": "*",
4394
                "ext-spl": "*",
4395
                "php": ">=5.3.3",
4396
                "phpspec/prophecy": "^1.3.1",
4397
                "phpunit/php-code-coverage": "~2.1",
4398
                "phpunit/php-file-iterator": "~1.4",
4399
                "phpunit/php-text-template": "~1.2",
4400
                "phpunit/php-timer": "^1.0.6",
4401
                "phpunit/phpunit-mock-objects": "~2.3",
4402
                "sebastian/comparator": "~1.2.2",
4403
                "sebastian/diff": "~1.2",
4404
                "sebastian/environment": "~1.3",
4405
                "sebastian/exporter": "~1.2",
4406
                "sebastian/global-state": "~1.0",
4407
                "sebastian/version": "~1.0",
4408
                "symfony/yaml": "~2.1|~3.0"
4409
            },
4410
            "suggest": {
4411
                "phpunit/php-invoker": "~1.1"
4412
            },
4413
            "bin": [
4414
                "phpunit"
4415
            ],
4416
            "type": "library",
4417
            "extra": {
4418
                "branch-alias": {
4419
                    "dev-master": "4.8.x-dev"
4420
                }
4421
            },
4422
            "autoload": {
4423
                "classmap": [
4424
                    "src/"
4425
                ]
4426
            },
4427
            "notification-url": "https://packagist.org/downloads/",
4428
            "license": [
4429
                "BSD-3-Clause"
4430
            ],
4431
            "authors": [
4432
                {
4433
                    "name": "Sebastian Bergmann",
4434
                    "email": "[email protected]",
4435
                    "role": "lead"
4436
                }
4437
            ],
4438
            "description": "The PHP Unit Testing framework.",
4439
            "homepage": "https://phpunit.de/",
4440
            "keywords": [
4441
                "phpunit",
4442
                "testing",
4443
                "xunit"
4444
            ],
4445
            "time": "2017-02-06T05:18:07+00:00"
4446
        },
4447
        {
4448
            "name": "phpunit/phpunit-mock-objects",
4449
            "version": "2.3.8",
4450
            "source": {
4451
                "type": "git",
4452
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
4453
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
4454
            },
4455
            "dist": {
4456
                "type": "zip",
4457
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
4458
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
4459
                "shasum": ""
4460
            },
4461
            "require": {
4462
                "doctrine/instantiator": "^1.0.2",
4463
                "php": ">=5.3.3",
4464
                "phpunit/php-text-template": "~1.2",
4465
                "sebastian/exporter": "~1.2"
4466
            },
4467
            "require-dev": {
4468
                "phpunit/phpunit": "~4.4"
4469
            },
4470
            "suggest": {
4471
                "ext-soap": "*"
4472
            },
4473
            "type": "library",
4474
            "extra": {
4475
                "branch-alias": {
4476
                    "dev-master": "2.3.x-dev"
4477
                }
4478
            },
4479
            "autoload": {
4480
                "classmap": [
4481
                    "src/"
4482
                ]
4483
            },
4484
            "notification-url": "https://packagist.org/downloads/",
4485
            "license": [
4486
                "BSD-3-Clause"
4487
            ],
4488
            "authors": [
4489
                {
4490
                    "name": "Sebastian Bergmann",
4491
                    "email": "[email protected]",
4492
                    "role": "lead"
4493
                }
4494
            ],
4495
            "description": "Mock Object library for PHPUnit",
4496
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
4497
            "keywords": [
4498
                "mock",
4499
                "xunit"
4500
            ],
4501
            "time": "2015-10-02T06:51:40+00:00"
4502
        },
4503
        {
4504
            "name": "sebastian/comparator",
4505
            "version": "1.2.4",
4506
            "source": {
4507
                "type": "git",
4508
                "url": "https://github.com/sebastianbergmann/comparator.git",
4509
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
4510
            },
4511
            "dist": {
4512
                "type": "zip",
4513
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
4514
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
4515
                "shasum": ""
4516
            },
4517
            "require": {
4518
                "php": ">=5.3.3",
4519
                "sebastian/diff": "~1.2",
4520
                "sebastian/exporter": "~1.2 || ~2.0"
4521
            },
4522
            "require-dev": {
4523
                "phpunit/phpunit": "~4.4"
4524
            },
4525
            "type": "library",
4526
            "extra": {
4527
                "branch-alias": {
4528
                    "dev-master": "1.2.x-dev"
4529
                }
4530
            },
4531
            "autoload": {
4532
                "classmap": [
4533
                    "src/"
4534
                ]
4535
            },
4536
            "notification-url": "https://packagist.org/downloads/",
4537
            "license": [
4538
                "BSD-3-Clause"
4539
            ],
4540
            "authors": [
4541
                {
4542
                    "name": "Jeff Welch",
4543
                    "email": "[email protected]"
4544
                },
4545
                {
4546
                    "name": "Volker Dusch",
4547
                    "email": "[email protected]"
4548
                },
4549
                {
4550
                    "name": "Bernhard Schussek",
4551
                    "email": "[email protected]"
4552
                },
4553
                {
4554
                    "name": "Sebastian Bergmann",
4555
                    "email": "[email protected]"
4556
                }
4557
            ],
4558
            "description": "Provides the functionality to compare PHP values for equality",
4559
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
4560
            "keywords": [
4561
                "comparator",
4562
                "compare",
4563
                "equality"
4564
            ],
4565
            "time": "2017-01-29T09:50:25+00:00"
4566
        },
4567
        {
4568
            "name": "sebastian/diff",
4569
            "version": "1.4.1",
4570
            "source": {
4571
                "type": "git",
4572
                "url": "https://github.com/sebastianbergmann/diff.git",
4573
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
4574
            },
4575
            "dist": {
4576
                "type": "zip",
4577
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
4578
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
4579
                "shasum": ""
4580
            },
4581
            "require": {
4582
                "php": ">=5.3.3"
4583
            },
4584
            "require-dev": {
4585
                "phpunit/phpunit": "~4.8"
4586
            },
4587
            "type": "library",
4588
            "extra": {
4589
                "branch-alias": {
4590
                    "dev-master": "1.4-dev"
4591
                }
4592
            },
4593
            "autoload": {
4594
                "classmap": [
4595
                    "src/"
4596
                ]
4597
            },
4598
            "notification-url": "https://packagist.org/downloads/",
4599
            "license": [
4600
                "BSD-3-Clause"
4601
            ],
4602
            "authors": [
4603
                {
4604
                    "name": "Kore Nordmann",
4605
                    "email": "[email protected]"
4606
                },
4607
                {
4608
                    "name": "Sebastian Bergmann",
4609
                    "email": "[email protected]"
4610
                }
4611
            ],
4612
            "description": "Diff implementation",
4613
            "homepage": "https://github.com/sebastianbergmann/diff",
4614
            "keywords": [
4615
                "diff"
4616
            ],
4617
            "time": "2015-12-08T07:14:41+00:00"
4618
        },
4619
        {
4620
            "name": "sebastian/environment",
4621
            "version": "1.3.8",
4622
            "source": {
4623
                "type": "git",
4624
                "url": "https://github.com/sebastianbergmann/environment.git",
4625
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
4626
            },
4627
            "dist": {
4628
                "type": "zip",
4629
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
4630
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
4631
                "shasum": ""
4632
            },
4633
            "require": {
4634
                "php": "^5.3.3 || ^7.0"
4635
            },
4636
            "require-dev": {
4637
                "phpunit/phpunit": "^4.8 || ^5.0"
4638
            },
4639
            "type": "library",
4640
            "extra": {
4641
                "branch-alias": {
4642
                    "dev-master": "1.3.x-dev"
4643
                }
4644
            },
4645
            "autoload": {
4646
                "classmap": [
4647
                    "src/"
4648
                ]
4649
            },
4650
            "notification-url": "https://packagist.org/downloads/",
4651
            "license": [
4652
                "BSD-3-Clause"
4653
            ],
4654
            "authors": [
4655
                {
4656
                    "name": "Sebastian Bergmann",
4657
                    "email": "[email protected]"
4658
                }
4659
            ],
4660
            "description": "Provides functionality to handle HHVM/PHP environments",
4661
            "homepage": "http://www.github.com/sebastianbergmann/environment",
4662
            "keywords": [
4663
                "Xdebug",
4664
                "environment",
4665
                "hhvm"
4666
            ],
4667
            "time": "2016-08-18T05:49:44+00:00"
4668
        },
4669
        {
4670
            "name": "sebastian/exporter",
4671
            "version": "1.2.2",
4672
            "source": {
4673
                "type": "git",
4674
                "url": "https://github.com/sebastianbergmann/exporter.git",
4675
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
4676
            },
4677
            "dist": {
4678
                "type": "zip",
4679
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
4680
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
4681
                "shasum": ""
4682
            },
4683
            "require": {
4684
                "php": ">=5.3.3",
4685
                "sebastian/recursion-context": "~1.0"
4686
            },
4687
            "require-dev": {
4688
                "ext-mbstring": "*",
4689
                "phpunit/phpunit": "~4.4"
4690
            },
4691
            "type": "library",
4692
            "extra": {
4693
                "branch-alias": {
4694
                    "dev-master": "1.3.x-dev"
4695
                }
4696
            },
4697
            "autoload": {
4698
                "classmap": [
4699
                    "src/"
4700
                ]
4701
            },
4702
            "notification-url": "https://packagist.org/downloads/",
4703
            "license": [
4704
                "BSD-3-Clause"
4705
            ],
4706
            "authors": [
4707
                {
4708
                    "name": "Jeff Welch",
4709
                    "email": "[email protected]"
4710
                },
4711
                {
4712
                    "name": "Volker Dusch",
4713
                    "email": "[email protected]"
4714
                },
4715
                {
4716
                    "name": "Bernhard Schussek",
4717
                    "email": "[email protected]"
4718
                },
4719
                {
4720
                    "name": "Sebastian Bergmann",
4721
                    "email": "[email protected]"
4722
                },
4723
                {
4724
                    "name": "Adam Harvey",
4725
                    "email": "[email protected]"
4726
                }
4727
            ],
4728
            "description": "Provides the functionality to export PHP variables for visualization",
4729
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
4730
            "keywords": [
4731
                "export",
4732
                "exporter"
4733
            ],
4734
            "time": "2016-06-17T09:04:28+00:00"
4735
        },
4736
        {
4737
            "name": "sebastian/finder-facade",
4738
            "version": "1.2.1",
4739
            "source": {
4740
                "type": "git",
4741
                "url": "https://github.com/sebastianbergmann/finder-facade.git",
4742
                "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9"
4743
            },
4744
            "dist": {
4745
                "type": "zip",
4746
                "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9",
4747
                "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9",
4748
                "shasum": ""
4749
            },
4750
            "require": {
4751
                "symfony/finder": "~2.3|~3.0",
4752
                "theseer/fdomdocument": "~1.3"
4753
            },
4754
            "type": "library",
4755
            "autoload": {
4756
                "classmap": [
4757
                    "src/"
4758
                ]
4759
            },
4760
            "notification-url": "https://packagist.org/downloads/",
4761
            "license": [
4762
                "BSD-3-Clause"
4763
            ],
4764
            "authors": [
4765
                {
4766
                    "name": "Sebastian Bergmann",
4767
                    "email": "[email protected]",
4768
                    "role": "lead"
4769
                }
4770
            ],
4771
            "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
4772
            "homepage": "https://github.com/sebastianbergmann/finder-facade",
4773
            "time": "2016-02-17T07:02:23+00:00"
4774
        },
4775
        {
4776
            "name": "sebastian/global-state",
4777
            "version": "1.1.1",
4778
            "source": {
4779
                "type": "git",
4780
                "url": "https://github.com/sebastianbergmann/global-state.git",
4781
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
4782
            },
4783
            "dist": {
4784
                "type": "zip",
4785
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
4786
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
4787
                "shasum": ""
4788
            },
4789
            "require": {
4790
                "php": ">=5.3.3"
4791
            },
4792
            "require-dev": {
4793
                "phpunit/phpunit": "~4.2"
4794
            },
4795
            "suggest": {
4796
                "ext-uopz": "*"
4797
            },
4798
            "type": "library",
4799
            "extra": {
4800
                "branch-alias": {
4801
                    "dev-master": "1.0-dev"
4802
                }
4803
            },
4804
            "autoload": {
4805
                "classmap": [
4806
                    "src/"
4807
                ]
4808
            },
4809
            "notification-url": "https://packagist.org/downloads/",
4810
            "license": [
4811
                "BSD-3-Clause"
4812
            ],
4813
            "authors": [
4814
                {
4815
                    "name": "Sebastian Bergmann",
4816
                    "email": "[email protected]"
4817
                }
4818
            ],
4819
            "description": "Snapshotting of global state",
4820
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
4821
            "keywords": [
4822
                "global state"
4823
            ],
4824
            "time": "2015-10-12T03:26:01+00:00"
4825
        },
4826
        {
4827
            "name": "sebastian/phpcpd",
4828
            "version": "2.0.4",
4829
            "source": {
4830
                "type": "git",
4831
                "url": "https://github.com/sebastianbergmann/phpcpd.git",
4832
                "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db"
4833
            },
4834
            "dist": {
4835
                "type": "zip",
4836
                "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/24d9a880deadb0b8c9680e9cfe78e30b704225db",
4837
                "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db",
4838
                "shasum": ""
4839
            },
4840
            "require": {
4841
                "php": ">=5.3.3",
4842
                "phpunit/php-timer": ">=1.0.6",
4843
                "sebastian/finder-facade": "~1.1",
4844
                "sebastian/version": "~1.0|~2.0",
4845
                "symfony/console": "~2.7|^3.0",
4846
                "theseer/fdomdocument": "~1.4"
4847
            },
4848
            "bin": [
4849
                "phpcpd"
4850
            ],
4851
            "type": "library",
4852
            "extra": {
4853
                "branch-alias": {
4854
                    "dev-master": "2.0-dev"
4855
                }
4856
            },
4857
            "autoload": {
4858
                "classmap": [
4859
                    "src/"
4860
                ]
4861
            },
4862
            "notification-url": "https://packagist.org/downloads/",
4863
            "license": [
4864
                "BSD-3-Clause"
4865
            ],
4866
            "authors": [
4867
                {
4868
                    "name": "Sebastian Bergmann",
4869
                    "email": "[email protected]",
4870
                    "role": "lead"
4871
                }
4872
            ],
4873
            "description": "Copy/Paste Detector (CPD) for PHP code.",
4874
            "homepage": "https://github.com/sebastianbergmann/phpcpd",
4875
            "time": "2016-04-17T19:32:49+00:00"
4876
        },
4877
        {
4878
            "name": "sebastian/recursion-context",
4879
            "version": "1.0.5",
4880
            "source": {
4881
                "type": "git",
4882
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
4883
                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
4884
            },
4885
            "dist": {
4886
                "type": "zip",
4887
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
4888
                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
4889
                "shasum": ""
4890
            },
4891
            "require": {
4892
                "php": ">=5.3.3"
4893
            },
4894
            "require-dev": {
4895
                "phpunit/phpunit": "~4.4"
4896
            },
4897
            "type": "library",
4898
            "extra": {
4899
                "branch-alias": {
4900
                    "dev-master": "1.0.x-dev"
4901
                }
4902
            },
4903
            "autoload": {
4904
                "classmap": [
4905
                    "src/"
4906
                ]
4907
            },
4908
            "notification-url": "https://packagist.org/downloads/",
4909
            "license": [
4910
                "BSD-3-Clause"
4911
            ],
4912
            "authors": [
4913
                {
4914
                    "name": "Jeff Welch",
4915
                    "email": "[email protected]"
4916
                },
4917
                {
4918
                    "name": "Sebastian Bergmann",
4919
                    "email": "[email protected]"
4920
                },
4921
                {
4922
                    "name": "Adam Harvey",
4923
                    "email": "[email protected]"
4924
                }
4925
            ],
4926
            "description": "Provides functionality to recursively process PHP variables",
4927
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
4928
            "time": "2016-10-03T07:41:43+00:00"
4929
        },
4930
        {
4931
            "name": "sebastian/version",
4932
            "version": "1.0.6",
4933
            "source": {
4934
                "type": "git",
4935
                "url": "https://github.com/sebastianbergmann/version.git",
4936
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
4937
            },
4938
            "dist": {
4939
                "type": "zip",
4940
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4941
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4942
                "shasum": ""
4943
            },
4944
            "type": "library",
4945
            "autoload": {
4946
                "classmap": [
4947
                    "src/"
4948
                ]
4949
            },
4950
            "notification-url": "https://packagist.org/downloads/",
4951
            "license": [
4952
                "BSD-3-Clause"
4953
            ],
4954
            "authors": [
4955
                {
4956
                    "name": "Sebastian Bergmann",
4957
                    "email": "[email protected]",
4958
                    "role": "lead"
4959
                }
4960
            ],
4961
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4962
            "homepage": "https://github.com/sebastianbergmann/version",
4963
            "time": "2015-06-21T13:59:46+00:00"
4964
        },
4965
        {
4966
            "name": "sensio/generator-bundle",
4967
            "version": "v2.5.3",
4968
            "target-dir": "Sensio/Bundle/GeneratorBundle",
4969
            "source": {
4970
                "type": "git",
4971
                "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
4972
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3"
4973
            },
4974
            "dist": {
4975
                "type": "zip",
4976
                "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/e50108c2133ee5c9c484555faed50c17a61221d3",
4977
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3",
4978
                "shasum": ""
4979
            },
4980
            "require": {
4981
                "symfony/console": "~2.5",
4982
                "symfony/framework-bundle": "~2.2"
4983
            },
4984
            "require-dev": {
4985
                "doctrine/orm": "~2.2,>=2.2.3",
4986
                "symfony/doctrine-bridge": "~2.2",
4987
                "twig/twig": "~1.11"
4988
            },
4989
            "type": "symfony-bundle",
4990
            "extra": {
4991
                "branch-alias": {
4992
                    "dev-master": "2.5.x-dev"
4993
                }
4994
            },
4995
            "autoload": {
4996
                "psr-0": {
4997
                    "Sensio\\Bundle\\GeneratorBundle": ""
4998
                }
4999
            },
5000
            "notification-url": "https://packagist.org/downloads/",
5001
            "license": [
5002
                "MIT"
5003
            ],
5004
            "authors": [
5005
                {
5006
                    "name": "Fabien Potencier",
5007
                    "email": "[email protected]"
5008
                }
5009
            ],
5010
            "description": "This bundle generates code for you",
5011
            "time": "2015-03-17T06:36:52+00:00"
5012
        },
5013
        {
5014
            "name": "squizlabs/php_codesniffer",
5015
            "version": "1.5.6",
5016
            "source": {
5017
                "type": "git",
5018
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
5019
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5"
5020
            },
5021
            "dist": {
5022
                "type": "zip",
5023
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6f3e42d311b882b25b4d409d23a289f4d3b803d5",
5024
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5",
5025
                "shasum": ""
5026
            },
5027
            "require": {
5028
                "ext-tokenizer": "*",
5029
                "php": ">=5.1.2"
5030
            },
5031
            "suggest": {
5032
                "phpunit/php-timer": "dev-master"
5033
            },
5034
            "bin": [
5035
                "scripts/phpcs"
5036
            ],
5037
            "type": "library",
5038
            "extra": {
5039
                "branch-alias": {
5040
                    "dev-phpcs-fixer": "2.0.x-dev"
5041
                }
5042
            },
5043
            "autoload": {
5044
                "classmap": [
5045
                    "CodeSniffer.php",
5046
                    "CodeSniffer/CLI.php",
5047
                    "CodeSniffer/Exception.php",
5048
                    "CodeSniffer/File.php",
5049
                    "CodeSniffer/Report.php",
5050
                    "CodeSniffer/Reporting.php",
5051
                    "CodeSniffer/Sniff.php",
5052
                    "CodeSniffer/Tokens.php",
5053
                    "CodeSniffer/Reports/",
5054
                    "CodeSniffer/CommentParser/",
5055
                    "CodeSniffer/Tokenizers/",
5056
                    "CodeSniffer/DocGenerators/",
5057
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
5058
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
5059
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
5060
                    "CodeSniffer/Standards/IncorrectPatternException.php",
5061
                    "CodeSniffer/Standards/Generic/Sniffs/",
5062
                    "CodeSniffer/Standards/MySource/Sniffs/",
5063
                    "CodeSniffer/Standards/PEAR/Sniffs/",
5064
                    "CodeSniffer/Standards/PSR1/Sniffs/",
5065
                    "CodeSniffer/Standards/PSR2/Sniffs/",
5066
                    "CodeSniffer/Standards/Squiz/Sniffs/",
5067
                    "CodeSniffer/Standards/Zend/Sniffs/"
5068
                ]
5069
            },
5070
            "notification-url": "https://packagist.org/downloads/",
5071
            "license": [
5072
                "BSD-3-Clause"
5073
            ],
5074
            "authors": [
5075
                {
5076
                    "name": "Greg Sherwood",
5077
                    "role": "lead"
5078
                }
5079
            ],
5080
            "description": "PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
5081
            "homepage": "http://www.squizlabs.com/php-codesniffer",
5082
            "keywords": [
5083
                "phpcs",
5084
                "standards"
5085
            ],
5086
            "time": "2014-12-04T22:32:15+00:00"
5087
        },
5088
        {
5089
            "name": "theseer/fdomdocument",
5090
            "version": "1.6.1",
5091
            "source": {
5092
                "type": "git",
5093
                "url": "https://github.com/theseer/fDOMDocument.git",
5094
                "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684"
5095
            },
5096
            "dist": {
5097
                "type": "zip",
5098
                "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/d9ad139d6c2e8edf5e313ffbe37ff13344cf0684",
5099
                "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684",
5100
                "shasum": ""
5101
            },
5102
            "require": {
5103
                "ext-dom": "*",
5104
                "lib-libxml": "*",
5105
                "php": ">=5.3.3"
5106
            },
5107
            "type": "library",
5108
            "autoload": {
5109
                "classmap": [
5110
                    "src/"
5111
                ]
5112
            },
5113
            "notification-url": "https://packagist.org/downloads/",
5114
            "license": [
5115
                "BSD-3-Clause"
5116
            ],
5117
            "authors": [
5118
                {
5119
                    "name": "Arne Blankerts",
5120
                    "email": "[email protected]",
5121
                    "role": "lead"
5122
                }
5123
            ],
5124
            "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.",
5125
            "homepage": "https://github.com/theseer/fDOMDocument",
5126
            "time": "2015-05-27T22:58:02+00:00"
5127
        }
5128
    ],
5129
    "aliases": [
5130
        {
5131
            "alias": "v1.5.0",
5132
            "alias_normalized": "1.5.0.0",
5133
            "version": "9999999-dev",
5134
            "package": "mopa/composer-bridge"
5135
        }
5136
    ],
5137
    "minimum-stability": "stable",
5138
    "stability-flags": {
5139
        "mopa/bootstrap-bundle": 5,
5140
        "surfnet/stepup-u2f-bundle": 20,
5141
        "mopa/composer-bridge": 20
5142
    },
5143
    "prefer-stable": false,
5144
    "prefer-lowest": false,
5145
    "platform": {
5146
        "php": "~5.6|~7.0"
5147
    },
5148
    "platform-dev": []
5149
}
5150