Completed
Push — logging-config-new-dev-vm ( d7928a...9273b8 )
by
unknown
06:47 queued 04:27
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": "f1af28ca2ebdd15084c36b67085b3f21",
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": "guzzlehttp/guzzle",
1013
            "version": "6.2.3",
1014
            "source": {
1015
                "type": "git",
1016
                "url": "https://github.com/guzzle/guzzle.git",
1017
                "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006"
1018
            },
1019
            "dist": {
1020
                "type": "zip",
1021
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/8d6c6cc55186db87b7dc5009827429ba4e9dc006",
1022
                "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006",
1023
                "shasum": ""
1024
            },
1025
            "require": {
1026
                "guzzlehttp/promises": "^1.0",
1027
                "guzzlehttp/psr7": "^1.4",
1028
                "php": ">=5.5"
1029
            },
1030
            "require-dev": {
1031
                "ext-curl": "*",
1032
                "phpunit/phpunit": "^4.0",
1033
                "psr/log": "^1.0"
1034
            },
1035
            "type": "library",
1036
            "extra": {
1037
                "branch-alias": {
1038
                    "dev-master": "6.2-dev"
1039
                }
1040
            },
1041
            "autoload": {
1042
                "files": [
1043
                    "src/functions_include.php"
1044
                ],
1045
                "psr-4": {
1046
                    "GuzzleHttp\\": "src/"
1047
                }
1048
            },
1049
            "notification-url": "https://packagist.org/downloads/",
1050
            "license": [
1051
                "MIT"
1052
            ],
1053
            "authors": [
1054
                {
1055
                    "name": "Michael Dowling",
1056
                    "email": "[email protected]",
1057
                    "homepage": "https://github.com/mtdowling"
1058
                }
1059
            ],
1060
            "description": "Guzzle is a PHP HTTP client library",
1061
            "homepage": "http://guzzlephp.org/",
1062
            "keywords": [
1063
                "client",
1064
                "curl",
1065
                "framework",
1066
                "http",
1067
                "http client",
1068
                "rest",
1069
                "web service"
1070
            ],
1071
            "time": "2017-02-28T22:50:30+00:00"
1072
        },
1073
        {
1074
            "name": "guzzlehttp/promises",
1075
            "version": "v1.3.1",
1076
            "source": {
1077
                "type": "git",
1078
                "url": "https://github.com/guzzle/promises.git",
1079
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
1080
            },
1081
            "dist": {
1082
                "type": "zip",
1083
                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1084
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1085
                "shasum": ""
1086
            },
1087
            "require": {
1088
                "php": ">=5.5.0"
1089
            },
1090
            "require-dev": {
1091
                "phpunit/phpunit": "^4.0"
1092
            },
1093
            "type": "library",
1094
            "extra": {
1095
                "branch-alias": {
1096
                    "dev-master": "1.4-dev"
1097
                }
1098
            },
1099
            "autoload": {
1100
                "psr-4": {
1101
                    "GuzzleHttp\\Promise\\": "src/"
1102
                },
1103
                "files": [
1104
                    "src/functions_include.php"
1105
                ]
1106
            },
1107
            "notification-url": "https://packagist.org/downloads/",
1108
            "license": [
1109
                "MIT"
1110
            ],
1111
            "authors": [
1112
                {
1113
                    "name": "Michael Dowling",
1114
                    "email": "[email protected]",
1115
                    "homepage": "https://github.com/mtdowling"
1116
                }
1117
            ],
1118
            "description": "Guzzle promises library",
1119
            "keywords": [
1120
                "promise"
1121
            ],
1122
            "time": "2016-12-20T10:07:11+00:00"
1123
        },
1124
        {
1125
            "name": "guzzlehttp/psr7",
1126
            "version": "1.4.1",
1127
            "source": {
1128
                "type": "git",
1129
                "url": "https://github.com/guzzle/psr7.git",
1130
                "reference": "0d6c7ca039329247e4f0f8f8f6506810e8248855"
1131
            },
1132
            "dist": {
1133
                "type": "zip",
1134
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/0d6c7ca039329247e4f0f8f8f6506810e8248855",
1135
                "reference": "0d6c7ca039329247e4f0f8f8f6506810e8248855",
1136
                "shasum": ""
1137
            },
1138
            "require": {
1139
                "php": ">=5.4.0",
1140
                "psr/http-message": "~1.0"
1141
            },
1142
            "provide": {
1143
                "psr/http-message-implementation": "1.0"
1144
            },
1145
            "require-dev": {
1146
                "phpunit/phpunit": "~4.0"
1147
            },
1148
            "type": "library",
1149
            "extra": {
1150
                "branch-alias": {
1151
                    "dev-master": "1.4-dev"
1152
                }
1153
            },
1154
            "autoload": {
1155
                "psr-4": {
1156
                    "GuzzleHttp\\Psr7\\": "src/"
1157
                },
1158
                "files": [
1159
                    "src/functions_include.php"
1160
                ]
1161
            },
1162
            "notification-url": "https://packagist.org/downloads/",
1163
            "license": [
1164
                "MIT"
1165
            ],
1166
            "authors": [
1167
                {
1168
                    "name": "Michael Dowling",
1169
                    "email": "[email protected]",
1170
                    "homepage": "https://github.com/mtdowling"
1171
                },
1172
                {
1173
                    "name": "Tobias Schultze",
1174
                    "homepage": "https://github.com/Tobion"
1175
                }
1176
            ],
1177
            "description": "PSR-7 message implementation that also provides common utility methods",
1178
            "keywords": [
1179
                "http",
1180
                "message",
1181
                "request",
1182
                "response",
1183
                "stream",
1184
                "uri",
1185
                "url"
1186
            ],
1187
            "time": "2017-02-27T10:51:17+00:00"
1188
        },
1189
        {
1190
            "name": "hamcrest/hamcrest-php",
1191
            "version": "v1.2.2",
1192
            "source": {
1193
                "type": "git",
1194
                "url": "https://github.com/hamcrest/hamcrest-php.git",
1195
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
1196
            },
1197
            "dist": {
1198
                "type": "zip",
1199
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
1200
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
1201
                "shasum": ""
1202
            },
1203
            "require": {
1204
                "php": ">=5.3.2"
1205
            },
1206
            "replace": {
1207
                "cordoval/hamcrest-php": "*",
1208
                "davedevelopment/hamcrest-php": "*",
1209
                "kodova/hamcrest-php": "*"
1210
            },
1211
            "require-dev": {
1212
                "phpunit/php-file-iterator": "1.3.3",
1213
                "satooshi/php-coveralls": "dev-master"
1214
            },
1215
            "type": "library",
1216
            "autoload": {
1217
                "classmap": [
1218
                    "hamcrest"
1219
                ],
1220
                "files": [
1221
                    "hamcrest/Hamcrest.php"
1222
                ]
1223
            },
1224
            "notification-url": "https://packagist.org/downloads/",
1225
            "license": [
1226
                "BSD"
1227
            ],
1228
            "description": "This is the PHP port of Hamcrest Matchers",
1229
            "keywords": [
1230
                "test"
1231
            ],
1232
            "time": "2015-05-11T14:41:42+00:00"
1233
        },
1234
        {
1235
            "name": "incenteev/composer-parameter-handler",
1236
            "version": "v2.1.2",
1237
            "source": {
1238
                "type": "git",
1239
                "url": "https://github.com/Incenteev/ParameterHandler.git",
1240
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
1241
            },
1242
            "dist": {
1243
                "type": "zip",
1244
                "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
1245
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
1246
                "shasum": ""
1247
            },
1248
            "require": {
1249
                "php": ">=5.3.3",
1250
                "symfony/yaml": "~2.3|~3.0"
1251
            },
1252
            "require-dev": {
1253
                "composer/composer": "1.0.*@dev",
1254
                "phpspec/prophecy-phpunit": "~1.0",
1255
                "symfony/filesystem": "~2.2"
1256
            },
1257
            "type": "library",
1258
            "extra": {
1259
                "branch-alias": {
1260
                    "dev-master": "2.1.x-dev"
1261
                }
1262
            },
1263
            "autoload": {
1264
                "psr-4": {
1265
                    "Incenteev\\ParameterHandler\\": ""
1266
                }
1267
            },
1268
            "notification-url": "https://packagist.org/downloads/",
1269
            "license": [
1270
                "MIT"
1271
            ],
1272
            "authors": [
1273
                {
1274
                    "name": "Christophe Coevoet",
1275
                    "email": "[email protected]"
1276
                }
1277
            ],
1278
            "description": "Composer script handling your ignored parameter file",
1279
            "homepage": "https://github.com/Incenteev/ParameterHandler",
1280
            "keywords": [
1281
                "parameters management"
1282
            ],
1283
            "time": "2015-11-10T17:04:01+00:00"
1284
        },
1285
        {
1286
            "name": "jdorn/sql-formatter",
1287
            "version": "v1.2.17",
1288
            "source": {
1289
                "type": "git",
1290
                "url": "https://github.com/jdorn/sql-formatter.git",
1291
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
1292
            },
1293
            "dist": {
1294
                "type": "zip",
1295
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
1296
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
1297
                "shasum": ""
1298
            },
1299
            "require": {
1300
                "php": ">=5.2.4"
1301
            },
1302
            "require-dev": {
1303
                "phpunit/phpunit": "3.7.*"
1304
            },
1305
            "type": "library",
1306
            "extra": {
1307
                "branch-alias": {
1308
                    "dev-master": "1.3.x-dev"
1309
                }
1310
            },
1311
            "autoload": {
1312
                "classmap": [
1313
                    "lib"
1314
                ]
1315
            },
1316
            "notification-url": "https://packagist.org/downloads/",
1317
            "license": [
1318
                "MIT"
1319
            ],
1320
            "authors": [
1321
                {
1322
                    "name": "Jeremy Dorn",
1323
                    "email": "[email protected]",
1324
                    "homepage": "http://jeremydorn.com/"
1325
                }
1326
            ],
1327
            "description": "a PHP SQL highlighting library",
1328
            "homepage": "https://github.com/jdorn/sql-formatter/",
1329
            "keywords": [
1330
                "highlight",
1331
                "sql"
1332
            ],
1333
            "time": "2014-01-12T16:20:24+00:00"
1334
        },
1335
        {
1336
            "name": "jms/aop-bundle",
1337
            "version": "1.1.0",
1338
            "target-dir": "JMS/AopBundle",
1339
            "source": {
1340
                "type": "git",
1341
                "url": "https://github.com/schmittjoh/JMSAopBundle.git",
1342
                "reference": "66287749c020b4c667c0ff4937b07e66c04bbe71"
1343
            },
1344
            "dist": {
1345
                "type": "zip",
1346
                "url": "https://api.github.com/repos/schmittjoh/JMSAopBundle/zipball/66287749c020b4c667c0ff4937b07e66c04bbe71",
1347
                "reference": "66287749c020b4c667c0ff4937b07e66c04bbe71",
1348
                "shasum": ""
1349
            },
1350
            "require": {
1351
                "jms/cg": "^1.1",
1352
                "symfony/framework-bundle": "2.*"
1353
            },
1354
            "type": "symfony-bundle",
1355
            "extra": {
1356
                "branch-alias": {
1357
                    "dev-master": "1.1.x-dev"
1358
                }
1359
            },
1360
            "autoload": {
1361
                "psr-0": {
1362
                    "JMS\\AopBundle": ""
1363
                }
1364
            },
1365
            "notification-url": "https://packagist.org/downloads/",
1366
            "license": [
1367
                "Apache-2.0"
1368
            ],
1369
            "authors": [
1370
                {
1371
                    "name": "Johannes M. Schmitt",
1372
                    "email": "[email protected]"
1373
                }
1374
            ],
1375
            "description": "Adds AOP capabilities to Symfony2",
1376
            "keywords": [
1377
                "annotations",
1378
                "aop"
1379
            ],
1380
            "time": "2015-09-13T09:02:33+00:00"
1381
        },
1382
        {
1383
            "name": "jms/cg",
1384
            "version": "1.1.0",
1385
            "source": {
1386
                "type": "git",
1387
                "url": "https://github.com/schmittjoh/cg-library.git",
1388
                "reference": "0af1113c7409b8636c5244bbae10b2e0ff792e9c"
1389
            },
1390
            "dist": {
1391
                "type": "zip",
1392
                "url": "https://api.github.com/repos/schmittjoh/cg-library/zipball/0af1113c7409b8636c5244bbae10b2e0ff792e9c",
1393
                "reference": "0af1113c7409b8636c5244bbae10b2e0ff792e9c",
1394
                "shasum": ""
1395
            },
1396
            "require": {
1397
                "php": ">=5.3.0"
1398
            },
1399
            "type": "library",
1400
            "extra": {
1401
                "branch-alias": {
1402
                    "dev-master": "1.1-dev"
1403
                }
1404
            },
1405
            "autoload": {
1406
                "psr-0": {
1407
                    "CG\\": "src/"
1408
                }
1409
            },
1410
            "notification-url": "https://packagist.org/downloads/",
1411
            "license": [
1412
                "Apache2"
1413
            ],
1414
            "authors": [
1415
                {
1416
                    "name": "Johannes M. Schmitt",
1417
                    "email": "[email protected]"
1418
                }
1419
            ],
1420
            "description": "Toolset for generating PHP code",
1421
            "keywords": [
1422
                "code generation"
1423
            ],
1424
            "time": "2015-09-13T08:54:43+00:00"
1425
        },
1426
        {
1427
            "name": "jms/di-extra-bundle",
1428
            "version": "1.4.0",
1429
            "target-dir": "JMS/DiExtraBundle",
1430
            "source": {
1431
                "type": "git",
1432
                "url": "https://github.com/schmittjoh/JMSDiExtraBundle.git",
1433
                "reference": "7fffdb6c96fb922a131af06d773e1e6c5301d070"
1434
            },
1435
            "dist": {
1436
                "type": "zip",
1437
                "url": "https://api.github.com/repos/schmittjoh/JMSDiExtraBundle/zipball/7fffdb6c96fb922a131af06d773e1e6c5301d070",
1438
                "reference": "7fffdb6c96fb922a131af06d773e1e6c5301d070",
1439
                "shasum": ""
1440
            },
1441
            "require": {
1442
                "jms/aop-bundle": ">=1.0.0,<1.2-dev",
1443
                "jms/metadata": "1.*",
1444
                "symfony/finder": "~2.1",
1445
                "symfony/framework-bundle": "~2.1",
1446
                "symfony/process": "~2.1"
1447
            },
1448
            "require-dev": {
1449
                "doctrine/doctrine-bundle": "*",
1450
                "doctrine/orm": "*",
1451
                "jms/security-extra-bundle": "1.*",
1452
                "phpcollection/phpcollection": ">=0.1,<0.3-dev",
1453
                "sensio/framework-extra-bundle": "*",
1454
                "symfony/browser-kit": "*",
1455
                "symfony/class-loader": "*",
1456
                "symfony/form": "*",
1457
                "symfony/security-bundle": "*",
1458
                "symfony/twig-bundle": "*",
1459
                "symfony/validator": "*",
1460
                "symfony/yaml": "*"
1461
            },
1462
            "type": "symfony-bundle",
1463
            "extra": {
1464
                "branch-alias": {
1465
                    "dev-master": "1.3-dev"
1466
                }
1467
            },
1468
            "autoload": {
1469
                "psr-0": {
1470
                    "JMS\\DiExtraBundle": ""
1471
                }
1472
            },
1473
            "notification-url": "https://packagist.org/downloads/",
1474
            "license": [
1475
                "Apache"
1476
            ],
1477
            "authors": [
1478
                {
1479
                    "name": "Johannes Schmitt",
1480
                    "email": "[email protected]",
1481
                    "homepage": "https://github.com/schmittjoh",
1482
                    "role": "Developer of wrapped JMSSerializerBundle"
1483
                }
1484
            ],
1485
            "description": "Allows to configure dependency injection using annotations",
1486
            "homepage": "http://jmsyst.com/bundles/JMSDiExtraBundle",
1487
            "keywords": [
1488
                "annotations",
1489
                "dependency injection"
1490
            ],
1491
            "time": "2013-06-08T13:13:40+00:00"
1492
        },
1493
        {
1494
            "name": "jms/metadata",
1495
            "version": "1.5.1",
1496
            "source": {
1497
                "type": "git",
1498
                "url": "https://github.com/schmittjoh/metadata.git",
1499
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
1500
            },
1501
            "dist": {
1502
                "type": "zip",
1503
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
1504
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
1505
                "shasum": ""
1506
            },
1507
            "require": {
1508
                "php": ">=5.3.0"
1509
            },
1510
            "require-dev": {
1511
                "doctrine/cache": "~1.0"
1512
            },
1513
            "type": "library",
1514
            "extra": {
1515
                "branch-alias": {
1516
                    "dev-master": "1.5.x-dev"
1517
                }
1518
            },
1519
            "autoload": {
1520
                "psr-0": {
1521
                    "Metadata\\": "src/"
1522
                }
1523
            },
1524
            "notification-url": "https://packagist.org/downloads/",
1525
            "license": [
1526
                "Apache"
1527
            ],
1528
            "authors": [
1529
                {
1530
                    "name": "Johannes Schmitt",
1531
                    "email": "[email protected]",
1532
                    "homepage": "https://github.com/schmittjoh",
1533
                    "role": "Developer of wrapped JMSSerializerBundle"
1534
                }
1535
            ],
1536
            "description": "Class/method/property metadata management in PHP",
1537
            "keywords": [
1538
                "annotations",
1539
                "metadata",
1540
                "xml",
1541
                "yaml"
1542
            ],
1543
            "time": "2014-07-12T07:13:19+00:00"
1544
        },
