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