Completed
Pull Request — develop (#140)
by
unknown
20:22 queued 18:04
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.3",
1014
            "source": {
1015
                "type": "git",
1016
                "url": "https://github.com/bzikarsky/gelf-php.git",
1017
                "reference": "0cb872928246bada1b6a5f504a7c3589f1c1174d"
1018
            },
1019
            "dist": {
1020
                "type": "zip",
1021
                "url": "https://api.github.com/repos/bzikarsky/gelf-php/zipball/0cb872928246bada1b6a5f504a7c3589f1c1174d",
1022
                "reference": "0cb872928246bada1b6a5f504a7c3589f1c1174d",
1023
                "shasum": ""
1024
            },
1025
            "require": {
1026
                "php": ">=5.3.9",
1027
                "psr/log": "~1.0"
1028
            },
1029
            "provide": {
1030
                "psr/log-implementation": "~1.0"
1031
            },
1032
            "require-dev": {
1033
                "phpunit/phpunit": "~4.3",
1034
                "squizlabs/php_codesniffer": "~2.0"
1035
            },
1036
            "type": "library",
1037
            "extra": {
1038
                "branch-alias": {
1039
                    "dev-master": "1.4.x-dev"
1040
                }
1041
            },
1042
            "autoload": {
1043
                "psr-4": {
1044
                    "Gelf\\": "src/Gelf"
1045
                },
1046
                "files": [
1047
                    "src/check_technical_requirements.php"
1048
                ]
1049
            },
1050
            "notification-url": "https://packagist.org/downloads/",
1051
            "license": [
1052
                "MIT"
1053
            ],
1054
            "authors": [
1055
                {
1056
                    "name": "Benjamin Zikarsky",
1057
                    "email": "[email protected]"
1058
                },
1059
                {
1060
                    "name": "gelf-php contributors",
1061
                    "homepage": "https://github.com/bzikarsky/gelf-php/contributors"
1062
                }
1063
            ],
1064
            "description": "A php implementation to send log-messages to a GELF compatible backend like Graylog2.",
1065
            "time": "2016-11-21T13:31:39+00:00"
1066
        },
1067
        {
1068
            "name": "guzzlehttp/guzzle",
1069
            "version": "6.2.3",
1070
            "source": {
1071
                "type": "git",
1072
                "url": "https://github.com/guzzle/guzzle.git",
1073
                "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006"
1074
            },
1075
            "dist": {
1076
                "type": "zip",
1077
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/8d6c6cc55186db87b7dc5009827429ba4e9dc006",
1078
                "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006",
1079
                "shasum": ""
1080
            },
1081
            "require": {
1082
                "guzzlehttp/promises": "^1.0",
1083
                "guzzlehttp/psr7": "^1.4",
1084
                "php": ">=5.5"
1085
            },
1086
            "require-dev": {
1087
                "ext-curl": "*",
1088
                "phpunit/phpunit": "^4.0",
1089
                "psr/log": "^1.0"
1090
            },
1091
            "type": "library",
1092
            "extra": {
1093
                "branch-alias": {
1094
                    "dev-master": "6.2-dev"
1095
                }
1096
            },
1097
            "autoload": {
1098
                "files": [
1099
                    "src/functions_include.php"
1100
                ],
1101
                "psr-4": {
1102
                    "GuzzleHttp\\": "src/"
1103
                }
1104
            },
1105
            "notification-url": "https://packagist.org/downloads/",
1106
            "license": [
1107
                "MIT"
1108
            ],
1109
            "authors": [
1110
                {
1111
                    "name": "Michael Dowling",
1112
                    "email": "[email protected]",
1113
                    "homepage": "https://github.com/mtdowling"
1114
                }
1115
            ],
1116
            "description": "Guzzle is a PHP HTTP client library",
1117
            "homepage": "http://guzzlephp.org/",
1118
            "keywords": [
1119
                "client",
1120
                "curl",
1121
                "framework",
1122
                "http",
1123
                "http client",
1124
                "rest",
1125
                "web service"
1126
            ],
1127
            "time": "2017-02-28T22:50:30+00:00"
1128
        },
1129
        {
1130
            "name": "guzzlehttp/promises",
1131
            "version": "v1.3.1",
1132
            "source": {
1133
                "type": "git",
1134
                "url": "https://github.com/guzzle/promises.git",
1135
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
1136
            },
1137
            "dist": {
1138
                "type": "zip",
1139
                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1140
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1141
                "shasum": ""
1142
            },
1143
            "require": {
1144
                "php": ">=5.5.0"
1145
            },
1146
            "require-dev": {
1147
                "phpunit/phpunit": "^4.0"
1148
            },
1149
            "type": "library",
1150
            "extra": {
1151
                "branch-alias": {
1152
                    "dev-master": "1.4-dev"
1153
                }
1154
            },
1155
            "autoload": {
1156
                "psr-4": {
1157
                    "GuzzleHttp\\Promise\\": "src/"
1158
                },
1159
                "files": [
1160
                    "src/functions_include.php"
1161
                ]
1162
            },
1163
            "notification-url": "https://packagist.org/downloads/",
1164
            "license": [
1165
                "MIT"
1166
            ],
1167
            "authors": [
1168
                {
1169
                    "name": "Michael Dowling",
1170
                    "email": "[email protected]",
1171
                    "homepage": "https://github.com/mtdowling"
1172
                }
1173
            ],
1174
            "description": "Guzzle promises library",
1175
            "keywords": [
1176
                "promise"
1177
            ],
1178
            "time": "2016-12-20T10:07:11+00:00"
1179
        },