1545
        {
1546
            "name": "jms/translation-bundle",
1547
            "version": "1.3.2",
1548
            "target-dir": "JMS/TranslationBundle",
1549
            "source": {
1550
                "type": "git",
1551
                "url": "https://github.com/schmittjoh/JMSTranslationBundle.git",
1552
                "reference": "08b8db92aa376b8e50ce4e779e849916abffd805"
1553
            },
1554
            "dist": {
1555
                "type": "zip",
1556
                "url": "https://api.github.com/repos/schmittjoh/JMSTranslationBundle/zipball/08b8db92aa376b8e50ce4e779e849916abffd805",
1557
                "reference": "08b8db92aa376b8e50ce4e779e849916abffd805",
1558
                "shasum": ""
1559
            },
1560
            "require": {
1561
                "nikic/php-parser": "^1.4 || ^2.0 || ^3.0",
1562
                "php": "^5.3.3 || ^7.0",
1563
                "symfony/console": "^2.3 || ^3.0",
1564
                "symfony/framework-bundle": "^2.3 || ^3.0",
1565
                "twig/twig": "^1.27 || ^2.0"
1566
            },
1567
            "require-dev": {
1568
                "jms/di-extra-bundle": "^1.1",
1569
                "matthiasnoback/symfony-dependency-injection-test": "^0.7.6",
1570
                "nyholm/nsa": "^1.0.1",
1571
                "phpunit/phpunit": "4.8.27",
1572
                "psr/log": "^1.0",
1573
                "sensio/framework-extra-bundle": "^2.3 || ^3.0",
1574
                "symfony/expression-language": "^2.6 || ^3.0",
1575
                "symfony/symfony": "^2.3 || ^3.0"
1576
            },
1577
            "type": "symfony-bundle",
1578
            "extra": {
1579
                "branch-alias": {
1580
                    "dev-master": "1.4-dev"
1581
                }
1582
            },
1583
            "autoload": {
1584
                "psr-0": {
1585
                    "JMS\\TranslationBundle": ""
1586
                }
1587
            },
1588
            "notification-url": "https://packagist.org/downloads/",
1589
            "license": [
1590
                "Apache2"
1591
            ],
1592
            "authors": [
1593
                {
1594
                    "name": "Johannes M. Schmitt",
1595
                    "email": "[email protected]"
1596
                }
1597
            ],
1598
            "description": "Puts the Symfony Translation Component on steroids",
1599
            "homepage": "http://jmsyst.com/bundles/JMSTranslationBundle",
1600
            "keywords": [
1601
                "extract",
1602
                "extraction",
1603
                "i18n",
1604
                "interface",
1605
                "multilanguage",
1606
                "translation",
1607
                "ui",
1608
                "webinterface"
1609
            ],
1610
            "time": "2017-04-20T19:44:02+00:00"
1611
        },
1612
        {
1613
            "name": "kriswallsmith/assetic",
1614
            "version": "v1.3.2",
1615
            "source": {
1616
                "type": "git",
1617
                "url": "https://github.com/kriswallsmith/assetic.git",
1618
                "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5"
1619
            },
1620
            "dist": {
1621
                "type": "zip",
1622
                "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/9928f7c4ad98b234e3559d1049abd13387f86db5",
1623
                "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5",
1624
                "shasum": ""
1625
            },
1626
            "require": {
1627
                "php": ">=5.3.1",
1628
                "symfony/process": "~2.1|~3.0"
1629
            },
1630
            "conflict": {
1631
                "twig/twig": "<1.23"
1632
            },
1633
            "require-dev": {
1634
                "cssmin/cssmin": "3.0.1",
1635
                "joliclic/javascript-packer": "1.1",
1636
                "kamicane/packager": "1.0",
1637
                "leafo/lessphp": "^0.3.7",
1638
                "leafo/scssphp": "~0.1",
1639
                "mrclay/minify": "~2.2",
1640
                "patchwork/jsqueeze": "~1.0|~2.0",
1641
                "phpunit/phpunit": "~4.8",
1642
                "psr/log": "~1.0",
1643
                "ptachoire/cssembed": "~1.0",
1644
                "symfony/phpunit-bridge": "~2.7|~3.0",
1645
                "twig/twig": "~1.8|~2.0"
1646
            },
1647
            "suggest": {
1648
                "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
1649
                "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
1650
                "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
1651
                "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
1652
                "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
1653
                "twig/twig": "Assetic provides the integration with the Twig templating engine"
1654
            },
1655
            "type": "library",
1656
            "extra": {
1657
                "branch-alias": {
1658
                    "dev-master": "1.4-dev"
1659
                }
1660
            },
1661
            "autoload": {
1662
                "psr-0": {
1663
                    "Assetic": "src/"
1664
                },
1665
                "files": [
1666
                    "src/functions.php"
1667
                ]
1668
            },
1669
            "notification-url": "https://packagist.org/downloads/",
1670
            "license": [
1671
                "MIT"
1672
            ],
1673
            "authors": [
1674
                {
1675
                    "name": "Kris Wallsmith",
1676
                    "email": "[email protected]",
1677
                    "homepage": "http://kriswallsmith.net/"
1678
                }
1679
            ],
1680
            "description": "Asset Management for PHP",
1681
            "homepage": "https://github.com/kriswallsmith/assetic",
1682
            "keywords": [
1683
                "assets",
1684
                "compression",
1685
                "minification"
1686
            ],
1687
            "time": "2015-11-12T13:51:40+00:00"
1688
        },
1689
        {
1690
            "name": "mockery/mockery",
1691
            "version": "0.9.5",
1692
            "source": {
1693
                "type": "git",
1694
                "url": "https://github.com/mockery/mockery.git",
1695
                "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2"
1696
            },
1697
            "dist": {
1698
                "type": "zip",
1699
                "url": "https://api.github.com/repos/mockery/mockery/zipball/4db079511a283e5aba1b3c2fb19037c645e70fc2",
1700
                "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2",
1701
                "shasum": ""
1702
            },
1703
            "require": {
1704
                "hamcrest/hamcrest-php": "~1.1",
1705
                "lib-pcre": ">=7.0",
1706
                "php": ">=5.3.2"
1707
            },
1708
            "require-dev": {
1709
                "phpunit/phpunit": "~4.0"
1710
            },
1711
            "type": "library",
1712
            "extra": {
1713
                "branch-alias": {
1714
                    "dev-master": "0.9.x-dev"
1715
                }
1716
            },
1717
            "autoload": {
1718
                "psr-0": {
1719
                    "Mockery": "library/"
1720
                }
1721
            },
1722
            "notification-url": "https://packagist.org/downloads/",
1723
            "license": [
1724
                "BSD-3-Clause"
1725
            ],
1726
            "authors": [
1727
                {
1728
                    "name": "Pádraic Brady",
1729
                    "email": "[email protected]",
1730
                    "homepage": "http://blog.astrumfutura.com"
1731
                },
1732
                {
1733
                    "name": "Dave Marshall",
1734
                    "email": "[email protected]",
1735
                    "homepage": "http://davedevelopment.co.uk"
1736
                }
1737
            ],
1738
            "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.",
1739
            "homepage": "http://github.com/padraic/mockery",
1740
            "keywords": [
1741
                "BDD",
1742
                "TDD",
1743
                "library",
1744
                "mock",
1745
                "mock objects",
1746
                "mockery",
1747
                "stub",
1748
                "test",
1749
                "test double",
1750
                "testing"
1751
            ],
1752
            "time": "2016-05-22T21:52:33+00:00"
1753
        },
1754
        {
1755
            "name": "monolog/monolog",
1756
            "version": "1.22.0",
1757
            "source": {
1758
                "type": "git",
1759
                "url": "https://github.com/Seldaek/monolog.git",
1760
                "reference": "bad29cb8d18ab0315e6c477751418a82c850d558"
1761
            },
1762
            "dist": {
1763
                "type": "zip",
1764
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bad29cb8d18ab0315e6c477751418a82c850d558",
1765
                "reference": "bad29cb8d18ab0315e6c477751418a82c850d558",
1766
                "shasum": ""
1767
            },
1768
            "require": {
1769
                "php": ">=5.3.0",
1770
                "psr/log": "~1.0"
1771
            },
1772
            "provide": {
1773
                "psr/log-implementation": "1.0.0"
1774
            },
1775
            "require-dev": {
1776
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
1777
                "doctrine/couchdb": "~1.0@dev",
1778
                "graylog2/gelf-php": "~1.0",
1779
                "jakub-onderka/php-parallel-lint": "0.9",
1780
                "php-amqplib/php-amqplib": "~2.4",
1781
                "php-console/php-console": "^3.1.3",
1782
                "phpunit/phpunit": "~4.5",
1783
                "phpunit/phpunit-mock-objects": "2.3.0",
1784
                "ruflin/elastica": ">=0.90 <3.0",
1785
                "sentry/sentry": "^0.13",
1786
                "swiftmailer/swiftmailer": "~5.3"
1787
            },
1788
            "suggest": {
1789
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1790
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1791
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1792
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1793
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1794
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
1795
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1796
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1797
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1798
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1799
                "sentry/sentry": "Allow sending log messages to a Sentry server"
1800
            },
1801
            "type": "library",
1802
            "extra": {
1803
                "branch-alias": {
1804
                    "dev-master": "2.0.x-dev"
1805
                }
1806
            },
1807
            "autoload": {
1808
                "psr-4": {
1809
                    "Monolog\\": "src/Monolog"
1810
                }
1811
            },
1812
            "notification-url": "https://packagist.org/downloads/",
1813
            "license": [
1814
                "MIT"
1815
            ],
1816
            "authors": [
1817
                {
1818
                    "name": "Jordi Boggiano",
1819
                    "email": "[email protected]",
1820
                    "homepage": "http://seld.be"
1821
                }
1822
            ],
1823
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1824
            "homepage": "http://github.com/Seldaek/monolog",
1825
            "keywords": [
1826
                "log",
1827
                "logging",
1828
                "psr-3"
1829
            ],
1830
            "time": "2016-11-26T00:15:39+00:00"
1831
        },
1832
        {
1833
            "name": "mopa/bootstrap-bundle",
1834
            "version": "v3.0.0-RC2",
1835
            "target-dir": "Mopa/Bundle/BootstrapBundle",
1836
            "source": {
1837
                "type": "git",
1838
                "url": "https://github.com/phiamo/MopaBootstrapBundle.git",
1839
                "reference": "c43c1c3b230cccfaa2548b55a7ddca5a5af8eaff"
1840
            },
1841
            "dist": {
1842
                "type": "zip",
1843
                "url": "https://api.github.com/repos/phiamo/MopaBootstrapBundle/zipball/c43c1c3b230cccfaa2548b55a7ddca5a5af8eaff",
1844
                "reference": "c43c1c3b230cccfaa2548b55a7ddca5a5af8eaff",
1845
                "shasum": ""
1846
            },
1847
            "require": {
1848
                "mopa/composer-bridge": "~1.3",
1849
                "symfony/console": "~2.3",
1850
                "symfony/form": "~2.3|~3.0",
1851
                "symfony/framework-bundle": "~2.3",
1852
                "symfony/twig-bundle": "~2.3|~3.0",
1853
                "twig/twig": "^1.14.2"
1854
            },
1855
            "conflict": {
1856
                "symfony/twig-bridge": "<2.3"
1857
            },
1858
            "require-dev": {
1859
                "phpunit/phpunit": "~4.6"
1860
            },
1861
            "suggest": {
1862
                "craue/formflow-bundle": "~2.0",
1863
                "knplabs/knp-menu-bundle": "~2.0@dev",
1864
                "knplabs/knp-paginator-bundle": "~2.3",
1865
                "mopa/bootstrap-sandbox-bundle": "~2.3",
1866
                "twbs/bootstrap": ">2.0,<4.0-dev",
1867
                "twbs/bootstrap-sass": "v3.1.1"
1868
            },
1869
            "type": "symfony-bundle",
1870
            "extra": {
1871
                "branch-alias": {
1872
                    "dev-master": "3.x-dev"
1873
                }
1874
            },
1875
            "autoload": {
1876
                "psr-0": {
1877
                    "Mopa\\Bundle\\BootstrapBundle\\": ""
1878
                }
1879
            },
1880
            "notification-url": "https://packagist.org/downloads/",
1881
            "license": [
1882
                "MIT"
1883
            ],
1884
            "authors": [
1885
                {
1886
                    "name": "Community contributions",
1887
                    "homepage": "https://github.com/phiamo/MopaBootstrapBundle/contributors"
1888
                },
1889
                {
1890
                    "name": "Philipp A. Mohrenweiser",
1891
                    "email": "[email protected]"
1892
                }
1893
            ],
1894
            "description": "Easy integration of twitters bootstrap into symfony2",
1895
            "keywords": [
1896
                "bootstrap",
1897
                "bootstrap form",
1898
                "extra form",
1899
                "form",
1900
                "template"
1901
            ],
1902
            "time": "2015-09-10T17:23:40+00:00"
1903
        },
1904
        {
1905
            "name": "mopa/composer-bridge",
1906
            "version": "dev-master",
1907
            "source": {
1908
                "type": "git",
1909
                "url": "https://github.com/phiamo/MopaComposerBridge.git",
1910
                "reference": "58661a5c588ce9c3eff7d36c4030f6caa4de1ae2"
1911
            },
1912
            "dist": {
1913
                "type": "zip",
1914
                "url": "https://api.github.com/repos/phiamo/MopaComposerBridge/zipball/58661a5c588ce9c3eff7d36c4030f6caa4de1ae2",
1915
                "reference": "58661a5c588ce9c3eff7d36c4030f6caa4de1ae2",
1916
                "shasum": ""
1917
            },
1918
            "require": {
1919
                "symfony/class-loader": ">=2.0.0",
1920
                "symfony/console": ">=2.0.0"
1921
            },
1922
            "type": "symfony-bridge",
1923
            "extra": {
1924
                "branch-alias": {
1925
                    "dev-master": "1.3.x-dev"
1926
                }
1927
            },
1928
            "autoload": {
1929
                "psr-0": {
1930
                    "Mopa\\Bridge\\Composer": "src/"
1931
                }
1932
            },
1933
            "notification-url": "https://packagist.org/downloads/",
1934
            "license": [
1935
                "MIT"
1936
            ],
1937
            "authors": [
1938
                {
1939
                    "name": "Community contributions",
1940
                    "homepage": "https://github.com/phiamo/MopaComposerBridge/contributors"
1941
                },
1942
                {
1943
                    "name": "Philipp A. Mohrenweiser",
1944
                    "email": "[email protected]"
1945
                }
1946
            ],
1947
            "description": "Symfony2 Composer Bridge",
1948
            "homepage": "http://bootstrap.mohrenweiserpartner.de",
1949
            "keywords": [
1950
                "Symfony2",
1951
                "composer"
1952
            ],
1953
            "time": "2015-10-01T19:20:19+00:00"
1954
        },
1955
        {
1956
            "name": "nelmio/security-bundle",
1957
            "version": "1.10.0",
1958
            "source": {
1959
                "type": "git",
1960
                "url": "https://github.com/nelmio/NelmioSecurityBundle.git",
1961
                "reference": "4be243f1fc85ff85f10aadcf88c8c11ba2096cd9"
1962
            },
1963
            "dist": {
1964
                "type": "zip",
1965
                "url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/4be243f1fc85ff85f10aadcf88c8c11ba2096cd9",
1966
                "reference": "4be243f1fc85ff85f10aadcf88c8c11ba2096cd9",
1967
                "shasum": ""
1968
            },
1969
            "require": {
1970
                "symfony/framework-bundle": "~2.3|~3.0",
1971
                "symfony/security": "~2.3|~3.0"
1972
            },
1973
            "require-dev": {
1974
                "phpunit/phpunit": "^5.2"
1975
            },
1976
            "type": "symfony-bundle",
1977
            "extra": {
1978
                "branch-alias": {
1979
                    "dev-master": "1.10.x-dev"
1980
                }
1981
            },
1982
            "autoload": {
1983
                "psr-4": {
1984
                    "Nelmio\\SecurityBundle\\": ""
1985
                }
1986
            },
1987
            "notification-url": "https://packagist.org/downloads/",
1988
            "license": [
1989
                "MIT"
1990
            ],
1991
            "authors": [
1992
                {
1993
                    "name": "Nelmio",
1994
                    "homepage": "http://nelm.io"
1995
                },
1996
                {
1997
                    "name": "Symfony Community",
1998
                    "homepage": "https://github.com/nelmio/NelmioSecurityBundle/contributors"
1999
                }
2000
            ],
2001
            "description": "Extra security-related features for Symfony: signed/encrypted cookies, HTTPS/SSL/HSTS handling, cookie session storage, ...",
2002
            "keywords": [
2003
                "security"
2004
            ],
2005
            "time": "2016-02-23T10:42:13+00:00"
2006
        },
