Completed
Push — featuer/symfony-34-upgrade ( 4296d3 )
by
unknown
04:37
created

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "6f632ef9c9e9bc0dd2a7638367388172",
8
    "packages": [
9
        {
10
            "name": "beberlei/assert",
11
            "version": "v2.5.1",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/beberlei/assert.git",
15
                "reference": "8a9ad22f1220e47a6d174843e8abef08f5eac441"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/beberlei/assert/zipball/8a9ad22f1220e47a6d174843e8abef08f5eac441",
20
                "reference": "8a9ad22f1220e47a6d174843e8abef08f5eac441",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "ext-mbstring": "*",
25
                "php": ">=5.3"
26
            },
27
            "require-dev": {
28
                "phpunit/phpunit": "@stable"
29
            },
30
            "type": "library",
31
            "extra": {
32
                "branch-alias": {
33
                    "dev-master": "2.3-dev"
34
                }
35
            },
36
            "autoload": {
37
                "psr-0": {
38
                    "Assert": "lib/"
39
                },
40
                "files": [
41
                    "lib/Assert/functions.php"
42
                ]
43
            },
44
            "notification-url": "https://packagist.org/downloads/",
45
            "license": [
46
                "BSD-2-Clause"
47
            ],
48
            "authors": [
49
                {
50
                    "name": "Benjamin Eberlei",
51
                    "email": "[email protected]"
52
                }
53
            ],
54
            "description": "Thin assertion library for input validation in business models.",
55
            "keywords": [
56
                "assert",
57
                "assertion",
58
                "validation"
59
            ],
60
            "time": "2016-06-20T12:01:28+00:00"
61
        },
62
        {
63
            "name": "doctrine/annotations",
64
            "version": "v1.2.7",
65
            "source": {
66
                "type": "git",
67
                "url": "https://github.com/doctrine/annotations.git",
68
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
69
            },
70
            "dist": {
71
                "type": "zip",
72
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
73
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
74
                "shasum": ""
75
            },
76
            "require": {
77
                "doctrine/lexer": "1.*",
78
                "php": ">=5.3.2"
79
            },
80
            "require-dev": {
81
                "doctrine/cache": "1.*",
82
                "phpunit/phpunit": "4.*"
83
            },
84
            "type": "library",
85
            "extra": {
86
                "branch-alias": {
87
                    "dev-master": "1.3.x-dev"
88
                }
89
            },
90
            "autoload": {
91
                "psr-0": {
92
                    "Doctrine\\Common\\Annotations\\": "lib/"
93
                }
94
            },
95
            "notification-url": "https://packagist.org/downloads/",
96
            "license": [
97
                "MIT"
98
            ],
99
            "authors": [
100
                {
101
                    "name": "Roman Borschel",
102
                    "email": "[email protected]"
103
                },
104
                {
105
                    "name": "Benjamin Eberlei",
106
                    "email": "[email protected]"
107
                },
108
                {
109
                    "name": "Guilherme Blanco",
110
                    "email": "[email protected]"
111
                },
112
                {
113
                    "name": "Jonathan Wage",
114
                    "email": "[email protected]"
115
                },
116
                {
117
                    "name": "Johannes Schmitt",
118
                    "email": "[email protected]"
119
                }
120
            ],
121
            "description": "Docblock Annotations Parser",
122
            "homepage": "http://www.doctrine-project.org",
123
            "keywords": [
124
                "annotations",
125
                "docblock",
126
                "parser"
127
            ],
128
            "time": "2015-08-31T12:32:49+00:00"
129
        },
130
        {
131
            "name": "doctrine/cache",
132
            "version": "v1.6.0",
133
            "source": {
134
                "type": "git",
135
                "url": "https://github.com/doctrine/cache.git",
136
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6"
137
            },
138
            "dist": {
139
                "type": "zip",
140
                "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6",
141
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6",
142
                "shasum": ""
143
            },
144
            "require": {
145
                "php": "~5.5|~7.0"
146
            },
147
            "conflict": {
148
                "doctrine/common": ">2.2,<2.4"
149
            },
150
            "require-dev": {
151
                "phpunit/phpunit": "~4.8|~5.0",
152
                "predis/predis": "~1.0",
153
                "satooshi/php-coveralls": "~0.6"
154
            },
155
            "type": "library",
156
            "extra": {
157
                "branch-alias": {
158
                    "dev-master": "1.6.x-dev"
159
                }
160
            },
161
            "autoload": {
162
                "psr-4": {
163
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
164
                }
165
            },
166
            "notification-url": "https://packagist.org/downloads/",
167
            "license": [
168
                "MIT"
169
            ],
170
            "authors": [
171
                {
172
                    "name": "Roman Borschel",
173
                    "email": "[email protected]"
174
                },
175
                {
176
                    "name": "Benjamin Eberlei",
177
                    "email": "[email protected]"
178
                },
179
                {
180
                    "name": "Guilherme Blanco",
181
                    "email": "[email protected]"
182
                },
183
                {
184
                    "name": "Jonathan Wage",
185
                    "email": "[email protected]"
186
                },
187
                {
188
                    "name": "Johannes Schmitt",
189
                    "email": "[email protected]"
190
                }
191
            ],
192
            "description": "Caching library offering an object-oriented API for many cache backends",
193
            "homepage": "http://www.doctrine-project.org",
194
            "keywords": [
195
                "cache",
196
                "caching"
197
            ],
198
            "time": "2015-12-31T16:37:02+00:00"
199
        },
200
        {
201
            "name": "doctrine/collections",
202
            "version": "v1.3.0",
203
            "source": {
204
                "type": "git",
205
                "url": "https://github.com/doctrine/collections.git",
206
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
207
            },
208
            "dist": {
209
                "type": "zip",
210
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
211
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
212
                "shasum": ""
213
            },
214
            "require": {
215
                "php": ">=5.3.2"
216
            },
217
            "require-dev": {
218
                "phpunit/phpunit": "~4.0"
219
            },
220
            "type": "library",
221
            "extra": {
222
                "branch-alias": {
223
                    "dev-master": "1.2.x-dev"
224
                }
225
            },
226
            "autoload": {
227
                "psr-0": {
228
                    "Doctrine\\Common\\Collections\\": "lib/"
229
                }
230
            },
231
            "notification-url": "https://packagist.org/downloads/",
232
            "license": [
233
                "MIT"
234
            ],
235
            "authors": [
236
                {
237
                    "name": "Roman Borschel",
238
                    "email": "[email protected]"
239
                },
240
                {
241
                    "name": "Benjamin Eberlei",
242
                    "email": "[email protected]"
243
                },
244
                {
245
                    "name": "Guilherme Blanco",
246
                    "email": "[email protected]"
247
                },
248
                {
249
                    "name": "Jonathan Wage",
250
                    "email": "[email protected]"
251
                },
252
                {
253
                    "name": "Johannes Schmitt",
254
                    "email": "[email protected]"
255
                }
256
            ],
257
            "description": "Collections Abstraction library",
258
            "homepage": "http://www.doctrine-project.org",
259
            "keywords": [
260
                "array",
261
                "collections",
262
                "iterator"
263
            ],
264
            "time": "2015-04-14T22:21:58+00:00"
265
        },
266
        {
267
            "name": "doctrine/common",
268
            "version": "v2.6.1",
269
            "source": {
270
                "type": "git",
271
                "url": "https://github.com/doctrine/common.git",
272
                "reference": "a579557bc689580c19fee4e27487a67fe60defc0"
273
            },
274
            "dist": {
275
                "type": "zip",
276
                "url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0",
277
                "reference": "a579557bc689580c19fee4e27487a67fe60defc0",
278
                "shasum": ""
279
            },
280
            "require": {
281
                "doctrine/annotations": "1.*",
282
                "doctrine/cache": "1.*",
283
                "doctrine/collections": "1.*",
284
                "doctrine/inflector": "1.*",
285
                "doctrine/lexer": "1.*",
286
                "php": "~5.5|~7.0"
287
            },
288
            "require-dev": {
289
                "phpunit/phpunit": "~4.8|~5.0"
290
            },
291
            "type": "library",
292
            "extra": {
293
                "branch-alias": {
294
                    "dev-master": "2.7.x-dev"
295
                }
296
            },
297
            "autoload": {
298
                "psr-4": {
299
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
300
                }
301
            },
302
            "notification-url": "https://packagist.org/downloads/",
303
            "license": [
304
                "MIT"
305
            ],
306
            "authors": [
307
                {
308
                    "name": "Roman Borschel",
309
                    "email": "[email protected]"
310
                },
311
                {
312
                    "name": "Benjamin Eberlei",
313
                    "email": "[email protected]"
314
                },
315
                {
316
                    "name": "Guilherme Blanco",
317
                    "email": "[email protected]"
318
                },
319
                {
320
                    "name": "Jonathan Wage",
321
                    "email": "[email protected]"
322
                },
323
                {
324
                    "name": "Johannes Schmitt",
325
                    "email": "[email protected]"
326
                }
327
            ],
328
            "description": "Common Library for Doctrine projects",
329
            "homepage": "http://www.doctrine-project.org",
330
            "keywords": [
331
                "annotations",
332
                "collections",
333
                "eventmanager",
334
                "persistence",
335
                "spl"
336
            ],
337
            "time": "2015-12-25T13:18:31+00:00"
338
        },
339
        {
340
            "name": "doctrine/inflector",
341
            "version": "v1.1.0",
342
            "source": {
343
                "type": "git",
344
                "url": "https://github.com/doctrine/inflector.git",
345
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
346
            },
347
            "dist": {
348
                "type": "zip",
349
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
350
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
351
                "shasum": ""
352
            },
353
            "require": {
354
                "php": ">=5.3.2"
355
            },
356
            "require-dev": {
357
                "phpunit/phpunit": "4.*"
358
            },
359
            "type": "library",
360
            "extra": {
361
                "branch-alias": {
362
                    "dev-master": "1.1.x-dev"
363
                }
364
            },
365
            "autoload": {
366
                "psr-0": {
367
                    "Doctrine\\Common\\Inflector\\": "lib/"
368
                }
369
            },
370
            "notification-url": "https://packagist.org/downloads/",
371
            "license": [
372
                "MIT"
373
            ],
374
            "authors": [
375
                {
376
                    "name": "Roman Borschel",
377
                    "email": "[email protected]"
378
                },
379
                {
380
                    "name": "Benjamin Eberlei",
381
                    "email": "[email protected]"
382
                },
383
                {
384
                    "name": "Guilherme Blanco",
385
                    "email": "[email protected]"
386
                },
387
                {
388
                    "name": "Jonathan Wage",
389
                    "email": "[email protected]"
390
                },
391
                {
392
                    "name": "Johannes Schmitt",
393
                    "email": "[email protected]"
394
                }
395
            ],
396
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
397
            "homepage": "http://www.doctrine-project.org",
398
            "keywords": [
399
                "inflection",
400
                "pluralize",
401
                "singularize",
402
                "string"
403
            ],
404
            "time": "2015-11-06T14:35:42+00:00"
405
        },
406
        {
407
            "name": "doctrine/lexer",
408
            "version": "v1.0.1",
409
            "source": {
410
                "type": "git",
411
                "url": "https://github.com/doctrine/lexer.git",
412
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
413
            },
414
            "dist": {
415
                "type": "zip",
416
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
417
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
418
                "shasum": ""
419
            },
420
            "require": {
421
                "php": ">=5.3.2"
422
            },
423
            "type": "library",
424
            "extra": {
425
                "branch-alias": {
426
                    "dev-master": "1.0.x-dev"
427
                }
428
            },
429
            "autoload": {
430
                "psr-0": {
431
                    "Doctrine\\Common\\Lexer\\": "lib/"
432
                }
433
            },
434
            "notification-url": "https://packagist.org/downloads/",
435
            "license": [
436
                "MIT"
437
            ],
438
            "authors": [
439
                {
440
                    "name": "Roman Borschel",
441
                    "email": "[email protected]"
442
                },
443
                {
444
                    "name": "Guilherme Blanco",
445
                    "email": "[email protected]"
446
                },
447
                {
448
                    "name": "Johannes Schmitt",
449
                    "email": "[email protected]"
450
                }
451
            ],
452
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
453
            "homepage": "http://www.doctrine-project.org",
454
            "keywords": [
455
                "lexer",
456
                "parser"
457
            ],
458
            "time": "2014-09-09T13:34:57+00:00"
459
        },
460
        {
461
            "name": "ee/dataexporter-bundle",
462
            "version": "v0.4.2",
463
            "target-dir": "EE/DataExporterBundle",
464
            "source": {
465
                "type": "git",
466
                "url": "https://github.com/EE/DataExporter.git",
467
                "reference": "c0f78ab21dc1752ff9232b8f24d0976459b6330d"
468
            },
469
            "dist": {
470
                "type": "zip",
471
                "url": "https://api.github.com/repos/EE/DataExporter/zipball/c0f78ab21dc1752ff9232b8f24d0976459b6330d",
472
                "reference": "c0f78ab21dc1752ff9232b8f24d0976459b6330d",
473
                "shasum": ""
474
            },
475
            "require": {
476
                "php": ">=5.3.3",
477
                "symfony/framework-bundle": "~2.1",
478
                "symfony/http-foundation": "~2.1",
479
                "symfony/property-access": "~2.1"
480
            },
481
            "require-dev": {
482
                "symfony/yaml": "~2.1"
483
            },
484
            "type": "symfony-bundle",
485
            "autoload": {
486
                "psr-0": {
487
                    "EE\\DataExporterBundle": ""
488
                }
489
            },
490
            "notification-url": "https://packagist.org/downloads/",
491
            "license": [
492
                "MIT"
493
            ],
494
            "authors": [
495
                {
496
                    "name": "Piotr Antosik",
497
                    "email": "[email protected]",
498
                    "homepage": "http://piotrantosik.com",
499
                    "role": "Developer"
500
                }
501
            ],
502
            "description": "Easy export data to CSV, XML, HTML, JSON or XLS",
503
            "homepage": "http://laboratorium.ee",
504
            "keywords": [
505
                "csv",
506
                "exporter",
507
                "json",
508
                "xls",
509
                "xml"
510
            ],
511
            "time": "2013-06-27T18:50:02+00:00"
512
        },
513
        {
514
            "name": "fortawesome/font-awesome",
515
            "version": "v4.2.0",
516
            "source": {
517
                "type": "git",
518
                "url": "https://github.com/FortAwesome/Font-Awesome.git",
519
                "reference": "a65bd93d81e9e6bd5ebfa41757a4474960b973b4"
520
            },
521
            "dist": {
522
                "type": "zip",
523
                "url": "https://api.github.com/repos/FortAwesome/Font-Awesome/zipball/a65bd93d81e9e6bd5ebfa41757a4474960b973b4",
524
                "reference": "a65bd93d81e9e6bd5ebfa41757a4474960b973b4",
525
                "shasum": ""
526
            },
527
            "require-dev": {
528
                "jekyll": "1.0.2",
529
                "lessc": "1.4.2"
530
            },
531
            "type": "library",
532
            "extra": {
533
                "branch-alias": {
534
                    "dev-master": "4.0.x-dev"
535
                }
536
            },
537
            "notification-url": "https://packagist.org/downloads/",
538
            "license": [
539
                "OFL-1.1",
540
                "MIT"
541
            ],
542
            "authors": [
543
                {
544
                    "name": "Dave Gandy",
545
                    "email": "[email protected]",
546
                    "homepage": "http://twitter.com/davegandy",
547
                    "role": "Developer"
548
                }
549
            ],
550
            "description": "The iconic font and CSS framework",
551
            "homepage": "http://fontawesome.io/",
552
            "keywords": [
553
                "FontAwesome",
554
                "awesome",
555
                "bootstrap",
556
                "font",
557
                "icon"
558
            ],
559
            "time": "2014-08-26T16:36:44+00:00"
560
        },
561
        {
562
            "name": "guzzlehttp/guzzle",
563
            "version": "6.2.3",
564
            "source": {
565
                "type": "git",
566
                "url": "https://github.com/guzzle/guzzle.git",
567
                "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006"
568
            },
569
            "dist": {
570
                "type": "zip",
571
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/8d6c6cc55186db87b7dc5009827429ba4e9dc006",
572
                "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006",
573
                "shasum": ""
574
            },
575
            "require": {
576
                "guzzlehttp/promises": "^1.0",
577
                "guzzlehttp/psr7": "^1.4",
578
                "php": ">=5.5"
579
            },
580
            "require-dev": {
581
                "ext-curl": "*",
582
                "phpunit/phpunit": "^4.0",
583
                "psr/log": "^1.0"
584
            },
585
            "type": "library",
586
            "extra": {
587
                "branch-alias": {
588
                    "dev-master": "6.2-dev"
589
                }
590
            },
591
            "autoload": {
592
                "files": [
593
                    "src/functions_include.php"
594
                ],
595
                "psr-4": {
596
                    "GuzzleHttp\\": "src/"
597
                }
598
            },
599
            "notification-url": "https://packagist.org/downloads/",
600
            "license": [
601
                "MIT"
602
            ],
603
            "authors": [
604
                {
605
                    "name": "Michael Dowling",
606
                    "email": "[email protected]",
607
                    "homepage": "https://github.com/mtdowling"
608
                }
609
            ],
610
            "description": "Guzzle is a PHP HTTP client library",
611
            "homepage": "http://guzzlephp.org/",
612
            "keywords": [
613
                "client",
614
                "curl",
615
                "framework",
616
                "http",
617
                "http client",
618
                "rest",
619
                "web service"
620
            ],
621
            "time": "2017-02-28T22:50:30+00:00"
622
        },
623
        {
624
            "name": "guzzlehttp/promises",
625
            "version": "v1.3.1",
626
            "source": {
627
                "type": "git",
628
                "url": "https://github.com/guzzle/promises.git",
629
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
630
            },
631
            "dist": {
632
                "type": "zip",
633
                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
634
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
635
                "shasum": ""
636
            },
637
            "require": {
638
                "php": ">=5.5.0"
639
            },
640
            "require-dev": {
641
                "phpunit/phpunit": "^4.0"
642
            },
643
            "type": "library",
644
            "extra": {
645
                "branch-alias": {
646
                    "dev-master": "1.4-dev"
647
                }
648
            },
649
            "autoload": {
650
                "psr-4": {
651
                    "GuzzleHttp\\Promise\\": "src/"
652
                },
653
                "files": [
654
                    "src/functions_include.php"
655
                ]
656
            },
657
            "notification-url": "https://packagist.org/downloads/",
658
            "license": [
659
                "MIT"
660
            ],
661
            "authors": [
662
                {
663
                    "name": "Michael Dowling",
664
                    "email": "[email protected]",
665
                    "homepage": "https://github.com/mtdowling"
666
                }
667
            ],
668
            "description": "Guzzle promises library",
669
            "keywords": [
670
                "promise"
671
            ],
672
            "time": "2016-12-20T10:07:11+00:00"
673
        },