1180
        {
1181
            "name": "guzzlehttp/psr7",
1182
            "version": "1.4.1",
1183
            "source": {
1184
                "type": "git",
1185
                "url": "https://github.com/guzzle/psr7.git",
1186
                "reference": "0d6c7ca039329247e4f0f8f8f6506810e8248855"
1187
            },
1188
            "dist": {
1189
                "type": "zip",
1190
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/0d6c7ca039329247e4f0f8f8f6506810e8248855",
1191
                "reference": "0d6c7ca039329247e4f0f8f8f6506810e8248855",
1192
                "shasum": ""
1193
            },
1194
            "require": {
1195
                "php": ">=5.4.0",
1196
                "psr/http-message": "~1.0"
1197
            },
1198
            "provide": {
1199
                "psr/http-message-implementation": "1.0"
1200
            },
1201
            "require-dev": {
1202
                "phpunit/phpunit": "~4.0"
1203
            },
1204
            "type": "library",
1205
            "extra": {
1206
                "branch-alias": {
1207
                    "dev-master": "1.4-dev"
1208
                }
1209
            },
1210
            "autoload": {
1211
                "psr-4": {
1212
                    "GuzzleHttp\\Psr7\\": "src/"
1213
                },
1214
                "files": [
1215
                    "src/functions_include.php"
1216
                ]
1217
            },
1218
            "notification-url": "https://packagist.org/downloads/",
1219
            "license": [
1220
                "MIT"
1221
            ],
1222
            "authors": [
1223
                {
1224
                    "name": "Michael Dowling",
1225
                    "email": "[email protected]",
1226
                    "homepage": "https://github.com/mtdowling"
1227
                },
1228
                {
1229
                    "name": "Tobias Schultze",
1230
                    "homepage": "https://github.com/Tobion"
1231
                }
1232
            ],
1233
            "description": "PSR-7 message implementation that also provides common utility methods",
1234
            "keywords": [
1235
                "http",
1236
                "message",
1237
                "request",
1238
                "response",
1239
                "stream",
1240
                "uri",
1241
                "url"
1242
            ],
1243
            "time": "2017-02-27T10:51:17+00:00"
1244
        },
1245
        {
1246
            "name": "hamcrest/hamcrest-php",
1247
            "version": "v1.2.2",
1248
            "source": {
1249
                "type": "git",
1250
                "url": "https://github.com/hamcrest/hamcrest-php.git",
1251
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
1252
            },
1253
            "dist": {
1254
                "type": "zip",
1255
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
1256
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
1257
                "shasum": ""
1258
            },
1259
            "require": {
1260
                "php": ">=5.3.2"
1261
            },
1262
            "replace": {
1263
                "cordoval/hamcrest-php": "*",
1264
                "davedevelopment/hamcrest-php": "*",
1265
                "kodova/hamcrest-php": "*"
1266
            },
1267
            "require-dev": {
1268
                "phpunit/php-file-iterator": "1.3.3",
1269
                "satooshi/php-coveralls": "dev-master"
1270
            },
1271
            "type": "library",
1272
            "autoload": {
1273
                "classmap": [
1274
                    "hamcrest"
1275
                ],
1276
                "files": [
1277
                    "hamcrest/Hamcrest.php"
1278
                ]
1279
            },
1280
            "notification-url": "https://packagist.org/downloads/",
1281
            "license": [
1282
                "BSD"
1283
            ],
1284
            "description": "This is the PHP port of Hamcrest Matchers",
1285
            "keywords": [
1286
                "test"
1287
            ],
1288
            "time": "2015-05-11T14:41:42+00:00"
1289
        },
1290
        {
1291
            "name": "incenteev/composer-parameter-handler",
1292
            "version": "v2.1.2",
1293
            "source": {
1294
                "type": "git",
1295
                "url": "https://github.com/Incenteev/ParameterHandler.git",
1296
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
1297
            },
1298
            "dist": {
1299
                "type": "zip",
1300
                "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
1301
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
1302
                "shasum": ""
1303
            },
1304
            "require": {
1305
                "php": ">=5.3.3",
1306
                "symfony/yaml": "~2.3|~3.0"
1307
            },
1308
            "require-dev": {
1309
                "composer/composer": "1.0.*@dev",
1310
                "phpspec/prophecy-phpunit": "~1.0",
1311
                "symfony/filesystem": "~2.2"
1312
            },
1313
            "type": "library",
1314
            "extra": {
1315
                "branch-alias": {
1316
                    "dev-master": "2.1.x-dev"
1317
                }
1318
            },
1319
            "autoload": {
1320
                "psr-4": {
1321
                    "Incenteev\\ParameterHandler\\": ""
1322
                }
1323
            },
1324
            "notification-url": "https://packagist.org/downloads/",
1325
            "license": [
1326
                "MIT"
1327
            ],
1328
            "authors": [
1329
                {
1330
                    "name": "Christophe Coevoet",
1331
                    "email": "[email protected]"
1332
                }
1333
            ],
1334
            "description": "Composer script handling your ignored parameter file",
1335
            "homepage": "https://github.com/Incenteev/ParameterHandler",
1336
            "keywords": [
1337
                "parameters management"
1338
            ],
1339
            "time": "2015-11-10T17:04:01+00:00"
1340
        },