2007
        {
2008
            "name": "nikic/php-parser",
2009
            "version": "v3.1.3",
2010
            "source": {
2011
                "type": "git",
2012
                "url": "https://github.com/nikic/PHP-Parser.git",
2013
                "reference": "579f4ce846734a1cf55d6a531d00ca07a43e3cda"
2014
            },
2015
            "dist": {
2016
                "type": "zip",
2017
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/579f4ce846734a1cf55d6a531d00ca07a43e3cda",
2018
                "reference": "579f4ce846734a1cf55d6a531d00ca07a43e3cda",
2019
                "shasum": ""
2020
            },
2021
            "require": {
2022
                "ext-tokenizer": "*",
2023
                "php": ">=5.5"
2024
            },
2025
            "require-dev": {
2026
                "phpunit/phpunit": "~4.0|~5.0"
2027
            },
2028
            "bin": [
2029
                "bin/php-parse"
2030
            ],
2031
            "type": "library",
2032
            "extra": {
2033
                "branch-alias": {
2034
                    "dev-master": "3.0-dev"
2035
                }
2036
            },
2037
            "autoload": {
2038
                "psr-4": {
2039
                    "PhpParser\\": "lib/PhpParser"
2040
                }
2041
            },
2042
            "notification-url": "https://packagist.org/downloads/",
2043
            "license": [
2044
                "BSD-3-Clause"
2045
            ],
2046
            "authors": [
2047
                {
2048
                    "name": "Nikita Popov"
2049
                }
2050
            ],
2051
            "description": "A PHP parser written in PHP",
2052
            "keywords": [
2053
                "parser",
2054
                "php"
2055
            ],
2056
            "time": "2017-12-26T14:43:21+00:00"
2057
        },
2058
        {
2059
            "name": "ocramius/proxy-manager",
2060
            "version": "1.0.2",
2061
            "source": {
2062
                "type": "git",
2063
                "url": "https://github.com/Ocramius/ProxyManager.git",
2064
                "reference": "57e9272ec0e8deccf09421596e0e2252df440e11"
2065
            },
2066
            "dist": {
2067
                "type": "zip",
2068
                "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/57e9272ec0e8deccf09421596e0e2252df440e11",
2069
                "reference": "57e9272ec0e8deccf09421596e0e2252df440e11",
2070
                "shasum": ""
2071
            },
2072
            "require": {
2073
                "php": ">=5.3.3",
2074
                "zendframework/zend-code": ">2.2.5,<3.0"
2075
            },
2076
            "require-dev": {
2077
                "ext-phar": "*",
2078
                "phpunit/phpunit": "~4.0",
2079
                "squizlabs/php_codesniffer": "1.5.*"
2080
            },
2081
            "suggest": {
2082
                "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
2083
                "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
2084
                "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
2085
                "zendframework/zend-stdlib": "To use the hydrator proxy",
2086
                "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
2087
            },
2088
            "type": "library",
2089
            "extra": {
2090
                "branch-alias": {
2091
                    "dev-master": "2.0.x-dev"
2092
                }
2093
            },
2094
            "autoload": {
2095
                "psr-0": {
2096
                    "ProxyManager\\": "src"
2097
                }
2098
            },
2099
            "notification-url": "https://packagist.org/downloads/",
2100
            "license": [
2101
                "MIT"
2102
            ],
2103
            "authors": [
2104
                {
2105
                    "name": "Marco Pivetta",
2106
                    "email": "[email protected]",
2107
                    "homepage": "http://ocramius.github.com/"
2108
                }
2109
            ],
2110
            "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
2111
            "homepage": "https://github.com/Ocramius/ProxyManager",
2112
            "keywords": [
2113
                "aop",
2114
                "lazy loading",
2115
                "proxy",
2116
                "proxy pattern",
2117
                "service proxies"
2118
            ],
2119
            "time": "2015-08-09T04:28:19+00:00"
2120
        },
2121
        {
2122
            "name": "openconext/monitor-bundle",
2123
            "version": "1.0.0",
2124
            "source": {
2125
                "type": "git",
2126
                "url": "https://github.com/OpenConext/Monitor-bundle.git",
2127
                "reference": "b9be093828385e857ff23a106b4429155d7f8d58"
2128
            },
2129
            "dist": {
2130
                "type": "zip",
2131
                "url": "https://api.github.com/repos/OpenConext/Monitor-bundle/zipball/b9be093828385e857ff23a106b4429155d7f8d58",
2132
                "reference": "b9be093828385e857ff23a106b4429155d7f8d58",
2133
                "shasum": ""
2134
            },
2135
            "require": {
2136
                "php": ">=5.4,<8.0-dev",
2137
                "symfony/dependency-injection": ">=2.7,<4",
2138
                "symfony/framework-bundle": ">=2.7,<4",
2139
                "webmozart/assert": "^1.2"
2140
            },
2141
            "require-dev": {
2142
                "jakub-onderka/php-parallel-lint": "^0.9.2",
2143
                "liip/rmt": "^1.1",
2144
                "malukenho/docheader": "^0.1.6",
2145
                "matthiasnoback/symfony-config-test": "^2.1",
2146
                "mockery/mockery": "~0.9",
2147
                "phpdocumentor/reflection-docblock": "3.3.*",
2148
                "phpmd/phpmd": "^2.6",
2149
                "phpunit/php-token-stream": "1.4.*",
2150
                "phpunit/phpunit": "^5.7",
2151
                "sebastian/phpcpd": "^3.0",
2152
                "squizlabs/php_codesniffer": "^3.1"
2153
            },
2154
            "type": "symfony-bundle",
2155
            "autoload": {
2156
                "psr-4": {
2157
                    "OpenConext\\MonitorBundle\\": "src"
2158
                }
2159
            },
2160
            "notification-url": "https://packagist.org/downloads/",
2161
            "license": [
2162
                "Apache-2.0"
2163
            ],
2164
            "description": "A Symfony2 bundle that facilitates health and info endpoints to a Symfony application",
2165
            "keywords": [
2166
                "OpenConext",
2167
                "health",
2168
                "monitoring",
2169
                "stepup",
2170
                "surfnet"
2171
            ],
2172
            "time": "2017-12-07T14:41:46+00:00"
2173
        },
2174
        {
2175
            "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...
2176
            "version": "v1.4.1",
2177
            "source": {
2178
                "type": "git",
2179
                "url": "https://github.com/paragonie/random_compat.git",
2180
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774"
2181
            },
2182
            "dist": {
2183
                "type": "zip",
2184
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/c7e26a21ba357863de030f0b9e701c7d04593774",
2185
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774",
2186
                "shasum": ""
2187
            },
2188
            "require": {
2189
                "php": ">=5.2.0"
2190
            },
2191
            "require-dev": {
2192
                "phpunit/phpunit": "4.*|5.*"
2193
            },
2194
            "suggest": {
2195
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
2196
            },
2197
            "type": "library",
2198
            "autoload": {
2199
                "files": [
2200
                    "lib/random.php"
2201
                ]
2202
            },
2203
            "notification-url": "https://packagist.org/downloads/",
2204
            "license": [
2205
                "MIT"
2206
            ],
2207
            "authors": [
2208
                {
2209
                    "name": "Paragon Initiative Enterprises",
2210
                    "email": "[email protected]",
2211
                    "homepage": "https://paragonie.com"
2212
                }
2213
            ],
2214
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
2215
            "keywords": [
2216
                "csprng",
2217
                "pseudorandom",
2218
                "random"
2219
            ],
2220
            "time": "2016-03-18T20:34:03+00:00"
2221
        },
2222
        {
2223
            "name": "psr/http-message",
2224
            "version": "1.0.1",
2225
            "source": {
2226
                "type": "git",
2227
                "url": "https://github.com/php-fig/http-message.git",
2228
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2229
            },
2230
            "dist": {
2231
                "type": "zip",
2232
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
2233
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2234
                "shasum": ""
2235
            },
2236
            "require": {
2237
                "php": ">=5.3.0"
2238
            },
2239
            "type": "library",
2240
            "extra": {
2241
                "branch-alias": {
2242
                    "dev-master": "1.0.x-dev"
2243
                }
2244
            },
2245
            "autoload": {
2246
                "psr-4": {
2247
                    "Psr\\Http\\Message\\": "src/"
2248
                }
2249
            },
2250
            "notification-url": "https://packagist.org/downloads/",
2251
            "license": [
2252
                "MIT"
2253
            ],
2254
            "authors": [
2255
                {
2256
                    "name": "PHP-FIG",
2257
                    "homepage": "http://www.php-fig.org/"
2258
                }
2259
            ],
2260
            "description": "Common interface for HTTP messages",
2261
            "homepage": "https://github.com/php-fig/http-message",
2262
            "keywords": [
2263
                "http",
2264
                "http-message",
2265
                "psr",
2266
                "psr-7",
2267
                "request",
2268
                "response"
2269
            ],
2270
            "time": "2016-08-06T14:39:51+00:00"
2271
        },
2272
        {
2273
            "name": "psr/log",
2274
            "version": "1.0.2",
2275
            "source": {
2276
                "type": "git",
2277
                "url": "https://github.com/php-fig/log.git",
2278
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
2279
            },
2280
            "dist": {
2281
                "type": "zip",
2282
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2283
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2284
                "shasum": ""
2285
            },
2286
            "require": {
2287
                "php": ">=5.3.0"
2288
            },
2289
            "type": "library",
2290
            "extra": {
2291
                "branch-alias": {
2292
                    "dev-master": "1.0.x-dev"
2293
                }
2294
            },
2295
            "autoload": {
2296
                "psr-4": {
2297
                    "Psr\\Log\\": "Psr/Log/"
2298
                }
2299
            },
2300
            "notification-url": "https://packagist.org/downloads/",
2301
            "license": [
2302
                "MIT"
2303
            ],
2304
            "authors": [
2305
                {
2306
                    "name": "PHP-FIG",
2307
                    "homepage": "http://www.php-fig.org/"
2308
                }
2309
            ],
2310
            "description": "Common interface for logging libraries",
2311
            "homepage": "https://github.com/php-fig/log",
2312
            "keywords": [
2313
                "log",
2314
                "psr",
2315
                "psr-3"
2316
            ],
2317
            "time": "2016-10-10T12:19:37+00:00"
2318
        },
2319
        {
2320
            "name": "robrichards/xmlseclibs",
2321
            "version": "3.0.1",
2322
            "source": {
2323
                "type": "git",
2324
                "url": "https://github.com/robrichards/xmlseclibs.git",
2325
                "reference": "d937712f70f93a584eb0299ccd87dc6374003781"
2326
            },
2327
            "dist": {
2328
                "type": "zip",
2329
                "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/d937712f70f93a584eb0299ccd87dc6374003781",
2330
                "reference": "d937712f70f93a584eb0299ccd87dc6374003781",
2331
                "shasum": ""
2332
            },
2333
            "require": {
2334
                "php": ">= 5.4"
2335
            },
2336
            "suggest": {
2337
                "ext-openssl": "OpenSSL extension"
2338
            },
2339
            "type": "library",
2340
            "autoload": {
2341
                "psr-4": {
2342
                    "RobRichards\\XMLSecLibs\\": "src"
2343
                }
2344
            },
2345
            "notification-url": "https://packagist.org/downloads/",
2346
            "license": [
2347
                "BSD-3-Clause"
2348
            ],
2349
            "description": "A PHP library for XML Security",
2350
            "homepage": "https://github.com/robrichards/xmlseclibs",
2351
            "keywords": [
2352
                "security",
2353
                "signature",
2354
                "xml",
2355
                "xmldsig"
2356
            ],
2357
            "time": "2017-08-31T09:27:07+00:00"
2358
        },
2359
        {
2360
            "name": "sensio/distribution-bundle",
2361
            "version": "v3.0.30",
2362
            "target-dir": "Sensio/Bundle/DistributionBundle",
2363
            "source": {
2364
                "type": "git",
2365
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
2366
                "reference": "f1758b30096202aeede61f79a1dffd69da091517"
2367
            },
2368
            "dist": {
2369
                "type": "zip",
2370
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/f1758b30096202aeede61f79a1dffd69da091517",
2371
                "reference": "f1758b30096202aeede61f79a1dffd69da091517",
2372
                "shasum": ""
2373
            },
2374
            "require": {
2375
                "php": ">=5.3.3",
2376
                "sensiolabs/security-checker": "~2.0",
2377
                "symfony/class-loader": "~2.2",
2378
                "symfony/framework-bundle": "~2.3",
2379
                "symfony/process": "~2.2"
2380
            },
2381
            "require-dev": {
2382
                "symfony/form": "~2.2",
2383
                "symfony/validator": "~2.2",
2384
                "symfony/yaml": "~2.2"
2385
            },
2386
            "suggest": {
2387
                "symfony/form": "If you want to use the configurator",
2388
                "symfony/validator": "If you want to use the configurator",
2389
                "symfony/yaml": "If you want to use  the configurator"
2390
            },
2391
            "type": "symfony-bundle",
2392
            "extra": {
2393
                "branch-alias": {
2394
                    "dev-master": "3.0.x-dev"
2395
                }
2396
            },
2397
            "autoload": {
2398
                "psr-0": {
2399
                    "Sensio\\Bundle\\DistributionBundle": ""
2400
                }
2401
            },
2402
            "notification-url": "https://packagist.org/downloads/",
2403
            "license": [
2404
                "MIT"
2405
            ],
2406
            "authors": [
2407
                {
2408
                    "name": "Fabien Potencier",
2409
                    "email": "[email protected]"
2410
                }
2411
            ],
2412
            "description": "Base bundle for Symfony Distributions",
2413
            "keywords": [
2414
                "configuration",
2415
                "distribution"
2416
            ],
2417
            "time": "2015-06-05T22:32:22+00:00"
2418
        },
2419
        {
2420
            "name": "sensio/framework-extra-bundle",
2421
            "version": "v3.0.16",
2422
            "source": {
2423
                "type": "git",
2424
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
2425
                "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546"
2426
            },
2427
            "dist": {
2428
                "type": "zip",
2429
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/507a15f56fa7699f6cc8c2c7de4080b19ce22546",
2430
                "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546",
2431
                "shasum": ""
2432
            },
2433
            "require": {
2434
                "doctrine/common": "~2.2",
2435
                "symfony/dependency-injection": "~2.3|~3.0",
2436
                "symfony/framework-bundle": "~2.3|~3.0"
2437
            },
2438
            "require-dev": {
2439
                "symfony/browser-kit": "~2.3|~3.0",
2440
                "symfony/dom-crawler": "~2.3|~3.0",
2441
                "symfony/expression-language": "~2.4|~3.0",
2442
                "symfony/finder": "~2.3|~3.0",
2443
                "symfony/phpunit-bridge": "~2.7|~3.0",
2444
                "symfony/security-bundle": "~2.4|~3.0",
2445
                "symfony/twig-bundle": "~2.3|~3.0",
2446
                "twig/twig": "~1.11|~2.0"
2447
            },
2448
            "suggest": {
2449
                "symfony/expression-language": "",
2450
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
2451
                "symfony/security-bundle": ""
2452
            },
2453
            "type": "symfony-bundle",
2454
            "extra": {
2455
                "branch-alias": {
2456
                    "dev-master": "3.0.x-dev"
2457
                }
2458
            },
2459
            "autoload": {
2460
                "psr-4": {
2461
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
2462
                }
2463
            },
2464
            "notification-url": "https://packagist.org/downloads/",
2465
            "license": [
2466
                "MIT"
2467
            ],
2468
            "authors": [
2469
                {
2470
                    "name": "Fabien Potencier",
2471
                    "email": "[email protected]"
2472
                }
2473
            ],
2474
            "description": "This bundle provides a way to configure your controllers with annotations",
2475
            "keywords": [
2476
                "annotations",
2477
                "controllers"
2478
            ],
2479
            "time": "2016-03-25T17:08:27+00:00"
2480
        },
2481
        {
2482
            "name": "sensiolabs/security-checker",
2483
            "version": "v2.0.5",
2484
            "source": {
2485
                "type": "git",
2486
                "url": "https://github.com/sensiolabs/security-checker.git",
2487
                "reference": "2c2a71f1c77d9765c12638c4724d9ca23658a810"
2488
            },
2489
            "dist": {
2490
                "type": "zip",
2491
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/2c2a71f1c77d9765c12638c4724d9ca23658a810",
2492
                "reference": "2c2a71f1c77d9765c12638c4724d9ca23658a810",
2493
                "shasum": ""
2494
            },
2495
            "require": {
2496
                "ext-curl": "*",
2497
                "symfony/console": "~2.0"
2498
            },
2499
            "bin": [
2500
                "security-checker"
2501
            ],
2502
            "type": "library",
2503
            "extra": {
2504
                "branch-alias": {
2505
                    "dev-master": "2.0-dev"
2506
                }
2507
            },
2508
            "autoload": {
2509
                "psr-0": {
2510
                    "SensioLabs\\Security": ""
2511
                }
2512
            },
2513
            "notification-url": "https://packagist.org/downloads/",
2514
            "license": [
2515
                "MIT"
2516
            ],
2517
            "authors": [
2518
                {
2519
                    "name": "Fabien Potencier",
2520
                    "email": "[email protected]"
2521
                }
2522
            ],
2523
            "description": "A security checker for your composer.lock",
2524
            "time": "2015-05-28T14:22:40+00:00"
2525
        },