674
        {
675
            "name": "guzzlehttp/psr7",
676
            "version": "1.4.1",
677
            "source": {
678
                "type": "git",
679
                "url": "https://github.com/guzzle/psr7.git",
680
                "reference": "0d6c7ca039329247e4f0f8f8f6506810e8248855"
681
            },
682
            "dist": {
683
                "type": "zip",
684
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/0d6c7ca039329247e4f0f8f8f6506810e8248855",
685
                "reference": "0d6c7ca039329247e4f0f8f8f6506810e8248855",
686
                "shasum": ""
687
            },
688
            "require": {
689
                "php": ">=5.4.0",
690
                "psr/http-message": "~1.0"
691
            },
692
            "provide": {
693
                "psr/http-message-implementation": "1.0"
694
            },
695
            "require-dev": {
696
                "phpunit/phpunit": "~4.0"
697
            },
698
            "type": "library",
699
            "extra": {
700
                "branch-alias": {
701
                    "dev-master": "1.4-dev"
702
                }
703
            },
704
            "autoload": {
705
                "psr-4": {
706
                    "GuzzleHttp\\Psr7\\": "src/"
707
                },
708
                "files": [
709
                    "src/functions_include.php"
710
                ]
711
            },
712
            "notification-url": "https://packagist.org/downloads/",
713
            "license": [
714
                "MIT"
715
            ],
716
            "authors": [
717
                {
718
                    "name": "Michael Dowling",
719
                    "email": "[email protected]",
720
                    "homepage": "https://github.com/mtdowling"
721
                },
722
                {
723
                    "name": "Tobias Schultze",
724
                    "homepage": "https://github.com/Tobion"
725
                }
726
            ],
727
            "description": "PSR-7 message implementation that also provides common utility methods",
728
            "keywords": [
729
                "http",
730
                "message",
731
                "request",
732
                "response",
733
                "stream",
734
                "uri",
735
                "url"
736
            ],
737
            "time": "2017-02-27T10:51:17+00:00"
738
        },
739
        {
740
            "name": "incenteev/composer-parameter-handler",
741
            "version": "v2.1.2",
742
            "source": {
743
                "type": "git",
744
                "url": "https://github.com/Incenteev/ParameterHandler.git",
745
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
746
            },
747
            "dist": {
748
                "type": "zip",
749
                "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
750
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
751
                "shasum": ""
752
            },
753
            "require": {
754
                "php": ">=5.3.3",
755
                "symfony/yaml": "~2.3|~3.0"
756
            },
757
            "require-dev": {
758
                "composer/composer": "1.0.*@dev",
759
                "phpspec/prophecy-phpunit": "~1.0",
760
                "symfony/filesystem": "~2.2"
761
            },
762
            "type": "library",
763
            "extra": {
764
                "branch-alias": {
765
                    "dev-master": "2.1.x-dev"
766
                }
767
            },
768
            "autoload": {
769
                "psr-4": {
770
                    "Incenteev\\ParameterHandler\\": ""
771
                }
772
            },
773
            "notification-url": "https://packagist.org/downloads/",
774
            "license": [
775
                "MIT"
776
            ],
777
            "authors": [
778
                {
779
                    "name": "Christophe Coevoet",
780
                    "email": "[email protected]"
781
                }
782
            ],
783
            "description": "Composer script handling your ignored parameter file",
784
            "homepage": "https://github.com/Incenteev/ParameterHandler",
785
            "keywords": [
786
                "parameters management"
787
            ],
788
            "time": "2015-11-10T17:04:01+00:00"
789
        },
790
        {
791
            "name": "jms/aop-bundle",
792
            "version": "1.1.0",
793
            "target-dir": "JMS/AopBundle",
794
            "source": {
795
                "type": "git",
796
                "url": "https://github.com/schmittjoh/JMSAopBundle.git",
797
                "reference": "66287749c020b4c667c0ff4937b07e66c04bbe71"
798
            },
799
            "dist": {
800
                "type": "zip",
801
                "url": "https://api.github.com/repos/schmittjoh/JMSAopBundle/zipball/66287749c020b4c667c0ff4937b07e66c04bbe71",
802
                "reference": "66287749c020b4c667c0ff4937b07e66c04bbe71",
803
                "shasum": ""
804
            },
805
            "require": {
806
                "jms/cg": "^1.1",
807
                "symfony/framework-bundle": "2.*"
808
            },
809
            "type": "symfony-bundle",
810
            "extra": {
811
                "branch-alias": {
812
                    "dev-master": "1.1.x-dev"
813
                }
814
            },
815
            "autoload": {
816
                "psr-0": {
817
                    "JMS\\AopBundle": ""
818
                }
819
            },
820
            "notification-url": "https://packagist.org/downloads/",
821
            "license": [
822
                "Apache-2.0"
823
            ],
824
            "authors": [
825
                {
826
                    "name": "Johannes M. Schmitt",
827
                    "email": "[email protected]"
828
                }
829
            ],
830
            "description": "Adds AOP capabilities to Symfony2",
831
            "keywords": [
832
                "annotations",
833
                "aop"
834
            ],
835
            "time": "2015-09-13T09:02:33+00:00"
836
        },
837
        {
838
            "name": "jms/cg",
839
            "version": "1.1.0",
840
            "source": {
841
                "type": "git",
842
                "url": "https://github.com/schmittjoh/cg-library.git",
843
                "reference": "0af1113c7409b8636c5244bbae10b2e0ff792e9c"
844
            },
845
            "dist": {
846
                "type": "zip",
847
                "url": "https://api.github.com/repos/schmittjoh/cg-library/zipball/0af1113c7409b8636c5244bbae10b2e0ff792e9c",
848
                "reference": "0af1113c7409b8636c5244bbae10b2e0ff792e9c",
849
                "shasum": ""
850
            },
851
            "require": {
852
                "php": ">=5.3.0"
853
            },
854
            "type": "library",
855
            "extra": {
856
                "branch-alias": {
857
                    "dev-master": "1.1-dev"
858
                }
859
            },
860
            "autoload": {
861
                "psr-0": {
862
                    "CG\\": "src/"
863
                }
864
            },
865
            "notification-url": "https://packagist.org/downloads/",
866
            "license": [
867
                "Apache2"
868
            ],
869
            "authors": [
870
                {
871
                    "name": "Johannes M. Schmitt",
872
                    "email": "[email protected]"
873
                }
874
            ],
875
            "description": "Toolset for generating PHP code",
876
            "keywords": [
877
                "code generation"
878
            ],
879
            "time": "2015-09-13T08:54:43+00:00"
880
        },
881
        {
882
            "name": "jms/di-extra-bundle",
883
            "version": "1.4.0",
884
            "target-dir": "JMS/DiExtraBundle",
885
            "source": {
886
                "type": "git",
887
                "url": "https://github.com/schmittjoh/JMSDiExtraBundle.git",
888
                "reference": "7fffdb6c96fb922a131af06d773e1e6c5301d070"
889
            },
890
            "dist": {
891
                "type": "zip",
892
                "url": "https://api.github.com/repos/schmittjoh/JMSDiExtraBundle/zipball/7fffdb6c96fb922a131af06d773e1e6c5301d070",
893
                "reference": "7fffdb6c96fb922a131af06d773e1e6c5301d070",
894
                "shasum": ""
895
            },
896
            "require": {
897
                "jms/aop-bundle": ">=1.0.0,<1.2-dev",
898
                "jms/metadata": "1.*",
899
                "symfony/finder": "~2.1",
900
                "symfony/framework-bundle": "~2.1",
901
                "symfony/process": "~2.1"
902
            },
903
            "require-dev": {
904
                "doctrine/doctrine-bundle": "*",
905
                "doctrine/orm": "*",
906
                "jms/security-extra-bundle": "1.*",
907
                "phpcollection/phpcollection": ">=0.1,<0.3-dev",
908
                "sensio/framework-extra-bundle": "*",
909
                "symfony/browser-kit": "*",
910
                "symfony/class-loader": "*",
911
                "symfony/form": "*",
912
                "symfony/security-bundle": "*",
913
                "symfony/twig-bundle": "*",
914
                "symfony/validator": "*",
915
                "symfony/yaml": "*"
916
            },
917
            "type": "symfony-bundle",
918
            "extra": {
919
                "branch-alias": {
920
                    "dev-master": "1.3-dev"
921
                }
922
            },
923
            "autoload": {
924
                "psr-0": {
925
                    "JMS\\DiExtraBundle": ""
926
                }
927
            },
928
            "notification-url": "https://packagist.org/downloads/",
929
            "license": [
930
                "Apache"
931
            ],
932
            "authors": [
933
                {
934
                    "name": "Johannes Schmitt",
935
                    "email": "[email protected]",
936
                    "homepage": "https://github.com/schmittjoh",
937
                    "role": "Developer of wrapped JMSSerializerBundle"
938
                }
939
            ],
940
            "description": "Allows to configure dependency injection using annotations",
941
            "homepage": "http://jmsyst.com/bundles/JMSDiExtraBundle",
942
            "keywords": [
943
                "annotations",
944
                "dependency injection"
945
            ],
946
            "time": "2013-06-08T13:13:40+00:00"
947
        },
948
        {
949
            "name": "jms/metadata",
950
            "version": "1.5.1",
951
            "source": {
952
                "type": "git",
953
                "url": "https://github.com/schmittjoh/metadata.git",
954
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
955
            },
956
            "dist": {
957
                "type": "zip",
958
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
959
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
960
                "shasum": ""
961
            },
962
            "require": {
963
                "php": ">=5.3.0"
964
            },
965
            "require-dev": {
966
                "doctrine/cache": "~1.0"
967
            },
968
            "type": "library",
969
            "extra": {
970
                "branch-alias": {
971
                    "dev-master": "1.5.x-dev"
972
                }
973
            },
974
            "autoload": {
975
                "psr-0": {
976
                    "Metadata\\": "src/"
977
                }
978
            },
979
            "notification-url": "https://packagist.org/downloads/",
980
            "license": [
981
                "Apache"
982
            ],
983
            "authors": [
984
                {
985
                    "name": "Johannes Schmitt",
986
                    "email": "[email protected]",
987
                    "homepage": "https://github.com/schmittjoh",
988
                    "role": "Developer of wrapped JMSSerializerBundle"
989
                }
990
            ],
991
            "description": "Class/method/property metadata management in PHP",
992
            "keywords": [
993
                "annotations",
994
                "metadata",
995
                "xml",
996
                "yaml"
997
            ],
998
            "time": "2014-07-12T07:13:19+00:00"
999
        },
1000
        {
1001
            "name": "jms/translation-bundle",
1002
            "version": "1.3.2",
1003
            "target-dir": "JMS/TranslationBundle",
1004
            "source": {
1005
                "type": "git",
1006
                "url": "https://github.com/schmittjoh/JMSTranslationBundle.git",
1007
                "reference": "08b8db92aa376b8e50ce4e779e849916abffd805"
1008
            },
1009
            "dist": {
1010
                "type": "zip",
1011
                "url": "https://api.github.com/repos/schmittjoh/JMSTranslationBundle/zipball/08b8db92aa376b8e50ce4e779e849916abffd805",
1012
                "reference": "08b8db92aa376b8e50ce4e779e849916abffd805",
1013
                "shasum": ""
1014
            },
1015
            "require": {
1016
                "nikic/php-parser": "^1.4 || ^2.0 || ^3.0",
1017
                "php": "^5.3.3 || ^7.0",
1018
                "symfony/console": "^2.3 || ^3.0",
1019
                "symfony/framework-bundle": "^2.3 || ^3.0",
1020
                "twig/twig": "^1.27 || ^2.0"
1021
            },
1022
            "require-dev": {
1023
                "jms/di-extra-bundle": "^1.1",
1024
                "matthiasnoback/symfony-dependency-injection-test": "^0.7.6",
1025
                "nyholm/nsa": "^1.0.1",
1026
                "phpunit/phpunit": "4.8.27",
1027
                "psr/log": "^1.0",
1028
                "sensio/framework-extra-bundle": "^2.3 || ^3.0",
1029
                "symfony/expression-language": "^2.6 || ^3.0",
1030
                "symfony/symfony": "^2.3 || ^3.0"
1031
            },
1032
            "type": "symfony-bundle",
1033
            "extra": {
1034
                "branch-alias": {
1035
                    "dev-master": "1.4-dev"
1036
                }
1037
            },
1038
            "autoload": {
1039
                "psr-0": {
1040
                    "JMS\\TranslationBundle": ""
1041
                }
1042
            },
1043
            "notification-url": "https://packagist.org/downloads/",
1044
            "license": [
1045
                "Apache2"
1046
            ],
1047
            "authors": [
1048
                {
1049
                    "name": "Johannes M. Schmitt",
1050
                    "email": "[email protected]"
1051
                }
1052
            ],
1053
            "description": "Puts the Symfony Translation Component on steroids",
1054
            "homepage": "http://jmsyst.com/bundles/JMSTranslationBundle",
1055
            "keywords": [
1056
                "extract",
1057
                "extraction",
1058
                "i18n",
1059
                "interface",
1060
                "multilanguage",
1061
                "translation",
1062
                "ui",
1063
                "webinterface"
1064
            ],
1065
            "time": "2017-04-20T19:44:02+00:00"
1066
        },
1067
        {
1068
            "name": "knplabs/knp-components",
1069
            "version": "1.3.3",
1070
            "source": {
1071
                "type": "git",
1072
                "url": "https://github.com/KnpLabs/knp-components.git",
1073
                "reference": "bc49e739d1cce94d783b1e23bc5b263b38dc47da"
1074
            },
1075
            "dist": {
1076
                "type": "zip",
1077
                "url": "https://api.github.com/repos/KnpLabs/knp-components/zipball/bc49e739d1cce94d783b1e23bc5b263b38dc47da",
1078
                "reference": "bc49e739d1cce94d783b1e23bc5b263b38dc47da",
1079
                "shasum": ""
1080
            },
1081
            "require": {
1082
                "php": ">=5.3.2"
1083
            },
1084
            "require-dev": {
1085
                "doctrine/mongodb-odm": "~1.0@beta",
1086
                "doctrine/orm": "~2.4",
1087
                "doctrine/phpcr-odm": "~1.2",
1088
                "jackalope/jackalope-doctrine-dbal": "~1.2",
1089
                "phpunit/phpunit": "~4.2",
1090
                "ruflin/elastica": "~1.0",
1091
                "symfony/event-dispatcher": "~2.5"
1092
            },
1093
            "suggest": {
1094
                "doctrine/common": "to allow usage pagination with Doctrine ArrayCollection",
1095
                "doctrine/mongodb-odm": "to allow usage pagination with Doctrine ODM MongoDB",
1096
                "doctrine/orm": "to allow usage pagination with Doctrine ORM",
1097
                "doctrine/phpcr-odm": "to allow usage pagination with Doctrine ODM PHPCR",
1098
                "propel/propel1": "to allow usage pagination with Propel ORM",
1099
                "ruflin/Elastica": "to allow usage pagination with ElasticSearch Client",
1100
                "solarium/solarium": "to allow usage pagination with Solarium Client"
1101
            },
1102
            "type": "library",
1103
            "extra": {
1104
                "branch-alias": {
1105
                    "dev-master": "1.3.x-dev"
1106
                }
1107
            },
1108
            "autoload": {
1109
                "psr-0": {
1110
                    "Knp\\Component": "src"
1111
                }
1112
            },
1113
            "notification-url": "https://packagist.org/downloads/",
1114
            "license": [
1115
                "MIT"
1116
            ],
1117
            "authors": [
1118
                {
1119
                    "name": "KnpLabs Team",
1120
                    "homepage": "http://knplabs.com"
1121
                },
1122
                {
1123
                    "name": "Symfony Community",
1124
                    "homepage": "http://github.com/KnpLabs/knp-components/contributors"
1125
                }
1126
            ],
1127
            "description": "Knplabs component library",
1128
            "homepage": "http://github.com/KnpLabs/knp-components",
1129
            "keywords": [
1130
                "components",
1131
                "knp",
1132
                "knplabs",
1133
                "pager",
1134
                "paginator"
1135
            ],
1136
            "time": "2016-04-21T06:26:20+00:00"
1137
        },
1138
        {
1139
            "name": "knplabs/knp-paginator-bundle",
1140
            "version": "2.5.3",
1141
            "source": {
1142
                "type": "git",
1143
                "url": "https://github.com/KnpLabs/KnpPaginatorBundle.git",
1144
                "reference": "c988761005504007c6c87d6a557641281194a0e5"
1145
            },
1146
            "dist": {
1147
                "type": "zip",
1148
                "url": "https://api.github.com/repos/KnpLabs/KnpPaginatorBundle/zipball/c988761005504007c6c87d6a557641281194a0e5",
1149
                "reference": "c988761005504007c6c87d6a557641281194a0e5",
1150
                "shasum": ""
1151
            },
1152
            "require": {
1153
                "knplabs/knp-components": "~1.2",
1154
                "php": ">=5.3.3",
1155
                "symfony/framework-bundle": "~2.3|~3.0",
1156
                "twig/twig": "~1.12|~2"
1157
            },
1158
            "require-dev": {
1159
                "symfony/expression-language": "~2.4|~3.0"
1160
            },
1161
            "type": "symfony-bundle",
1162
            "extra": {
1163
                "branch-alias": {
1164
                    "dev-master": "2.5.x-dev"
1165
                }
1166
            },
1167
            "autoload": {
1168
                "psr-4": {
1169
                    "Knp\\Bundle\\PaginatorBundle\\": ""
1170
                }
1171
            },
1172
            "notification-url": "https://packagist.org/downloads/",
1173
            "license": [
1174
                "MIT"
1175
            ],
1176
            "authors": [
1177
                {
1178
                    "name": "KnpLabs Team",
1179
                    "homepage": "http://knplabs.com"
1180
                },
1181
                {
1182
                    "name": "Symfony2 Community",
1183
                    "homepage": "http://github.com/KnpLabs/KnpPaginatorBundle/contributors"
1184
                }
1185
            ],
1186
            "description": "Paginator bundle for Symfony2 to automate pagination and simplify sorting and other features",
1187
            "homepage": "http://github.com/KnpLabs/KnpPaginatorBundle",
1188
            "keywords": [
1189
                "Symfony2",
1190
                "bundle",
1191
                "knp",
1192
                "knplabs",
1193
                "pager",
1194
                "pagination",
1195
                "paginator"
1196
            ],
1197
            "time": "2016-04-20T11:40:30+00:00"
1198
        },