1341
        {
1342
            "name": "jdorn/sql-formatter",
1343
            "version": "v1.2.17",
1344
            "source": {
1345
                "type": "git",
1346
                "url": "https://github.com/jdorn/sql-formatter.git",
1347
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
1348
            },
1349
            "dist": {
1350
                "type": "zip",
1351
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
1352
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
1353
                "shasum": ""
1354
            },
1355
            "require": {
1356
                "php": ">=5.2.4"
1357
            },
1358
            "require-dev": {
1359
                "phpunit/phpunit": "3.7.*"
1360
            },
1361
            "type": "library",
1362
            "extra": {
1363
                "branch-alias": {
1364
                    "dev-master": "1.3.x-dev"
1365
                }
1366
            },
1367
            "autoload": {
1368
                "classmap": [
1369
                    "lib"
1370
                ]
1371
            },
1372
            "notification-url": "https://packagist.org/downloads/",
1373
            "license": [
1374
                "MIT"
1375
            ],
1376
            "authors": [
1377
                {
1378
                    "name": "Jeremy Dorn",
1379
                    "email": "[email protected]",
1380
                    "homepage": "http://jeremydorn.com/"
1381
                }
1382
            ],
1383
            "description": "a PHP SQL highlighting library",
1384
            "homepage": "https://github.com/jdorn/sql-formatter/",
1385
            "keywords": [
1386
                "highlight",
1387
                "sql"
1388
            ],
1389
            "time": "2014-01-12T16:20:24+00:00"
1390
        },
1391
        {
1392
            "name": "jms/aop-bundle",
1393
            "version": "1.1.0",
1394
            "target-dir": "JMS/AopBundle",
1395
            "source": {
1396
                "type": "git",
1397
                "url": "https://github.com/schmittjoh/JMSAopBundle.git",
1398
                "reference": "66287749c020b4c667c0ff4937b07e66c04bbe71"
1399
            },
1400
            "dist": {
1401
                "type": "zip",
1402
                "url": "https://api.github.com/repos/schmittjoh/JMSAopBundle/zipball/66287749c020b4c667c0ff4937b07e66c04bbe71",
1403
                "reference": "66287749c020b4c667c0ff4937b07e66c04bbe71",
1404
                "shasum": ""
1405
            },
1406
            "require": {
1407
                "jms/cg": "^1.1",
1408
                "symfony/framework-bundle": "2.*"
1409
            },
1410
            "type": "symfony-bundle",
1411
            "extra": {
1412
                "branch-alias": {
1413
                    "dev-master": "1.1.x-dev"
1414
                }
1415
            },
1416
            "autoload": {
1417
                "psr-0": {
1418
                    "JMS\\AopBundle": ""
1419
                }
1420
            },
1421
            "notification-url": "https://packagist.org/downloads/",
1422
            "license": [
1423
                "Apache-2.0"
1424
            ],
1425
            "authors": [
1426
                {
1427
                    "name": "Johannes M. Schmitt",
1428
                    "email": "[email protected]"
1429
                }
1430
            ],
1431
            "description": "Adds AOP capabilities to Symfony2",
1432
            "keywords": [
1433
                "annotations",
1434
                "aop"
1435
            ],
1436
            "time": "2015-09-13T09:02:33+00:00"
1437
        },
1438
        {
1439
            "name": "jms/cg",
1440
            "version": "1.1.0",
1441
            "source": {
1442
                "type": "git",
1443
                "url": "https://github.com/schmittjoh/cg-library.git",
1444
                "reference": "0af1113c7409b8636c5244bbae10b2e0ff792e9c"
1445
            },
1446
            "dist": {
1447
                "type": "zip",
1448
                "url": "https://api.github.com/repos/schmittjoh/cg-library/zipball/0af1113c7409b8636c5244bbae10b2e0ff792e9c",
1449
                "reference": "0af1113c7409b8636c5244bbae10b2e0ff792e9c",
1450
                "shasum": ""
1451
            },
1452
            "require": {
1453
                "php": ">=5.3.0"
1454
            },
1455
            "type": "library",
1456
            "extra": {
1457
                "branch-alias": {
1458
                    "dev-master": "1.1-dev"
1459
                }
1460
            },
1461
            "autoload": {
1462
                "psr-0": {
1463
                    "CG\\": "src/"
1464
                }
1465
            },
1466
            "notification-url": "https://packagist.org/downloads/",
1467
            "license": [
1468
                "Apache2"
1469
            ],
1470
            "authors": [
1471
                {
1472
                    "name": "Johannes M. Schmitt",
1473
                    "email": "[email protected]"
1474
                }
1475
            ],
1476
            "description": "Toolset for generating PHP code",
1477
            "keywords": [
1478
                "code generation"
1479
            ],
1480
            "time": "2015-09-13T08:54:43+00:00"
1481
        },