2526
        {
2527
            "name": "simplesamlphp/saml2",
2528
            "version": "v3.1.4",
2529
            "source": {
2530
                "type": "git",
2531
                "url": "https://github.com/simplesamlphp/saml2.git",
2532
                "reference": "4f6af7f69f29df8555a18b9bb7b646906b45924d"
2533
            },
2534
            "dist": {
2535
                "type": "zip",
2536
                "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/4f6af7f69f29df8555a18b9bb7b646906b45924d",
2537
                "reference": "4f6af7f69f29df8555a18b9bb7b646906b45924d",
2538
                "shasum": ""
2539
            },
2540
            "require": {
2541
                "ext-dom": "*",
2542
                "ext-openssl": "*",
2543
                "ext-zlib": "*",
2544
                "php": ">=5.4",
2545
                "psr/log": "~1.0",
2546
                "robrichards/xmlseclibs": "^3.0"
2547
            },
2548
            "require-dev": {
2549
                "mockery/mockery": "~0.9",
2550
                "phpmd/phpmd": "~1.5",
2551
                "phpunit/phpunit": "~3.7",
2552
                "sebastian/phpcpd": "~1.4",
2553
                "sensiolabs/security-checker": "~1.1",
2554
                "squizlabs/php_codesniffer": "~1.4"
2555
            },
2556
            "type": "library",
2557
            "extra": {
2558
                "branch-alias": {
2559
                    "dev-master": "v3.0.x-dev"
2560
                }
2561
            },
2562
            "autoload": {
2563
                "psr-0": {
2564
                    "SAML2\\": "src/"
2565
                },
2566
                "files": [
2567
                    "src/_autoload.php"
2568
                ]
2569
            },
2570
            "notification-url": "https://packagist.org/downloads/",
2571
            "license": [
2572
                "LGPL-2.1-or-later"
2573
            ],
2574
            "authors": [
2575
                {
2576
                    "name": "Andreas Åkre Solberg",
2577
                    "email": "[email protected]"
2578
                }
2579
            ],
2580
            "description": "SAML2 PHP library from SimpleSAMLphp",
2581
            "time": "2018-03-02T14:30:38+00:00"
2582
        },
2583
        {
2584
            "name": "surfnet/messagebird-api-client-bundle",
2585
            "version": "3.0.0",
2586
            "source": {
2587
                "type": "git",
2588
                "url": "https://github.com/SURFnet/messagebird-api-client-bundle.git",
2589
                "reference": "44f83aa6eeb7d4e3807947068e2f90412e678818"
2590
            },
2591
            "dist": {
2592
                "type": "zip",
2593
                "url": "https://api.github.com/repos/SURFnet/messagebird-api-client-bundle/zipball/44f83aa6eeb7d4e3807947068e2f90412e678818",
2594
                "reference": "44f83aa6eeb7d4e3807947068e2f90412e678818",
2595
                "shasum": ""
2596
            },
2597
            "require": {
2598
                "guzzlehttp/guzzle": "^6.0",
2599
                "php": ">=5.5,<8.0-dev",
2600
                "symfony/config": ">=2.7,<3.0",
2601
                "symfony/dependency-injection": ">=2.7,<3.0",
2602
                "symfony/http-kernel": ">=2.7,<3.0"
2603
            },
2604
            "require-dev": {
2605
                "ibuildings/qa-tools": "~1.1",
2606
                "liip/rmt": "1.1.*",
2607
                "matthiasnoback/symfony-config-test": "0.*",
2608
                "mockery/mockery": "0.9.*"
2609
            },
2610
            "type": "library",
2611
            "autoload": {
2612
                "psr-0": {
2613
                    "Surfnet\\MessageBirdApiClient\\": "src",
2614
                    "Surfnet\\MessageBirdApiClientBundle\\": "src"
2615
                }
2616
            },
2617
            "notification-url": "https://packagist.org/downloads/",
2618
            "license": [
2619
                "Apache-2.0"
2620
            ],
2621
            "description": "A Symfony2 bundle to integrate MessageBird's messaging service.",
2622
            "keywords": [
2623
                "messagebird",
2624
                "sms",
2625
                "surfnet"
2626
            ],
2627
            "time": "2017-03-07T13:52:43+00:00"
2628
        },
2629
        {
2630
            "name": "surfnet/stepup-bundle",
2631
            "version": "3.4.0",
2632
            "source": {
2633
                "type": "git",
2634
                "url": "https://github.com/OpenConext/Stepup-bundle.git",
2635
                "reference": "e0afaa26ffd0a38bb89b55e95761fe9555b6670f"
2636
            },
2637
            "dist": {
2638
                "type": "zip",
2639
                "url": "https://api.github.com/repos/OpenConext/Stepup-bundle/zipball/e0afaa26ffd0a38bb89b55e95761fe9555b6670f",
2640
                "reference": "e0afaa26ffd0a38bb89b55e95761fe9555b6670f",
2641
                "shasum": ""
2642
            },
2643
            "require": {
2644
                "ext-gmp": "*",
2645
                "ext-openssl": "*",
2646
                "guzzlehttp/guzzle": "^6.0",
2647
                "monolog/monolog": "~1.11",
2648
                "php": "^5.6|^7.0",
2649
                "sensio/framework-extra-bundle": "~3",
2650
                "surfnet/stepup-saml-bundle": "^4.0",
2651
                "symfony/config": "^2.7",
2652
                "symfony/dependency-injection": "^2.7",
2653
                "symfony/form": "^2.7",
2654
                "symfony/framework-bundle": "^2.7",
2655
                "symfony/http-kernel": "^2.7",
2656
                "symfony/twig-bridge": "^2.7",
2657
                "symfony/validator": "^2.7"
2658
            },
2659
            "require-dev": {
2660
                "mockery/mockery": "0.9.*",
2661
                "phpmd/phpmd": "^2.0",
2662
                "phpunit/phpunit": "^4.0",
2663
                "sebastian/phpcpd": "^2.0",
2664
                "sensiolabs/security-checker": "^2.0",
2665
                "squizlabs/php_codesniffer": "^1.0"
2666
            },
2667
            "type": "library",
2668
            "autoload": {
2669
                "psr-4": {
2670
                    "Surfnet\\StepupBundle\\": "src"
2671
                }
2672
            },
2673
            "notification-url": "https://packagist.org/downloads/",
2674
            "license": [
2675
                "Apache-2.0"
2676
            ],
2677
            "description": "A Symfony2 bundle that holds shared code and framework integration for all Step-up applications.",
2678
            "keywords": [
2679
                "stepup",
2680
                "suaas",
2681
                "surfnet"
2682
            ],
2683
            "time": "2018-04-09T11:13:53+00:00"
2684
        },
2685
        {
2686
            "name": "surfnet/stepup-saml-bundle",
2687
            "version": "4.0.0",
2688
            "source": {
2689
                "type": "git",
2690
                "url": "https://github.com/OpenConext/Stepup-saml-bundle.git",
2691
                "reference": "9bb7098248c7b60c8b2cbc74d996b027de69e68a"
2692
            },
2693
            "dist": {
2694
                "type": "zip",
2695
                "url": "https://api.github.com/repos/OpenConext/Stepup-saml-bundle/zipball/9bb7098248c7b60c8b2cbc74d996b027de69e68a",
2696
                "reference": "9bb7098248c7b60c8b2cbc74d996b027de69e68a",
2697
                "shasum": ""
2698
            },
2699
            "require": {
2700
                "ext-openssl": "*",
2701
                "php": ">=5.6,<8.0-dev",
2702
                "robrichards/xmlseclibs": "^3.0",
2703
                "simplesamlphp/saml2": "^3.0",
2704
                "symfony/dependency-injection": ">=2.7,<4",
2705
                "symfony/framework-bundle": ">=2.7,<4"
2706
            },
2707
            "require-dev": {
2708
                "ibuildings/qa-tools": "~1.1",
2709
                "liip/rmt": "~1.1",
2710
                "mockery/mockery": "~0.9",
2711
                "psr/log": "~1.0"
2712
            },
2713
            "type": "symfony-bundle",
2714
            "autoload": {
2715
                "psr-4": {
2716
                    "Surfnet\\SamlBundle\\": "src"
2717
                }
2718
            },
2719
            "notification-url": "https://packagist.org/downloads/",
2720
            "license": [
2721
                "Apache-2.0"
2722
            ],
2723
            "description": "A Symfony2 bundle that integrates the simplesamlphp\\saml2 library with Symfony",
2724
            "keywords": [
2725
                "SAML2",
2726
                "saml",
2727
                "simplesamlphp",
2728
                "stepup",
2729
                "surfnet"
2730
            ],
2731
            "time": "2018-03-21T09:35:58+00:00"
2732
        },
2733
        {
2734
            "name": "surfnet/stepup-u2f-bundle",
2735
            "version": "dev-develop",
2736
            "source": {
2737
                "type": "git",
2738
                "url": "https://github.com/OpenConext/Stepup-u2f-bundle.git",
2739
                "reference": "67d8400160c5c9048cdd4354303d59243edbb7bf"
2740
            },
2741
            "dist": {
2742
                "type": "zip",
2743
                "url": "https://api.github.com/repos/OpenConext/Stepup-u2f-bundle/zipball/67d8400160c5c9048cdd4354303d59243edbb7bf",
2744
                "reference": "67d8400160c5c9048cdd4354303d59243edbb7bf",
2745
                "shasum": ""
2746
            },
2747
            "require": {
2748
                "php": ">=5.4|^7",
2749
                "symfony/config": "^2.7",
2750
                "symfony/dependency-injection": "^2.7",
2751
                "symfony/form": "^2.7",
2752
                "symfony/http-kernel": "^2.7",
2753
                "symfony/validator": "^2.7",
2754
                "yubico/u2flib-server": "^0.1.0"
2755
            },
2756
            "require-dev": {
2757
                "ibuildings/qa-tools": "~1.1,>=1.1.27",
2758
                "liip/rmt": "1.1.*",
2759
                "matthiasnoback/symfony-config-test": "^1.2",
2760
                "mockery/mockery": "~0.9"
2761
            },
2762
            "type": "library",
2763
            "autoload": {
2764
                "psr-4": {
2765
                    "Surfnet\\StepupU2fBundle\\": "src"
2766
                }
2767
            },
2768
            "notification-url": "https://packagist.org/downloads/",
2769
            "license": [
2770
                "Apache-2.0"
2771
            ],
2772
            "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",
2773
            "time": "2017-01-27T08:45:00+00:00"
2774
        },
2775
        {
2776
            "name": "surfnet/yubikey-api-client",
2777
            "version": "2.1.0",
2778
            "source": {
2779
                "type": "git",
2780
                "url": "https://github.com/SURFnet/yubikey-api-client.git",
2781
                "reference": "6df6bd5e005d3cdbdb67e4383ea202424e0f78b9"
2782
            },
2783
            "dist": {
2784
                "type": "zip",
2785
                "url": "https://api.github.com/repos/SURFnet/yubikey-api-client/zipball/6df6bd5e005d3cdbdb67e4383ea202424e0f78b9",
2786
                "reference": "6df6bd5e005d3cdbdb67e4383ea202424e0f78b9",
2787
                "shasum": ""
2788
            },
2789
            "require": {
2790
                "guzzlehttp/guzzle": "^6.0",
2791
                "paragonie/random_compat": "^1|^2",
2792
                "php": "^5.6|^7"
2793
            },
2794
            "require-dev": {
2795
                "liip/rmt": "1.1.*",
2796
                "mockery/mockery": "0.9.*",
2797
                "phpmd/phpmd": "^2.0",
2798
                "phpunit/phpunit": "^4.0",
2799
                "sebastian/phpcpd": "^2.0",
2800
                "sensiolabs/security-checker": "^2.0",
2801
                "squizlabs/php_codesniffer": "^1.0"
2802
            },
2803
            "type": "library",
2804
            "autoload": {
2805
                "psr-4": {
2806
                    "Surfnet\\YubikeyApiClient\\": "src",
2807
                    "Surfnet\\YubikeyApiClient\\Tests\\": "tests/unit",
2808
                    "Surfnet\\YubikeyApiClient\\IntegrationTests\\": "tests/integration"
2809
                }
2810
            },
2811
            "notification-url": "https://packagist.org/downloads/",
2812
            "license": [
2813
                "Apache-2.0"
2814
            ],
2815
            "description": "A Yubikey OTP validation service client",
2816
            "keywords": [
2817
                "surfnet",
2818
                "yubico",
2819
                "yubikey"
2820
            ],
2821
            "time": "2017-03-07T13:48:47+00:00"
2822
        },
2823
        {
2824
            "name": "surfnet/yubikey-api-client-bundle",
2825
            "version": "3.0.0",
2826
            "source": {
2827
                "type": "git",
2828
                "url": "https://github.com/SURFnet/yubikey-api-client-bundle.git",
2829
                "reference": "d9d9990b63f321745caa2290645b7660aeb3f95f"
2830
            },
2831
            "dist": {
2832
                "type": "zip",
2833
                "url": "https://api.github.com/repos/SURFnet/yubikey-api-client-bundle/zipball/d9d9990b63f321745caa2290645b7660aeb3f95f",
2834
                "reference": "d9d9990b63f321745caa2290645b7660aeb3f95f",
2835
                "shasum": ""
2836
            },
2837
            "require": {
2838
                "php": "^5.6|^7.0",
2839
                "surfnet/yubikey-api-client": "^2.0",
2840
                "symfony/config": "^2.7|^3.0",
2841
                "symfony/dependency-injection": "^2.7|^3.0",
2842
                "symfony/http-kernel": "^2.7|^3.0"
2843
            },
2844
            "require-dev": {
2845
                "ibuildings/qa-tools": "~1.1",
2846
                "liip/rmt": "1.1.*",
2847
                "matthiasnoback/symfony-config-test": "^1.4",
2848
                "mockery/mockery": "0.9.*",
2849
                "symfony/framework-bundle": ">=2.3,<4",
2850
                "symfony/monolog-bundle": "^2.11"
2851
            },
2852
            "type": "library",
2853
            "autoload": {
2854
                "psr-4": {
2855
                    "Surfnet\\YubikeyApiClientBundle\\": "src"
2856
                }
2857
            },
2858
            "notification-url": "https://packagist.org/downloads/",
2859
            "license": [
2860
                "Apache-2.0"
2861
            ],
2862
            "description": "A Symfony2 bundle to integrate Yubikey OTP validation service.",
2863
            "keywords": [
2864
                "surfnet",
2865
                "yubico",
2866
                "yubikey"
2867
            ],
2868
            "time": "2017-02-20T15:47:38+00:00"
2869
        },
2870
        {
2871
            "name": "swiftmailer/swiftmailer",
2872
            "version": "v5.4.8",
2873
            "source": {
2874
                "type": "git",
2875
                "url": "https://github.com/swiftmailer/swiftmailer.git",
2876
                "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517"
2877
            },
2878
            "dist": {
2879
                "type": "zip",
2880
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/9a06dc570a0367850280eefd3f1dc2da45aef517",
2881
                "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517",
2882
                "shasum": ""
2883
            },
2884
            "require": {
2885
                "php": ">=5.3.3"
2886
            },
2887
            "require-dev": {
2888
                "mockery/mockery": "~0.9.1",
2889
                "symfony/phpunit-bridge": "~3.2"
2890
            },
2891
            "type": "library",
2892
            "extra": {
2893
                "branch-alias": {
2894
                    "dev-master": "5.4-dev"
2895
                }
2896
            },
2897
            "autoload": {
2898
                "files": [
2899
                    "lib/swift_required.php"
2900
                ]
2901
            },
2902
            "notification-url": "https://packagist.org/downloads/",
2903
            "license": [
2904
                "MIT"
2905
            ],
2906
            "authors": [
2907
                {
2908
                    "name": "Chris Corbyn"
2909
                },
2910
                {
2911
                    "name": "Fabien Potencier",
2912
                    "email": "[email protected]"
2913
                }
2914
            ],
2915
            "description": "Swiftmailer, free feature-rich PHP mailer",
2916
            "homepage": "http://swiftmailer.org",
2917
            "keywords": [
2918
                "email",
2919
                "mail",
2920
                "mailer"
2921
            ],
2922
            "time": "2017-05-01T15:54:03+00:00"
2923
        },
