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