1482
        {
1483
            "name": "jms/di-extra-bundle",
1484
            "version": "1.4.0",
1485
            "target-dir": "JMS/DiExtraBundle",
1486
            "source": {
1487
                "type": "git",
1488
                "url": "https://github.com/schmittjoh/JMSDiExtraBundle.git",
1489
                "reference": "7fffdb6c96fb922a131af06d773e1e6c5301d070"
1490
            },
1491
            "dist": {
1492
                "type": "zip",
1493
                "url": "https://api.github.com/repos/schmittjoh/JMSDiExtraBundle/zipball/7fffdb6c96fb922a131af06d773e1e6c5301d070",
1494
                "reference": "7fffdb6c96fb922a131af06d773e1e6c5301d070",
1495
                "shasum": ""
1496
            },
1497
            "require": {
1498
                "jms/aop-bundle": ">=1.0.0,<1.2-dev",
1499
                "jms/metadata": "1.*",
1500
                "symfony/finder": "~2.1",
1501
                "symfony/framework-bundle": "~2.1",
1502
                "symfony/process": "~2.1"
1503
            },
1504
            "require-dev": {
1505
                "doctrine/doctrine-bundle": "*",
1506
                "doctrine/orm": "*",
1507
                "jms/security-extra-bundle": "1.*",
1508
                "phpcollection/phpcollection": ">=0.1,<0.3-dev",
1509
                "sensio/framework-extra-bundle": "*",
1510
                "symfony/browser-kit": "*",
1511
                "symfony/class-loader": "*",
1512
                "symfony/form": "*",
1513
                "symfony/security-bundle": "*",
1514
                "symfony/twig-bundle": "*",
1515
                "symfony/validator": "*",
1516
                "symfony/yaml": "*"
1517
            },
1518
            "type": "symfony-bundle",
1519
            "extra": {
1520
                "branch-alias": {
1521
                    "dev-master": "1.3-dev"
1522
                }
1523
            },
1524
            "autoload": {
1525
                "psr-0": {
1526
                    "JMS\\DiExtraBundle": ""
1527
                }
1528
            },
1529
            "notification-url": "https://packagist.org/downloads/",
1530
            "license": [
1531
                "Apache"
1532
            ],
1533
            "authors": [
1534
                {
1535
                    "name": "Johannes Schmitt",
1536
                    "email": "[email protected]",
1537
                    "homepage": "https://github.com/schmittjoh",
1538
                    "role": "Developer of wrapped JMSSerializerBundle"
1539
                }
1540
            ],
1541
            "description": "Allows to configure dependency injection using annotations",
1542
            "homepage": "http://jmsyst.com/bundles/JMSDiExtraBundle",
1543
            "keywords": [
1544
                "annotations",
1545
                "dependency injection"
1546
            ],
1547
            "time": "2013-06-08T13:13:40+00:00"
1548
        },
1549
        {
1550
            "name": "jms/metadata",
1551
            "version": "1.5.1",
1552
            "source": {
1553
                "type": "git",
1554
                "url": "https://github.com/schmittjoh/metadata.git",
1555
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
1556
            },
1557
            "dist": {
1558
                "type": "zip",
1559
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
1560
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
1561
                "shasum": ""
1562
            },
1563
            "require": {
1564
                "php": ">=5.3.0"
1565
            },
1566
            "require-dev": {
1567
                "doctrine/cache": "~1.0"
1568
            },
1569
            "type": "library",
1570
            "extra": {
1571
                "branch-alias": {
1572
                    "dev-master": "1.5.x-dev"
1573
                }
1574
            },
1575
            "autoload": {
1576
                "psr-0": {
1577
                    "Metadata\\": "src/"
1578
                }
1579
            },
1580
            "notification-url": "https://packagist.org/downloads/",
1581
            "license": [
1582
                "Apache"
1583
            ],
1584
            "authors": [
1585
                {
1586
                    "name": "Johannes Schmitt",
1587
                    "email": "[email protected]",
1588
                    "homepage": "https://github.com/schmittjoh",
1589
                    "role": "Developer of wrapped JMSSerializerBundle"
1590
                }
1591
            ],
1592
            "description": "Class/method/property metadata management in PHP",
1593
            "keywords": [
1594
                "annotations",
1595
                "metadata",
1596
                "xml",
1597
                "yaml"
1598
            ],
1599
            "time": "2014-07-12T07:13:19+00:00"
1600
        },
1601
        {
1602
            "name": "jms/translation-bundle",
1603
            "version": "1.3.2",
1604
            "target-dir": "JMS/TranslationBundle",
1605
            "source": {
1606
                "type": "git",
1607
                "url": "https://github.com/schmittjoh/JMSTranslationBundle.git",
1608
                "reference": "08b8db92aa376b8e50ce4e779e849916abffd805"
1609
            },
1610
            "dist": {
1611
                "type": "zip",
1612
                "url": "https://api.github.com/repos/schmittjoh/JMSTranslationBundle/zipball/08b8db92aa376b8e50ce4e779e849916abffd805",
1613
                "reference": "08b8db92aa376b8e50ce4e779e849916abffd805",
1614
                "shasum": ""
1615
            },
1616
            "require": {
1617
                "nikic/php-parser": "^1.4 || ^2.0 || ^3.0",
1618
                "php": "^5.3.3 || ^7.0",
1619
                "symfony/console": "^2.3 || ^3.0",
1620
                "symfony/framework-bundle": "^2.3 || ^3.0",
1621
                "twig/twig": "^1.27 || ^2.0"
1622
            },
1623
            "require-dev": {
1624
                "jms/di-extra-bundle": "^1.1",
1625
                "matthiasnoback/symfony-dependency-injection-test": "^0.7.6",
1626
                "nyholm/nsa": "^1.0.1",
1627
                "phpunit/phpunit": "4.8.27",
1628
                "psr/log": "^1.0",
1629
                "sensio/framework-extra-bundle": "^2.3 || ^3.0",
1630
                "symfony/expression-language": "^2.6 || ^3.0",
1631
                "symfony/symfony": "^2.3 || ^3.0"
1632
            },
1633
            "type": "symfony-bundle",
1634
            "extra": {
1635
                "branch-alias": {
1636
                    "dev-master": "1.4-dev"
1637
                }
1638
            },
1639
            "autoload": {
1640
                "psr-0": {
1641
                    "JMS\\TranslationBundle": ""
1642
                }
1643
            },
1644
            "notification-url": "https://packagist.org/downloads/",
1645
            "license": [
1646
                "Apache2"
1647
            ],
1648
            "authors": [
1649
                {
1650
                    "name": "Johannes M. Schmitt",
1651
                    "email": "[email protected]"
1652
                }
1653
            ],
1654
            "description": "Puts the Symfony Translation Component on steroids",
1655
            "homepage": "http://jmsyst.com/bundles/JMSTranslationBundle",
1656
            "keywords": [
1657
                "extract",
1658
                "extraction",
1659
                "i18n",
1660
                "interface",
1661
                "multilanguage",
1662
                "translation",
1663
                "ui",
1664
                "webinterface"
1665
            ],
1666
            "time": "2017-04-20T19:44:02+00:00"
1667
        },