2924
        {
2925
            "name": "symfony/assetic-bundle",
2926
            "version": "v2.8.0",
2927
            "source": {
2928
                "type": "git",
2929
                "url": "https://github.com/symfony/assetic-bundle.git",
2930
                "reference": "aa5b4f8b712f38745928fa845ddb73300bb2af6d"
2931
            },
2932
            "dist": {
2933
                "type": "zip",
2934
                "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/aa5b4f8b712f38745928fa845ddb73300bb2af6d",
2935
                "reference": "aa5b4f8b712f38745928fa845ddb73300bb2af6d",
2936
                "shasum": ""
2937
            },
2938
            "require": {
2939
                "kriswallsmith/assetic": "~1.3",
2940
                "php": ">=5.3.0",
2941
                "symfony/console": "~2.3|~3.0",
2942
                "symfony/dependency-injection": "~2.3|~3.0",
2943
                "symfony/framework-bundle": "~2.3|~3.0",
2944
                "symfony/yaml": "~2.3|~3.0"
2945
            },
2946
            "conflict": {
2947
                "kriswallsmith/spork": "<=0.2",
2948
                "twig/twig": "<1.20"
2949
            },
2950
            "require-dev": {
2951
                "kriswallsmith/spork": "~0.3",
2952
                "patchwork/jsqueeze": "~1.0",
2953
                "symfony/class-loader": "~2.3|~3.0",
2954
                "symfony/css-selector": "~2.3|~3.0",
2955
                "symfony/dom-crawler": "~2.3|~3.0",
2956
                "symfony/phpunit-bridge": "~2.7|~3.0",
2957
                "symfony/twig-bundle": "~2.3|~3.0"
2958
            },
2959
            "suggest": {
2960
                "kriswallsmith/spork": "to be able to dump assets in parallel",
2961
                "symfony/twig-bundle": "to use the Twig integration"
2962
            },
2963
            "type": "symfony-bundle",
2964
            "extra": {
2965
                "branch-alias": {
2966
                    "dev-master": "2.7-dev"
2967
                }
2968
            },
2969
            "autoload": {
2970
                "psr-4": {
2971
                    "Symfony\\Bundle\\AsseticBundle\\": ""
2972
                }
2973
            },
2974
            "notification-url": "https://packagist.org/downloads/",
2975
            "license": [
2976
                "MIT"
2977
            ],
2978
            "authors": [
2979
                {
2980
                    "name": "Kris Wallsmith",
2981
                    "email": "[email protected]",
2982
                    "homepage": "http://kriswallsmith.net/"
2983
                }
2984
            ],
2985
            "description": "Integrates Assetic into Symfony2",
2986
            "homepage": "https://github.com/symfony/AsseticBundle",
2987
            "keywords": [
2988
                "assets",
2989
                "compression",
2990
                "minification"
2991
            ],
2992
            "time": "2015-12-28T13:12:39+00:00"
2993
        },
2994
        {
2995
            "name": "symfony/monolog-bundle",
2996
            "version": "2.11.1",
2997
            "source": {
2998
                "type": "git",
2999
                "url": "https://github.com/symfony/monolog-bundle.git",
3000
                "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00"
3001
            },
3002
            "dist": {
3003
                "type": "zip",
3004
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00",
3005
                "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00",
3006
                "shasum": ""
3007
            },
3008
            "require": {
3009
                "monolog/monolog": "~1.18",
3010
                "php": ">=5.3.2",
3011
                "symfony/config": "~2.3|~3.0",
3012
                "symfony/dependency-injection": "~2.3|~3.0",
3013
                "symfony/http-kernel": "~2.3|~3.0",
3014
                "symfony/monolog-bridge": "~2.3|~3.0"
3015
            },
3016
            "require-dev": {
3017
                "phpunit/phpunit": "^4.8",
3018
                "symfony/console": "~2.3|~3.0",
3019
                "symfony/yaml": "~2.3|~3.0"
3020
            },
3021
            "type": "symfony-bundle",
3022
            "extra": {
3023
                "branch-alias": {
3024
                    "dev-master": "2.x-dev"
3025
                }
3026
            },
3027
            "autoload": {
3028
                "psr-4": {
3029
                    "Symfony\\Bundle\\MonologBundle\\": ""
3030
                }
3031
            },
3032
            "notification-url": "https://packagist.org/downloads/",
3033
            "license": [
3034
                "MIT"
3035
            ],
3036
            "authors": [
3037
                {
3038
                    "name": "Symfony Community",
3039
                    "homepage": "http://symfony.com/contributors"
3040
                },
3041
                {
3042
                    "name": "Fabien Potencier",
3043
                    "email": "[email protected]"
3044
                }
3045
            ],
3046
            "description": "Symfony MonologBundle",
3047
            "homepage": "http://symfony.com",
3048
            "keywords": [
3049
                "log",
3050
                "logging"
3051
            ],
3052
            "time": "2016-04-13T16:21:01+00:00"
3053
        },
3054
        {
3055
            "name": "symfony/polyfill-apcu",
3056
            "version": "v1.2.0",
3057
            "source": {
3058
                "type": "git",
3059
                "url": "https://github.com/symfony/polyfill-apcu.git",
3060
                "reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b"
3061
            },
3062
            "dist": {
3063
                "type": "zip",
3064
                "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/6d58bceaeea2c2d3eb62503839b18646e161cd6b",
3065
                "reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b",
3066
                "shasum": ""
3067
            },
3068
            "require": {
3069
                "php": ">=5.3.3"
3070
            },
3071
            "type": "library",
3072
            "extra": {
3073
                "branch-alias": {
3074
                    "dev-master": "1.2-dev"
3075
                }
3076
            },
3077
            "autoload": {
3078
                "files": [
3079
                    "bootstrap.php"
3080
                ]
3081
            },
3082
            "notification-url": "https://packagist.org/downloads/",
3083
            "license": [
3084
                "MIT"
3085
            ],
3086
            "authors": [
3087
                {
3088
                    "name": "Nicolas Grekas",
3089
                    "email": "[email protected]"
3090
                },
3091
                {
3092
                    "name": "Symfony Community",
3093
                    "homepage": "https://symfony.com/contributors"
3094
                }
3095
            ],
3096
            "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
3097
            "homepage": "https://symfony.com",
3098
            "keywords": [
3099
                "apcu",
3100
                "compatibility",
3101
                "polyfill",
3102
                "portable",
3103
                "shim"
3104
            ],
3105
            "time": "2016-05-18T14:26:46+00:00"
3106
        },
3107
        {
3108
            "name": "symfony/polyfill-mbstring",
3109
            "version": "v1.2.0",
3110
            "source": {
3111
                "type": "git",
3112
                "url": "https://github.com/symfony/polyfill-mbstring.git",
3113
                "reference": "dff51f72b0706335131b00a7f49606168c582594"
3114
            },
3115
            "dist": {
3116
                "type": "zip",
3117
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
3118
                "reference": "dff51f72b0706335131b00a7f49606168c582594",
3119
                "shasum": ""
3120
            },
3121
            "require": {
3122
                "php": ">=5.3.3"
3123
            },
3124
            "suggest": {
3125
                "ext-mbstring": "For best performance"
3126
            },
3127
            "type": "library",
3128
            "extra": {
3129
                "branch-alias": {
3130
                    "dev-master": "1.2-dev"
3131
                }
3132
            },
3133
            "autoload": {
3134
                "psr-4": {
3135
                    "Symfony\\Polyfill\\Mbstring\\": ""
3136
                },
3137
                "files": [
3138
                    "bootstrap.php"
3139
                ]
3140
            },
3141
            "notification-url": "https://packagist.org/downloads/",
3142
            "license": [
3143
                "MIT"
3144
            ],
3145
            "authors": [
3146
                {
3147
                    "name": "Nicolas Grekas",
3148
                    "email": "[email protected]"
3149
                },
3150
                {
3151
                    "name": "Symfony Community",
3152
                    "homepage": "https://symfony.com/contributors"
3153
                }
3154
            ],
3155
            "description": "Symfony polyfill for the Mbstring extension",
3156
            "homepage": "https://symfony.com",
3157
            "keywords": [
3158
                "compatibility",
3159
                "mbstring",
3160
                "polyfill",
3161
                "portable",
3162
                "shim"
3163
            ],
3164
            "time": "2016-05-18T14:26:46+00:00"
3165
        },
3166
        {
3167
            "name": "symfony/swiftmailer-bundle",
3168
            "version": "v2.6.2",
3169
            "source": {
3170
                "type": "git",
3171
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
3172
                "reference": "deabc81120c2086571f7c4484ab785c5e1b84f75"
3173
            },
3174
            "dist": {
3175
                "type": "zip",
3176
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/deabc81120c2086571f7c4484ab785c5e1b84f75",
3177
                "reference": "deabc81120c2086571f7c4484ab785c5e1b84f75",
3178
                "shasum": ""
3179
            },
3180
            "require": {
3181
                "php": ">=5.3.2",
3182
                "swiftmailer/swiftmailer": "~4.2|~5.0",
3183
                "symfony/config": "~2.7|~3.0",
3184
                "symfony/dependency-injection": "~2.7|~3.0",
3185
                "symfony/http-kernel": "~2.7|~3.0"
3186
            },
3187
            "require-dev": {
3188
                "symfony/console": "~2.7|~3.0",
3189
                "symfony/framework-bundle": "~2.7|~3.0",
3190
                "symfony/phpunit-bridge": "~3.3@dev",
3191
                "symfony/yaml": "~2.7|~3.0"
3192
            },
3193
            "suggest": {
3194
                "psr/log": "Allows logging"
3195
            },
3196
            "type": "symfony-bundle",
3197
            "extra": {
3198
                "branch-alias": {
3199
                    "dev-master": "2.6-dev"
3200
                }
3201
            },
3202
            "autoload": {
3203
                "psr-4": {
3204
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
3205
                }
3206
            },
3207
            "notification-url": "https://packagist.org/downloads/",
3208
            "license": [
3209
                "MIT"
3210
            ],
3211
            "authors": [
3212
                {
3213
                    "name": "Symfony Community",
3214
                    "homepage": "http://symfony.com/contributors"
3215
                },
3216
                {
3217
                    "name": "Fabien Potencier",
3218
                    "email": "[email protected]"
3219
                }
3220
            ],
3221
            "description": "Symfony SwiftmailerBundle",
3222
            "homepage": "http://symfony.com",
3223
            "time": "2017-05-22T04:58:24+00:00"
3224
        },
3225
        {
3226
            "name": "symfony/symfony",
0 ignored issues
show
3227
            "version": "v2.7.14",
3228
            "source": {
3229
                "type": "git",
3230
                "url": "https://github.com/symfony/symfony.git",
3231
                "reference": "fe443f4a8b6b2f3977d4fe6b348e9f85a7840ea1"
3232
            },
3233
            "dist": {
3234
                "type": "zip",
3235
                "url": "https://api.github.com/repos/symfony/symfony/zipball/fe443f4a8b6b2f3977d4fe6b348e9f85a7840ea1",
3236
                "reference": "fe443f4a8b6b2f3977d4fe6b348e9f85a7840ea1",
3237
                "shasum": ""
3238
            },
3239
            "require": {
3240
                "doctrine/common": "~2.4",
3241
                "paragonie/random_compat": "~1.0",
3242
                "php": ">=5.3.9",
3243
                "psr/log": "~1.0",
3244
                "symfony/polyfill-apcu": "~1.1",
3245
                "symfony/polyfill-mbstring": "~1.1",
3246
                "twig/twig": "~1.23|~2.0"
3247
            },
3248
            "replace": {
3249
                "symfony/asset": "self.version",
3250
                "symfony/browser-kit": "self.version",
3251
                "symfony/class-loader": "self.version",
3252
                "symfony/config": "self.version",
3253
                "symfony/console": "self.version",
3254
                "symfony/css-selector": "self.version",
3255
                "symfony/debug": "self.version",
3256
                "symfony/debug-bundle": "self.version",
3257
                "symfony/dependency-injection": "self.version",
3258
                "symfony/doctrine-bridge": "self.version",
3259
                "symfony/dom-crawler": "self.version",
3260
                "symfony/event-dispatcher": "self.version",
3261
                "symfony/expression-language": "self.version",
3262
                "symfony/filesystem": "self.version",
3263
                "symfony/finder": "self.version",
3264
                "symfony/form": "self.version",
3265
                "symfony/framework-bundle": "self.version",
3266
                "symfony/http-foundation": "self.version",
3267
                "symfony/http-kernel": "self.version",
3268
                "symfony/intl": "self.version",
3269
                "symfony/locale": "self.version",
3270
                "symfony/monolog-bridge": "self.version",
3271
                "symfony/options-resolver": "self.version",
3272
                "symfony/process": "self.version",
3273
                "symfony/property-access": "self.version",
3274
                "symfony/proxy-manager-bridge": "self.version",
3275
                "symfony/routing": "self.version",
3276
                "symfony/security": "self.version",
3277
                "symfony/security-acl": "self.version",
3278
                "symfony/security-bundle": "self.version",
3279
                "symfony/security-core": "self.version",
3280
                "symfony/security-csrf": "self.version",
3281
                "symfony/security-http": "self.version",
3282
                "symfony/serializer": "self.version",
3283
                "symfony/stopwatch": "self.version",
3284
                "symfony/swiftmailer-bridge": "self.version",
3285
                "symfony/templating": "self.version",
3286
                "symfony/translation": "self.version",
3287
                "symfony/twig-bridge": "self.version",
3288
                "symfony/twig-bundle": "self.version",
3289
                "symfony/validator": "self.version",
3290
                "symfony/var-dumper": "self.version",
3291
                "symfony/web-profiler-bundle": "self.version",
3292
                "symfony/yaml": "self.version"
3293
            },
3294
            "require-dev": {
3295
                "doctrine/data-fixtures": "1.0.*",
3296
                "doctrine/dbal": "~2.4",
3297
                "doctrine/doctrine-bundle": "~1.2",
3298
                "doctrine/orm": "~2.4,>=2.4.5",
3299
                "egulias/email-validator": "~1.2",
3300
                "ircmaxell/password-compat": "~1.0",
3301
                "monolog/monolog": "~1.11",
3302
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0"
3303
            },
3304
            "type": "library",
3305
            "extra": {
3306
                "branch-alias": {
3307
                    "dev-master": "2.7-dev"
3308
                }
3309
            },
3310
            "autoload": {
3311
                "psr-4": {
3312
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
3313
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
3314
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
3315
                    "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
3316
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
3317
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
3318
                    "Symfony\\Component\\": "src/Symfony/Component/"
3319
                },
3320
                "classmap": [
3321
                    "src/Symfony/Component/HttpFoundation/Resources/stubs",
3322
                    "src/Symfony/Component/Intl/Resources/stubs"
3323
                ],
3324
                "files": [
3325
                    "src/Symfony/Component/Intl/Resources/stubs/functions.php"
3326
                ],
3327
                "exclude-from-classmap": [
3328
                    "**/Tests/"
3329
                ]
3330
            },
3331
            "notification-url": "https://packagist.org/downloads/",
3332
            "license": [
3333
                "MIT"
3334
            ],
3335
            "authors": [
3336
                {
3337
                    "name": "Fabien Potencier",
3338
                    "email": "[email protected]"
3339
                },
3340
                {
3341
                    "name": "Symfony Community",
3342
                    "homepage": "https://symfony.com/contributors"
3343
                }
3344
            ],
3345
            "description": "The Symfony PHP framework",
3346
            "homepage": "https://symfony.com",
3347
            "keywords": [
3348
                "framework"
3349
            ],
3350
            "time": "2016-06-06T15:23:39+00:00"
3351
        },
3352
        {
3353
            "name": "twbs/bootstrap",
3354
            "version": "v3.2.0",
3355
            "source": {
3356
                "type": "git",
3357
                "url": "https://github.com/twbs/bootstrap.git",
3358
                "reference": "c068162161154a4b85110ea1e7dd3d7897ce2b72"
3359
            },
3360
            "dist": {
3361
                "type": "zip",
3362
                "url": "https://api.github.com/repos/twbs/bootstrap/zipball/c068162161154a4b85110ea1e7dd3d7897ce2b72",
3363
                "reference": "c068162161154a4b85110ea1e7dd3d7897ce2b72",
3364
                "shasum": ""
3365
            },
3366
            "replace": {
3367
                "twitter/bootstrap": "self.version"
3368
            },
3369
            "type": "library",
3370
            "extra": {
3371
                "branch-alias": {
3372
                    "dev-master": "3.2.x-dev"
3373
                }
3374
            },
3375
            "notification-url": "https://packagist.org/downloads/",
3376
            "license": [
3377
                "MIT"
3378
            ],
3379
            "authors": [
3380
                {
3381
                    "name": "Jacob Thornton",
3382
                    "email": "[email protected]"
3383
                },
3384
                {
3385
                    "name": "Mark Otto",
3386
                    "email": "[email protected]"
3387
                }
3388
            ],
3389
            "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
3390
            "homepage": "http://getbootstrap.com",
3391
            "keywords": [
3392
                "JS",
3393
                "css",
3394
                "framework",
3395
                "front-end",
3396
                "less",
3397
                "mobile-first",
3398
                "responsive",
3399
                "web"
3400
            ],
3401
            "time": "2014-06-26T16:36:48+00:00"
3402
        },