1199
        {
1200
            "name": "kriswallsmith/assetic",
1201
            "version": "v1.3.2",
1202
            "source": {
1203
                "type": "git",
1204
                "url": "https://github.com/kriswallsmith/assetic.git",
1205
                "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5"
1206
            },
1207
            "dist": {
1208
                "type": "zip",
1209
                "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/9928f7c4ad98b234e3559d1049abd13387f86db5",
1210
                "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5",
1211
                "shasum": ""
1212
            },
1213
            "require": {
1214
                "php": ">=5.3.1",
1215
                "symfony/process": "~2.1|~3.0"
1216
            },
1217
            "conflict": {
1218
                "twig/twig": "<1.23"
1219
            },
1220
            "require-dev": {
1221
                "cssmin/cssmin": "3.0.1",
1222
                "joliclic/javascript-packer": "1.1",
1223
                "kamicane/packager": "1.0",
1224
                "leafo/lessphp": "^0.3.7",
1225
                "leafo/scssphp": "~0.1",
1226
                "mrclay/minify": "~2.2",
1227
                "patchwork/jsqueeze": "~1.0|~2.0",
1228
                "phpunit/phpunit": "~4.8",
1229
                "psr/log": "~1.0",
1230
                "ptachoire/cssembed": "~1.0",
1231
                "symfony/phpunit-bridge": "~2.7|~3.0",
1232
                "twig/twig": "~1.8|~2.0"
1233
            },
1234
            "suggest": {
1235
                "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
1236
                "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
1237
                "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
1238
                "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
1239
                "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
1240
                "twig/twig": "Assetic provides the integration with the Twig templating engine"
1241
            },
1242
            "type": "library",
1243
            "extra": {
1244
                "branch-alias": {
1245
                    "dev-master": "1.4-dev"
1246
                }
1247
            },
1248
            "autoload": {
1249
                "psr-0": {
1250
                    "Assetic": "src/"
1251
                },
1252
                "files": [
1253
                    "src/functions.php"
1254
                ]
1255
            },
1256
            "notification-url": "https://packagist.org/downloads/",
1257
            "license": [
1258
                "MIT"
1259
            ],
1260
            "authors": [
1261
                {
1262
                    "name": "Kris Wallsmith",
1263
                    "email": "[email protected]",
1264
                    "homepage": "http://kriswallsmith.net/"
1265
                }
1266
            ],
1267
            "description": "Asset Management for PHP",
1268
            "homepage": "https://github.com/kriswallsmith/assetic",
1269
            "keywords": [
1270
                "assets",
1271
                "compression",
1272
                "minification"
1273
            ],
1274
            "time": "2015-11-12T13:51:40+00:00"
1275
        },
1276
        {
1277
            "name": "monolog/monolog",
1278
            "version": "1.19.0",
1279
            "source": {
1280
                "type": "git",
1281
                "url": "https://github.com/Seldaek/monolog.git",
1282
                "reference": "5f56ed5212dc509c8dc8caeba2715732abb32dbf"
1283
            },
1284
            "dist": {
1285
                "type": "zip",
1286
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/5f56ed5212dc509c8dc8caeba2715732abb32dbf",
1287
                "reference": "5f56ed5212dc509c8dc8caeba2715732abb32dbf",
1288
                "shasum": ""
1289
            },
1290
            "require": {
1291
                "php": ">=5.3.0",
1292
                "psr/log": "~1.0"
1293
            },
1294
            "provide": {
1295
                "psr/log-implementation": "1.0.0"
1296
            },
1297
            "require-dev": {
1298
                "aws/aws-sdk-php": "^2.4.9",
1299
                "doctrine/couchdb": "~1.0@dev",
1300
                "graylog2/gelf-php": "~1.0",
1301
                "jakub-onderka/php-parallel-lint": "0.9",
1302
                "php-amqplib/php-amqplib": "~2.4",
1303
                "php-console/php-console": "^3.1.3",
1304
                "phpunit/phpunit": "~4.5",
1305
                "phpunit/phpunit-mock-objects": "2.3.0",
1306
                "raven/raven": "^0.13",
1307
                "ruflin/elastica": ">=0.90 <3.0",
1308
                "swiftmailer/swiftmailer": "~5.3"
1309
            },
1310
            "suggest": {
1311
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1312
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1313
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1314
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1315
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1316
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
1317
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1318
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1319
                "raven/raven": "Allow sending log messages to a Sentry server",
1320
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1321
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
1322
            },
1323
            "type": "library",
1324
            "extra": {
1325
                "branch-alias": {
1326
                    "dev-master": "2.0.x-dev"
1327
                }
1328
            },
1329
            "autoload": {
1330
                "psr-4": {
1331
                    "Monolog\\": "src/Monolog"
1332
                }
1333
            },
1334
            "notification-url": "https://packagist.org/downloads/",
1335
            "license": [
1336
                "MIT"
1337
            ],
1338
            "authors": [
1339
                {
1340
                    "name": "Jordi Boggiano",
1341
                    "email": "[email protected]",
1342
                    "homepage": "http://seld.be"
1343
                }
1344
            ],
1345
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1346
            "homepage": "http://github.com/Seldaek/monolog",
1347
            "keywords": [
1348
                "log",
1349
                "logging",
1350
                "psr-3"
1351
            ],
1352
            "time": "2016-04-12T18:29:35+00:00"
1353
        },
1354
        {
1355
            "name": "moontoast/math",
1356
            "version": "1.1.0",
1357
            "source": {
1358
                "type": "git",
1359
                "url": "https://github.com/ramsey/moontoast-math.git",
1360
                "reference": "fce28a9d1e73e73376cb44e5e581675d15fbe2f3"
1361
            },
1362
            "dist": {
1363
                "type": "zip",
1364
                "url": "https://api.github.com/repos/ramsey/moontoast-math/zipball/fce28a9d1e73e73376cb44e5e581675d15fbe2f3",
1365
                "reference": "fce28a9d1e73e73376cb44e5e581675d15fbe2f3",
1366
                "shasum": ""
1367
            },
1368
            "require": {
1369
                "ext-bcmath": "*",
1370
                "php": ">=5.3.3"
1371
            },
1372
            "type": "library",
1373
            "autoload": {
1374
                "psr-0": {
1375
                    "Moontoast\\Math": "src/"
1376
                }
1377
            },
1378
            "notification-url": "https://packagist.org/downloads/",
1379
            "license": [
1380
                "Apache-2.0"
1381
            ],
1382
            "description": "A mathematics library, providing functionality for large numbers",
1383
            "homepage": "https://github.com/moontoast/math",
1384
            "keywords": [
1385
                "bcmath",
1386
                "math"
1387
            ],
1388
            "time": "2013-01-19T17:42:34+00:00"
1389
        },
1390
        {
1391
            "name": "mopa/bootstrap-bundle",
1392
            "version": "v3.0.0-RC2",
1393
            "target-dir": "Mopa/Bundle/BootstrapBundle",
1394
            "source": {
1395
                "type": "git",
1396
                "url": "https://github.com/phiamo/MopaBootstrapBundle.git",
1397
                "reference": "c43c1c3b230cccfaa2548b55a7ddca5a5af8eaff"
1398
            },
1399
            "dist": {
1400
                "type": "zip",
1401
                "url": "https://api.github.com/repos/phiamo/MopaBootstrapBundle/zipball/c43c1c3b230cccfaa2548b55a7ddca5a5af8eaff",
1402
                "reference": "c43c1c3b230cccfaa2548b55a7ddca5a5af8eaff",
1403
                "shasum": ""
1404
            },
1405
            "require": {
1406
                "mopa/composer-bridge": "~1.3",
1407
                "symfony/console": "~2.3",
1408
                "symfony/form": "~2.3|~3.0",
1409
                "symfony/framework-bundle": "~2.3",
1410
                "symfony/twig-bundle": "~2.3|~3.0",
1411
                "twig/twig": "^1.14.2"
1412
            },
1413
            "conflict": {
1414
                "symfony/twig-bridge": "<2.3"
1415
            },
1416
            "require-dev": {
1417
                "phpunit/phpunit": "~4.6"
1418
            },
1419
            "suggest": {
1420
                "craue/formflow-bundle": "~2.0",
1421
                "knplabs/knp-menu-bundle": "~2.0@dev",
1422
                "knplabs/knp-paginator-bundle": "~2.3",
1423
                "mopa/bootstrap-sandbox-bundle": "~2.3",
1424
                "twbs/bootstrap": ">2.0,<4.0-dev",
1425
                "twbs/bootstrap-sass": "v3.1.1"
1426
            },
1427
            "type": "symfony-bundle",
1428
            "extra": {
1429
                "branch-alias": {
1430
                    "dev-master": "3.x-dev"
1431
                }
1432
            },
1433
            "autoload": {
1434
                "psr-0": {
1435
                    "Mopa\\Bundle\\BootstrapBundle\\": ""
1436
                }
1437
            },
1438
            "notification-url": "https://packagist.org/downloads/",
1439
            "license": [
1440
                "MIT"
1441
            ],
1442
            "authors": [
1443
                {
1444
                    "name": "Community contributions",
1445
                    "homepage": "https://github.com/phiamo/MopaBootstrapBundle/contributors"
1446
                },
1447
                {
1448
                    "name": "Philipp A. Mohrenweiser",
1449
                    "email": "[email protected]"
1450
                }
1451
            ],
1452
            "description": "Easy integration of twitters bootstrap into symfony2",
1453
            "keywords": [
1454
                "bootstrap",
1455
                "bootstrap form",
1456
                "extra form",
1457
                "form",
1458
                "template"
1459
            ],
1460
            "time": "2015-09-10T17:23:40+00:00"
1461
        },
1462
        {
1463
            "name": "mopa/composer-bridge",
1464
            "version": "v1.5.0",
1465
            "source": {
1466
                "type": "git",
1467
                "url": "https://github.com/phiamo/MopaComposerBridge.git",
1468
                "reference": "58661a5c588ce9c3eff7d36c4030f6caa4de1ae2"
1469
            },
1470
            "dist": {
1471
                "type": "zip",
1472
                "url": "https://api.github.com/repos/phiamo/MopaComposerBridge/zipball/58661a5c588ce9c3eff7d36c4030f6caa4de1ae2",
1473
                "reference": "58661a5c588ce9c3eff7d36c4030f6caa4de1ae2",
1474
                "shasum": ""
1475
            },
1476
            "require": {
1477
                "symfony/class-loader": ">=2.0.0",
1478
                "symfony/console": ">=2.0.0"
1479
            },
1480
            "type": "symfony-bridge",
1481
            "extra": {
1482
                "branch-alias": {
1483
                    "dev-master": "1.3.x-dev"
1484
                }
1485
            },
1486
            "autoload": {
1487
                "psr-0": {
1488
                    "Mopa\\Bridge\\Composer": "src/"
1489
                }
1490
            },
1491
            "notification-url": "https://packagist.org/downloads/",
1492
            "license": [
1493
                "MIT"
1494
            ],
1495
            "authors": [
1496
                {
1497
                    "name": "Community contributions",
1498
                    "homepage": "https://github.com/phiamo/MopaComposerBridge/contributors"
1499
                },
1500
                {
1501
                    "name": "Philipp A. Mohrenweiser",
1502
                    "email": "[email protected]"
1503
                }
1504
            ],
1505
            "description": "Symfony2 Composer Bridge",
1506
            "homepage": "http://bootstrap.mohrenweiserpartner.de",
1507
            "keywords": [
1508
                "Symfony2",
1509
                "composer"
1510
            ],
1511
            "time": "2015-10-01T19:20:19+00:00"
1512
        },
1513
        {
1514
            "name": "nelmio/security-bundle",
1515
            "version": "1.10.0",
1516
            "source": {
1517
                "type": "git",
1518
                "url": "https://github.com/nelmio/NelmioSecurityBundle.git",
1519
                "reference": "4be243f1fc85ff85f10aadcf88c8c11ba2096cd9"
1520
            },
1521
            "dist": {
1522
                "type": "zip",
1523
                "url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/4be243f1fc85ff85f10aadcf88c8c11ba2096cd9",
1524
                "reference": "4be243f1fc85ff85f10aadcf88c8c11ba2096cd9",
1525
                "shasum": ""
1526
            },
1527
            "require": {
1528
                "symfony/framework-bundle": "~2.3|~3.0",
1529
                "symfony/security": "~2.3|~3.0"
1530
            },
1531
            "require-dev": {
1532
                "phpunit/phpunit": "^5.2"
1533
            },
1534
            "type": "symfony-bundle",
1535
            "extra": {
1536
                "branch-alias": {
1537
                    "dev-master": "1.10.x-dev"
1538
                }
1539
            },
1540
            "autoload": {
1541
                "psr-4": {
1542
                    "Nelmio\\SecurityBundle\\": ""
1543
                }
1544
            },
1545
            "notification-url": "https://packagist.org/downloads/",
1546
            "license": [
1547
                "MIT"
1548
            ],
1549
            "authors": [
1550
                {
1551
                    "name": "Nelmio",
1552
                    "homepage": "http://nelm.io"
1553
                },
1554
                {
1555
                    "name": "Symfony Community",
1556
                    "homepage": "https://github.com/nelmio/NelmioSecurityBundle/contributors"
1557
                }
1558
            ],
1559
            "description": "Extra security-related features for Symfony: signed/encrypted cookies, HTTPS/SSL/HSTS handling, cookie session storage, ...",
1560
            "keywords": [
1561
                "security"
1562
            ],
1563
            "time": "2016-02-23T10:42:13+00:00"
1564
        },
1565
        {
1566
            "name": "nikic/php-parser",
1567
            "version": "v3.1.3",
1568
            "source": {
1569
                "type": "git",
1570
                "url": "https://github.com/nikic/PHP-Parser.git",
1571
                "reference": "579f4ce846734a1cf55d6a531d00ca07a43e3cda"
1572
            },
1573
            "dist": {
1574
                "type": "zip",
1575
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/579f4ce846734a1cf55d6a531d00ca07a43e3cda",
1576
                "reference": "579f4ce846734a1cf55d6a531d00ca07a43e3cda",
1577
                "shasum": ""
1578
            },
1579
            "require": {
1580
                "ext-tokenizer": "*",
1581
                "php": ">=5.5"
1582
            },
1583
            "require-dev": {
1584
                "phpunit/phpunit": "~4.0|~5.0"
1585
            },
1586
            "bin": [
1587
                "bin/php-parse"
1588
            ],
1589
            "type": "library",
1590
            "extra": {
1591
                "branch-alias": {
1592
                    "dev-master": "3.0-dev"
1593
                }
1594
            },
1595
            "autoload": {
1596
                "psr-4": {
1597
                    "PhpParser\\": "lib/PhpParser"
1598
                }
1599
            },
1600
            "notification-url": "https://packagist.org/downloads/",
1601
            "license": [
1602
                "BSD-3-Clause"
1603
            ],
1604
            "authors": [
1605
                {
1606
                    "name": "Nikita Popov"
1607
                }
1608
            ],
1609
            "description": "A PHP parser written in PHP",
1610
            "keywords": [
1611
                "parser",
1612
                "php"
1613
            ],
1614
            "time": "2017-12-26T14:43:21+00:00"
1615
        },
1616
        {
1617
            "name": "openconext/monitor-bundle",
1618
            "version": "1.0.0",
1619
            "source": {
1620
                "type": "git",
1621
                "url": "https://github.com/OpenConext/Monitor-bundle.git",
1622
                "reference": "b9be093828385e857ff23a106b4429155d7f8d58"
1623
            },
1624
            "dist": {
1625
                "type": "zip",
1626
                "url": "https://api.github.com/repos/OpenConext/Monitor-bundle/zipball/b9be093828385e857ff23a106b4429155d7f8d58",
1627
                "reference": "b9be093828385e857ff23a106b4429155d7f8d58",
1628
                "shasum": ""
1629
            },
1630
            "require": {
1631
                "php": ">=5.4,<8.0-dev",
1632
                "symfony/dependency-injection": ">=2.7,<4",
1633
                "symfony/framework-bundle": ">=2.7,<4",
1634
                "webmozart/assert": "^1.2"
1635
            },
1636
            "require-dev": {
1637
                "jakub-onderka/php-parallel-lint": "^0.9.2",
1638
                "liip/rmt": "^1.1",
1639
                "malukenho/docheader": "^0.1.6",
1640
                "matthiasnoback/symfony-config-test": "^2.1",
1641
                "mockery/mockery": "~0.9",
1642
                "phpdocumentor/reflection-docblock": "3.3.*",
1643
                "phpmd/phpmd": "^2.6",
1644
                "phpunit/php-token-stream": "1.4.*",
1645
                "phpunit/phpunit": "^5.7",
1646
                "sebastian/phpcpd": "^3.0",
1647
                "squizlabs/php_codesniffer": "^3.1"
1648
            },
1649
            "type": "symfony-bundle",
1650
            "autoload": {
1651
                "psr-4": {
1652
                    "OpenConext\\MonitorBundle\\": "src"
1653
                }
1654
            },
1655
            "notification-url": "https://packagist.org/downloads/",
1656
            "license": [
1657
                "Apache-2.0"
1658
            ],
1659
            "description": "A Symfony2 bundle that facilitates health and info endpoints to a Symfony application",
1660
            "keywords": [
1661
                "OpenConext",
1662
                "health",
1663
                "monitoring",
1664
                "stepup",
1665
                "surfnet"
1666
            ],
1667
            "time": "2017-12-07T14:41:46+00:00"
1668
        },
1669
        {
1670
            "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...
1671
            "version": "v1.4.1",
1672
            "source": {
1673
                "type": "git",
1674
                "url": "https://github.com/paragonie/random_compat.git",
1675
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774"
1676
            },
1677
            "dist": {
1678
                "type": "zip",
1679
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/c7e26a21ba357863de030f0b9e701c7d04593774",
1680
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774",
1681
                "shasum": ""
1682
            },
1683
            "require": {
1684
                "php": ">=5.2.0"
1685
            },
1686
            "require-dev": {
1687
                "phpunit/phpunit": "4.*|5.*"
1688
            },
1689
            "suggest": {
1690
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1691
            },
1692
            "type": "library",
1693
            "autoload": {
1694
                "files": [
1695
                    "lib/random.php"
1696
                ]
1697
            },
1698
            "notification-url": "https://packagist.org/downloads/",
1699
            "license": [
1700
                "MIT"
1701
            ],
1702
            "authors": [
1703
                {
1704
                    "name": "Paragon Initiative Enterprises",
1705
                    "email": "[email protected]",
1706
                    "homepage": "https://paragonie.com"
1707
                }
1708
            ],
1709
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1710
            "keywords": [
1711
                "csprng",
1712
                "pseudorandom",
1713
                "random"
1714
            ],
1715
            "time": "2016-03-18T20:34:03+00:00"
1716
        },
1717
        {
1718
            "name": "psr/http-message",
1719
            "version": "1.0.1",
1720
            "source": {
1721
                "type": "git",
1722
                "url": "https://github.com/php-fig/http-message.git",
1723
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
1724
            },
1725
            "dist": {
1726
                "type": "zip",
1727
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
1728
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
1729
                "shasum": ""
1730
            },
1731
            "require": {
1732
                "php": ">=5.3.0"
1733
            },
1734
            "type": "library",
1735
            "extra": {
1736
                "branch-alias": {
1737
                    "dev-master": "1.0.x-dev"
1738
                }
1739
            },
1740
            "autoload": {
1741
                "psr-4": {
1742
                    "Psr\\Http\\Message\\": "src/"
1743
                }
1744
            },
1745
            "notification-url": "https://packagist.org/downloads/",
1746
            "license": [
1747
                "MIT"
1748
            ],
1749
            "authors": [
1750
                {
1751
                    "name": "PHP-FIG",
1752
                    "homepage": "http://www.php-fig.org/"
1753
                }
1754
            ],
1755
            "description": "Common interface for HTTP messages",
1756
            "homepage": "https://github.com/php-fig/http-message",
1757
            "keywords": [
1758
                "http",
1759
                "http-message",
1760
                "psr",
1761
                "psr-7",
1762
                "request",
1763
                "response"
1764
            ],
1765
            "time": "2016-08-06T14:39:51+00:00"
1766
        },