1668
        {
1669
            "name": "kriswallsmith/assetic",
1670
            "version": "v1.3.2",
1671
            "source": {
1672
                "type": "git",
1673
                "url": "https://github.com/kriswallsmith/assetic.git",
1674
                "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5"
1675
            },
1676
            "dist": {
1677
                "type": "zip",
1678
                "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/9928f7c4ad98b234e3559d1049abd13387f86db5",
1679
                "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5",
1680
                "shasum": ""
1681
            },
1682
            "require": {
1683
                "php": ">=5.3.1",
1684
                "symfony/process": "~2.1|~3.0"
1685
            },
1686
            "conflict": {
1687
                "twig/twig": "<1.23"
1688
            },
1689
            "require-dev": {
1690
                "cssmin/cssmin": "3.0.1",
1691
                "joliclic/javascript-packer": "1.1",
1692
                "kamicane/packager": "1.0",
1693
                "leafo/lessphp": "^0.3.7",
1694
                "leafo/scssphp": "~0.1",
1695
                "mrclay/minify": "~2.2",
1696
                "patchwork/jsqueeze": "~1.0|~2.0",
1697
                "phpunit/phpunit": "~4.8",
1698
                "psr/log": "~1.0",
1699
                "ptachoire/cssembed": "~1.0",
1700
                "symfony/phpunit-bridge": "~2.7|~3.0",
1701
                "twig/twig": "~1.8|~2.0"
1702
            },
1703
            "suggest": {
1704
                "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
1705
                "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
1706
                "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
1707
                "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
1708
                "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
1709
                "twig/twig": "Assetic provides the integration with the Twig templating engine"
1710
            },
1711
            "type": "library",
1712
            "extra": {
1713
                "branch-alias": {
1714
                    "dev-master": "1.4-dev"
1715
                }
1716
            },
1717
            "autoload": {
1718
                "psr-0": {
1719
                    "Assetic": "src/"
1720
                },
1721
                "files": [
1722
                    "src/functions.php"
1723
                ]
1724
            },
1725
            "notification-url": "https://packagist.org/downloads/",
1726
            "license": [
1727
                "MIT"
1728
            ],
1729
            "authors": [
1730
                {
1731
                    "name": "Kris Wallsmith",
1732
                    "email": "[email protected]",
1733
                    "homepage": "http://kriswallsmith.net/"
1734
                }
1735
            ],
1736
            "description": "Asset Management for PHP",
1737
            "homepage": "https://github.com/kriswallsmith/assetic",
1738
            "keywords": [
1739
                "assets",
1740
                "compression",
1741
                "minification"
1742
            ],
1743
            "time": "2015-11-12T13:51:40+00:00"
1744
        },
1745
        {
1746
            "name": "mockery/mockery",
1747
            "version": "0.9.5",
1748
            "source": {
1749
                "type": "git",
1750
                "url": "https://github.com/mockery/mockery.git",
1751
                "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2"
1752
            },
1753
            "dist": {
1754
                "type": "zip",
1755
                "url": "https://api.github.com/repos/mockery/mockery/zipball/4db079511a283e5aba1b3c2fb19037c645e70fc2",
1756
                "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2",
1757
                "shasum": ""
1758
            },
1759
            "require": {
1760
                "hamcrest/hamcrest-php": "~1.1",
1761
                "lib-pcre": ">=7.0",
1762
                "php": ">=5.3.2"
1763
            },
1764
            "require-dev": {
1765
                "phpunit/phpunit": "~4.0"
1766
            },
1767
            "type": "library",
1768
            "extra": {
1769
                "branch-alias": {
1770
                    "dev-master": "0.9.x-dev"
1771
                }
1772
            },
1773
            "autoload": {
1774
                "psr-0": {
1775
                    "Mockery": "library/"
1776
                }
1777
            },
1778
            "notification-url": "https://packagist.org/downloads/",
1779
            "license": [
1780
                "BSD-3-Clause"
1781
            ],
1782
            "authors": [
1783
                {
1784
                    "name": "Pádraic Brady",
1785
                    "email": "[email protected]",
1786
                    "homepage": "http://blog.astrumfutura.com"
1787
                },
1788
                {
1789
                    "name": "Dave Marshall",
1790
                    "email": "[email protected]",
1791
                    "homepage": "http://davedevelopment.co.uk"
1792
                }
1793
            ],
1794
            "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.",
1795
            "homepage": "http://github.com/padraic/mockery",
1796
            "keywords": [
1797
                "BDD",
1798
                "TDD",
1799
                "library",
1800
                "mock",
1801
                "mock objects",
1802
                "mockery",
1803
                "stub",
1804
                "test",
1805
                "test double",
1806
                "testing"
1807
            ],
1808
            "time": "2016-05-22T21:52:33+00:00"
1809
        },
