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