1767
        {
1768
            "name": "psr/log",
1769
            "version": "1.0.2",
1770
            "source": {
1771
                "type": "git",
1772
                "url": "https://github.com/php-fig/log.git",
1773
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1774
            },
1775
            "dist": {
1776
                "type": "zip",
1777
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1778
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1779
                "shasum": ""
1780
            },
1781
            "require": {
1782
                "php": ">=5.3.0"
1783
            },
1784
            "type": "library",
1785
            "extra": {
1786
                "branch-alias": {
1787
                    "dev-master": "1.0.x-dev"
1788
                }
1789
            },
1790
            "autoload": {
1791
                "psr-4": {
1792
                    "Psr\\Log\\": "Psr/Log/"
1793
                }
1794
            },
1795
            "notification-url": "https://packagist.org/downloads/",
1796
            "license": [
1797
                "MIT"
1798
            ],
1799
            "authors": [
1800
                {
1801
                    "name": "PHP-FIG",
1802
                    "homepage": "http://www.php-fig.org/"
1803
                }
1804
            ],
1805
            "description": "Common interface for logging libraries",
1806
            "homepage": "https://github.com/php-fig/log",
1807
            "keywords": [
1808
                "log",
1809
                "psr",
1810
                "psr-3"
1811
            ],
1812
            "time": "2016-10-10T12:19:37+00:00"
1813
        },
1814
        {
1815
            "name": "ramsey/uuid",
1816
            "version": "3.5.0",
1817
            "source": {
1818
                "type": "git",
1819
                "url": "https://github.com/ramsey/uuid.git",
1820
                "reference": "a6d15c8618ea3951fd54d34e326b68d3d0bc0786"
1821
            },
1822
            "dist": {
1823
                "type": "zip",
1824
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/a6d15c8618ea3951fd54d34e326b68d3d0bc0786",
1825
                "reference": "a6d15c8618ea3951fd54d34e326b68d3d0bc0786",
1826
                "shasum": ""
1827
            },
1828
            "require": {
1829
                "paragonie/random_compat": "^1.0|^2.0",
1830
                "php": ">=5.4"
1831
            },
1832
            "replace": {
1833
                "rhumsaa/uuid": "self.version"
1834
            },
1835
            "require-dev": {
1836
                "apigen/apigen": "^4.1",
1837
                "codeception/aspect-mock": "1.0.0",
1838
                "goaop/framework": "1.0.0-alpha.2",
1839
                "ircmaxell/random-lib": "^1.1",
1840
                "jakub-onderka/php-parallel-lint": "^0.9.0",
1841
                "mockery/mockery": "^0.9.4",
1842
                "moontoast/math": "^1.1",
1843
                "phpunit/phpunit": "^4.7|>=5.0 <5.4",
1844
                "satooshi/php-coveralls": "^0.6.1",
1845
                "squizlabs/php_codesniffer": "^2.3"
1846
            },
1847
            "suggest": {
1848
                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
1849
                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
1850
                "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
1851
                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
1852
                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
1853
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
1854
            },
1855
            "type": "library",
1856
            "extra": {
1857
                "branch-alias": {
1858
                    "dev-master": "3.x-dev"
1859
                }
1860
            },
1861
            "autoload": {
1862
                "psr-4": {
1863
                    "Ramsey\\Uuid\\": "src/"
1864
                }
1865
            },
1866
            "notification-url": "https://packagist.org/downloads/",
1867
            "license": [
1868
                "MIT"
1869
            ],
1870
            "authors": [
1871
                {
1872
                    "name": "Marijn Huizendveld",
1873
                    "email": "[email protected]"
1874
                },
1875
                {
1876
                    "name": "Thibaud Fabre",
1877
                    "email": "[email protected]"
1878
                },
1879
                {
1880
                    "name": "Ben Ramsey",
1881
                    "email": "[email protected]",
1882
                    "homepage": "https://benramsey.com"
1883
                }
1884
            ],
1885
            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
1886
            "homepage": "https://github.com/ramsey/uuid",
1887
            "keywords": [
1888
                "guid",
1889
                "identifier",
1890
                "uuid"
1891
            ],
1892
            "time": "2016-08-02T18:39:32+00:00"
1893
        },
1894
        {
1895
            "name": "robrichards/xmlseclibs",
1896
            "version": "3.0.1",
1897
            "source": {
1898
                "type": "git",
1899
                "url": "https://github.com/robrichards/xmlseclibs.git",
1900
                "reference": "d937712f70f93a584eb0299ccd87dc6374003781"
1901
            },
1902
            "dist": {
1903
                "type": "zip",
1904
                "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/d937712f70f93a584eb0299ccd87dc6374003781",
1905
                "reference": "d937712f70f93a584eb0299ccd87dc6374003781",
1906
                "shasum": ""
1907
            },
1908
            "require": {
1909
                "php": ">= 5.4"
1910
            },
1911
            "suggest": {
1912
                "ext-openssl": "OpenSSL extension"
1913
            },
1914
            "type": "library",
1915
            "autoload": {
1916
                "psr-4": {
1917
                    "RobRichards\\XMLSecLibs\\": "src"
1918
                }
1919
            },
1920
            "notification-url": "https://packagist.org/downloads/",
1921
            "license": [
1922
                "BSD-3-Clause"
1923
            ],
1924
            "description": "A PHP library for XML Security",
1925
            "homepage": "https://github.com/robrichards/xmlseclibs",
1926
            "keywords": [
1927
                "security",
1928
                "signature",
1929
                "xml",
1930
                "xmldsig"
1931
            ],
1932
            "time": "2017-08-31T09:27:07+00:00"
1933
        },
1934
        {
1935
            "name": "sensio/distribution-bundle",
1936
            "version": "v3.0.30",
1937
            "target-dir": "Sensio/Bundle/DistributionBundle",
1938
            "source": {
1939
                "type": "git",
1940
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
1941
                "reference": "f1758b30096202aeede61f79a1dffd69da091517"
1942
            },
1943
            "dist": {
1944
                "type": "zip",
1945
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/f1758b30096202aeede61f79a1dffd69da091517",
1946
                "reference": "f1758b30096202aeede61f79a1dffd69da091517",
1947
                "shasum": ""
1948
            },
1949
            "require": {
1950
                "php": ">=5.3.3",
1951
                "sensiolabs/security-checker": "~2.0",
1952
                "symfony/class-loader": "~2.2",
1953
                "symfony/framework-bundle": "~2.3",
1954
                "symfony/process": "~2.2"
1955
            },
1956
            "require-dev": {
1957
                "symfony/form": "~2.2",
1958
                "symfony/validator": "~2.2",
1959
                "symfony/yaml": "~2.2"
1960
            },
1961
            "suggest": {
1962
                "symfony/form": "If you want to use the configurator",
1963
                "symfony/validator": "If you want to use the configurator",
1964
                "symfony/yaml": "If you want to use  the configurator"
1965
            },
1966
            "type": "symfony-bundle",
1967
            "extra": {
1968
                "branch-alias": {
1969
                    "dev-master": "3.0.x-dev"
1970
                }
1971
            },
1972
            "autoload": {
1973
                "psr-0": {
1974
                    "Sensio\\Bundle\\DistributionBundle": ""
1975
                }
1976
            },
1977
            "notification-url": "https://packagist.org/downloads/",
1978
            "license": [
1979
                "MIT"
1980
            ],
1981
            "authors": [
1982
                {
1983
                    "name": "Fabien Potencier",
1984
                    "email": "[email protected]"
1985
                }
1986
            ],
1987
            "description": "Base bundle for Symfony Distributions",
1988
            "keywords": [
1989
                "configuration",
1990
                "distribution"
1991
            ],
1992
            "time": "2015-06-05T22:32:22+00:00"
1993
        },
1994
        {
1995
            "name": "sensio/framework-extra-bundle",
1996
            "version": "v3.0.16",
1997
            "source": {
1998
                "type": "git",
1999
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
2000
                "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546"
2001
            },
2002
            "dist": {
2003
                "type": "zip",
2004
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/507a15f56fa7699f6cc8c2c7de4080b19ce22546",
2005
                "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546",
2006
                "shasum": ""
2007
            },
2008
            "require": {
2009
                "doctrine/common": "~2.2",
2010
                "symfony/dependency-injection": "~2.3|~3.0",
2011
                "symfony/framework-bundle": "~2.3|~3.0"
2012
            },
2013
            "require-dev": {
2014
                "symfony/browser-kit": "~2.3|~3.0",
2015
                "symfony/dom-crawler": "~2.3|~3.0",
2016
                "symfony/expression-language": "~2.4|~3.0",
2017
                "symfony/finder": "~2.3|~3.0",
2018
                "symfony/phpunit-bridge": "~2.7|~3.0",
2019
                "symfony/security-bundle": "~2.4|~3.0",
2020
                "symfony/twig-bundle": "~2.3|~3.0",
2021
                "twig/twig": "~1.11|~2.0"
2022
            },
2023
            "suggest": {
2024
                "symfony/expression-language": "",
2025
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
2026
                "symfony/security-bundle": ""
2027
            },
2028
            "type": "symfony-bundle",
2029
            "extra": {
2030
                "branch-alias": {
2031
                    "dev-master": "3.0.x-dev"
2032
                }
2033
            },
2034
            "autoload": {
2035
                "psr-4": {
2036
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
2037
                }
2038
            },
2039
            "notification-url": "https://packagist.org/downloads/",
2040
            "license": [
2041
                "MIT"
2042
            ],
2043
            "authors": [
2044
                {
2045
                    "name": "Fabien Potencier",
2046
                    "email": "[email protected]"
2047
                }
2048
            ],
2049
            "description": "This bundle provides a way to configure your controllers with annotations",
2050
            "keywords": [
2051
                "annotations",
2052
                "controllers"
2053
            ],
2054
            "time": "2016-03-25T17:08:27+00:00"
2055
        },
2056
        {
2057
            "name": "sensiolabs/security-checker",
2058
            "version": "v2.0.5",
2059
            "source": {
2060
                "type": "git",
2061
                "url": "https://github.com/sensiolabs/security-checker.git",
2062
                "reference": "2c2a71f1c77d9765c12638c4724d9ca23658a810"
2063
            },
2064
            "dist": {
2065
                "type": "zip",
2066
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/2c2a71f1c77d9765c12638c4724d9ca23658a810",
2067
                "reference": "2c2a71f1c77d9765c12638c4724d9ca23658a810",
2068
                "shasum": ""
2069
            },
2070
            "require": {
2071
                "ext-curl": "*",
2072
                "symfony/console": "~2.0"
2073
            },
2074
            "bin": [
2075
                "security-checker"
2076
            ],
2077
            "type": "library",
2078
            "extra": {
2079
                "branch-alias": {
2080
                    "dev-master": "2.0-dev"
2081
                }
2082
            },
2083
            "autoload": {
2084
                "psr-0": {
2085
                    "SensioLabs\\Security": ""
2086
                }
2087
            },
2088
            "notification-url": "https://packagist.org/downloads/",
2089
            "license": [
2090
                "MIT"
2091
            ],
2092
            "authors": [
2093
                {
2094
                    "name": "Fabien Potencier",
2095
                    "email": "[email protected]"
2096
                }
2097
            ],
2098
            "description": "A security checker for your composer.lock",
2099
            "time": "2015-05-28T14:22:40+00:00"
2100
        },
2101
        {
2102
            "name": "simplesamlphp/saml2",
2103
            "version": "v3.1.4",
2104
            "source": {
2105
                "type": "git",
2106
                "url": "https://github.com/simplesamlphp/saml2.git",
2107
                "reference": "4f6af7f69f29df8555a18b9bb7b646906b45924d"
2108
            },
2109
            "dist": {
2110
                "type": "zip",
2111
                "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/4f6af7f69f29df8555a18b9bb7b646906b45924d",
2112
                "reference": "4f6af7f69f29df8555a18b9bb7b646906b45924d",
2113
                "shasum": ""
2114
            },
2115
            "require": {
2116
                "ext-dom": "*",
2117
                "ext-openssl": "*",
2118
                "ext-zlib": "*",
2119
                "php": ">=5.4",
2120
                "psr/log": "~1.0",
2121
                "robrichards/xmlseclibs": "^3.0"
2122
            },
2123
            "require-dev": {
2124
                "mockery/mockery": "~0.9",
2125
                "phpmd/phpmd": "~1.5",
2126
                "phpunit/phpunit": "~3.7",
2127
                "sebastian/phpcpd": "~1.4",
2128
                "sensiolabs/security-checker": "~1.1",
2129
                "squizlabs/php_codesniffer": "~1.4"
2130
            },
2131
            "type": "library",
2132
            "extra": {
2133
                "branch-alias": {
2134
                    "dev-master": "v3.0.x-dev"
2135
                }
2136
            },
2137
            "autoload": {
2138
                "psr-0": {
2139
                    "SAML2\\": "src/"
2140
                },
2141
                "files": [
2142
                    "src/_autoload.php"
2143
                ]
2144
            },
2145
            "notification-url": "https://packagist.org/downloads/",
2146
            "license": [
2147
                "LGPL-2.1-or-later"
2148
            ],
2149
            "authors": [
2150
                {
2151
                    "name": "Andreas Åkre Solberg",
2152
                    "email": "[email protected]"
2153
                }
2154
            ],
2155
            "description": "SAML2 PHP library from SimpleSAMLphp",
2156
            "time": "2018-03-02T14:30:38+00:00"
2157
        },
2158
        {
2159
            "name": "surfnet/stepup-bundle",
2160
            "version": "3.4.0",
2161
            "source": {
2162
                "type": "git",
2163
                "url": "https://github.com/OpenConext/Stepup-bundle.git",
2164
                "reference": "e0afaa26ffd0a38bb89b55e95761fe9555b6670f"
2165
            },
2166
            "dist": {
2167
                "type": "zip",
2168
                "url": "https://api.github.com/repos/OpenConext/Stepup-bundle/zipball/e0afaa26ffd0a38bb89b55e95761fe9555b6670f",
2169
                "reference": "e0afaa26ffd0a38bb89b55e95761fe9555b6670f",
2170
                "shasum": ""
2171
            },
2172
            "require": {
2173
                "ext-gmp": "*",
2174
                "ext-openssl": "*",
2175
                "guzzlehttp/guzzle": "^6.0",
2176
                "monolog/monolog": "~1.11",
2177
                "php": "^5.6|^7.0",
2178
                "sensio/framework-extra-bundle": "~3",
2179
                "surfnet/stepup-saml-bundle": "^4.0",
2180
                "symfony/config": "^2.7",
2181
                "symfony/dependency-injection": "^2.7",
2182
                "symfony/form": "^2.7",
2183
                "symfony/framework-bundle": "^2.7",
2184
                "symfony/http-kernel": "^2.7",
2185
                "symfony/twig-bridge": "^2.7",
2186
                "symfony/validator": "^2.7"
2187
            },
2188
            "require-dev": {
2189
                "mockery/mockery": "0.9.*",
2190
                "phpmd/phpmd": "^2.0",
2191
                "phpunit/phpunit": "^4.0",
2192
                "sebastian/phpcpd": "^2.0",
2193
                "sensiolabs/security-checker": "^2.0",
2194
                "squizlabs/php_codesniffer": "^1.0"
2195
            },
2196
            "type": "library",
2197
            "autoload": {
2198
                "psr-4": {
2199
                    "Surfnet\\StepupBundle\\": "src"
2200
                }
2201
            },
2202
            "notification-url": "https://packagist.org/downloads/",
2203
            "license": [
2204
                "Apache-2.0"
2205
            ],
2206
            "description": "A Symfony2 bundle that holds shared code and framework integration for all Step-up applications.",
2207
            "keywords": [
2208
                "stepup",
2209
                "suaas",
2210
                "surfnet"
2211
            ],
2212
            "time": "2018-04-09T11:13:53+00:00"
2213
        },
2214
        {
2215
            "name": "surfnet/stepup-middleware-client-bundle",
2216
            "version": "2.3.2",
2217
            "source": {
2218
                "type": "git",
2219
                "url": "https://github.com/OpenConext/Stepup-Middleware-clientbundle.git",
2220
                "reference": "60cc5468d912b5ceb52d4bbf68a5b66ec109ae15"
2221
            },
2222
            "dist": {
2223
                "type": "zip",
2224
                "url": "https://api.github.com/repos/OpenConext/Stepup-Middleware-clientbundle/zipball/60cc5468d912b5ceb52d4bbf68a5b66ec109ae15",
2225
                "reference": "60cc5468d912b5ceb52d4bbf68a5b66ec109ae15",
2226
                "shasum": ""
2227
            },
2228
            "require": {
2229
                "beberlei/assert": "~2.0",
2230
                "guzzlehttp/guzzle": "^6.0",
2231
                "moontoast/math": "~1.1",
2232
                "php": "^5.6|^7.0",
2233
                "psr/log": "~1.0",
2234
                "ramsey/uuid": "^3.4",
2235
                "surfnet/stepup-bundle": "^3.0",
2236
                "symfony/config": "^2.7",
2237
                "symfony/dependency-injection": "^2.7",
2238
                "symfony/http-kernel": "^2.7",
2239
                "symfony/validator": "^2.7"
2240
            },
2241
            "conflict": {
2242
                "surfnet/stepup-middleware-client": "*"
2243
            },
2244
            "require-dev": {
2245
                "liip/rmt": "1.1.*",
2246
                "matthiasnoback/symfony-config-test": "0.*",
2247
                "mockery/mockery": "0.9.*",
2248
                "phpmd/phpmd": "^2.0",
2249
                "phpunit/phpunit": "^4.0",
2250
                "sebastian/phpcpd": "^2.0",
2251
                "sensiolabs/security-checker": "^2.0",
2252
                "squizlabs/php_codesniffer": "^1.0"
2253
            },
2254
            "type": "library",
2255
            "autoload": {
2256
                "psr-4": {
2257
                    "Surfnet\\StepupMiddlewareClientBundle\\": "src/Surfnet/StepupMiddlewareClientBundle/",
2258
                    "Surfnet\\StepupMiddlewareClient\\": "src/Surfnet/StepupMiddlewareClient/"
2259
                }
2260
            },
2261
            "notification-url": "https://packagist.org/downloads/",
2262
            "license": [
2263
                "Apache-2.0"
2264
            ],
2265
            "description": "Symfony2 bundle for consuming the Step-up Middleware API.",
2266
            "time": "2018-03-23T14:11:33+00:00"
2267
        },