1810
        {
1811
            "name": "monolog/monolog",
1812
            "version": "1.22.0",
1813
            "source": {
1814
                "type": "git",
1815
                "url": "https://github.com/Seldaek/monolog.git",
1816
                "reference": "bad29cb8d18ab0315e6c477751418a82c850d558"
1817
            },
1818
            "dist": {
1819
                "type": "zip",
1820
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bad29cb8d18ab0315e6c477751418a82c850d558",
1821
                "reference": "bad29cb8d18ab0315e6c477751418a82c850d558",
1822
                "shasum": ""
1823
            },
1824
            "require": {
1825
                "php": ">=5.3.0",
1826
                "psr/log": "~1.0"
1827
            },
1828
            "provide": {
1829
                "psr/log-implementation": "1.0.0"
1830
            },
1831
            "require-dev": {
1832
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
1833
                "doctrine/couchdb": "~1.0@dev",
1834
                "graylog2/gelf-php": "~1.0",
1835
                "jakub-onderka/php-parallel-lint": "0.9",
1836
                "php-amqplib/php-amqplib": "~2.4",
1837
                "php-console/php-console": "^3.1.3",
1838
                "phpunit/phpunit": "~4.5",
1839
                "phpunit/phpunit-mock-objects": "2.3.0",
1840
                "ruflin/elastica": ">=0.90 <3.0",
1841
                "sentry/sentry": "^0.13",
1842
                "swiftmailer/swiftmailer": "~5.3"
1843
            },
1844
            "suggest": {
1845
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1846
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1847
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1848
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1849
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1850
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
1851
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1852
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1853
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1854
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1855
                "sentry/sentry": "Allow sending log messages to a Sentry server"
1856
            },
1857
            "type": "library",
1858
            "extra": {
1859
                "branch-alias": {
1860
                    "dev-master": "2.0.x-dev"
1861
                }
1862
            },
1863
            "autoload": {
1864
                "psr-4": {
1865
                    "Monolog\\": "src/Monolog"
1866
                }
1867
            },
1868
            "notification-url": "https://packagist.org/downloads/",
1869
            "license": [
1870
                "MIT"
1871
            ],
1872
            "authors": [
1873
                {
1874
                    "name": "Jordi Boggiano",
1875
                    "email": "[email protected]",
1876
                    "homepage": "http://seld.be"
1877
                }
1878
            ],
1879
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1880
            "homepage": "http://github.com/Seldaek/monolog",
1881
            "keywords": [
1882
                "log",
1883
                "logging",
1884
                "psr-3"
1885
            ],
1886
            "time": "2016-11-26T00:15:39+00:00"
1887
        },
1888
        {
1889
            "name": "mopa/bootstrap-bundle",
1890
            "version": "v3.0.0-RC2",
1891
            "target-dir": "Mopa/Bundle/BootstrapBundle",
1892
            "source": {
1893
                "type": "git",
1894
                "url": "https://github.com/phiamo/MopaBootstrapBundle.git",
1895
                "reference": "c43c1c3b230cccfaa2548b55a7ddca5a5af8eaff"
1896
            },
1897
            "dist": {
1898
                "type": "zip",
1899
                "url": "https://api.github.com/repos/phiamo/MopaBootstrapBundle/zipball/c43c1c3b230cccfaa2548b55a7ddca5a5af8eaff",
1900
                "reference": "c43c1c3b230cccfaa2548b55a7ddca5a5af8eaff",
1901
                "shasum": ""
1902
            },
1903
            "require": {
1904
                "mopa/composer-bridge": "~1.3",
1905
                "symfony/console": "~2.3",
1906
                "symfony/form": "~2.3|~3.0",
1907
                "symfony/framework-bundle": "~2.3",
1908
                "symfony/twig-bundle": "~2.3|~3.0",
1909
                "twig/twig": "^1.14.2"
1910
            },
1911
            "conflict": {
1912
                "symfony/twig-bridge": "<2.3"
1913
            },
1914
            "require-dev": {
1915
                "phpunit/phpunit": "~4.6"
1916
            },
1917
            "suggest": {
1918
                "craue/formflow-bundle": "~2.0",
1919
                "knplabs/knp-menu-bundle": "~2.0@dev",
1920
                "knplabs/knp-paginator-bundle": "~2.3",
1921
                "mopa/bootstrap-sandbox-bundle": "~2.3",
1922
                "twbs/bootstrap": ">2.0,<4.0-dev",
1923
                "twbs/bootstrap-sass": "v3.1.1"
1924
            },
1925
            "type": "symfony-bundle",
1926
            "extra": {
1927
                "branch-alias": {
1928
                    "dev-master": "3.x-dev"
1929
                }
1930
            },
1931
            "autoload": {
1932
                "psr-0": {
1933
                    "Mopa\\Bundle\\BootstrapBundle\\": ""
1934
                }
1935
            },
1936
            "notification-url": "https://packagist.org/downloads/",
1937
            "license": [
1938
                "MIT"
1939
            ],
1940
            "authors": [
1941
                {
1942
                    "name": "Community contributions",
1943
                    "homepage": "https://github.com/phiamo/MopaBootstrapBundle/contributors"
1944
                },
1945
                {
1946
                    "name": "Philipp A. Mohrenweiser",
1947
                    "email": "[email protected]"
1948
                }
1949
            ],
1950
            "description": "Easy integration of twitters bootstrap into symfony2",
1951
            "keywords": [
1952
                "bootstrap",
1953
                "bootstrap form",
1954
                "extra form",
1955
                "form",
1956
                "template"
1957
            ],
1958
            "time": "2015-09-10T17:23:40+00:00"
1959
        },
