Completed
Pull Request — develop (#143)
by
unknown
05:09 queued 02:31
created

composer.lock (2 issues)

Upgrade to new PHP Analysis Engine

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

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