2268
        {
2269
            "name": "surfnet/stepup-saml-bundle",
2270
            "version": "4.0.0",
2271
            "source": {
2272
                "type": "git",
2273
                "url": "https://github.com/OpenConext/Stepup-saml-bundle.git",
2274
                "reference": "9bb7098248c7b60c8b2cbc74d996b027de69e68a"
2275
            },
2276
            "dist": {
2277
                "type": "zip",
2278
                "url": "https://api.github.com/repos/OpenConext/Stepup-saml-bundle/zipball/9bb7098248c7b60c8b2cbc74d996b027de69e68a",
2279
                "reference": "9bb7098248c7b60c8b2cbc74d996b027de69e68a",
2280
                "shasum": ""
2281
            },
2282
            "require": {
2283
                "ext-openssl": "*",
2284
                "php": ">=5.6,<8.0-dev",
2285
                "robrichards/xmlseclibs": "^3.0",
2286
                "simplesamlphp/saml2": "^3.0",
2287
                "symfony/dependency-injection": ">=2.7,<4",
2288
                "symfony/framework-bundle": ">=2.7,<4"
2289
            },
2290
            "require-dev": {
2291
                "ibuildings/qa-tools": "~1.1",
2292
                "liip/rmt": "~1.1",
2293
                "mockery/mockery": "~0.9",
2294
                "psr/log": "~1.0"
2295
            },
2296
            "type": "symfony-bundle",
2297
            "autoload": {
2298
                "psr-4": {
2299
                    "Surfnet\\SamlBundle\\": "src"
2300
                }
2301
            },
2302
            "notification-url": "https://packagist.org/downloads/",
2303
            "license": [
2304
                "Apache-2.0"
2305
            ],
2306
            "description": "A Symfony2 bundle that integrates the simplesamlphp\\saml2 library with Symfony",
2307
            "keywords": [
2308
                "SAML2",
2309
                "saml",
2310
                "simplesamlphp",
2311
                "stepup",
2312
                "surfnet"
2313
            ],
2314
            "time": "2018-03-21T09:35:58+00:00"
2315
        },
2316
        {
2317
            "name": "surfnet/stepup-u2f-bundle",
2318
            "version": "dev-develop",
2319
            "source": {
2320
                "type": "git",
2321
                "url": "https://github.com/OpenConext/Stepup-u2f-bundle.git",
2322
                "reference": "67d8400160c5c9048cdd4354303d59243edbb7bf"
2323
            },
2324
            "dist": {
2325
                "type": "zip",
2326
                "url": "https://api.github.com/repos/OpenConext/Stepup-u2f-bundle/zipball/67d8400160c5c9048cdd4354303d59243edbb7bf",
2327
                "reference": "67d8400160c5c9048cdd4354303d59243edbb7bf",
2328
                "shasum": ""
2329
            },
2330
            "require": {
2331
                "php": ">=5.4|^7",
2332
                "symfony/config": "^2.7",
2333
                "symfony/dependency-injection": "^2.7",
2334
                "symfony/form": "^2.7",
2335
                "symfony/http-kernel": "^2.7",
2336
                "symfony/validator": "^2.7",
2337
                "yubico/u2flib-server": "^0.1.0"
2338
            },
2339
            "require-dev": {
2340
                "ibuildings/qa-tools": "~1.1,>=1.1.27",
2341
                "liip/rmt": "1.1.*",
2342
                "matthiasnoback/symfony-config-test": "^1.2",
2343
                "mockery/mockery": "~0.9"
2344
            },
2345
            "type": "library",
2346
            "autoload": {
2347
                "psr-4": {
2348
                    "Surfnet\\StepupU2fBundle\\": "src"
2349
                }
2350
            },
2351
            "notification-url": "https://packagist.org/downloads/",
2352
            "license": [
2353
                "Apache-2.0"
2354
            ],
2355
            "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",
2356
            "time": "2017-01-27T08:45:00+00:00"
2357
        },
2358
        {
2359
            "name": "symfony/assetic-bundle",
2360
            "version": "v2.8.0",
2361
            "source": {
2362
                "type": "git",
2363
                "url": "https://github.com/symfony/assetic-bundle.git",
2364
                "reference": "aa5b4f8b712f38745928fa845ddb73300bb2af6d"
2365
            },
2366
            "dist": {
2367
                "type": "zip",
2368
                "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/aa5b4f8b712f38745928fa845ddb73300bb2af6d",
2369
                "reference": "aa5b4f8b712f38745928fa845ddb73300bb2af6d",
2370
                "shasum": ""
2371
            },
2372
            "require": {
2373
                "kriswallsmith/assetic": "~1.3",
2374
                "php": ">=5.3.0",
2375
                "symfony/console": "~2.3|~3.0",
2376
                "symfony/dependency-injection": "~2.3|~3.0",
2377
                "symfony/framework-bundle": "~2.3|~3.0",
2378
                "symfony/yaml": "~2.3|~3.0"
2379
            },
2380
            "conflict": {
2381
                "kriswallsmith/spork": "<=0.2",
2382
                "twig/twig": "<1.20"
2383
            },
2384
            "require-dev": {
2385
                "kriswallsmith/spork": "~0.3",
2386
                "patchwork/jsqueeze": "~1.0",
2387
                "symfony/class-loader": "~2.3|~3.0",
2388
                "symfony/css-selector": "~2.3|~3.0",
2389
                "symfony/dom-crawler": "~2.3|~3.0",
2390
                "symfony/phpunit-bridge": "~2.7|~3.0",
2391
                "symfony/twig-bundle": "~2.3|~3.0"
2392
            },
2393
            "suggest": {
2394
                "kriswallsmith/spork": "to be able to dump assets in parallel",
2395
                "symfony/twig-bundle": "to use the Twig integration"
2396
            },
2397
            "type": "symfony-bundle",
2398
            "extra": {
2399
                "branch-alias": {
2400
                    "dev-master": "2.7-dev"
2401
                }
2402
            },
2403
            "autoload": {
2404
                "psr-4": {
2405
                    "Symfony\\Bundle\\AsseticBundle\\": ""
2406
                }
2407
            },
2408
            "notification-url": "https://packagist.org/downloads/",
2409
            "license": [
2410
                "MIT"
2411
            ],
2412
            "authors": [
2413
                {
2414
                    "name": "Kris Wallsmith",
2415
                    "email": "[email protected]",
2416
                    "homepage": "http://kriswallsmith.net/"
2417
                }
2418
            ],
2419
            "description": "Integrates Assetic into Symfony2",
2420
            "homepage": "https://github.com/symfony/AsseticBundle",
2421
            "keywords": [
2422
                "assets",
2423
                "compression",
2424
                "minification"
2425
            ],
2426
            "abandoned": "symfony/webpack-encore-pack",
2427
            "time": "2015-12-28T13:12:39+00:00"
2428
        },
2429
        {
2430
            "name": "symfony/monolog-bundle",
2431
            "version": "2.11.1",
2432
            "source": {
2433
                "type": "git",
2434
                "url": "https://github.com/symfony/monolog-bundle.git",
2435
                "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00"
2436
            },
2437
            "dist": {
2438
                "type": "zip",
2439
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00",
2440
                "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00",
2441
                "shasum": ""
2442
            },
2443
            "require": {
2444
                "monolog/monolog": "~1.18",
2445
                "php": ">=5.3.2",
2446
                "symfony/config": "~2.3|~3.0",
2447
                "symfony/dependency-injection": "~2.3|~3.0",
2448
                "symfony/http-kernel": "~2.3|~3.0",
2449
                "symfony/monolog-bridge": "~2.3|~3.0"
2450
            },
2451
            "require-dev": {
2452
                "phpunit/phpunit": "^4.8",
2453
                "symfony/console": "~2.3|~3.0",
2454
                "symfony/yaml": "~2.3|~3.0"
2455
            },
2456
            "type": "symfony-bundle",
2457
            "extra": {
2458
                "branch-alias": {
2459
                    "dev-master": "2.x-dev"
2460
                }
2461
            },
2462
            "autoload": {
2463
                "psr-4": {
2464
                    "Symfony\\Bundle\\MonologBundle\\": ""
2465
                }
2466
            },
2467
            "notification-url": "https://packagist.org/downloads/",
2468
            "license": [
2469
                "MIT"
2470
            ],
2471
            "authors": [
2472
                {
2473
                    "name": "Symfony Community",
2474
                    "homepage": "http://symfony.com/contributors"
2475
                },
2476
                {
2477
                    "name": "Fabien Potencier",
2478
                    "email": "[email protected]"
2479
                }
2480
            ],
2481
            "description": "Symfony MonologBundle",
2482
            "homepage": "http://symfony.com",
2483
            "keywords": [
2484
                "log",
2485
                "logging"
2486
            ],
2487
            "time": "2016-04-13T16:21:01+00:00"
2488
        },
2489
        {
2490
            "name": "symfony/polyfill-apcu",
2491
            "version": "v1.2.0",
2492
            "source": {
2493
                "type": "git",
2494
                "url": "https://github.com/symfony/polyfill-apcu.git",
2495
                "reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b"
2496
            },
2497
            "dist": {
2498
                "type": "zip",
2499
                "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/6d58bceaeea2c2d3eb62503839b18646e161cd6b",
2500
                "reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b",
2501
                "shasum": ""
2502
            },
2503
            "require": {
2504
                "php": ">=5.3.3"
2505
            },
2506
            "type": "library",
2507
            "extra": {
2508
                "branch-alias": {
2509
                    "dev-master": "1.2-dev"
2510
                }
2511
            },
2512
            "autoload": {
2513
                "files": [
2514
                    "bootstrap.php"
2515
                ]
2516
            },
2517
            "notification-url": "https://packagist.org/downloads/",
2518
            "license": [
2519
                "MIT"
2520
            ],
2521
            "authors": [
2522
                {
2523
                    "name": "Nicolas Grekas",
2524
                    "email": "[email protected]"
2525
                },
2526
                {
2527
                    "name": "Symfony Community",
2528
                    "homepage": "https://symfony.com/contributors"
2529
                }
2530
            ],
2531
            "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
2532
            "homepage": "https://symfony.com",
2533
            "keywords": [
2534
                "apcu",
2535
                "compatibility",
2536
                "polyfill",
2537
                "portable",
2538
                "shim"
2539
            ],
2540
            "time": "2016-05-18T14:26:46+00:00"
2541
        },
2542
        {
2543
            "name": "symfony/polyfill-ctype",
2544
            "version": "v1.8.0",
2545
            "source": {
2546
                "type": "git",
2547
                "url": "https://github.com/symfony/polyfill-ctype.git",
2548
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae"
2549
            },
2550
            "dist": {
2551
                "type": "zip",
2552
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
2553
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
2554
                "shasum": ""
2555
            },
2556
            "require": {
2557
                "php": ">=5.3.3"
2558
            },
2559
            "type": "library",
2560
            "extra": {
2561
                "branch-alias": {
2562
                    "dev-master": "1.8-dev"
2563
                }
2564
            },
2565
            "autoload": {
2566
                "psr-4": {
2567
                    "Symfony\\Polyfill\\Ctype\\": ""
2568
                },
2569
                "files": [
2570
                    "bootstrap.php"
2571
                ]
2572
            },
2573
            "notification-url": "https://packagist.org/downloads/",
2574
            "license": [
2575
                "MIT"
2576
            ],
2577
            "authors": [
2578
                {
2579
                    "name": "Symfony Community",
2580
                    "homepage": "https://symfony.com/contributors"
2581
                },
2582
                {
2583
                    "name": "Gert de Pagter",
2584
                    "email": "[email protected]"
2585
                }
2586
            ],
2587
            "description": "Symfony polyfill for ctype functions",
2588
            "homepage": "https://symfony.com",
2589
            "keywords": [
2590
                "compatibility",
2591
                "ctype",
2592
                "polyfill",
2593
                "portable"
2594
            ],
2595
            "time": "2018-04-30T19:57:29+00:00"
2596
        },
2597
        {
2598
            "name": "symfony/polyfill-mbstring",
2599
            "version": "v1.2.0",
2600
            "source": {
2601
                "type": "git",
2602
                "url": "https://github.com/symfony/polyfill-mbstring.git",
2603
                "reference": "dff51f72b0706335131b00a7f49606168c582594"
2604
            },
2605
            "dist": {
2606
                "type": "zip",
2607
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
2608
                "reference": "dff51f72b0706335131b00a7f49606168c582594",
2609
                "shasum": ""
2610
            },
2611
            "require": {
2612
                "php": ">=5.3.3"
2613
            },
2614
            "suggest": {
2615
                "ext-mbstring": "For best performance"
2616
            },
2617
            "type": "library",
2618
            "extra": {
2619
                "branch-alias": {
2620
                    "dev-master": "1.2-dev"
2621
                }
2622
            },
2623
            "autoload": {
2624
                "psr-4": {
2625
                    "Symfony\\Polyfill\\Mbstring\\": ""
2626
                },
2627
                "files": [
2628
                    "bootstrap.php"
2629
                ]
2630
            },
2631
            "notification-url": "https://packagist.org/downloads/",
2632
            "license": [
2633
                "MIT"
2634
            ],
2635
            "authors": [
2636
                {
2637
                    "name": "Nicolas Grekas",
2638
                    "email": "[email protected]"
2639
                },
2640
                {
2641
                    "name": "Symfony Community",
2642
                    "homepage": "https://symfony.com/contributors"
2643
                }
2644
            ],
2645
            "description": "Symfony polyfill for the Mbstring extension",
2646
            "homepage": "https://symfony.com",
2647
            "keywords": [
2648
                "compatibility",
2649
                "mbstring",
2650
                "polyfill",
2651
                "portable",
2652
                "shim"
2653
            ],
2654
            "time": "2016-05-18T14:26:46+00:00"
2655
        },
2656
        {
2657
            "name": "symfony/symfony",
2658
            "version": "v2.7.49",
2659
            "source": {
2660
                "type": "git",
2661
                "url": "https://github.com/symfony/symfony.git",
2662
                "reference": "3425d87198b43400e95b829ae1ce7b3a86976f51"
2663
            },
2664
            "dist": {
2665
                "type": "zip",
2666
                "url": "https://api.github.com/repos/symfony/symfony/zipball/3425d87198b43400e95b829ae1ce7b3a86976f51",
2667
                "reference": "3425d87198b43400e95b829ae1ce7b3a86976f51",
2668
                "shasum": ""
2669
            },
2670
            "require": {
2671
                "doctrine/common": "~2.4",
2672
                "ext-xml": "*",
2673
                "paragonie/random_compat": "~1.0",
2674
                "php": ">=5.3.9",
2675
                "psr/log": "~1.0",
2676
                "symfony/polyfill-apcu": "~1.1",
2677
                "symfony/polyfill-ctype": "~1.8",
2678
                "symfony/polyfill-mbstring": "~1.1",
2679
                "twig/twig": "~1.34|~2.4"
2680
            },
2681
            "conflict": {
2682
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
2683
            },
2684
            "replace": {
2685
                "symfony/asset": "self.version",
2686
                "symfony/browser-kit": "self.version",
2687
                "symfony/class-loader": "self.version",
2688
                "symfony/config": "self.version",
2689
                "symfony/console": "self.version",
2690
                "symfony/css-selector": "self.version",
2691
                "symfony/debug": "self.version",
2692
                "symfony/debug-bundle": "self.version",
2693
                "symfony/dependency-injection": "self.version",
2694
                "symfony/doctrine-bridge": "self.version",
2695
                "symfony/dom-crawler": "self.version",
2696
                "symfony/event-dispatcher": "self.version",
2697
                "symfony/expression-language": "self.version",
2698
                "symfony/filesystem": "self.version",
2699
                "symfony/finder": "self.version",
2700
                "symfony/form": "self.version",
2701
                "symfony/framework-bundle": "self.version",
2702
                "symfony/http-foundation": "self.version",
2703
                "symfony/http-kernel": "self.version",
2704
                "symfony/intl": "self.version",
2705
                "symfony/locale": "self.version",
2706
                "symfony/monolog-bridge": "self.version",
2707
                "symfony/options-resolver": "self.version",
2708
                "symfony/process": "self.version",
2709
                "symfony/property-access": "self.version",
2710
                "symfony/proxy-manager-bridge": "self.version",
2711
                "symfony/routing": "self.version",
2712
                "symfony/security": "self.version",
2713
                "symfony/security-acl": "self.version",
2714
                "symfony/security-bundle": "self.version",
2715
                "symfony/security-core": "self.version",
2716
                "symfony/security-csrf": "self.version",
2717
                "symfony/security-http": "self.version",
2718
                "symfony/serializer": "self.version",
2719
                "symfony/stopwatch": "self.version",
2720
                "symfony/swiftmailer-bridge": "self.version",
2721
                "symfony/templating": "self.version",
2722
                "symfony/translation": "self.version",
2723
                "symfony/twig-bridge": "self.version",
2724
                "symfony/twig-bundle": "self.version",
2725
                "symfony/validator": "self.version",
2726
                "symfony/var-dumper": "self.version",
2727
                "symfony/web-profiler-bundle": "self.version",
2728
                "symfony/yaml": "self.version"
2729
            },
2730
            "require-dev": {
2731
                "doctrine/annotations": "~1.0",
2732
                "doctrine/data-fixtures": "1.0.*",
2733
                "doctrine/dbal": "~2.4",
2734
                "doctrine/doctrine-bundle": "~1.2",
2735
                "doctrine/orm": "~2.4,>=2.4.5",
2736
                "egulias/email-validator": "~1.2,>=1.2.1",
2737
                "ircmaxell/password-compat": "~1.0",
2738
                "monolog/monolog": "~1.11",
2739
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
2740
                "sensio/framework-extra-bundle": "^3.0.2",
2741
                "symfony/phpunit-bridge": "~3.4|~4.0"
2742
            },
2743
            "type": "library",
2744
            "extra": {
2745
                "branch-alias": {
2746
                    "dev-master": "2.7-dev"
2747
                }
2748
            },
2749
            "autoload": {
2750
                "psr-4": {
2751
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
2752
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
2753
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
2754
                    "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
2755
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
2756
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
2757
                    "Symfony\\Component\\": "src/Symfony/Component/"
2758
                },
2759
                "classmap": [
2760
                    "src/Symfony/Component/HttpFoundation/Resources/stubs",
2761
                    "src/Symfony/Component/Intl/Resources/stubs"
2762
                ],
2763
                "files": [
2764
                    "src/Symfony/Component/Intl/Resources/stubs/functions.php"
2765
                ],
2766
                "exclude-from-classmap": [
2767
                    "**/Tests/"
2768
                ]
2769
            },
2770
            "notification-url": "https://packagist.org/downloads/",
2771
            "license": [
2772
                "MIT"
2773
            ],
2774
            "authors": [
2775
                {
2776
                    "name": "Fabien Potencier",
2777
                    "email": "[email protected]"
2778
                },
2779
                {
2780
                    "name": "Symfony Community",
2781
                    "homepage": "https://symfony.com/contributors"
2782
                }
2783
            ],
2784
            "description": "The Symfony PHP framework",
2785
            "homepage": "https://symfony.com",
2786
            "keywords": [
2787
                "framework"
2788
            ],
2789
            "time": "2018-08-01T13:57:05+00:00"
2790
        },
