Completed
Push — develop ( 705fdc...3a7ca3 )
by
unknown
10s
created

composer.lock (2 issues)

Upgrade to new PHP Analysis Engine

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

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