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