1960
        {
1961
            "name": "mopa/composer-bridge",
1962
            "version": "dev-master",
1963
            "source": {
1964
                "type": "git",
1965
                "url": "https://github.com/phiamo/MopaComposerBridge.git",
1966
                "reference": "58661a5c588ce9c3eff7d36c4030f6caa4de1ae2"
1967
            },
1968
            "dist": {
1969
                "type": "zip",
1970
                "url": "https://api.github.com/repos/phiamo/MopaComposerBridge/zipball/58661a5c588ce9c3eff7d36c4030f6caa4de1ae2",
1971
                "reference": "58661a5c588ce9c3eff7d36c4030f6caa4de1ae2",
1972
                "shasum": ""
1973
            },
1974
            "require": {
1975
                "symfony/class-loader": ">=2.0.0",
1976
                "symfony/console": ">=2.0.0"
1977
            },
1978
            "type": "symfony-bridge",
1979
            "extra": {
1980
                "branch-alias": {
1981
                    "dev-master": "1.3.x-dev"
1982
                }
1983
            },
1984
            "autoload": {
1985
                "psr-0": {
1986
                    "Mopa\\Bridge\\Composer": "src/"
1987
                }
1988
            },
1989
            "notification-url": "https://packagist.org/downloads/",
1990
            "license": [
1991
                "MIT"
1992
            ],
1993
            "authors": [
1994
                {
1995
                    "name": "Community contributions",
1996
                    "homepage": "https://github.com/phiamo/MopaComposerBridge/contributors"
1997
                },
1998
                {
1999
                    "name": "Philipp A. Mohrenweiser",
2000
                    "email": "[email protected]"
2001
                }
2002
            ],
2003
            "description": "Symfony2 Composer Bridge",
2004
            "homepage": "http://bootstrap.mohrenweiserpartner.de",
2005
            "keywords": [
2006
                "Symfony2",
2007
                "composer"
2008
            ],
2009
            "time": "2015-10-01T19:20:19+00:00"
2010
        },
2011
        {
2012
            "name": "nelmio/security-bundle",
2013
            "version": "1.10.0",
2014
            "source": {
2015
                "type": "git",
2016
                "url": "https://github.com/nelmio/NelmioSecurityBundle.git",
2017
                "reference": "4be243f1fc85ff85f10aadcf88c8c11ba2096cd9"
2018
            },
2019
            "dist": {
2020
                "type": "zip",
2021
                "url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/4be243f1fc85ff85f10aadcf88c8c11ba2096cd9",
2022
                "reference": "4be243f1fc85ff85f10aadcf88c8c11ba2096cd9",
2023
                "shasum": ""
2024
            },
2025
            "require": {
2026
                "symfony/framework-bundle": "~2.3|~3.0",
2027
                "symfony/security": "~2.3|~3.0"
2028
            },
2029
            "require-dev": {
2030
                "phpunit/phpunit": "^5.2"
2031
            },
2032
            "type": "symfony-bundle",
2033
            "extra": {
2034
                "branch-alias": {
2035
                    "dev-master": "1.10.x-dev"
2036
                }
2037
            },
2038
            "autoload": {
2039
                "psr-4": {
2040
                    "Nelmio\\SecurityBundle\\": ""
2041
                }
2042
            },
2043
            "notification-url": "https://packagist.org/downloads/",
2044
            "license": [
2045
                "MIT"
2046
            ],
2047
            "authors": [
2048
                {
2049
                    "name": "Nelmio",
2050
                    "homepage": "http://nelm.io"
2051
                },
2052
                {
2053
                    "name": "Symfony Community",
2054
                    "homepage": "https://github.com/nelmio/NelmioSecurityBundle/contributors"
2055
                }
2056
            ],
2057
            "description": "Extra security-related features for Symfony: signed/encrypted cookies, HTTPS/SSL/HSTS handling, cookie session storage, ...",
2058
            "keywords": [
2059
                "security"
2060
            ],
2061
            "time": "2016-02-23T10:42:13+00:00"
2062
        },
2063
        {
2064
            "name": "nikic/php-parser",
2065
            "version": "v3.1.3",
2066
            "source": {
2067
                "type": "git",
2068
                "url": "https://github.com/nikic/PHP-Parser.git",
2069
                "reference": "579f4ce846734a1cf55d6a531d00ca07a43e3cda"
2070
            },
2071
            "dist": {
2072
                "type": "zip",
2073
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/579f4ce846734a1cf55d6a531d00ca07a43e3cda",
2074
                "reference": "579f4ce846734a1cf55d6a531d00ca07a43e3cda",
2075
                "shasum": ""
2076
            },
2077
            "require": {
2078
                "ext-tokenizer": "*",
2079
                "php": ">=5.5"
2080
            },
2081
            "require-dev": {
2082
                "phpunit/phpunit": "~4.0|~5.0"
2083
            },
2084
            "bin": [
2085
                "bin/php-parse"
2086
            ],
2087
            "type": "library",
2088
            "extra": {
2089
                "branch-alias": {
2090
                    "dev-master": "3.0-dev"
2091
                }
2092
            },
2093
            "autoload": {
2094
                "psr-4": {
2095
                    "PhpParser\\": "lib/PhpParser"
2096
                }
2097
            },
2098
            "notification-url": "https://packagist.org/downloads/",
2099
            "license": [
2100
                "BSD-3-Clause"
2101
            ],
2102
            "authors": [
2103
                {
2104
                    "name": "Nikita Popov"
2105
                }
2106
            ],
2107
            "description": "A PHP parser written in PHP",
2108
            "keywords": [
2109
                "parser",
2110
                "php"
2111
            ],
2112
            "time": "2017-12-26T14:43:21+00:00"
2113
        },