2791
        {
2792
            "name": "twbs/bootstrap",
2793
            "version": "v3.2.0",
2794
            "source": {
2795
                "type": "git",
2796
                "url": "https://github.com/twbs/bootstrap.git",
2797
                "reference": "c068162161154a4b85110ea1e7dd3d7897ce2b72"
2798
            },
2799
            "dist": {
2800
                "type": "zip",
2801
                "url": "https://api.github.com/repos/twbs/bootstrap/zipball/c068162161154a4b85110ea1e7dd3d7897ce2b72",
2802
                "reference": "c068162161154a4b85110ea1e7dd3d7897ce2b72",
2803
                "shasum": ""
2804
            },
2805
            "replace": {
2806
                "twitter/bootstrap": "self.version"
2807
            },
2808
            "type": "library",
2809
            "extra": {
2810
                "branch-alias": {
2811
                    "dev-master": "3.2.x-dev"
2812
                }
2813
            },
2814
            "notification-url": "https://packagist.org/downloads/",
2815
            "license": [
2816
                "MIT"
2817
            ],
2818
            "authors": [
2819
                {
2820
                    "name": "Jacob Thornton",
2821
                    "email": "[email protected]"
2822
                },
2823
                {
2824
                    "name": "Mark Otto",
2825
                    "email": "[email protected]"
2826
                }
2827
            ],
2828
            "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
2829
            "homepage": "http://getbootstrap.com",
2830
            "keywords": [
2831
                "JS",
2832
                "css",
2833
                "framework",
2834
                "front-end",
2835
                "less",
2836
                "mobile-first",
2837
                "responsive",
2838
                "web"
2839
            ],
2840
            "time": "2014-06-26T16:36:48+00:00"
2841
        },
2842
        {
2843
            "name": "twig/extensions",
2844
            "version": "v1.3.0",
2845
            "source": {
2846
                "type": "git",
2847
                "url": "https://github.com/twigphp/Twig-extensions.git",
2848
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499"
2849
            },
2850
            "dist": {
2851
                "type": "zip",
2852
                "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/449e3c8a9ffad7c2479c7864557275a32b037499",
2853
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499",
2854
                "shasum": ""
2855
            },
2856
            "require": {
2857
                "twig/twig": "~1.20|~2.0"
2858
            },
2859
            "require-dev": {
2860
                "symfony/translation": "~2.3"
2861
            },
2862
            "suggest": {
2863
                "symfony/translation": "Allow the time_diff output to be translated"
2864
            },
2865
            "type": "library",
2866
            "extra": {
2867
                "branch-alias": {
2868
                    "dev-master": "1.3-dev"
2869
                }
2870
            },
2871
            "autoload": {
2872
                "psr-0": {
2873
                    "Twig_Extensions_": "lib/"
2874
                }
2875
            },
2876
            "notification-url": "https://packagist.org/downloads/",
2877
            "license": [
2878
                "MIT"
2879
            ],
2880
            "authors": [
2881
                {
2882
                    "name": "Fabien Potencier",
2883
                    "email": "[email protected]"
2884
                }
2885
            ],
2886
            "description": "Common additional features for Twig that do not directly belong in core",
2887
            "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
2888
            "keywords": [
2889
                "i18n",
2890
                "text"
2891
            ],
2892
            "time": "2015-08-22T16:38:35+00:00"
2893
        },
2894
        {
2895
            "name": "twig/twig",
2896
            "version": "v1.35.4",
2897
            "source": {
2898
                "type": "git",
2899
                "url": "https://github.com/twigphp/Twig.git",
2900
                "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a"
2901
            },
2902
            "dist": {
2903
                "type": "zip",
2904
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
2905
                "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
2906
                "shasum": ""
2907
            },
2908
            "require": {
2909
                "php": ">=5.3.3",
2910
                "symfony/polyfill-ctype": "^1.8"
2911
            },
2912
            "require-dev": {
2913
                "psr/container": "^1.0",
2914
                "symfony/debug": "^2.7",
2915
                "symfony/phpunit-bridge": "^3.3"
2916
            },
2917
            "type": "library",
2918
            "extra": {
2919
                "branch-alias": {
2920
                    "dev-master": "1.35-dev"
2921
                }
2922
            },
2923
            "autoload": {
2924
                "psr-0": {
2925
                    "Twig_": "lib/"
2926
                },
2927
                "psr-4": {
2928
                    "Twig\\": "src/"
2929
                }
2930
            },
2931
            "notification-url": "https://packagist.org/downloads/",
2932
            "license": [
2933
                "BSD-3-Clause"
2934
            ],
2935
            "authors": [
2936
                {
2937
                    "name": "Fabien Potencier",
2938
                    "email": "[email protected]",
2939
                    "homepage": "http://fabien.potencier.org",
2940
                    "role": "Lead Developer"
2941
                },
2942
                {
2943
                    "name": "Armin Ronacher",
2944
                    "email": "[email protected]",
2945
                    "role": "Project Founder"
2946
                },
2947
                {
2948
                    "name": "Twig Team",
2949
                    "homepage": "https://twig.symfony.com/contributors",
2950
                    "role": "Contributors"
2951
                }
2952
            ],
2953
            "description": "Twig, the flexible, fast, and secure template language for PHP",
2954
            "homepage": "https://twig.symfony.com",
2955
            "keywords": [
2956
                "templating"
2957
            ],
2958
            "time": "2018-07-13T07:12:17+00:00"
2959
        },
2960
        {
2961
            "name": "webmozart/assert",
2962
            "version": "1.2.0",
2963
            "source": {
2964
                "type": "git",
2965
                "url": "https://github.com/webmozart/assert.git",
2966
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
2967
            },
2968
            "dist": {
2969
                "type": "zip",
2970
                "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
2971
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
2972
                "shasum": ""
2973
            },
2974
            "require": {
2975
                "php": "^5.3.3 || ^7.0"
2976
            },
2977
            "require-dev": {
2978
                "phpunit/phpunit": "^4.6",
2979
                "sebastian/version": "^1.0.1"
2980
            },
2981
            "type": "library",
2982
            "extra": {
2983
                "branch-alias": {
2984
                    "dev-master": "1.3-dev"
2985
                }
2986
            },
2987
            "autoload": {
2988
                "psr-4": {
2989
                    "Webmozart\\Assert\\": "src/"
2990
                }
2991
            },
2992
            "notification-url": "https://packagist.org/downloads/",
2993
            "license": [
2994
                "MIT"
2995
            ],
2996
            "authors": [
2997
                {
2998
                    "name": "Bernhard Schussek",
2999
                    "email": "[email protected]"
3000
                }
3001
            ],
3002
            "description": "Assertions to validate method input/output with nice error messages.",
3003
            "keywords": [
3004
                "assert",
3005
                "check",
3006
                "validate"
3007
            ],
3008
            "time": "2016-11-23T20:04:58+00:00"
3009
        },
3010
        {
3011
            "name": "yubico/u2flib-server",
3012
            "version": "0.1.0",
3013
            "source": {
3014
                "type": "git",
3015
                "url": "https://github.com/Yubico/php-u2flib-server.git",
3016
                "reference": "71ad5f0b7c796966da356eecd5b583ac852e92a1"
3017
            },
3018
            "dist": {
3019
                "type": "zip",
3020
                "url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/71ad5f0b7c796966da356eecd5b583ac852e92a1",
3021
                "reference": "71ad5f0b7c796966da356eecd5b583ac852e92a1",
3022
                "shasum": ""
3023
            },
3024
            "require": {
3025
                "ext-openssl": "*"
3026
            },
3027
            "type": "library",
3028
            "autoload": {
3029
                "classmap": [
3030
                    "src/"
3031
                ]
3032
            },
3033
            "notification-url": "https://packagist.org/downloads/",
3034
            "license": [
3035
                "BSD-2-Clause"
3036
            ],
3037
            "description": "Library for U2F implementation",
3038
            "homepage": "https://developers.yubico.com/php-u2flib-server",
3039
            "time": "2015-03-03T08:05:16+00:00"
3040
        }
3041
    ],