3403
        {
3404
            "name": "twig/extensions",
3405
            "version": "v1.3.0",
3406
            "source": {
3407
                "type": "git",
3408
                "url": "https://github.com/twigphp/Twig-extensions.git",
3409
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499"
3410
            },
3411
            "dist": {
3412
                "type": "zip",
3413
                "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/449e3c8a9ffad7c2479c7864557275a32b037499",
3414
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499",
3415
                "shasum": ""
3416
            },
3417
            "require": {
3418
                "twig/twig": "~1.20|~2.0"
3419
            },
3420
            "require-dev": {
3421
                "symfony/translation": "~2.3"
3422
            },
3423
            "suggest": {
3424
                "symfony/translation": "Allow the time_diff output to be translated"
3425
            },
3426
            "type": "library",
3427
            "extra": {
3428
                "branch-alias": {
3429
                    "dev-master": "1.3-dev"
3430
                }
3431
            },
3432
            "autoload": {
3433
                "psr-0": {
3434
                    "Twig_Extensions_": "lib/"
3435
                }
3436
            },
3437
            "notification-url": "https://packagist.org/downloads/",
3438
            "license": [
3439
                "MIT"
3440
            ],
3441
            "authors": [
3442
                {
3443
                    "name": "Fabien Potencier",
3444
                    "email": "[email protected]"
3445
                }
3446
            ],
3447
            "description": "Common additional features for Twig that do not directly belong in core",
3448
            "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
3449
            "keywords": [
3450
                "i18n",
3451
                "text"
3452
            ],
3453
            "time": "2015-08-22T16:38:35+00:00"
3454
        },
3455
        {
3456
            "name": "twig/twig",
3457
            "version": "v1.32.0",
3458
            "source": {
3459
                "type": "git",
3460
                "url": "https://github.com/twigphp/Twig.git",
3461
                "reference": "9935b662e24d6e634da88901ab534cc12e8c728f"
3462
            },
3463
            "dist": {
3464
                "type": "zip",
3465
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/9935b662e24d6e634da88901ab534cc12e8c728f",
3466
                "reference": "9935b662e24d6e634da88901ab534cc12e8c728f",
3467
                "shasum": ""
3468
            },
3469
            "require": {
3470
                "php": ">=5.2.7"
3471
            },
3472
            "require-dev": {
3473
                "psr/container": "^1.0",
3474
                "symfony/debug": "~2.7",
3475
                "symfony/phpunit-bridge": "~3.2"
3476
            },
3477
            "type": "library",
3478
            "extra": {
3479
                "branch-alias": {
3480
                    "dev-master": "1.32-dev"
3481
                }
3482
            },
3483
            "autoload": {
3484
                "psr-0": {
3485
                    "Twig_": "lib/"
3486
                }
3487
            },
3488
            "notification-url": "https://packagist.org/downloads/",
3489
            "license": [
3490
                "BSD-3-Clause"
3491
            ],
3492
            "authors": [
3493
                {
3494
                    "name": "Fabien Potencier",
3495
                    "email": "[email protected]",
3496
                    "homepage": "http://fabien.potencier.org",
3497
                    "role": "Lead Developer"
3498
                },
3499
                {
3500
                    "name": "Armin Ronacher",
3501
                    "email": "[email protected]",
3502
                    "role": "Project Founder"
3503
                },
3504
                {
3505
                    "name": "Twig Team",
3506
                    "homepage": "http://twig.sensiolabs.org/contributors",
3507
                    "role": "Contributors"
3508
                }
3509
            ],
3510
            "description": "Twig, the flexible, fast, and secure template language for PHP",
3511
            "homepage": "http://twig.sensiolabs.org",
3512
            "keywords": [
3513
                "templating"
3514
            ],
3515
            "time": "2017-02-27T00:07:03+00:00"
3516
        },
3517
        {
3518
            "name": "webmozart/assert",
3519
            "version": "1.2.0",
3520
            "source": {
3521
                "type": "git",
3522
                "url": "https://github.com/webmozart/assert.git",
3523
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
3524
            },
3525
            "dist": {
3526
                "type": "zip",
3527
                "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
3528
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
3529
                "shasum": ""
3530
            },
3531
            "require": {
3532
                "php": "^5.3.3 || ^7.0"
3533
            },
3534
            "require-dev": {
3535
                "phpunit/phpunit": "^4.6",
3536
                "sebastian/version": "^1.0.1"
3537
            },
3538
            "type": "library",
3539
            "extra": {
3540
                "branch-alias": {
3541
                    "dev-master": "1.3-dev"
3542
                }
3543
            },
3544
            "autoload": {
3545
                "psr-4": {
3546
                    "Webmozart\\Assert\\": "src/"
3547
                }
3548
            },
3549
            "notification-url": "https://packagist.org/downloads/",
3550
            "license": [
3551
                "MIT"
3552
            ],
3553
            "authors": [
3554
                {
3555
                    "name": "Bernhard Schussek",
3556
                    "email": "[email protected]"
3557
                }
3558
            ],
3559
            "description": "Assertions to validate method input/output with nice error messages.",
3560
            "keywords": [
3561
                "assert",
3562
                "check",
3563
                "validate"
3564
            ],
3565
            "time": "2016-11-23T20:04:58+00:00"
3566
        },
3567
        {
3568
            "name": "yubico/u2flib-server",
3569
            "version": "0.1.0",
3570
            "source": {
3571
                "type": "git",
3572
                "url": "https://github.com/Yubico/php-u2flib-server.git",
3573
                "reference": "71ad5f0b7c796966da356eecd5b583ac852e92a1"
3574
            },
3575
            "dist": {
3576
                "type": "zip",
3577
                "url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/71ad5f0b7c796966da356eecd5b583ac852e92a1",
3578
                "reference": "71ad5f0b7c796966da356eecd5b583ac852e92a1",
3579
                "shasum": ""
3580
            },
3581
            "require": {
3582
                "ext-openssl": "*"
3583
            },
3584
            "type": "library",
3585
            "autoload": {
3586
                "classmap": [
3587
                    "src/"
3588
                ]
3589
            },
3590
            "notification-url": "https://packagist.org/downloads/",
3591
            "license": [
3592
                "BSD-2-Clause"
3593
            ],
3594
            "description": "Library for U2F implementation",
3595
            "homepage": "https://developers.yubico.com/php-u2flib-server",
3596
            "time": "2015-03-03T08:05:16+00:00"
3597
        },
3598
        {
3599
            "name": "zendframework/zend-code",
3600
            "version": "2.6.3",
3601
            "source": {
3602
                "type": "git",
3603
                "url": "https://github.com/zendframework/zend-code.git",
3604
                "reference": "95033f061b083e16cdee60530ec260d7d628b887"
3605
            },
3606
            "dist": {
3607
                "type": "zip",
3608
                "url": "https://api.github.com/repos/zendframework/zend-code/zipball/95033f061b083e16cdee60530ec260d7d628b887",
3609
                "reference": "95033f061b083e16cdee60530ec260d7d628b887",
3610
                "shasum": ""
3611
            },
3612
            "require": {
3613
                "php": "^5.5 || 7.0.0 - 7.0.4 || ^7.0.6",
3614
                "zendframework/zend-eventmanager": "^2.6 || ^3.0"
3615
            },
3616
            "require-dev": {
3617
                "doctrine/annotations": "~1.0",
3618
                "fabpot/php-cs-fixer": "1.7.*",
3619
                "phpunit/phpunit": "^4.8.21",
3620
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
3621
            },
3622
            "suggest": {
3623
                "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
3624
                "zendframework/zend-stdlib": "Zend\\Stdlib component"
3625
            },
3626
            "type": "library",
3627
            "extra": {
3628
                "branch-alias": {
3629
                    "dev-master": "2.6-dev",
3630
                    "dev-develop": "2.7-dev"
3631
                }
3632
            },
3633
            "autoload": {
3634
                "psr-4": {
3635
                    "Zend\\Code\\": "src/"
3636
                }
3637
            },
3638
            "notification-url": "https://packagist.org/downloads/",
3639
            "license": [
3640
                "BSD-3-Clause"
3641
            ],
3642
            "description": "provides facilities to generate arbitrary code using an object oriented interface",
3643
            "homepage": "https://github.com/zendframework/zend-code",
3644
            "keywords": [
3645
                "code",
3646
                "zf2"
3647
            ],
3648
            "time": "2016-04-20T17:26:42+00:00"
3649
        },
3650
        {
3651
            "name": "zendframework/zend-eventmanager",
3652
            "version": "3.0.1",
3653
            "source": {
3654
                "type": "git",
3655
                "url": "https://github.com/zendframework/zend-eventmanager.git",
3656
                "reference": "5c80bdee0e952be112dcec0968bad770082c3a6e"
3657
            },
3658
            "dist": {
3659
                "type": "zip",
3660
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/5c80bdee0e952be112dcec0968bad770082c3a6e",
3661
                "reference": "5c80bdee0e952be112dcec0968bad770082c3a6e",
3662
                "shasum": ""
3663
            },
3664
            "require": {
3665
                "php": "^5.5 || ^7.0"
3666
            },
3667
            "require-dev": {
3668
                "athletic/athletic": "^0.1",
3669
                "container-interop/container-interop": "^1.1.0",
3670
                "phpunit/phpunit": "~4.0",
3671
                "squizlabs/php_codesniffer": "^2.0",
3672
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
3673
            },
3674
            "suggest": {
3675
                "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
3676
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
3677
            },
3678
            "type": "library",
3679
            "extra": {
3680
                "branch-alias": {
3681
                    "dev-master": "3.0-dev",
3682
                    "dev-develop": "3.1-dev"
3683
                }
3684
            },
3685
            "autoload": {
3686
                "psr-4": {
3687
                    "Zend\\EventManager\\": "src/"
3688
                }
3689
            },
3690
            "notification-url": "https://packagist.org/downloads/",
3691
            "license": [
3692
                "BSD-3-Clause"
3693
            ],
3694
            "description": "Trigger and listen to events within a PHP application",
3695
            "homepage": "https://github.com/zendframework/zend-eventmanager",
3696
            "keywords": [
3697
                "event",
3698
                "eventmanager",
3699
                "events",
3700
                "zf2"
3701
            ],
3702
            "time": "2016-02-18T20:53:00+00:00"
3703
        }
3704
    ],
