Completed
Push — develop ( ceed43...631844 )
by
unknown
22:19
created

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

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

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