3042
    "packages-dev": [
3043
        {
3044
            "name": "doctrine/instantiator",
3045
            "version": "1.0.5",
3046
            "source": {
3047
                "type": "git",
3048
                "url": "https://github.com/doctrine/instantiator.git",
3049
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
3050
            },
3051
            "dist": {
3052
                "type": "zip",
3053
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
3054
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
3055
                "shasum": ""
3056
            },
3057
            "require": {
3058
                "php": ">=5.3,<8.0-DEV"
3059
            },
3060
            "require-dev": {
3061
                "athletic/athletic": "~0.1.8",
3062
                "ext-pdo": "*",
3063
                "ext-phar": "*",
3064
                "phpunit/phpunit": "~4.0",
3065
                "squizlabs/php_codesniffer": "~2.0"
3066
            },
3067
            "type": "library",
3068
            "extra": {
3069
                "branch-alias": {
3070
                    "dev-master": "1.0.x-dev"
3071
                }
3072
            },
3073
            "autoload": {
3074
                "psr-4": {
3075
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
3076
                }
3077
            },
3078
            "notification-url": "https://packagist.org/downloads/",
3079
            "license": [
3080
                "MIT"
3081
            ],
3082
            "authors": [
3083
                {
3084
                    "name": "Marco Pivetta",
3085
                    "email": "[email protected]",
3086
                    "homepage": "http://ocramius.github.com/"
3087
                }
3088
            ],
3089
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
3090
            "homepage": "https://github.com/doctrine/instantiator",
3091
            "keywords": [
3092
                "constructor",
3093
                "instantiate"
3094
            ],
3095
            "time": "2015-06-14T21:17:01+00:00"
3096
        },
3097
        {
3098
            "name": "guzzlehttp/streams",
3099
            "version": "2.1.0",
3100
            "source": {
3101
                "type": "git",
3102
                "url": "https://github.com/guzzle/streams.git",
3103
                "reference": "f91b721d73f0e561410903b3b3c90a5d0e40b534"
3104
            },
3105
            "dist": {
3106
                "type": "zip",
3107
                "url": "https://api.github.com/repos/guzzle/streams/zipball/f91b721d73f0e561410903b3b3c90a5d0e40b534",
3108
                "reference": "f91b721d73f0e561410903b3b3c90a5d0e40b534",
3109
                "shasum": ""
3110
            },
3111
            "require": {
3112
                "php": ">=5.4.0"
3113
            },
3114
            "require-dev": {
3115
                "phpunit/phpunit": "~4.0"
3116
            },
3117
            "type": "library",
3118
            "extra": {
3119
                "branch-alias": {
3120
                    "dev-master": "2.0-dev"
3121
                }
3122
            },
3123
            "autoload": {
3124
                "psr-4": {
3125
                    "GuzzleHttp\\Stream\\": "src/"
3126
                },
3127
                "files": [
3128
                    "src/functions.php"
3129
                ]
3130
            },
3131
            "notification-url": "https://packagist.org/downloads/",
3132
            "license": [
3133
                "MIT"
3134
            ],
3135
            "authors": [
3136
                {
3137
                    "name": "Michael Dowling",
3138
                    "email": "[email protected]",
3139
                    "homepage": "https://github.com/mtdowling"
3140
                }
3141
            ],
3142
            "description": "Provides a simple abstraction over streams of data (Guzzle 4+)",
3143
            "homepage": "http://guzzlephp.org/",
3144
            "keywords": [
3145
                "Guzzle",
3146
                "stream"
3147
            ],
3148
            "time": "2014-08-17T21:15:53+00:00"
3149
        },
3150
        {
3151
            "name": "hamcrest/hamcrest-php",
3152
            "version": "v1.2.2",
3153
            "source": {
3154
                "type": "git",
3155
                "url": "https://github.com/hamcrest/hamcrest-php.git",
3156
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
3157
            },
3158
            "dist": {
3159
                "type": "zip",
3160
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
3161
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
3162
                "shasum": ""
3163
            },
3164
            "require": {
3165
                "php": ">=5.3.2"
3166
            },
3167
            "replace": {
3168
                "cordoval/hamcrest-php": "*",
3169
                "davedevelopment/hamcrest-php": "*",
3170
                "kodova/hamcrest-php": "*"
3171
            },
3172
            "require-dev": {
3173
                "phpunit/php-file-iterator": "1.3.3",
3174
                "satooshi/php-coveralls": "dev-master"
3175
            },
3176
            "type": "library",
3177
            "autoload": {
3178
                "classmap": [
3179
                    "hamcrest"
3180
                ],
3181
                "files": [
3182
                    "hamcrest/Hamcrest.php"
3183
                ]
3184
            },
3185
            "notification-url": "https://packagist.org/downloads/",
3186
            "license": [
3187
                "BSD"
3188
            ],
3189
            "description": "This is the PHP port of Hamcrest Matchers",
3190
            "keywords": [
3191
                "test"
3192
            ],
3193
            "time": "2015-05-11T14:41:42+00:00"
3194
        },
3195
        {
3196
            "name": "matthiasnoback/symfony-config-test",
3197
            "version": "v1.4.0",
3198
            "source": {
3199
                "type": "git",
3200
                "url": "https://github.com/SymfonyTest/SymfonyConfigTest.git",
3201
                "reference": "615b7c8ff5dc1737e553e518dbed641aa548572d"
3202
            },
3203
            "dist": {
3204
                "type": "zip",
3205
                "url": "https://api.github.com/repos/SymfonyTest/SymfonyConfigTest/zipball/615b7c8ff5dc1737e553e518dbed641aa548572d",
3206
                "reference": "615b7c8ff5dc1737e553e518dbed641aa548572d",
3207
                "shasum": ""
3208
            },
3209
            "require": {
3210
                "php": ">=5.3",
3211
                "sebastian/exporter": "1.*",
3212
                "symfony/config": "~2.0|~3.0"
3213
            },
3214
            "require-dev": {
3215
                "phpunit/phpunit": ">=3.7"
3216
            },
3217
            "type": "library",
3218
            "autoload": {
3219
                "psr-4": {
3220
                    "Matthias\\SymfonyConfigTest\\": ""
3221
                }
3222
            },
3223
            "notification-url": "https://packagist.org/downloads/",
3224
            "license": [
3225
                "MIT"
3226
            ],
3227
            "authors": [
3228
                {
3229
                    "name": "Matthias Noback",
3230
                    "email": "[email protected]",
3231
                    "homepage": "http://php-and-symfony.matthiasnoback.nl"
3232
                }
3233
            ],
3234
            "description": "Library for testing user classes related to the Symfony Config Component",
3235
            "homepage": "https://github.com/matthiasnoback/SymfonyConfigTest",
3236
            "keywords": [
3237
                "config",
3238
                "phpunit",
3239
                "symfony"
3240
            ],
3241
            "time": "2015-11-25T21:40:32+00:00"
3242
        },
3243
        {
3244
            "name": "mockery/mockery",
3245
            "version": "0.9.5",
3246
            "source": {
3247
                "type": "git",
3248
                "url": "https://github.com/mockery/mockery.git",
3249
                "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2"
3250
            },
3251
            "dist": {
3252
                "type": "zip",
3253
                "url": "https://api.github.com/repos/mockery/mockery/zipball/4db079511a283e5aba1b3c2fb19037c645e70fc2",
3254
                "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2",
3255
                "shasum": ""
3256
            },
3257
            "require": {
3258
                "hamcrest/hamcrest-php": "~1.1",
3259
                "lib-pcre": ">=7.0",
3260
                "php": ">=5.3.2"
3261
            },
3262
            "require-dev": {
3263
                "phpunit/phpunit": "~4.0"
3264
            },
3265
            "type": "library",
3266
            "extra": {
3267
                "branch-alias": {
3268
                    "dev-master": "0.9.x-dev"
3269
                }
3270
            },
3271
            "autoload": {
3272
                "psr-0": {
3273
                    "Mockery": "library/"
3274
                }
3275
            },
3276
            "notification-url": "https://packagist.org/downloads/",
3277
            "license": [
3278
                "BSD-3-Clause"
3279
            ],
3280
            "authors": [
3281
                {
3282
                    "name": "Pádraic Brady",
3283
                    "email": "[email protected]",
3284
                    "homepage": "http://blog.astrumfutura.com"
3285
                },
3286
                {
3287
                    "name": "Dave Marshall",
3288
                    "email": "[email protected]",
3289
                    "homepage": "http://davedevelopment.co.uk"
3290
                }
3291
            ],
3292
            "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.",
3293
            "homepage": "http://github.com/padraic/mockery",
3294
            "keywords": [
3295
                "BDD",
3296
                "TDD",
3297
                "library",
3298
                "mock",
3299
                "mock objects",
3300
                "mockery",
3301
                "stub",
3302
                "test",
3303
                "test double",
3304
                "testing"
3305
            ],
3306
            "time": "2016-05-22T21:52:33+00:00"
3307
        },
3308
        {
3309
            "name": "pdepend/pdepend",
3310
            "version": "2.5.0",
3311
            "source": {
3312
                "type": "git",
3313
                "url": "https://github.com/pdepend/pdepend.git",
3314
                "reference": "0c50874333149c0dad5a2877801aed148f2767ff"
3315
            },
3316
            "dist": {
3317
                "type": "zip",
3318
                "url": "https://api.github.com/repos/pdepend/pdepend/zipball/0c50874333149c0dad5a2877801aed148f2767ff",
3319
                "reference": "0c50874333149c0dad5a2877801aed148f2767ff",
3320
                "shasum": ""
3321
            },
3322
            "require": {
3323
                "php": ">=5.3.7",
3324
                "symfony/config": "^2.3.0|^3",
3325
                "symfony/dependency-injection": "^2.3.0|^3",
3326
                "symfony/filesystem": "^2.3.0|^3"
3327
            },
3328
            "require-dev": {
3329
                "phpunit/phpunit": "^4.4.0,<4.8",
3330
                "squizlabs/php_codesniffer": "^2.0.0"
3331
            },
3332
            "bin": [
3333
                "src/bin/pdepend"
3334
            ],
3335
            "type": "library",
3336
            "autoload": {
3337
                "psr-4": {
3338
                    "PDepend\\": "src/main/php/PDepend"
3339
                }
3340
            },
3341
            "notification-url": "https://packagist.org/downloads/",
3342
            "license": [
3343
                "BSD-3-Clause"
3344
            ],
3345
            "description": "Official version of pdepend to be handled with Composer",
3346
            "time": "2017-01-19T14:23:36+00:00"
3347
        },
3348
        {
3349
            "name": "phpdocumentor/reflection-common",
3350
            "version": "1.0",
3351
            "source": {
3352
                "type": "git",
3353
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
3354
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
3355
            },
3356
            "dist": {
3357
                "type": "zip",
3358
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
3359
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
3360
                "shasum": ""
3361
            },
3362
            "require": {
3363
                "php": ">=5.5"
3364
            },
3365
            "require-dev": {
3366
                "phpunit/phpunit": "^4.6"
3367
            },
3368
            "type": "library",
3369
            "extra": {
3370
                "branch-alias": {
3371
                    "dev-master": "1.0.x-dev"
3372
                }
3373
            },
3374
            "autoload": {
3375
                "psr-4": {
3376
                    "phpDocumentor\\Reflection\\": [
3377
                        "src"
3378
                    ]
3379
                }
3380
            },
3381
            "notification-url": "https://packagist.org/downloads/",
3382
            "license": [
3383
                "MIT"
3384
            ],
3385
            "authors": [
3386
                {
3387
                    "name": "Jaap van Otterdijk",
3388
                    "email": "[email protected]"
3389
                }
3390
            ],
3391
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
3392
            "homepage": "http://www.phpdoc.org",
3393
            "keywords": [
3394
                "FQSEN",
3395
                "phpDocumentor",
3396
                "phpdoc",
3397
                "reflection",
3398
                "static analysis"
3399
            ],
3400
            "time": "2015-12-27T11:43:31+00:00"
3401
        },
3402
        {
3403
            "name": "phpdocumentor/reflection-docblock",
3404
            "version": "3.1.1",
3405
            "source": {
3406
                "type": "git",
3407
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3408
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
3409
            },
3410
            "dist": {
3411
                "type": "zip",
3412
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
3413
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
3414
                "shasum": ""
3415
            },
3416
            "require": {
3417
                "php": ">=5.5",
3418
                "phpdocumentor/reflection-common": "^1.0@dev",
3419
                "phpdocumentor/type-resolver": "^0.2.0",
3420
                "webmozart/assert": "^1.0"
3421
            },
3422
            "require-dev": {
3423
                "mockery/mockery": "^0.9.4",
3424
                "phpunit/phpunit": "^4.4"
3425
            },
3426
            "type": "library",
3427
            "autoload": {
3428
                "psr-4": {
3429
                    "phpDocumentor\\Reflection\\": [
3430
                        "src/"
3431
                    ]
3432
                }
3433
            },
3434
            "notification-url": "https://packagist.org/downloads/",
3435
            "license": [
3436
                "MIT"
3437
            ],
3438
            "authors": [
3439
                {
3440
                    "name": "Mike van Riel",
3441
                    "email": "[email protected]"
3442
                }
3443
            ],
3444
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
3445
            "time": "2016-09-30T07:12:33+00:00"
3446
        },
3447
        {
3448
            "name": "phpdocumentor/type-resolver",
3449
            "version": "0.2.1",
3450
            "source": {
3451
                "type": "git",
3452
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
3453
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
3454
            },
3455
            "dist": {
3456
                "type": "zip",
3457
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
3458
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
3459
                "shasum": ""
3460
            },
3461
            "require": {
3462
                "php": ">=5.5",
3463
                "phpdocumentor/reflection-common": "^1.0"
3464
            },
3465
            "require-dev": {
3466
                "mockery/mockery": "^0.9.4",
3467
                "phpunit/phpunit": "^5.2||^4.8.24"
3468
            },
3469
            "type": "library",
3470
            "extra": {
3471
                "branch-alias": {
3472
                    "dev-master": "1.0.x-dev"
3473
                }
3474
            },
3475
            "autoload": {
3476
                "psr-4": {
3477
                    "phpDocumentor\\Reflection\\": [
3478
                        "src/"
3479
                    ]
3480
                }
3481
            },
3482
            "notification-url": "https://packagist.org/downloads/",
3483
            "license": [
3484
                "MIT"
3485
            ],
3486
            "authors": [
3487
                {
3488
                    "name": "Mike van Riel",
3489
                    "email": "[email protected]"
3490
                }
3491
            ],
3492
            "time": "2016-11-25T06:54:22+00:00"
3493
        },
3494
        {
3495
            "name": "phpmd/phpmd",
3496
            "version": "2.6.0",
3497
            "source": {
3498
                "type": "git",
3499
                "url": "https://github.com/phpmd/phpmd.git",
3500
                "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374"
3501
            },
3502
            "dist": {
3503
                "type": "zip",
3504
                "url": "https://api.github.com/repos/phpmd/phpmd/zipball/4e9924b2c157a3eb64395460fcf56b31badc8374",
3505
                "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374",
3506
                "shasum": ""
3507
            },
3508
            "require": {
3509
                "ext-xml": "*",
3510
                "pdepend/pdepend": "^2.5",
3511
                "php": ">=5.3.9"
3512
            },
3513
            "require-dev": {
3514
                "phpunit/phpunit": "^4.0",
3515
                "squizlabs/php_codesniffer": "^2.0"
3516
            },
3517
            "bin": [
3518
                "src/bin/phpmd"
3519
            ],
3520
            "type": "project",
3521
            "autoload": {
3522
                "psr-0": {
3523
                    "PHPMD\\": "src/main/php"
3524
                }
3525
            },
3526
            "notification-url": "https://packagist.org/downloads/",
3527
            "license": [
3528
                "BSD-3-Clause"
3529
            ],
3530
            "authors": [
3531
                {
3532
                    "name": "Manuel Pichler",
3533
                    "email": "[email protected]",
3534
                    "homepage": "https://github.com/manuelpichler",
3535
                    "role": "Project Founder"
3536
                },
3537
                {
3538
                    "name": "Other contributors",
3539
                    "homepage": "https://github.com/phpmd/phpmd/graphs/contributors",
3540
                    "role": "Contributors"
3541
                },
3542
                {
3543
                    "name": "Marc Würth",
3544
                    "email": "[email protected]",
3545
                    "homepage": "https://github.com/ravage84",
3546
                    "role": "Project Maintainer"
3547
                }
3548
            ],
3549
            "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
3550
            "homepage": "http://phpmd.org/",
3551
            "keywords": [
3552
                "mess detection",
3553
                "mess detector",
3554
                "pdepend",
3555
                "phpmd",
3556
                "pmd"
3557
            ],
3558
            "time": "2017-01-20T14:41:10+00:00"
3559
        },
3560
        {
3561
            "name": "phpspec/prophecy",
3562
            "version": "v1.7.0",
3563
            "source": {
3564
                "type": "git",
3565
                "url": "https://github.com/phpspec/prophecy.git",
3566
                "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
3567
            },
3568
            "dist": {
3569
                "type": "zip",
3570
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
3571
                "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
3572
                "shasum": ""
3573
            },
3574
            "require": {
3575
                "doctrine/instantiator": "^1.0.2",
3576
                "php": "^5.3|^7.0",
3577
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
3578
                "sebastian/comparator": "^1.1|^2.0",
3579
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
3580
            },
3581
            "require-dev": {
3582
                "phpspec/phpspec": "^2.5|^3.2",
3583
                "phpunit/phpunit": "^4.8 || ^5.6.5"
3584
            },
3585
            "type": "library",
3586
            "extra": {
3587
                "branch-alias": {
3588
                    "dev-master": "1.6.x-dev"
3589
                }
3590
            },
3591
            "autoload": {
3592
                "psr-0": {
3593
                    "Prophecy\\": "src/"
3594
                }
3595
            },
3596
            "notification-url": "https://packagist.org/downloads/",
3597
            "license": [
3598
                "MIT"
3599
            ],
3600
            "authors": [
3601
                {
3602
                    "name": "Konstantin Kudryashov",
3603
                    "email": "[email protected]",
3604
                    "homepage": "http://everzet.com"
3605
                },
3606
                {
3607
                    "name": "Marcello Duarte",
3608
                    "email": "[email protected]"
3609
                }
3610
            ],
3611
            "description": "Highly opinionated mocking framework for PHP 5.3+",
3612
            "homepage": "https://github.com/phpspec/prophecy",
3613
            "keywords": [
3614
                "Double",
3615
                "Dummy",
3616
                "fake",
3617
                "mock",
3618
                "spy",
3619
                "stub"
3620
            ],
3621
            "time": "2017-03-02T20:05:34+00:00"
3622
        },
3623
        {
3624
            "name": "phpunit/php-code-coverage",
3625
            "version": "2.2.4",
3626
            "source": {
3627
                "type": "git",
3628
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3629
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
3630
            },
3631
            "dist": {
3632
                "type": "zip",
3633
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
3634
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
3635
                "shasum": ""
3636
            },
3637
            "require": {
3638
                "php": ">=5.3.3",
3639
                "phpunit/php-file-iterator": "~1.3",
3640
                "phpunit/php-text-template": "~1.2",
3641
                "phpunit/php-token-stream": "~1.3",
3642
                "sebastian/environment": "^1.3.2",
3643
                "sebastian/version": "~1.0"
3644
            },
3645
            "require-dev": {
3646
                "ext-xdebug": ">=2.1.4",
3647
                "phpunit/phpunit": "~4"
3648
            },
3649
            "suggest": {
3650
                "ext-dom": "*",
3651
                "ext-xdebug": ">=2.2.1",
3652
                "ext-xmlwriter": "*"
3653
            },
3654
            "type": "library",
3655
            "extra": {
3656
                "branch-alias": {
3657
                    "dev-master": "2.2.x-dev"
3658
                }
3659
            },
3660
            "autoload": {
3661
                "classmap": [
3662
                    "src/"
3663
                ]
3664
            },
3665
            "notification-url": "https://packagist.org/downloads/",
3666
            "license": [
3667
                "BSD-3-Clause"
3668
            ],
3669
            "authors": [
3670
                {
3671
                    "name": "Sebastian Bergmann",
3672
                    "email": "[email protected]",
3673
                    "role": "lead"
3674
                }
3675
            ],
3676
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3677
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3678
            "keywords": [
3679
                "coverage",
3680
                "testing",
3681
                "xunit"
3682
            ],
3683
            "time": "2015-10-06T15:47:00+00:00"
3684
        },
3685
        {
3686
            "name": "phpunit/php-file-iterator",
3687
            "version": "1.4.2",
3688
            "source": {
3689
                "type": "git",
3690
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
3691
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
3692
            },
3693
            "dist": {
3694
                "type": "zip",
3695
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
3696
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
3697
                "shasum": ""
3698
            },
3699
            "require": {
3700
                "php": ">=5.3.3"
3701
            },
3702
            "type": "library",
3703
            "extra": {
3704
                "branch-alias": {
3705
                    "dev-master": "1.4.x-dev"
3706
                }
3707
            },
3708
            "autoload": {
3709
                "classmap": [
3710
                    "src/"
3711
                ]
3712
            },
3713
            "notification-url": "https://packagist.org/downloads/",
3714
            "license": [
3715
                "BSD-3-Clause"
3716
            ],
3717
            "authors": [
3718
                {
3719
                    "name": "Sebastian Bergmann",
3720
                    "email": "[email protected]",
3721
                    "role": "lead"
3722
                }
3723
            ],
3724
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3725
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3726
            "keywords": [
3727
                "filesystem",
3728
                "iterator"
3729
            ],
3730
            "time": "2016-10-03T07:40:28+00:00"
3731
        },
3732
        {
3733
            "name": "phpunit/php-text-template",
3734
            "version": "1.2.1",
3735
            "source": {
3736
                "type": "git",
3737
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
3738
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
3739
            },
3740
            "dist": {
3741
                "type": "zip",
3742
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3743
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3744
                "shasum": ""
3745
            },
3746
            "require": {
3747
                "php": ">=5.3.3"
3748
            },
3749
            "type": "library",
3750
            "autoload": {
3751
                "classmap": [
3752
                    "src/"
3753
                ]
3754
            },
3755
            "notification-url": "https://packagist.org/downloads/",
3756
            "license": [
3757
                "BSD-3-Clause"
3758
            ],
3759
            "authors": [
3760
                {
3761
                    "name": "Sebastian Bergmann",
3762
                    "email": "[email protected]",
3763
                    "role": "lead"
3764
                }
3765
            ],
3766
            "description": "Simple template engine.",
3767
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3768
            "keywords": [
3769
                "template"
3770
            ],
3771
            "time": "2015-06-21T13:50:34+00:00"
3772
        },
3773
        {
3774
            "name": "phpunit/php-timer",
3775
            "version": "1.0.9",
3776
            "source": {
3777
                "type": "git",
3778
                "url": "https://github.com/sebastianbergmann/php-timer.git",
3779
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
3780
            },
3781
            "dist": {
3782
                "type": "zip",
3783
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
3784
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
3785
                "shasum": ""
3786
            },
3787
            "require": {
3788
                "php": "^5.3.3 || ^7.0"
3789
            },
3790
            "require-dev": {
3791
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
3792
            },
3793
            "type": "library",
3794
            "extra": {
3795
                "branch-alias": {
3796
                    "dev-master": "1.0-dev"
3797
                }
3798
            },
3799
            "autoload": {
3800
                "classmap": [
3801
                    "src/"
3802
                ]
3803
            },
3804
            "notification-url": "https://packagist.org/downloads/",
3805
            "license": [
3806
                "BSD-3-Clause"
3807
            ],
3808
            "authors": [
3809
                {
3810
                    "name": "Sebastian Bergmann",
3811
                    "email": "[email protected]",
3812
                    "role": "lead"
3813
                }
3814
            ],
3815
            "description": "Utility class for timing",
3816
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
3817
            "keywords": [
3818
                "timer"
3819
            ],
3820
            "time": "2017-02-26T11:10:40+00:00"
3821
        },
3822
        {
3823
            "name": "phpunit/php-token-stream",
3824
            "version": "1.4.11",
3825
            "source": {
3826
                "type": "git",
3827
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3828
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
3829
            },
3830
            "dist": {
3831
                "type": "zip",
3832
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
3833
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
3834
                "shasum": ""
3835
            },
3836
            "require": {
3837
                "ext-tokenizer": "*",
3838
                "php": ">=5.3.3"
3839
            },
3840
            "require-dev": {
3841
                "phpunit/phpunit": "~4.2"
3842
            },
3843
            "type": "library",
3844
            "extra": {
3845
                "branch-alias": {
3846
                    "dev-master": "1.4-dev"
3847
                }
3848
            },
3849
            "autoload": {
3850
                "classmap": [
3851
                    "src/"
3852
                ]
3853
            },
3854
            "notification-url": "https://packagist.org/downloads/",
3855
            "license": [
3856
                "BSD-3-Clause"
3857
            ],
3858
            "authors": [
3859
                {
3860
                    "name": "Sebastian Bergmann",
3861
                    "email": "[email protected]"
3862
                }
3863
            ],
3864
            "description": "Wrapper around PHP's tokenizer extension.",
3865
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3866
            "keywords": [
3867
                "tokenizer"
3868
            ],
3869
            "time": "2017-02-27T10:12:30+00:00"
3870
        },
3871
        {
3872
            "name": "phpunit/phpunit",
3873
            "version": "4.8.35",
3874
            "source": {
3875
                "type": "git",
3876
                "url": "https://github.com/sebastianbergmann/phpunit.git",
3877
                "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87"
3878
            },
3879
            "dist": {
3880
                "type": "zip",
3881
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/791b1a67c25af50e230f841ee7a9c6eba507dc87",
3882
                "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87",
3883
                "shasum": ""
3884
            },
3885
            "require": {
3886
                "ext-dom": "*",
3887
                "ext-json": "*",
3888
                "ext-pcre": "*",
3889
                "ext-reflection": "*",
3890
                "ext-spl": "*",
3891
                "php": ">=5.3.3",
3892
                "phpspec/prophecy": "^1.3.1",
3893
                "phpunit/php-code-coverage": "~2.1",
3894
                "phpunit/php-file-iterator": "~1.4",
3895
                "phpunit/php-text-template": "~1.2",
3896
                "phpunit/php-timer": "^1.0.6",
3897
                "phpunit/phpunit-mock-objects": "~2.3",
3898
                "sebastian/comparator": "~1.2.2",
3899
                "sebastian/diff": "~1.2",
3900
                "sebastian/environment": "~1.3",
3901
                "sebastian/exporter": "~1.2",
3902
                "sebastian/global-state": "~1.0",
3903
                "sebastian/version": "~1.0",
3904
                "symfony/yaml": "~2.1|~3.0"
3905
            },
3906
            "suggest": {
3907
                "phpunit/php-invoker": "~1.1"
3908
            },
3909
            "bin": [
3910
                "phpunit"
3911
            ],
3912
            "type": "library",
3913
            "extra": {
3914
                "branch-alias": {
3915
                    "dev-master": "4.8.x-dev"
3916
                }
3917
            },
3918
            "autoload": {
3919
                "classmap": [
3920
                    "src/"
3921
                ]
3922
            },
3923
            "notification-url": "https://packagist.org/downloads/",
3924
            "license": [
3925
                "BSD-3-Clause"
3926
            ],
3927
            "authors": [
3928
                {
3929
                    "name": "Sebastian Bergmann",
3930
                    "email": "[email protected]",
3931
                    "role": "lead"
3932
                }
3933
            ],
3934
            "description": "The PHP Unit Testing framework.",
3935
            "homepage": "https://phpunit.de/",
3936
            "keywords": [
3937
                "phpunit",
3938
                "testing",
3939
                "xunit"
3940
            ],
3941
            "time": "2017-02-06T05:18:07+00:00"
3942
        },
3943
        {
3944
            "name": "phpunit/phpunit-mock-objects",
3945
            "version": "2.3.8",
3946
            "source": {
3947
                "type": "git",
3948
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
3949
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
3950
            },
3951
            "dist": {
3952
                "type": "zip",
3953
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
3954
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
3955
                "shasum": ""
3956
            },
3957
            "require": {
3958
                "doctrine/instantiator": "^1.0.2",
3959
                "php": ">=5.3.3",
3960
                "phpunit/php-text-template": "~1.2",
3961
                "sebastian/exporter": "~1.2"
3962
            },
3963
            "require-dev": {
3964
                "phpunit/phpunit": "~4.4"
3965
            },
3966
            "suggest": {
3967
                "ext-soap": "*"
3968
            },
3969
            "type": "library",
3970
            "extra": {
3971
                "branch-alias": {
3972
                    "dev-master": "2.3.x-dev"
3973
                }
3974
            },
3975
            "autoload": {
3976
                "classmap": [
3977
                    "src/"
3978
                ]
3979
            },
3980
            "notification-url": "https://packagist.org/downloads/",
3981
            "license": [
3982
                "BSD-3-Clause"
3983
            ],
3984
            "authors": [
3985
                {
3986
                    "name": "Sebastian Bergmann",
3987
                    "email": "[email protected]",
3988
                    "role": "lead"
3989
                }
3990
            ],
3991
            "description": "Mock Object library for PHPUnit",
3992
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
3993
            "keywords": [
3994
                "mock",
3995
                "xunit"
3996
            ],
3997
            "time": "2015-10-02T06:51:40+00:00"
3998
        },
3999
        {
4000
            "name": "sebastian/comparator",
4001
            "version": "1.2.4",
4002
            "source": {
4003
                "type": "git",
4004
                "url": "https://github.com/sebastianbergmann/comparator.git",
4005
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
4006
            },
4007
            "dist": {
4008
                "type": "zip",
4009
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
4010
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
4011
                "shasum": ""
4012
            },
4013
            "require": {
4014
                "php": ">=5.3.3",
4015
                "sebastian/diff": "~1.2",
4016
                "sebastian/exporter": "~1.2 || ~2.0"
4017
            },
4018
            "require-dev": {
4019
                "phpunit/phpunit": "~4.4"
4020
            },
4021
            "type": "library",
4022
            "extra": {
4023
                "branch-alias": {
4024
                    "dev-master": "1.2.x-dev"
4025
                }
4026
            },
4027
            "autoload": {
4028
                "classmap": [
4029
                    "src/"
4030
                ]
4031
            },
4032
            "notification-url": "https://packagist.org/downloads/",
4033
            "license": [
4034
                "BSD-3-Clause"
4035
            ],
4036
            "authors": [
4037
                {
4038
                    "name": "Jeff Welch",
4039
                    "email": "[email protected]"
4040
                },
4041
                {
4042
                    "name": "Volker Dusch",
4043
                    "email": "[email protected]"
4044
                },
4045
                {
4046
                    "name": "Bernhard Schussek",
4047
                    "email": "[email protected]"
4048
                },
4049
                {
4050
                    "name": "Sebastian Bergmann",
4051
                    "email": "[email protected]"
4052
                }
4053
            ],
4054
            "description": "Provides the functionality to compare PHP values for equality",
4055
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
4056
            "keywords": [
4057
                "comparator",
4058
                "compare",
4059
                "equality"
4060
            ],
4061
            "time": "2017-01-29T09:50:25+00:00"
4062
        },
4063
        {
4064
            "name": "sebastian/diff",
4065
            "version": "1.4.1",
4066
            "source": {
4067
                "type": "git",
4068
                "url": "https://github.com/sebastianbergmann/diff.git",
4069
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
4070
            },
4071
            "dist": {
4072
                "type": "zip",
4073
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
4074
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
4075
                "shasum": ""
4076
            },
4077
            "require": {
4078
                "php": ">=5.3.3"
4079
            },
4080
            "require-dev": {
4081
                "phpunit/phpunit": "~4.8"
4082
            },
4083
            "type": "library",
4084
            "extra": {
4085
                "branch-alias": {
4086
                    "dev-master": "1.4-dev"
4087
                }
4088
            },
4089
            "autoload": {
4090
                "classmap": [
4091
                    "src/"
4092
                ]
4093
            },
4094
            "notification-url": "https://packagist.org/downloads/",
4095
            "license": [
4096
                "BSD-3-Clause"
4097
            ],
4098
            "authors": [
4099
                {
4100
                    "name": "Kore Nordmann",
4101
                    "email": "[email protected]"
4102
                },
4103
                {
4104
                    "name": "Sebastian Bergmann",
4105
                    "email": "[email protected]"
4106
                }
4107
            ],
4108
            "description": "Diff implementation",
4109
            "homepage": "https://github.com/sebastianbergmann/diff",
4110
            "keywords": [
4111
                "diff"
4112
            ],
4113
            "time": "2015-12-08T07:14:41+00:00"
4114
        },
4115
        {
4116
            "name": "sebastian/environment",
4117
            "version": "1.3.8",
4118
            "source": {
4119
                "type": "git",
4120
                "url": "https://github.com/sebastianbergmann/environment.git",
4121
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
4122
            },
4123
            "dist": {
4124
                "type": "zip",
4125
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
4126
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
4127
                "shasum": ""
4128
            },
4129
            "require": {
4130
                "php": "^5.3.3 || ^7.0"
4131
            },
4132
            "require-dev": {
4133
                "phpunit/phpunit": "^4.8 || ^5.0"
4134
            },
4135
            "type": "library",
4136
            "extra": {
4137
                "branch-alias": {
4138
                    "dev-master": "1.3.x-dev"
4139
                }
4140
            },
4141
            "autoload": {
4142
                "classmap": [
4143
                    "src/"
4144
                ]
4145
            },
4146
            "notification-url": "https://packagist.org/downloads/",
4147
            "license": [
4148
                "BSD-3-Clause"
4149
            ],
4150
            "authors": [
4151
                {
4152
                    "name": "Sebastian Bergmann",
4153
                    "email": "[email protected]"
4154
                }
4155
            ],
4156
            "description": "Provides functionality to handle HHVM/PHP environments",
4157
            "homepage": "http://www.github.com/sebastianbergmann/environment",
4158
            "keywords": [
4159
                "Xdebug",
4160
                "environment",
4161
                "hhvm"
4162
            ],
4163
            "time": "2016-08-18T05:49:44+00:00"
4164
        },
4165
        {
4166
            "name": "sebastian/exporter",
4167
            "version": "1.2.2",
4168
            "source": {
4169
                "type": "git",
4170
                "url": "https://github.com/sebastianbergmann/exporter.git",
4171
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
4172
            },
4173
            "dist": {
4174
                "type": "zip",
4175
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
4176
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
4177
                "shasum": ""
4178
            },
4179
            "require": {
4180
                "php": ">=5.3.3",
4181
                "sebastian/recursion-context": "~1.0"
4182
            },
4183
            "require-dev": {
4184
                "ext-mbstring": "*",
4185
                "phpunit/phpunit": "~4.4"
4186
            },
4187
            "type": "library",
4188
            "extra": {
4189
                "branch-alias": {
4190
                    "dev-master": "1.3.x-dev"
4191
                }
4192
            },
4193
            "autoload": {
4194
                "classmap": [
4195
                    "src/"
4196
                ]
4197
            },
4198
            "notification-url": "https://packagist.org/downloads/",
4199
            "license": [
4200
                "BSD-3-Clause"
4201
            ],
4202
            "authors": [
4203
                {
4204
                    "name": "Jeff Welch",
4205
                    "email": "[email protected]"
4206
                },
4207
                {
4208
                    "name": "Volker Dusch",
4209
                    "email": "[email protected]"
4210
                },
4211
                {
4212
                    "name": "Bernhard Schussek",
4213
                    "email": "[email protected]"
4214
                },
4215
                {
4216
                    "name": "Sebastian Bergmann",
4217
                    "email": "[email protected]"
4218
                },
4219
                {
4220
                    "name": "Adam Harvey",
4221
                    "email": "[email protected]"
4222
                }
4223
            ],
4224
            "description": "Provides the functionality to export PHP variables for visualization",
4225
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
4226
            "keywords": [
4227
                "export",
4228
                "exporter"
4229
            ],
4230
            "time": "2016-06-17T09:04:28+00:00"
4231
        },
4232
        {
4233
            "name": "sebastian/finder-facade",
4234
            "version": "1.2.1",
4235
            "source": {
4236
                "type": "git",
4237
                "url": "https://github.com/sebastianbergmann/finder-facade.git",
4238
                "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9"
4239
            },
4240
            "dist": {
4241
                "type": "zip",
4242
                "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9",
4243
                "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9",
4244
                "shasum": ""
4245
            },
4246
            "require": {
4247
                "symfony/finder": "~2.3|~3.0",
4248
                "theseer/fdomdocument": "~1.3"
4249
            },
4250
            "type": "library",
4251
            "autoload": {
4252
                "classmap": [
4253
                    "src/"
4254
                ]
4255
            },
4256
            "notification-url": "https://packagist.org/downloads/",
4257
            "license": [
4258
                "BSD-3-Clause"
4259
            ],
4260
            "authors": [
4261
                {
4262
                    "name": "Sebastian Bergmann",
4263
                    "email": "[email protected]",
4264
                    "role": "lead"
4265
                }
4266
            ],
4267
            "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
4268
            "homepage": "https://github.com/sebastianbergmann/finder-facade",
4269
            "time": "2016-02-17T07:02:23+00:00"
4270
        },
4271
        {
4272
            "name": "sebastian/global-state",
4273
            "version": "1.1.1",
4274
            "source": {
4275
                "type": "git",
4276
                "url": "https://github.com/sebastianbergmann/global-state.git",
4277
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
4278
            },
4279
            "dist": {
4280
                "type": "zip",
4281
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
4282
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
4283
                "shasum": ""
4284
            },
4285
            "require": {
4286
                "php": ">=5.3.3"
4287
            },
4288
            "require-dev": {
4289
                "phpunit/phpunit": "~4.2"
4290
            },
4291
            "suggest": {
4292
                "ext-uopz": "*"
4293
            },
4294
            "type": "library",
4295
            "extra": {
4296
                "branch-alias": {
4297
                    "dev-master": "1.0-dev"
4298
                }
4299
            },
4300
            "autoload": {
4301
                "classmap": [
4302
                    "src/"
4303
                ]
4304
            },
4305
            "notification-url": "https://packagist.org/downloads/",
4306
            "license": [
4307
                "BSD-3-Clause"
4308
            ],
4309
            "authors": [
4310
                {
4311
                    "name": "Sebastian Bergmann",
4312
                    "email": "[email protected]"
4313
                }
4314
            ],
4315
            "description": "Snapshotting of global state",
4316
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
4317
            "keywords": [
4318
                "global state"
4319
            ],
4320
            "time": "2015-10-12T03:26:01+00:00"
4321
        },
4322
        {
4323
            "name": "sebastian/phpcpd",
4324
            "version": "2.0.4",
4325
            "source": {
4326
                "type": "git",
4327
                "url": "https://github.com/sebastianbergmann/phpcpd.git",
4328
                "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db"
4329
            },
4330
            "dist": {
4331
                "type": "zip",
4332
                "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/24d9a880deadb0b8c9680e9cfe78e30b704225db",
4333
                "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db",
4334
                "shasum": ""
4335
            },
4336
            "require": {
4337
                "php": ">=5.3.3",
4338
                "phpunit/php-timer": ">=1.0.6",
4339
                "sebastian/finder-facade": "~1.1",
4340
                "sebastian/version": "~1.0|~2.0",
4341
                "symfony/console": "~2.7|^3.0",
4342
                "theseer/fdomdocument": "~1.4"
4343
            },
4344
            "bin": [
4345
                "phpcpd"
4346
            ],
4347
            "type": "library",
4348
            "extra": {
4349
                "branch-alias": {
4350
                    "dev-master": "2.0-dev"
4351
                }
4352
            },
4353
            "autoload": {
4354
                "classmap": [
4355
                    "src/"
4356
                ]
4357
            },
4358
            "notification-url": "https://packagist.org/downloads/",
4359
            "license": [
4360
                "BSD-3-Clause"
4361
            ],
4362
            "authors": [
4363
                {
4364
                    "name": "Sebastian Bergmann",
4365
                    "email": "[email protected]",
4366
                    "role": "lead"
4367
                }
4368
            ],
4369
            "description": "Copy/Paste Detector (CPD) for PHP code.",
4370
            "homepage": "https://github.com/sebastianbergmann/phpcpd",
4371
            "time": "2016-04-17T19:32:49+00:00"
4372
        },
4373
        {
4374
            "name": "sebastian/recursion-context",
4375
            "version": "1.0.2",
4376
            "source": {
4377
                "type": "git",
4378
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
4379
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
4380
            },
4381
            "dist": {
4382
                "type": "zip",
4383
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
4384
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
4385
                "shasum": ""
4386
            },
4387
            "require": {
4388
                "php": ">=5.3.3"
4389
            },
4390
            "require-dev": {
4391
                "phpunit/phpunit": "~4.4"
4392
            },
4393
            "type": "library",
4394
            "extra": {
4395
                "branch-alias": {
4396
                    "dev-master": "1.0.x-dev"
4397
                }
4398
            },
4399
            "autoload": {
4400
                "classmap": [
4401
                    "src/"
4402
                ]
4403
            },
4404
            "notification-url": "https://packagist.org/downloads/",
4405
            "license": [
4406
                "BSD-3-Clause"
4407
            ],
4408
            "authors": [
4409
                {
4410
                    "name": "Jeff Welch",
4411
                    "email": "[email protected]"
4412
                },
4413
                {
4414
                    "name": "Sebastian Bergmann",
4415
                    "email": "[email protected]"
4416
                },
4417
                {
4418
                    "name": "Adam Harvey",
4419
                    "email": "[email protected]"
4420
                }
4421
            ],
4422
            "description": "Provides functionality to recursively process PHP variables",
4423
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
4424
            "time": "2015-11-11T19:50:13+00:00"
4425
        },
4426
        {
4427
            "name": "sebastian/version",
4428
            "version": "1.0.6",
4429
            "source": {
4430
                "type": "git",
4431
                "url": "https://github.com/sebastianbergmann/version.git",
4432
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
4433
            },
4434
            "dist": {
4435
                "type": "zip",
4436
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4437
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4438
                "shasum": ""
4439
            },
4440
            "type": "library",
4441
            "autoload": {
4442
                "classmap": [
4443
                    "src/"
4444
                ]
4445
            },
4446
            "notification-url": "https://packagist.org/downloads/",
4447
            "license": [
4448
                "BSD-3-Clause"
4449
            ],
4450
            "authors": [
4451
                {
4452
                    "name": "Sebastian Bergmann",
4453
                    "email": "[email protected]",
4454
                    "role": "lead"
4455
                }
4456
            ],
4457
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4458
            "homepage": "https://github.com/sebastianbergmann/version",
4459
            "time": "2015-06-21T13:59:46+00:00"
4460
        },
4461
        {
4462
            "name": "sensio/generator-bundle",
4463
            "version": "v2.5.3",
4464
            "target-dir": "Sensio/Bundle/GeneratorBundle",
4465
            "source": {
4466
                "type": "git",
4467
                "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
4468
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3"
4469
            },
4470
            "dist": {
4471
                "type": "zip",
4472
                "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/e50108c2133ee5c9c484555faed50c17a61221d3",
4473
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3",
4474
                "shasum": ""
4475
            },
4476
            "require": {
4477
                "symfony/console": "~2.5",
4478
                "symfony/framework-bundle": "~2.2"
4479
            },
4480
            "require-dev": {
4481
                "doctrine/orm": "~2.2,>=2.2.3",
4482
                "symfony/doctrine-bridge": "~2.2",
4483
                "twig/twig": "~1.11"
4484
            },
4485
            "type": "symfony-bundle",
4486
            "extra": {
4487
                "branch-alias": {
4488
                    "dev-master": "2.5.x-dev"
4489
                }
4490
            },
4491
            "autoload": {
4492
                "psr-0": {
4493
                    "Sensio\\Bundle\\GeneratorBundle": ""
4494
                }
4495
            },
4496
            "notification-url": "https://packagist.org/downloads/",
4497
            "license": [
4498
                "MIT"
4499
            ],
4500
            "authors": [
4501
                {
4502
                    "name": "Fabien Potencier",
4503
                    "email": "[email protected]"
4504
                }
4505
            ],
4506
            "description": "This bundle generates code for you",
4507
            "time": "2015-03-17T06:36:52+00:00"
4508
        },
4509
        {
4510
            "name": "squizlabs/php_codesniffer",
4511
            "version": "1.5.6",
4512
            "source": {
4513
                "type": "git",
4514
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
4515
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5"
4516
            },
4517
            "dist": {
4518
                "type": "zip",
4519
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6f3e42d311b882b25b4d409d23a289f4d3b803d5",
4520
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5",
4521
                "shasum": ""
4522
            },
4523
            "require": {
4524
                "ext-tokenizer": "*",
4525
                "php": ">=5.1.2"
4526
            },
4527
            "suggest": {
4528
                "phpunit/php-timer": "dev-master"
4529
            },
4530
            "bin": [
4531
                "scripts/phpcs"
4532
            ],
4533
            "type": "library",
4534
            "extra": {
4535
                "branch-alias": {
4536
                    "dev-phpcs-fixer": "2.0.x-dev"
4537
                }
4538
            },
4539
            "autoload": {
4540
                "classmap": [
4541
                    "CodeSniffer.php",
4542
                    "CodeSniffer/CLI.php",
4543
                    "CodeSniffer/Exception.php",
4544
                    "CodeSniffer/File.php",
4545
                    "CodeSniffer/Report.php",
4546
                    "CodeSniffer/Reporting.php",
4547
                    "CodeSniffer/Sniff.php",
4548
                    "CodeSniffer/Tokens.php",
4549
                    "CodeSniffer/Reports/",
4550
                    "CodeSniffer/CommentParser/",
4551
                    "CodeSniffer/Tokenizers/",
4552
                    "CodeSniffer/DocGenerators/",
4553
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
4554
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
4555
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
4556
                    "CodeSniffer/Standards/IncorrectPatternException.php",
4557
                    "CodeSniffer/Standards/Generic/Sniffs/",
4558
                    "CodeSniffer/Standards/MySource/Sniffs/",
4559
                    "CodeSniffer/Standards/PEAR/Sniffs/",
4560
                    "CodeSniffer/Standards/PSR1/Sniffs/",
4561
                    "CodeSniffer/Standards/PSR2/Sniffs/",
4562
                    "CodeSniffer/Standards/Squiz/Sniffs/",
4563
                    "CodeSniffer/Standards/Zend/Sniffs/"
4564
                ]
4565
            },
4566
            "notification-url": "https://packagist.org/downloads/",
4567
            "license": [
4568
                "BSD-3-Clause"
4569
            ],
4570
            "authors": [
4571
                {
4572
                    "name": "Greg Sherwood",
4573
                    "role": "lead"
4574
                }
4575
            ],
4576
            "description": "PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
4577
            "homepage": "http://www.squizlabs.com/php-codesniffer",
4578
            "keywords": [
4579
                "phpcs",
4580
                "standards"
4581
            ],
4582
            "time": "2014-12-04T22:32:15+00:00"
4583
        },
4584
        {
4585
            "name": "theseer/fdomdocument",
4586
            "version": "1.6.1",
4587
            "source": {
4588
                "type": "git",
4589
                "url": "https://github.com/theseer/fDOMDocument.git",
4590
                "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684"
4591
            },
4592
            "dist": {
4593
                "type": "zip",
4594
                "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/d9ad139d6c2e8edf5e313ffbe37ff13344cf0684",
4595
                "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684",
4596
                "shasum": ""
4597
            },
4598
            "require": {
4599
                "ext-dom": "*",
4600
                "lib-libxml": "*",
4601
                "php": ">=5.3.3"
4602
            },
4603
            "type": "library",
4604
            "autoload": {
4605
                "classmap": [
4606
                    "src/"
4607
                ]
4608
            },
4609
            "notification-url": "https://packagist.org/downloads/",
4610
            "license": [
4611
                "BSD-3-Clause"
4612
            ],
4613
            "authors": [
4614
                {
4615
                    "name": "Arne Blankerts",
4616
                    "email": "[email protected]",
4617
                    "role": "lead"
4618
                }
4619
            ],
4620
            "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.",
4621
            "homepage": "https://github.com/theseer/fDOMDocument",
4622
            "time": "2015-05-27T22:58:02+00:00"
4623
        }
4624
    ],
4625
    "aliases": [],
4626
    "minimum-stability": "stable",
4627
    "stability-flags": {
4628
        "mopa/bootstrap-bundle": 5,
4629
        "surfnet/stepup-u2f-bundle": 20
4630
    },
4631
    "prefer-stable": false,
4632
    "prefer-lowest": false,
4633
    "platform": {
4634
        "php": "~5.6|~7.0"
4635
    },
4636
    "platform-dev": []
4637
}
4638