Completed
Push — feature/mock-yubikey-service ( d86ac2 )
by
unknown
02:40
created

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

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

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

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