3705
    "packages-dev": [
3706
        {
3707
            "name": "matthiasnoback/symfony-config-test",
3708
            "version": "v1.4.0",
3709
            "source": {
3710
                "type": "git",
3711
                "url": "https://github.com/SymfonyTest/SymfonyConfigTest.git",
3712
                "reference": "615b7c8ff5dc1737e553e518dbed641aa548572d"
3713
            },
3714
            "dist": {
3715
                "type": "zip",
3716
                "url": "https://api.github.com/repos/SymfonyTest/SymfonyConfigTest/zipball/615b7c8ff5dc1737e553e518dbed641aa548572d",
3717
                "reference": "615b7c8ff5dc1737e553e518dbed641aa548572d",
3718
                "shasum": ""
3719
            },
3720
            "require": {
3721
                "php": ">=5.3",
3722
                "sebastian/exporter": "1.*",
3723
                "symfony/config": "~2.0|~3.0"
3724
            },
3725
            "require-dev": {
3726
                "phpunit/phpunit": ">=3.7"
3727
            },
3728
            "type": "library",
3729
            "autoload": {
3730
                "psr-4": {
3731
                    "Matthias\\SymfonyConfigTest\\": ""
3732
                }
3733
            },
3734
            "notification-url": "https://packagist.org/downloads/",
3735
            "license": [
3736
                "MIT"
3737
            ],
3738
            "authors": [
3739
                {
3740
                    "name": "Matthias Noback",
3741
                    "email": "[email protected]",
3742
                    "homepage": "http://php-and-symfony.matthiasnoback.nl"
3743
                }
3744
            ],
3745
            "description": "Library for testing user classes related to the Symfony Config Component",
3746
            "homepage": "https://github.com/matthiasnoback/SymfonyConfigTest",
3747
            "keywords": [
3748
                "config",
3749
                "phpunit",
3750
                "symfony"
3751
            ],
3752
            "time": "2015-11-25T21:40:32+00:00"
3753
        },
3754
        {
3755
            "name": "pdepend/pdepend",
3756
            "version": "2.5.0",
3757
            "source": {
3758
                "type": "git",
3759
                "url": "https://github.com/pdepend/pdepend.git",
3760
                "reference": "0c50874333149c0dad5a2877801aed148f2767ff"
3761
            },
3762
            "dist": {
3763
                "type": "zip",
3764
                "url": "https://api.github.com/repos/pdepend/pdepend/zipball/0c50874333149c0dad5a2877801aed148f2767ff",
3765
                "reference": "0c50874333149c0dad5a2877801aed148f2767ff",
3766
                "shasum": ""
3767
            },
3768
            "require": {
3769
                "php": ">=5.3.7",
3770
                "symfony/config": "^2.3.0|^3",
3771
                "symfony/dependency-injection": "^2.3.0|^3",
3772
                "symfony/filesystem": "^2.3.0|^3"
3773
            },
3774
            "require-dev": {
3775
                "phpunit/phpunit": "^4.4.0,<4.8",
3776
                "squizlabs/php_codesniffer": "^2.0.0"
3777
            },
3778
            "bin": [
3779
                "src/bin/pdepend"
3780
            ],
3781
            "type": "library",
3782
            "autoload": {
3783
                "psr-4": {
3784
                    "PDepend\\": "src/main/php/PDepend"
3785
                }
3786
            },
3787
            "notification-url": "https://packagist.org/downloads/",
3788
            "license": [
3789
                "BSD-3-Clause"
3790
            ],
3791
            "description": "Official version of pdepend to be handled with Composer",
3792
            "time": "2017-01-19T14:23:36+00:00"
3793
        },
3794
        {
3795
            "name": "phpdocumentor/reflection-common",
3796
            "version": "1.0",
3797
            "source": {
3798
                "type": "git",
3799
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
3800
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
3801
            },
3802
            "dist": {
3803
                "type": "zip",
3804
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
3805
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
3806
                "shasum": ""
3807
            },
3808
            "require": {
3809
                "php": ">=5.5"
3810
            },
3811
            "require-dev": {
3812
                "phpunit/phpunit": "^4.6"
3813
            },
3814
            "type": "library",
3815
            "extra": {
3816
                "branch-alias": {
3817
                    "dev-master": "1.0.x-dev"
3818
                }
3819
            },
3820
            "autoload": {
3821
                "psr-4": {
3822
                    "phpDocumentor\\Reflection\\": [
3823
                        "src"
3824
                    ]
3825
                }
3826
            },
3827
            "notification-url": "https://packagist.org/downloads/",
3828
            "license": [
3829
                "MIT"
3830
            ],
3831
            "authors": [
3832
                {
3833
                    "name": "Jaap van Otterdijk",
3834
                    "email": "[email protected]"
3835
                }
3836
            ],
3837
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
3838
            "homepage": "http://www.phpdoc.org",
3839
            "keywords": [
3840
                "FQSEN",
3841
                "phpDocumentor",
3842
                "phpdoc",
3843
                "reflection",
3844
                "static analysis"
3845
            ],
3846
            "time": "2015-12-27T11:43:31+00:00"
3847
        },
3848
        {
3849
            "name": "phpdocumentor/reflection-docblock",
3850
            "version": "3.1.1",
3851
            "source": {
3852
                "type": "git",
3853
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3854
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
3855
            },
3856
            "dist": {
3857
                "type": "zip",
3858
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
3859
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
3860
                "shasum": ""
3861
            },
3862
            "require": {
3863
                "php": ">=5.5",
3864
                "phpdocumentor/reflection-common": "^1.0@dev",
3865
                "phpdocumentor/type-resolver": "^0.2.0",
3866
                "webmozart/assert": "^1.0"
3867
            },
3868
            "require-dev": {
3869
                "mockery/mockery": "^0.9.4",
3870
                "phpunit/phpunit": "^4.4"
3871
            },
3872
            "type": "library",
3873
            "autoload": {
3874
                "psr-4": {
3875
                    "phpDocumentor\\Reflection\\": [
3876
                        "src/"
3877
                    ]
3878
                }
3879
            },
3880
            "notification-url": "https://packagist.org/downloads/",
3881
            "license": [
3882
                "MIT"
3883
            ],
3884
            "authors": [
3885
                {
3886
                    "name": "Mike van Riel",
3887
                    "email": "[email protected]"
3888
                }
3889
            ],
3890
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
3891
            "time": "2016-09-30T07:12:33+00:00"
3892
        },
3893
        {
3894
            "name": "phpdocumentor/type-resolver",
3895
            "version": "0.2.1",
3896
            "source": {
3897
                "type": "git",
3898
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
3899
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
3900
            },
3901
            "dist": {
3902
                "type": "zip",
3903
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
3904
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
3905
                "shasum": ""
3906
            },
3907
            "require": {
3908
                "php": ">=5.5",
3909
                "phpdocumentor/reflection-common": "^1.0"
3910
            },
3911
            "require-dev": {
3912
                "mockery/mockery": "^0.9.4",
3913
                "phpunit/phpunit": "^5.2||^4.8.24"
3914
            },
3915
            "type": "library",
3916
            "extra": {
3917
                "branch-alias": {
3918
                    "dev-master": "1.0.x-dev"
3919
                }
3920
            },
3921
            "autoload": {
3922
                "psr-4": {
3923
                    "phpDocumentor\\Reflection\\": [
3924
                        "src/"
3925
                    ]
3926
                }
3927
            },
3928
            "notification-url": "https://packagist.org/downloads/",
3929
            "license": [
3930
                "MIT"
3931
            ],
3932
            "authors": [
3933
                {
3934
                    "name": "Mike van Riel",
3935
                    "email": "[email protected]"
3936
                }
3937
            ],
3938
            "time": "2016-11-25T06:54:22+00:00"
3939
        },
3940
        {
3941
            "name": "phpmd/phpmd",
3942
            "version": "2.6.0",
3943
            "source": {
3944
                "type": "git",
3945
                "url": "https://github.com/phpmd/phpmd.git",
3946
                "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374"
3947
            },
3948
            "dist": {
3949
                "type": "zip",
3950
                "url": "https://api.github.com/repos/phpmd/phpmd/zipball/4e9924b2c157a3eb64395460fcf56b31badc8374",
3951
                "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374",
3952
                "shasum": ""
3953
            },
3954
            "require": {
3955
                "ext-xml": "*",
3956
                "pdepend/pdepend": "^2.5",
3957
                "php": ">=5.3.9"
3958
            },
3959
            "require-dev": {
3960
                "phpunit/phpunit": "^4.0",
3961
                "squizlabs/php_codesniffer": "^2.0"
3962
            },
3963
            "bin": [
3964
                "src/bin/phpmd"
3965
            ],
3966
            "type": "project",
3967
            "autoload": {
3968
                "psr-0": {
3969
                    "PHPMD\\": "src/main/php"
3970
                }
3971
            },
3972
            "notification-url": "https://packagist.org/downloads/",
3973
            "license": [
3974
                "BSD-3-Clause"
3975
            ],
3976
            "authors": [
3977
                {
3978
                    "name": "Manuel Pichler",
3979
                    "email": "[email protected]",
3980
                    "homepage": "https://github.com/manuelpichler",
3981
                    "role": "Project Founder"
3982
                },
3983
                {
3984
                    "name": "Other contributors",
3985
                    "homepage": "https://github.com/phpmd/phpmd/graphs/contributors",
3986
                    "role": "Contributors"
3987
                },
3988
                {
3989
                    "name": "Marc Würth",
3990
                    "email": "[email protected]",
3991
                    "homepage": "https://github.com/ravage84",
3992
                    "role": "Project Maintainer"
3993
                }
3994
            ],
3995
            "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
3996
            "homepage": "http://phpmd.org/",
3997
            "keywords": [
3998
                "mess detection",
3999
                "mess detector",
4000
                "pdepend",
4001
                "phpmd",
4002
                "pmd"
4003
            ],
4004
            "time": "2017-01-20T14:41:10+00:00"
4005
        },
4006
        {
4007
            "name": "phpspec/prophecy",
4008
            "version": "v1.7.0",
4009
            "source": {
4010
                "type": "git",
4011
                "url": "https://github.com/phpspec/prophecy.git",
4012
                "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
4013
            },
4014
            "dist": {
4015
                "type": "zip",
4016
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
4017
                "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
4018
                "shasum": ""
4019
            },
4020
            "require": {
4021
                "doctrine/instantiator": "^1.0.2",
4022
                "php": "^5.3|^7.0",
4023
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
4024
                "sebastian/comparator": "^1.1|^2.0",
4025
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
4026
            },
4027
            "require-dev": {
4028
                "phpspec/phpspec": "^2.5|^3.2",
4029
                "phpunit/phpunit": "^4.8 || ^5.6.5"
4030
            },
4031
            "type": "library",
4032
            "extra": {
4033
                "branch-alias": {
4034
                    "dev-master": "1.6.x-dev"
4035
                }
4036
            },
4037
            "autoload": {
4038
                "psr-0": {
4039
                    "Prophecy\\": "src/"
4040
                }
4041
            },
4042
            "notification-url": "https://packagist.org/downloads/",
4043
            "license": [
4044
                "MIT"
4045
            ],
4046
            "authors": [
4047
                {
4048
                    "name": "Konstantin Kudryashov",
4049
                    "email": "[email protected]",
4050
                    "homepage": "http://everzet.com"
4051
                },
4052
                {
4053
                    "name": "Marcello Duarte",
4054
                    "email": "[email protected]"
4055
                }
4056
            ],
4057
            "description": "Highly opinionated mocking framework for PHP 5.3+",
4058
            "homepage": "https://github.com/phpspec/prophecy",
4059
            "keywords": [
4060
                "Double",
4061
                "Dummy",
4062
                "fake",
4063
                "mock",
4064
                "spy",
4065
                "stub"
4066
            ],
4067
            "time": "2017-03-02T20:05:34+00:00"
4068
        },
4069
        {
4070
            "name": "phpunit/php-code-coverage",
4071
            "version": "2.2.4",
4072
            "source": {
4073
                "type": "git",
4074
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
4075
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
4076
            },
4077
            "dist": {
4078
                "type": "zip",
4079
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
4080
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
4081
                "shasum": ""
4082
            },
4083
            "require": {
4084
                "php": ">=5.3.3",
4085
                "phpunit/php-file-iterator": "~1.3",
4086
                "phpunit/php-text-template": "~1.2",
4087
                "phpunit/php-token-stream": "~1.3",
4088
                "sebastian/environment": "^1.3.2",
4089
                "sebastian/version": "~1.0"
4090
            },
4091
            "require-dev": {
4092
                "ext-xdebug": ">=2.1.4",
4093
                "phpunit/phpunit": "~4"
4094
            },
4095
            "suggest": {
4096
                "ext-dom": "*",
4097
                "ext-xdebug": ">=2.2.1",
4098
                "ext-xmlwriter": "*"
4099
            },
4100
            "type": "library",
4101
            "extra": {
4102
                "branch-alias": {
4103
                    "dev-master": "2.2.x-dev"
4104
                }
4105
            },
4106
            "autoload": {
4107
                "classmap": [
4108
                    "src/"
4109
                ]
4110
            },
4111
            "notification-url": "https://packagist.org/downloads/",
4112
            "license": [
4113
                "BSD-3-Clause"
4114
            ],
4115
            "authors": [
4116
                {
4117
                    "name": "Sebastian Bergmann",
4118
                    "email": "[email protected]",
4119
                    "role": "lead"
4120
                }
4121
            ],
4122
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
4123
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
4124
            "keywords": [
4125
                "coverage",
4126
                "testing",
4127
                "xunit"
4128
            ],
4129
            "time": "2015-10-06T15:47:00+00:00"
4130
        },
4131
        {
4132
            "name": "phpunit/php-file-iterator",
4133
            "version": "1.4.2",
4134
            "source": {
4135
                "type": "git",
4136
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
4137
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
4138
            },
4139
            "dist": {
4140
                "type": "zip",
4141
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
4142
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
4143
                "shasum": ""
4144
            },
4145
            "require": {
4146
                "php": ">=5.3.3"
4147
            },
4148
            "type": "library",
4149
            "extra": {
4150
                "branch-alias": {
4151
                    "dev-master": "1.4.x-dev"
4152
                }
4153
            },
4154
            "autoload": {
4155
                "classmap": [
4156
                    "src/"
4157
                ]
4158
            },
4159
            "notification-url": "https://packagist.org/downloads/",
4160
            "license": [
4161
                "BSD-3-Clause"
4162
            ],
4163
            "authors": [
4164
                {
4165
                    "name": "Sebastian Bergmann",
4166
                    "email": "[email protected]",
4167
                    "role": "lead"
4168
                }
4169
            ],
4170
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
4171
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
4172
            "keywords": [
4173
                "filesystem",
4174
                "iterator"
4175
            ],
4176
            "time": "2016-10-03T07:40:28+00:00"
4177
        },
4178
        {
4179
            "name": "phpunit/php-text-template",
4180
            "version": "1.2.1",
4181
            "source": {
4182
                "type": "git",
4183
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
4184
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
4185
            },
4186
            "dist": {
4187
                "type": "zip",
4188
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4189
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4190
                "shasum": ""
4191
            },
4192
            "require": {
4193
                "php": ">=5.3.3"
4194
            },
4195
            "type": "library",
4196
            "autoload": {
4197
                "classmap": [
4198
                    "src/"
4199
                ]
4200
            },
4201
            "notification-url": "https://packagist.org/downloads/",
4202
            "license": [
4203
                "BSD-3-Clause"
4204
            ],
4205
            "authors": [
4206
                {
4207
                    "name": "Sebastian Bergmann",
4208
                    "email": "[email protected]",
4209
                    "role": "lead"
4210
                }
4211
            ],
4212
            "description": "Simple template engine.",
4213
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
4214
            "keywords": [
4215
                "template"
4216
            ],
4217
            "time": "2015-06-21T13:50:34+00:00"
4218
        },
4219
        {
4220
            "name": "phpunit/php-timer",
4221
            "version": "1.0.9",
4222
            "source": {
4223
                "type": "git",
4224
                "url": "https://github.com/sebastianbergmann/php-timer.git",
4225
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
4226
            },
4227
            "dist": {
4228
                "type": "zip",
4229
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
4230
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
4231
                "shasum": ""
4232
            },
4233
            "require": {
4234
                "php": "^5.3.3 || ^7.0"
4235
            },
4236
            "require-dev": {
4237
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
4238
            },
4239
            "type": "library",
4240
            "extra": {
4241
                "branch-alias": {
4242
                    "dev-master": "1.0-dev"
4243
                }
4244
            },
4245
            "autoload": {
4246
                "classmap": [
4247
                    "src/"
4248
                ]
4249
            },
4250
            "notification-url": "https://packagist.org/downloads/",
4251
            "license": [
4252
                "BSD-3-Clause"
4253
            ],
4254
            "authors": [
4255
                {
4256
                    "name": "Sebastian Bergmann",
4257
                    "email": "[email protected]",
4258
                    "role": "lead"
4259
                }
4260
            ],
4261
            "description": "Utility class for timing",
4262
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
4263
            "keywords": [
4264
                "timer"
4265
            ],
4266
            "time": "2017-02-26T11:10:40+00:00"
4267
        },
4268
        {
4269
            "name": "phpunit/php-token-stream",
4270
            "version": "1.4.11",
4271
            "source": {
4272
                "type": "git",
4273
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
4274
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
4275
            },
4276
            "dist": {
4277
                "type": "zip",
4278
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
4279
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
4280
                "shasum": ""
4281
            },
4282
            "require": {
4283
                "ext-tokenizer": "*",
4284
                "php": ">=5.3.3"
4285
            },
4286
            "require-dev": {
4287
                "phpunit/phpunit": "~4.2"
4288
            },
4289
            "type": "library",
4290
            "extra": {
4291
                "branch-alias": {
4292
                    "dev-master": "1.4-dev"
4293
                }
4294
            },
4295
            "autoload": {
4296
                "classmap": [
4297
                    "src/"
4298
                ]
4299
            },
4300
            "notification-url": "https://packagist.org/downloads/",
4301
            "license": [
4302
                "BSD-3-Clause"
4303
            ],
4304
            "authors": [
4305
                {
4306
                    "name": "Sebastian Bergmann",
4307
                    "email": "[email protected]"
4308
                }
4309
            ],
4310
            "description": "Wrapper around PHP's tokenizer extension.",
4311
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
4312
            "keywords": [
4313
                "tokenizer"
4314
            ],
4315
            "time": "2017-02-27T10:12:30+00:00"
4316
        },
4317
        {
4318
            "name": "phpunit/phpunit",
4319
            "version": "4.8.35",
4320
            "source": {
4321
                "type": "git",
4322
                "url": "https://github.com/sebastianbergmann/phpunit.git",
4323
                "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87"
4324
            },
4325
            "dist": {
4326
                "type": "zip",
4327
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/791b1a67c25af50e230f841ee7a9c6eba507dc87",
4328
                "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87",
4329
                "shasum": ""
4330
            },
4331
            "require": {
4332
                "ext-dom": "*",
4333
                "ext-json": "*",
4334
                "ext-pcre": "*",
4335
                "ext-reflection": "*",
4336
                "ext-spl": "*",
4337
                "php": ">=5.3.3",
4338
                "phpspec/prophecy": "^1.3.1",
4339
                "phpunit/php-code-coverage": "~2.1",
4340
                "phpunit/php-file-iterator": "~1.4",
4341
                "phpunit/php-text-template": "~1.2",
4342
                "phpunit/php-timer": "^1.0.6",
4343
                "phpunit/phpunit-mock-objects": "~2.3",
4344
                "sebastian/comparator": "~1.2.2",
4345
                "sebastian/diff": "~1.2",
4346
                "sebastian/environment": "~1.3",
4347
                "sebastian/exporter": "~1.2",
4348
                "sebastian/global-state": "~1.0",
4349
                "sebastian/version": "~1.0",
4350
                "symfony/yaml": "~2.1|~3.0"
4351
            },
4352
            "suggest": {
4353
                "phpunit/php-invoker": "~1.1"
4354
            },
4355
            "bin": [
4356
                "phpunit"
4357
            ],
4358
            "type": "library",
4359
            "extra": {
4360
                "branch-alias": {
4361
                    "dev-master": "4.8.x-dev"
4362
                }
4363
            },
4364
            "autoload": {
4365
                "classmap": [
4366
                    "src/"
4367
                ]
4368
            },
4369
            "notification-url": "https://packagist.org/downloads/",
4370
            "license": [
4371
                "BSD-3-Clause"
4372
            ],
4373
            "authors": [
4374
                {
4375
                    "name": "Sebastian Bergmann",
4376
                    "email": "[email protected]",
4377
                    "role": "lead"
4378
                }
4379
            ],
4380
            "description": "The PHP Unit Testing framework.",
4381
            "homepage": "https://phpunit.de/",
4382
            "keywords": [
4383
                "phpunit",
4384
                "testing",
4385
                "xunit"
4386
            ],
4387
            "time": "2017-02-06T05:18:07+00:00"
4388
        },
4389
        {
4390
            "name": "phpunit/phpunit-mock-objects",
4391
            "version": "2.3.8",
4392
            "source": {
4393
                "type": "git",
4394
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
4395
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
4396
            },
4397
            "dist": {
4398
                "type": "zip",
4399
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
4400
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
4401
                "shasum": ""
4402
            },
4403
            "require": {
4404
                "doctrine/instantiator": "^1.0.2",
4405
                "php": ">=5.3.3",
4406
                "phpunit/php-text-template": "~1.2",
4407
                "sebastian/exporter": "~1.2"
4408
            },
4409
            "require-dev": {
4410
                "phpunit/phpunit": "~4.4"
4411
            },
4412
            "suggest": {
4413
                "ext-soap": "*"
4414
            },
4415
            "type": "library",
4416
            "extra": {
4417
                "branch-alias": {
4418
                    "dev-master": "2.3.x-dev"
4419
                }
4420
            },
4421
            "autoload": {
4422
                "classmap": [
4423
                    "src/"
4424
                ]
4425
            },
4426
            "notification-url": "https://packagist.org/downloads/",
4427
            "license": [
4428
                "BSD-3-Clause"
4429
            ],
4430
            "authors": [
4431
                {
4432
                    "name": "Sebastian Bergmann",
4433
                    "email": "[email protected]",
4434
                    "role": "lead"
4435
                }
4436
            ],
4437
            "description": "Mock Object library for PHPUnit",
4438
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
4439
            "keywords": [
4440
                "mock",
4441
                "xunit"
4442
            ],
4443
            "time": "2015-10-02T06:51:40+00:00"
4444
        },
4445
        {
4446
            "name": "sebastian/comparator",
4447
            "version": "1.2.4",
4448
            "source": {
4449
                "type": "git",
4450
                "url": "https://github.com/sebastianbergmann/comparator.git",
4451
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
4452
            },
4453
            "dist": {
4454
                "type": "zip",
4455
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
4456
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
4457
                "shasum": ""
4458
            },
4459
            "require": {
4460
                "php": ">=5.3.3",
4461
                "sebastian/diff": "~1.2",
4462
                "sebastian/exporter": "~1.2 || ~2.0"
4463
            },
4464
            "require-dev": {
4465
                "phpunit/phpunit": "~4.4"
4466
            },
4467
            "type": "library",
4468
            "extra": {
4469
                "branch-alias": {
4470
                    "dev-master": "1.2.x-dev"
4471
                }
4472
            },
4473
            "autoload": {
4474
                "classmap": [
4475
                    "src/"
4476
                ]
4477
            },
4478
            "notification-url": "https://packagist.org/downloads/",
4479
            "license": [
4480
                "BSD-3-Clause"
4481
            ],
4482
            "authors": [
4483
                {
4484
                    "name": "Jeff Welch",
4485
                    "email": "[email protected]"
4486
                },
4487
                {
4488
                    "name": "Volker Dusch",
4489
                    "email": "[email protected]"
4490
                },
4491
                {
4492
                    "name": "Bernhard Schussek",
4493
                    "email": "[email protected]"
4494
                },
4495
                {
4496
                    "name": "Sebastian Bergmann",
4497
                    "email": "[email protected]"
4498
                }
4499
            ],
4500
            "description": "Provides the functionality to compare PHP values for equality",
4501
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
4502
            "keywords": [
4503
                "comparator",
4504
                "compare",
4505
                "equality"
4506
            ],
4507
            "time": "2017-01-29T09:50:25+00:00"
4508
        },
4509
        {
4510
            "name": "sebastian/diff",
4511
            "version": "1.4.1",
4512
            "source": {
4513
                "type": "git",
4514
                "url": "https://github.com/sebastianbergmann/diff.git",
4515
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
4516
            },
4517
            "dist": {
4518
                "type": "zip",
4519
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
4520
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
4521
                "shasum": ""
4522
            },
4523
            "require": {
4524
                "php": ">=5.3.3"
4525
            },
4526
            "require-dev": {
4527
                "phpunit/phpunit": "~4.8"
4528
            },
4529
            "type": "library",
4530
            "extra": {
4531
                "branch-alias": {
4532
                    "dev-master": "1.4-dev"
4533
                }
4534
            },
4535
            "autoload": {
4536
                "classmap": [
4537
                    "src/"
4538
                ]
4539
            },
4540
            "notification-url": "https://packagist.org/downloads/",
4541
            "license": [
4542
                "BSD-3-Clause"
4543
            ],
4544
            "authors": [
4545
                {
4546
                    "name": "Kore Nordmann",
4547
                    "email": "[email protected]"
4548
                },
4549
                {
4550
                    "name": "Sebastian Bergmann",
4551
                    "email": "[email protected]"
4552
                }
4553
            ],
4554
            "description": "Diff implementation",
4555
            "homepage": "https://github.com/sebastianbergmann/diff",
4556
            "keywords": [
4557
                "diff"
4558
            ],
4559
            "time": "2015-12-08T07:14:41+00:00"
4560
        },
4561
        {
4562
            "name": "sebastian/environment",
4563
            "version": "1.3.8",
4564
            "source": {
4565
                "type": "git",
4566
                "url": "https://github.com/sebastianbergmann/environment.git",
4567
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
4568
            },
4569
            "dist": {
4570
                "type": "zip",
4571
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
4572
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
4573
                "shasum": ""
4574
            },
4575
            "require": {
4576
                "php": "^5.3.3 || ^7.0"
4577
            },
4578
            "require-dev": {
4579
                "phpunit/phpunit": "^4.8 || ^5.0"
4580
            },
4581
            "type": "library",
4582
            "extra": {
4583
                "branch-alias": {
4584
                    "dev-master": "1.3.x-dev"
4585
                }
4586
            },
4587
            "autoload": {
4588
                "classmap": [
4589
                    "src/"
4590
                ]
4591
            },
4592
            "notification-url": "https://packagist.org/downloads/",
4593
            "license": [
4594
                "BSD-3-Clause"
4595
            ],
4596
            "authors": [
4597
                {
4598
                    "name": "Sebastian Bergmann",
4599
                    "email": "[email protected]"
4600
                }
4601
            ],
4602
            "description": "Provides functionality to handle HHVM/PHP environments",
4603
            "homepage": "http://www.github.com/sebastianbergmann/environment",
4604
            "keywords": [
4605
                "Xdebug",
4606
                "environment",
4607
                "hhvm"
4608
            ],
4609
            "time": "2016-08-18T05:49:44+00:00"
4610
        },
4611
        {
4612
            "name": "sebastian/exporter",
4613
            "version": "1.2.2",
4614
            "source": {
4615
                "type": "git",
4616
                "url": "https://github.com/sebastianbergmann/exporter.git",
4617
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
4618
            },
4619
            "dist": {
4620
                "type": "zip",
4621
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
4622
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
4623
                "shasum": ""
4624
            },
4625
            "require": {
4626
                "php": ">=5.3.3",
4627
                "sebastian/recursion-context": "~1.0"
4628
            },
4629
            "require-dev": {
4630
                "ext-mbstring": "*",
4631
                "phpunit/phpunit": "~4.4"
4632
            },
4633
            "type": "library",
4634
            "extra": {
4635
                "branch-alias": {
4636
                    "dev-master": "1.3.x-dev"
4637
                }
4638
            },
4639
            "autoload": {
4640
                "classmap": [
4641
                    "src/"
4642
                ]
4643
            },
4644
            "notification-url": "https://packagist.org/downloads/",
4645
            "license": [
4646
                "BSD-3-Clause"
4647
            ],
4648
            "authors": [
4649
                {
4650
                    "name": "Jeff Welch",
4651
                    "email": "[email protected]"
4652
                },
4653
                {
4654
                    "name": "Volker Dusch",
4655
                    "email": "[email protected]"
4656
                },
4657
                {
4658
                    "name": "Bernhard Schussek",
4659
                    "email": "[email protected]"
4660
                },
4661
                {
4662
                    "name": "Sebastian Bergmann",
4663
                    "email": "[email protected]"
4664
                },
4665
                {
4666
                    "name": "Adam Harvey",
4667
                    "email": "[email protected]"
4668
                }
4669
            ],
4670
            "description": "Provides the functionality to export PHP variables for visualization",
4671
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
4672
            "keywords": [
4673
                "export",
4674
                "exporter"
4675
            ],
4676
            "time": "2016-06-17T09:04:28+00:00"
4677
        },
4678
        {
4679
            "name": "sebastian/finder-facade",
4680
            "version": "1.2.1",
4681
            "source": {
4682
                "type": "git",
4683
                "url": "https://github.com/sebastianbergmann/finder-facade.git",
4684
                "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9"
4685
            },
4686
            "dist": {
4687
                "type": "zip",
4688
                "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9",
4689
                "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9",
4690
                "shasum": ""
4691
            },
4692
            "require": {
4693
                "symfony/finder": "~2.3|~3.0",
4694
                "theseer/fdomdocument": "~1.3"
4695
            },
4696
            "type": "library",
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": "Sebastian Bergmann",
4709
                    "email": "[email protected]",
4710
                    "role": "lead"
4711
                }
4712
            ],