2114
        {
2115
            "name": "ocramius/proxy-manager",
2116
            "version": "1.0.2",
2117
            "source": {
2118
                "type": "git",
2119
                "url": "https://github.com/Ocramius/ProxyManager.git",
2120
                "reference": "57e9272ec0e8deccf09421596e0e2252df440e11"
2121
            },
2122
            "dist": {
2123
                "type": "zip",
2124
                "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/57e9272ec0e8deccf09421596e0e2252df440e11",
2125
                "reference": "57e9272ec0e8deccf09421596e0e2252df440e11",
2126
                "shasum": ""
2127
            },
2128
            "require": {
2129
                "php": ">=5.3.3",
2130
                "zendframework/zend-code": ">2.2.5,<3.0"
2131
            },
2132
            "require-dev": {
2133
                "ext-phar": "*",
2134
                "phpunit/phpunit": "~4.0",
2135
                "squizlabs/php_codesniffer": "1.5.*"
2136
            },
2137
            "suggest": {
2138
                "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
2139
                "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
2140
                "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
2141
                "zendframework/zend-stdlib": "To use the hydrator proxy",
2142
                "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
2143
            },
2144
            "type": "library",
2145
            "extra": {
2146
                "branch-alias": {
2147
                    "dev-master": "2.0.x-dev"
2148
                }
2149
            },
2150
            "autoload": {
2151
                "psr-0": {
2152
                    "ProxyManager\\": "src"
2153
                }
2154
            },
2155
            "notification-url": "https://packagist.org/downloads/",
2156
            "license": [
2157
                "MIT"
2158
            ],
2159
            "authors": [
2160
                {
2161
                    "name": "Marco Pivetta",
2162
                    "email": "[email protected]",
2163
                    "homepage": "http://ocramius.github.com/"
2164
                }
2165
            ],
2166
            "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
2167
            "homepage": "https://github.com/Ocramius/ProxyManager",
2168
            "keywords": [
2169
                "aop",
2170
                "lazy loading",
2171
                "proxy",
2172
                "proxy pattern",
2173
                "service proxies"
2174
            ],
2175
            "time": "2015-08-09T04:28:19+00:00"
2176
        },
2177
        {
2178
            "name": "openconext/monitor-bundle",
2179
            "version": "1.0.0",
2180
            "source": {
2181
                "type": "git",
2182
                "url": "https://github.com/OpenConext/Monitor-bundle.git",
2183
                "reference": "b9be093828385e857ff23a106b4429155d7f8d58"
2184
            },
2185
            "dist": {
2186
                "type": "zip",
2187
                "url": "https://api.github.com/repos/OpenConext/Monitor-bundle/zipball/b9be093828385e857ff23a106b4429155d7f8d58",
2188
                "reference": "b9be093828385e857ff23a106b4429155d7f8d58",
2189
                "shasum": ""
2190
            },
2191
            "require": {
2192
                "php": ">=5.4,<8.0-dev",
2193
                "symfony/dependency-injection": ">=2.7,<4",
2194
                "symfony/framework-bundle": ">=2.7,<4",
2195
                "webmozart/assert": "^1.2"
2196
            },
2197
            "require-dev": {
2198
                "jakub-onderka/php-parallel-lint": "^0.9.2",
2199
                "liip/rmt": "^1.1",
2200
                "malukenho/docheader": "^0.1.6",
2201
                "matthiasnoback/symfony-config-test": "^2.1",
2202
                "mockery/mockery": "~0.9",
2203
                "phpdocumentor/reflection-docblock": "3.3.*",
2204
                "phpmd/phpmd": "^2.6",
2205
                "phpunit/php-token-stream": "1.4.*",
2206
                "phpunit/phpunit": "^5.7",
2207
                "sebastian/phpcpd": "^3.0",
2208
                "squizlabs/php_codesniffer": "^3.1"
2209
            },
2210
            "type": "symfony-bundle",
2211
            "autoload": {
2212
                "psr-4": {
2213
                    "OpenConext\\MonitorBundle\\": "src"
2214
                }
2215
            },
2216
            "notification-url": "https://packagist.org/downloads/",
2217
            "license": [
2218
                "Apache-2.0"
2219
            ],
2220
            "description": "A Symfony2 bundle that facilitates health and info endpoints to a Symfony application",
2221
            "keywords": [
2222
                "OpenConext",
2223
                "health",
2224
                "monitoring",
2225
                "stepup",
2226
                "surfnet"
2227
            ],
2228
            "time": "2017-12-07T14:41:46+00:00"
2229
        },
2230
        {
2231
            "name": "paragonie/random_compat",
0 ignored issues
show
There is a security advisory for your installed version of paragonie/random_compat:

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