4713
            "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
4714
            "homepage": "https://github.com/sebastianbergmann/finder-facade",
4715
            "time": "2016-02-17T07:02:23+00:00"
4716
        },
4717
        {
4718
            "name": "sebastian/global-state",
4719
            "version": "1.1.1",
4720
            "source": {
4721
                "type": "git",
4722
                "url": "https://github.com/sebastianbergmann/global-state.git",
4723
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
4724
            },
4725
            "dist": {
4726
                "type": "zip",
4727
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
4728
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
4729
                "shasum": ""
4730
            },
4731
            "require": {
4732
                "php": ">=5.3.3"
4733
            },
4734
            "require-dev": {
4735
                "phpunit/phpunit": "~4.2"
4736
            },
4737
            "suggest": {
4738
                "ext-uopz": "*"
4739
            },
4740
            "type": "library",
4741
            "extra": {
4742
                "branch-alias": {
4743
                    "dev-master": "1.0-dev"
4744
                }
4745
            },
4746
            "autoload": {
4747
                "classmap": [
4748
                    "src/"
4749
                ]
4750
            },
4751
            "notification-url": "https://packagist.org/downloads/",
4752
            "license": [
4753
                "BSD-3-Clause"
4754
            ],
4755
            "authors": [
4756
                {
4757
                    "name": "Sebastian Bergmann",
4758
                    "email": "[email protected]"
4759
                }
4760
            ],
4761
            "description": "Snapshotting of global state",
4762
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
4763
            "keywords": [
4764
                "global state"
4765
            ],
4766
            "time": "2015-10-12T03:26:01+00:00"
4767
        },
4768
        {
4769
            "name": "sebastian/phpcpd",
4770
            "version": "2.0.4",
4771
            "source": {
4772
                "type": "git",
4773
                "url": "https://github.com/sebastianbergmann/phpcpd.git",
4774
                "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db"
4775
            },
4776
            "dist": {
4777
                "type": "zip",
4778
                "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/24d9a880deadb0b8c9680e9cfe78e30b704225db",
4779
                "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db",
4780
                "shasum": ""
4781
            },
4782
            "require": {
4783
                "php": ">=5.3.3",
4784
                "phpunit/php-timer": ">=1.0.6",
4785
                "sebastian/finder-facade": "~1.1",
4786
                "sebastian/version": "~1.0|~2.0",
4787
                "symfony/console": "~2.7|^3.0",
4788
                "theseer/fdomdocument": "~1.4"
4789
            },
4790
            "bin": [
4791
                "phpcpd"
4792
            ],
4793
            "type": "library",
4794
            "extra": {
4795
                "branch-alias": {
4796
                    "dev-master": "2.0-dev"
4797
                }
4798
            },
4799
            "autoload": {
4800
                "classmap": [
4801
                    "src/"
4802
                ]
4803
            },
4804
            "notification-url": "https://packagist.org/downloads/",
4805
            "license": [
4806
                "BSD-3-Clause"
4807
            ],
4808
            "authors": [
4809
                {
4810
                    "name": "Sebastian Bergmann",
4811
                    "email": "[email protected]",
4812
                    "role": "lead"
4813
                }
4814
            ],
4815
            "description": "Copy/Paste Detector (CPD) for PHP code.",
4816
            "homepage": "https://github.com/sebastianbergmann/phpcpd",
4817
            "time": "2016-04-17T19:32:49+00:00"
4818
        },
4819
        {
4820
            "name": "sebastian/recursion-context",
4821
            "version": "1.0.5",
4822
            "source": {
4823
                "type": "git",
4824
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
4825
                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
4826
            },
4827
            "dist": {
4828
                "type": "zip",
4829
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
4830
                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
4831
                "shasum": ""
4832
            },
4833
            "require": {
4834
                "php": ">=5.3.3"
4835
            },
4836
            "require-dev": {
4837
                "phpunit/phpunit": "~4.4"
4838
            },
4839
            "type": "library",
4840
            "extra": {
4841
                "branch-alias": {
4842
                    "dev-master": "1.0.x-dev"
4843
                }
4844
            },
4845
            "autoload": {
4846
                "classmap": [
4847
                    "src/"
4848
                ]
4849
            },
4850
            "notification-url": "https://packagist.org/downloads/",
4851
            "license": [
4852
                "BSD-3-Clause"
4853
            ],
4854
            "authors": [
4855
                {
4856
                    "name": "Jeff Welch",
4857
                    "email": "[email protected]"
4858
                },
4859
                {
4860
                    "name": "Sebastian Bergmann",
4861
                    "email": "[email protected]"
4862
                },
4863
                {
4864
                    "name": "Adam Harvey",
4865
                    "email": "[email protected]"
4866
                }
4867
            ],
4868
            "description": "Provides functionality to recursively process PHP variables",
4869
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
4870
            "time": "2016-10-03T07:41:43+00:00"
4871
        },
4872
        {
4873
            "name": "sebastian/version",
4874
            "version": "1.0.6",
4875
            "source": {
4876
                "type": "git",
4877
                "url": "https://github.com/sebastianbergmann/version.git",
4878
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
4879
            },
4880
            "dist": {
4881
                "type": "zip",
4882
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4883
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4884
                "shasum": ""
4885
            },
4886
            "type": "library",
4887
            "autoload": {
4888
                "classmap": [
4889
                    "src/"
4890
                ]
4891
            },
4892
            "notification-url": "https://packagist.org/downloads/",
4893
            "license": [
4894
                "BSD-3-Clause"
4895
            ],
4896
            "authors": [
4897
                {
4898
                    "name": "Sebastian Bergmann",
4899
                    "email": "[email protected]",
4900
                    "role": "lead"
4901
                }
4902
            ],
4903
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4904
            "homepage": "https://github.com/sebastianbergmann/version",
4905
            "time": "2015-06-21T13:59:46+00:00"
4906
        },
4907
        {
4908
            "name": "sensio/generator-bundle",
4909
            "version": "v2.5.3",
4910
            "target-dir": "Sensio/Bundle/GeneratorBundle",
4911
            "source": {
4912
                "type": "git",
4913
                "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
4914
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3"
4915
            },
4916
            "dist": {
4917
                "type": "zip",
4918
                "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/e50108c2133ee5c9c484555faed50c17a61221d3",
4919
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3",
4920
                "shasum": ""
4921
            },
4922
            "require": {
4923
                "symfony/console": "~2.5",
4924
                "symfony/framework-bundle": "~2.2"
4925
            },
4926
            "require-dev": {
4927
                "doctrine/orm": "~2.2,>=2.2.3",
4928
                "symfony/doctrine-bridge": "~2.2",
4929
                "twig/twig": "~1.11"
4930
            },
4931
            "type": "symfony-bundle",
4932
            "extra": {
4933
                "branch-alias": {
4934
                    "dev-master": "2.5.x-dev"
4935
                }
4936
            },
4937
            "autoload": {
4938
                "psr-0": {
4939
                    "Sensio\\Bundle\\GeneratorBundle": ""
4940
                }
4941
            },
4942
            "notification-url": "https://packagist.org/downloads/",
4943
            "license": [
4944
                "MIT"
4945
            ],
4946
            "authors": [
4947
                {
4948
                    "name": "Fabien Potencier",
4949
                    "email": "[email protected]"
4950
                }
4951
            ],
4952
            "description": "This bundle generates code for you",
4953
            "time": "2015-03-17T06:36:52+00:00"
4954
        },
4955
        {
4956
            "name": "squizlabs/php_codesniffer",
4957
            "version": "1.5.6",
4958
            "source": {
4959
                "type": "git",
4960
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
4961
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5"
4962
            },
4963
            "dist": {
4964
                "type": "zip",
4965
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6f3e42d311b882b25b4d409d23a289f4d3b803d5",
4966
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5",
4967
                "shasum": ""
4968
            },
4969
            "require": {
4970
                "ext-tokenizer": "*",
4971
                "php": ">=5.1.2"
4972
            },
4973
            "suggest": {
4974
                "phpunit/php-timer": "dev-master"
4975
            },
4976
            "bin": [
4977
                "scripts/phpcs"
4978
            ],
4979
            "type": "library",
4980
            "extra": {
4981
                "branch-alias": {
4982
                    "dev-phpcs-fixer": "2.0.x-dev"
4983
                }
4984
            },
4985
            "autoload": {
4986
                "classmap": [
4987
                    "CodeSniffer.php",
4988
                    "CodeSniffer/CLI.php",
4989
                    "CodeSniffer/Exception.php",
4990
                    "CodeSniffer/File.php",
4991
                    "CodeSniffer/Report.php",
4992
                    "CodeSniffer/Reporting.php",
4993
                    "CodeSniffer/Sniff.php",
4994
                    "CodeSniffer/Tokens.php",
4995
                    "CodeSniffer/Reports/",
4996
                    "CodeSniffer/CommentParser/",
4997
                    "CodeSniffer/Tokenizers/",
4998
                    "CodeSniffer/DocGenerators/",
4999
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
5000
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
5001
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
5002
                    "CodeSniffer/Standards/IncorrectPatternException.php",
5003
                    "CodeSniffer/Standards/Generic/Sniffs/",
5004
                    "CodeSniffer/Standards/MySource/Sniffs/",
5005
                    "CodeSniffer/Standards/PEAR/Sniffs/",
5006
                    "CodeSniffer/Standards/PSR1/Sniffs/",
5007
                    "CodeSniffer/Standards/PSR2/Sniffs/",
5008
                    "CodeSniffer/Standards/Squiz/Sniffs/",
5009
                    "CodeSniffer/Standards/Zend/Sniffs/"
5010
                ]
5011
            },
5012
            "notification-url": "https://packagist.org/downloads/",
5013
            "license": [
5014
                "BSD-3-Clause"
5015
            ],
5016
            "authors": [
5017
                {
5018
                    "name": "Greg Sherwood",
5019
                    "role": "lead"
5020
                }
5021
            ],
5022
            "description": "PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
5023
            "homepage": "http://www.squizlabs.com/php-codesniffer",
5024
            "keywords": [
5025
                "phpcs",
5026
                "standards"
5027
            ],
5028
            "time": "2014-12-04T22:32:15+00:00"
5029
        },
5030
        {
5031
            "name": "theseer/fdomdocument",
5032
            "version": "1.6.1",
5033
            "source": {
5034
                "type": "git",
5035
                "url": "https://github.com/theseer/fDOMDocument.git",
5036
                "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684"
5037
            },
5038
            "dist": {
5039
                "type": "zip",
5040
                "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/d9ad139d6c2e8edf5e313ffbe37ff13344cf0684",
5041
                "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684",
5042
                "shasum": ""
5043
            },
5044
            "require": {
5045
                "ext-dom": "*",
5046
                "lib-libxml": "*",
5047
                "php": ">=5.3.3"
5048
            },
5049
            "type": "library",
5050
            "autoload": {
5051
                "classmap": [
5052
                    "src/"
5053
                ]
5054
            },
5055
            "notification-url": "https://packagist.org/downloads/",
5056
            "license": [
5057
                "BSD-3-Clause"
5058
            ],
5059
            "authors": [
5060
                {
5061
                    "name": "Arne Blankerts",
5062
                    "email": "[email protected]",
5063
                    "role": "lead"
5064
                }
5065
            ],
5066
            "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.",
5067
            "homepage": "https://github.com/theseer/fDOMDocument",
5068
            "time": "2015-05-27T22:58:02+00:00"
5069
        }
5070
    ],
5071
    "aliases": [
5072
        {
5073
            "alias": "v1.5.0",
5074
            "alias_normalized": "1.5.0.0",
5075
            "version": "9999999-dev",
5076
            "package": "mopa/composer-bridge"
5077
        }
5078
    ],
5079
    "minimum-stability": "stable",
5080
    "stability-flags": {
5081
        "mopa/bootstrap-bundle": 5,
5082
        "surfnet/stepup-u2f-bundle": 20,
5083
        "mopa/composer-bridge": 20
5084
    },
5085
    "prefer-stable": false,
5086
    "prefer-lowest": false,
5087
    "platform": {
5088
        "php": "~5.6|~7.0"
5089
    },
5090
    "platform-dev": []
5091
}
5092