Completed
Pull Request — develop (#120)
by Nic
05:32 queued 02:41
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
    "hash": "30b097cad2369e8b1f692132b053a06a",
8
    "content-hash": "4bf70b2ffbffe5ac5d3155bd776c5ac8",
9
    "packages": [
10
        {
11
            "name": "beberlei/assert",
12
            "version": "v2.6.3",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/beberlei/assert.git",
16
                "reference": "51e9d654481fc00c8a376641c390ec4e35d8c1fc"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/beberlei/assert/zipball/51e9d654481fc00c8a376641c390ec4e35d8c1fc",
21
                "reference": "51e9d654481fc00c8a376641c390ec4e35d8c1fc",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "ext-mbstring": "*",
26
                "php": ">=5.3"
27
            },
28
            "require-dev": {
29
                "phpunit/phpunit": "@stable"
30
            },
31
            "type": "library",
32
            "extra": {
33
                "branch-alias": {
34
                    "dev-master": "2.5-dev"
35
                }
36
            },
37
            "autoload": {
38
                "psr-0": {
39
                    "Assert": "lib/"
40
                },
41
                "files": [
42
                    "lib/Assert/functions.php"
43
                ]
44
            },
45
            "notification-url": "https://packagist.org/downloads/",
46
            "license": [
47
                "BSD-2-Clause"
48
            ],
49
            "authors": [
50
                {
51
                    "name": "Benjamin Eberlei",
52
                    "email": "[email protected]",
53
                    "role": "Lead Developer"
54
                },
55
                {
56
                    "name": "Richard Quadling",
57
                    "email": "[email protected]",
58
                    "role": "Collaborator"
59
                }
60
            ],
61
            "description": "Thin assertion library for input validation in business models.",
62
            "keywords": [
63
                "assert",
64
                "assertion",
65
                "validation"
66
            ],
67
            "time": "2016-07-28 19:35:30"
68
        },
69
        {
70
            "name": "doctrine/annotations",
71
            "version": "v1.2.7",
72
            "source": {
73
                "type": "git",
74
                "url": "https://github.com/doctrine/annotations.git",
75
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
76
            },
77
            "dist": {
78
                "type": "zip",
79
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
80
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
81
                "shasum": ""
82
            },
83
            "require": {
84
                "doctrine/lexer": "1.*",
85
                "php": ">=5.3.2"
86
            },
87
            "require-dev": {
88
                "doctrine/cache": "1.*",
89
                "phpunit/phpunit": "4.*"
90
            },
91
            "type": "library",
92
            "extra": {
93
                "branch-alias": {
94
                    "dev-master": "1.3.x-dev"
95
                }
96
            },
97
            "autoload": {
98
                "psr-0": {
99
                    "Doctrine\\Common\\Annotations\\": "lib/"
100
                }
101
            },
102
            "notification-url": "https://packagist.org/downloads/",
103
            "license": [
104
                "MIT"
105
            ],
106
            "authors": [
107
                {
108
                    "name": "Roman Borschel",
109
                    "email": "[email protected]"
110
                },
111
                {
112
                    "name": "Benjamin Eberlei",
113
                    "email": "[email protected]"
114
                },
115
                {
116
                    "name": "Guilherme Blanco",
117
                    "email": "[email protected]"
118
                },
119
                {
120
                    "name": "Jonathan Wage",
121
                    "email": "[email protected]"
122
                },
123
                {
124
                    "name": "Johannes Schmitt",
125
                    "email": "[email protected]"
126
                }
127
            ],
128
            "description": "Docblock Annotations Parser",
129
            "homepage": "http://www.doctrine-project.org",
130
            "keywords": [
131
                "annotations",
132
                "docblock",
133
                "parser"
134
            ],
135
            "time": "2015-08-31 12:32:49"
136
        },
137
        {
138
            "name": "doctrine/cache",
139
            "version": "v1.6.0",
140
            "source": {
141
                "type": "git",
142
                "url": "https://github.com/doctrine/cache.git",
143
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6"
144
            },
145
            "dist": {
146
                "type": "zip",
147
                "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6",
148
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6",
149
                "shasum": ""
150
            },
151
            "require": {
152
                "php": "~5.5|~7.0"
153
            },
154
            "conflict": {
155
                "doctrine/common": ">2.2,<2.4"
156
            },
157
            "require-dev": {
158
                "phpunit/phpunit": "~4.8|~5.0",
159
                "predis/predis": "~1.0",
160
                "satooshi/php-coveralls": "~0.6"
161
            },
162
            "type": "library",
163
            "extra": {
164
                "branch-alias": {
165
                    "dev-master": "1.6.x-dev"
166
                }
167
            },
168
            "autoload": {
169
                "psr-4": {
170
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
171
                }
172
            },
173
            "notification-url": "https://packagist.org/downloads/",
174
            "license": [
175
                "MIT"
176
            ],
177
            "authors": [
178
                {
179
                    "name": "Roman Borschel",
180
                    "email": "[email protected]"
181
                },
182
                {
183
                    "name": "Benjamin Eberlei",
184
                    "email": "[email protected]"
185
                },
186
                {
187
                    "name": "Guilherme Blanco",
188
                    "email": "[email protected]"
189
                },
190
                {
191
                    "name": "Jonathan Wage",
192
                    "email": "[email protected]"
193
                },
194
                {
195
                    "name": "Johannes Schmitt",
196
                    "email": "[email protected]"
197
                }
198
            ],
199
            "description": "Caching library offering an object-oriented API for many cache backends",
200
            "homepage": "http://www.doctrine-project.org",
201
            "keywords": [
202
                "cache",
203
                "caching"
204
            ],
205
            "time": "2015-12-31 16:37:02"
206
        },
207
        {
208
            "name": "doctrine/collections",
209
            "version": "v1.3.0",
210
            "source": {
211
                "type": "git",
212
                "url": "https://github.com/doctrine/collections.git",
213
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
214
            },
215
            "dist": {
216
                "type": "zip",
217
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
218
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
219
                "shasum": ""
220
            },
221
            "require": {
222
                "php": ">=5.3.2"
223
            },
224
            "require-dev": {
225
                "phpunit/phpunit": "~4.0"
226
            },
227
            "type": "library",
228
            "extra": {
229
                "branch-alias": {
230
                    "dev-master": "1.2.x-dev"
231
                }
232
            },
233
            "autoload": {
234
                "psr-0": {
235
                    "Doctrine\\Common\\Collections\\": "lib/"
236
                }
237
            },
238
            "notification-url": "https://packagist.org/downloads/",
239
            "license": [
240
                "MIT"
241
            ],
242
            "authors": [
243
                {
244
                    "name": "Roman Borschel",
245
                    "email": "[email protected]"
246
                },
247
                {
248
                    "name": "Benjamin Eberlei",
249
                    "email": "[email protected]"
250
                },
251
                {
252
                    "name": "Guilherme Blanco",
253
                    "email": "[email protected]"
254
                },
255
                {
256
                    "name": "Jonathan Wage",
257
                    "email": "[email protected]"
258
                },
259
                {
260
                    "name": "Johannes Schmitt",
261
                    "email": "[email protected]"
262
                }
263
            ],
264
            "description": "Collections Abstraction library",
265
            "homepage": "http://www.doctrine-project.org",
266
            "keywords": [
267
                "array",
268
                "collections",
269
                "iterator"
270
            ],
271
            "time": "2015-04-14 22:21:58"
272
        },
273
        {
274
            "name": "doctrine/common",
275
            "version": "v2.6.1",
276
            "source": {
277
                "type": "git",
278
                "url": "https://github.com/doctrine/common.git",
279
                "reference": "a579557bc689580c19fee4e27487a67fe60defc0"
280
            },
281
            "dist": {
282
                "type": "zip",
283
                "url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0",
284
                "reference": "a579557bc689580c19fee4e27487a67fe60defc0",
285
                "shasum": ""
286
            },
287
            "require": {
288
                "doctrine/annotations": "1.*",
289
                "doctrine/cache": "1.*",
290
                "doctrine/collections": "1.*",
291
                "doctrine/inflector": "1.*",
292
                "doctrine/lexer": "1.*",
293
                "php": "~5.5|~7.0"
294
            },
295
            "require-dev": {
296
                "phpunit/phpunit": "~4.8|~5.0"
297
            },
298
            "type": "library",
299
            "extra": {
300
                "branch-alias": {
301
                    "dev-master": "2.7.x-dev"
302
                }
303
            },
304
            "autoload": {
305
                "psr-4": {
306
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
307
                }
308
            },
309
            "notification-url": "https://packagist.org/downloads/",
310
            "license": [
311
                "MIT"
312
            ],
313
            "authors": [
314
                {
315
                    "name": "Roman Borschel",
316
                    "email": "[email protected]"
317
                },
318
                {
319
                    "name": "Benjamin Eberlei",
320
                    "email": "[email protected]"
321
                },
322
                {
323
                    "name": "Guilherme Blanco",
324
                    "email": "[email protected]"
325
                },
326
                {
327
                    "name": "Jonathan Wage",
328
                    "email": "[email protected]"
329
                },
330
                {
331
                    "name": "Johannes Schmitt",
332
                    "email": "[email protected]"
333
                }
334
            ],
335
            "description": "Common Library for Doctrine projects",
336
            "homepage": "http://www.doctrine-project.org",
337
            "keywords": [
338
                "annotations",
339
                "collections",
340
                "eventmanager",
341
                "persistence",
342
                "spl"
343
            ],
344
            "time": "2015-12-25 13:18:31"
345
        },
346
        {
347
            "name": "doctrine/inflector",
348
            "version": "v1.1.0",
349
            "source": {
350
                "type": "git",
351
                "url": "https://github.com/doctrine/inflector.git",
352
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
353
            },
354
            "dist": {
355
                "type": "zip",
356
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
357
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
358
                "shasum": ""
359
            },
360
            "require": {
361
                "php": ">=5.3.2"
362
            },
363
            "require-dev": {
364
                "phpunit/phpunit": "4.*"
365
            },
366
            "type": "library",
367
            "extra": {
368
                "branch-alias": {
369
                    "dev-master": "1.1.x-dev"
370
                }
371
            },
372
            "autoload": {
373
                "psr-0": {
374
                    "Doctrine\\Common\\Inflector\\": "lib/"
375
                }
376
            },
377
            "notification-url": "https://packagist.org/downloads/",
378
            "license": [
379
                "MIT"
380
            ],
381
            "authors": [
382
                {
383
                    "name": "Roman Borschel",
384
                    "email": "[email protected]"
385
                },
386
                {
387
                    "name": "Benjamin Eberlei",
388
                    "email": "[email protected]"
389
                },
390
                {
391
                    "name": "Guilherme Blanco",
392
                    "email": "[email protected]"
393
                },
394
                {
395
                    "name": "Jonathan Wage",
396
                    "email": "[email protected]"
397
                },
398
                {
399
                    "name": "Johannes Schmitt",
400
                    "email": "[email protected]"
401
                }
402
            ],
403
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
404
            "homepage": "http://www.doctrine-project.org",
405
            "keywords": [
406
                "inflection",
407
                "pluralize",
408
                "singularize",
409
                "string"
410
            ],
411
            "time": "2015-11-06 14:35:42"
412
        },
413
        {
414
            "name": "doctrine/lexer",
415
            "version": "v1.0.1",
416
            "source": {
417
                "type": "git",
418
                "url": "https://github.com/doctrine/lexer.git",
419
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
420
            },
421
            "dist": {
422
                "type": "zip",
423
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
424
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
425
                "shasum": ""
426
            },
427
            "require": {
428
                "php": ">=5.3.2"
429
            },
430
            "type": "library",
431
            "extra": {
432
                "branch-alias": {
433
                    "dev-master": "1.0.x-dev"
434
                }
435
            },
436
            "autoload": {
437
                "psr-0": {
438
                    "Doctrine\\Common\\Lexer\\": "lib/"
439
                }
440
            },
441
            "notification-url": "https://packagist.org/downloads/",
442
            "license": [
443
                "MIT"
444
            ],
445
            "authors": [
446
                {
447
                    "name": "Roman Borschel",
448
                    "email": "[email protected]"
449
                },
450
                {
451
                    "name": "Guilherme Blanco",
452
                    "email": "[email protected]"
453
                },
454
                {
455
                    "name": "Johannes Schmitt",
456
                    "email": "[email protected]"
457
                }
458
            ],
459
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
460
            "homepage": "http://www.doctrine-project.org",
461
            "keywords": [
462
                "lexer",
463
                "parser"
464
            ],
465
            "time": "2014-09-09 13:34:57"
466
        },
467
        {
468
            "name": "fortawesome/font-awesome",
469
            "version": "v4.2.0",
470
            "source": {
471
                "type": "git",
472
                "url": "https://github.com/FortAwesome/Font-Awesome.git",
473
                "reference": "a65bd93d81e9e6bd5ebfa41757a4474960b973b4"
474
            },
475
            "dist": {
476
                "type": "zip",
477
                "url": "https://api.github.com/repos/FortAwesome/Font-Awesome/zipball/a65bd93d81e9e6bd5ebfa41757a4474960b973b4",
478
                "reference": "a65bd93d81e9e6bd5ebfa41757a4474960b973b4",
479
                "shasum": ""
480
            },
481
            "require-dev": {
482
                "jekyll": "1.0.2",
483
                "lessc": "1.4.2"
484
            },
485
            "type": "library",
486
            "extra": {
487
                "branch-alias": {
488
                    "dev-master": "4.0.x-dev"
489
                }
490
            },
491
            "notification-url": "https://packagist.org/downloads/",
492
            "license": [
493
                "OFL-1.1",
494
                "MIT"
495
            ],
496
            "authors": [
497
                {
498
                    "name": "Dave Gandy",
499
                    "email": "[email protected]",
500
                    "homepage": "http://twitter.com/davegandy",
501
                    "role": "Developer"
502
                }
503
            ],
504
            "description": "The iconic font and CSS framework",
505
            "homepage": "http://fontawesome.io/",
506
            "keywords": [
507
                "FontAwesome",
508
                "awesome",
509
                "bootstrap",
510
                "font",
511
                "icon"
512
            ],
513
            "time": "2014-08-26 16:36:44"
514
        },
515
        {
516
            "name": "graylog2/gelf-php",
517
            "version": "1.5.0",
518
            "source": {
519
                "type": "git",
520
                "url": "https://github.com/bzikarsky/gelf-php.git",
521
                "reference": "bc1175a5b40f585e69a017647286d84211e82544"
522
            },
523
            "dist": {
524
                "type": "zip",
525
                "url": "https://api.github.com/repos/bzikarsky/gelf-php/zipball/bc1175a5b40f585e69a017647286d84211e82544",
526
                "reference": "bc1175a5b40f585e69a017647286d84211e82544",
527
                "shasum": ""
528
            },
529
            "require": {
530
                "php": ">=5.3.9",
531
                "psr/log": "~1.0"
532
            },
533
            "provide": {
534
                "psr/log-implementation": "~1.0"
535
            },
536
            "require-dev": {
537
                "phpunit/phpunit": "~4.3",
538
                "squizlabs/php_codesniffer": "~2.0"
539
            },
540
            "type": "library",
541
            "extra": {
542
                "branch-alias": {
543
                    "dev-master": "1.4.x-dev"
544
                }
545
            },
546
            "autoload": {
547
                "psr-4": {
548
                    "Gelf\\": "src/Gelf"
549
                }
550
            },
551
            "notification-url": "https://packagist.org/downloads/",
552
            "license": [
553
                "MIT"
554
            ],
555
            "authors": [
556
                {
557
                    "name": "Benjamin Zikarsky",
558
                    "email": "[email protected]"
559
                },
560
                {
561
                    "name": "gelf-php contributors",
562
                    "homepage": "https://github.com/bzikarsky/gelf-php/contributors"
563
                }
564
            ],
565
            "description": "A php implementation to send log-messages to a GELF compatible backend like Graylog2.",
566
            "time": "2016-06-02 06:04:56"
567
        },
568
        {
569
            "name": "guzzlehttp/guzzle",
570
            "version": "4.2.4",
571
            "source": {
572
                "type": "git",
573
                "url": "https://github.com/guzzle/guzzle.git",
574
                "reference": "13a8e5acff26b0a87d353042170b48976da004a1"
575
            },
576
            "dist": {
577
                "type": "zip",
578
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/13a8e5acff26b0a87d353042170b48976da004a1",
579
                "reference": "13a8e5acff26b0a87d353042170b48976da004a1",
580
                "shasum": ""
581
            },
582
            "require": {
583
                "ext-json": "*",
584
                "guzzlehttp/streams": "~2.1",
585
                "php": ">=5.4.0"
586
            },
587
            "require-dev": {
588
                "ext-curl": "*",
589
                "phpunit/phpunit": "~4.0",
590
                "psr/log": "~1.0"
591
            },
592
            "suggest": {
593
                "ext-curl": "Guzzle will use specific adapters if cURL is present"
594
            },
595
            "type": "library",
596
            "extra": {
597
                "branch-alias": {
598
                    "dev-master": "4.2-dev"
599
                }
600
            },
601
            "autoload": {
602
                "psr-4": {
603
                    "GuzzleHttp\\": "src/"
604
                },
605
                "files": [
606
                    "src/functions.php"
607
                ]
608
            },
609
            "notification-url": "https://packagist.org/downloads/",
610
            "license": [
611
                "MIT"
612
            ],
613
            "authors": [
614
                {
615
                    "name": "Michael Dowling",
616
                    "email": "[email protected]",
617
                    "homepage": "https://github.com/mtdowling"
618
                }
619
            ],
620
            "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
621
            "homepage": "http://guzzlephp.org/",
622
            "keywords": [
623
                "client",
624
                "curl",
625
                "framework",
626
                "http",
627
                "http client",
628
                "rest",
629
                "web service"
630
            ],
631
            "time": "2016-07-15 17:44:18"
632
        },
633
        {
634
            "name": "guzzlehttp/streams",
635
            "version": "2.1.0",
636
            "source": {
637
                "type": "git",
638
                "url": "https://github.com/guzzle/streams.git",
639
                "reference": "f91b721d73f0e561410903b3b3c90a5d0e40b534"
640
            },
641
            "dist": {
642
                "type": "zip",
643
                "url": "https://api.github.com/repos/guzzle/streams/zipball/f91b721d73f0e561410903b3b3c90a5d0e40b534",
644
                "reference": "f91b721d73f0e561410903b3b3c90a5d0e40b534",
645
                "shasum": ""
646
            },
647
            "require": {
648
                "php": ">=5.4.0"
649
            },
650
            "require-dev": {
651
                "phpunit/phpunit": "~4.0"
652
            },
653
            "type": "library",
654
            "extra": {
655
                "branch-alias": {
656
                    "dev-master": "2.0-dev"
657
                }
658
            },
659
            "autoload": {
660
                "psr-4": {
661
                    "GuzzleHttp\\Stream\\": "src/"
662
                },
663
                "files": [
664
                    "src/functions.php"
665
                ]
666
            },
667
            "notification-url": "https://packagist.org/downloads/",
668
            "license": [
669
                "MIT"
670
            ],
671
            "authors": [
672
                {
673
                    "name": "Michael Dowling",
674
                    "email": "[email protected]",
675
                    "homepage": "https://github.com/mtdowling"
676
                }
677
            ],
678
            "description": "Provides a simple abstraction over streams of data (Guzzle 4+)",
679
            "homepage": "http://guzzlephp.org/",
680
            "keywords": [
681
                "Guzzle",
682
                "stream"
683
            ],
684
            "time": "2014-08-17 21:15:53"
685
        },
686
        {
687
            "name": "incenteev/composer-parameter-handler",
688
            "version": "v2.1.2",
689
            "source": {
690
                "type": "git",
691
                "url": "https://github.com/Incenteev/ParameterHandler.git",
692
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
693
            },
694
            "dist": {
695
                "type": "zip",
696
                "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
697
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
698
                "shasum": ""
699
            },
700
            "require": {
701
                "php": ">=5.3.3",
702
                "symfony/yaml": "~2.3|~3.0"
703
            },
704
            "require-dev": {
705
                "composer/composer": "1.0.*@dev",
706
                "phpspec/prophecy-phpunit": "~1.0",
707
                "symfony/filesystem": "~2.2"
708
            },
709
            "type": "library",
710
            "extra": {
711
                "branch-alias": {
712
                    "dev-master": "2.1.x-dev"
713
                }
714
            },
715
            "autoload": {
716
                "psr-4": {
717
                    "Incenteev\\ParameterHandler\\": ""
718
                }
719
            },
720
            "notification-url": "https://packagist.org/downloads/",
721
            "license": [
722
                "MIT"
723
            ],
724
            "authors": [
725
                {
726
                    "name": "Christophe Coevoet",
727
                    "email": "[email protected]"
728
                }
729
            ],
730
            "description": "Composer script handling your ignored parameter file",
731
            "homepage": "https://github.com/Incenteev/ParameterHandler",
732
            "keywords": [
733
                "parameters management"
734
            ],
735
            "time": "2015-11-10 17:04:01"
736
        },
737
        {
738
            "name": "jms/aop-bundle",
739
            "version": "1.1.0",
740
            "target-dir": "JMS/AopBundle",
741
            "source": {
742
                "type": "git",
743
                "url": "https://github.com/schmittjoh/JMSAopBundle.git",
744
                "reference": "66287749c020b4c667c0ff4937b07e66c04bbe71"
745
            },
746
            "dist": {
747
                "type": "zip",
748
                "url": "https://api.github.com/repos/schmittjoh/JMSAopBundle/zipball/66287749c020b4c667c0ff4937b07e66c04bbe71",
749
                "reference": "66287749c020b4c667c0ff4937b07e66c04bbe71",
750
                "shasum": ""
751
            },
752
            "require": {
753
                "jms/cg": "^1.1",
754
                "symfony/framework-bundle": "2.*"
755
            },
756
            "type": "symfony-bundle",
757
            "extra": {
758
                "branch-alias": {
759
                    "dev-master": "1.1.x-dev"
760
                }
761
            },
762
            "autoload": {
763
                "psr-0": {
764
                    "JMS\\AopBundle": ""
765
                }
766
            },
767
            "notification-url": "https://packagist.org/downloads/",
768
            "license": [
769
                "Apache-2.0"
770
            ],
771
            "authors": [
772
                {
773
                    "name": "Johannes M. Schmitt",
774
                    "email": "[email protected]"
775
                }
776
            ],
777
            "description": "Adds AOP capabilities to Symfony2",
778
            "keywords": [
779
                "annotations",
780
                "aop"
781
            ],
782
            "time": "2015-09-13 09:02:33"
783
        },
784
        {
785
            "name": "jms/cg",
786
            "version": "1.1.0",
787
            "source": {
788
                "type": "git",
789
                "url": "https://github.com/schmittjoh/cg-library.git",
790
                "reference": "0af1113c7409b8636c5244bbae10b2e0ff792e9c"
791
            },
792
            "dist": {
793
                "type": "zip",
794
                "url": "https://api.github.com/repos/schmittjoh/cg-library/zipball/0af1113c7409b8636c5244bbae10b2e0ff792e9c",
795
                "reference": "0af1113c7409b8636c5244bbae10b2e0ff792e9c",
796
                "shasum": ""
797
            },
798
            "require": {
799
                "php": ">=5.3.0"
800
            },
801
            "type": "library",
802
            "extra": {
803
                "branch-alias": {
804
                    "dev-master": "1.1-dev"
805
                }
806
            },
807
            "autoload": {
808
                "psr-0": {
809
                    "CG\\": "src/"
810
                }
811
            },
812
            "notification-url": "https://packagist.org/downloads/",
813
            "license": [
814
                "Apache2"
815
            ],
816
            "authors": [
817
                {
818
                    "name": "Johannes M. Schmitt",
819
                    "email": "[email protected]"
820
                }
821
            ],
822
            "description": "Toolset for generating PHP code",
823
            "keywords": [
824
                "code generation"
825
            ],
826
            "time": "2015-09-13 08:54:43"
827
        },
828
        {
829
            "name": "jms/di-extra-bundle",
830
            "version": "1.4.0",
831
            "target-dir": "JMS/DiExtraBundle",
832
            "source": {
833
                "type": "git",
834
                "url": "https://github.com/schmittjoh/JMSDiExtraBundle.git",
835
                "reference": "7fffdb6c96fb922a131af06d773e1e6c5301d070"
836
            },
837
            "dist": {
838
                "type": "zip",
839
                "url": "https://api.github.com/repos/schmittjoh/JMSDiExtraBundle/zipball/7fffdb6c96fb922a131af06d773e1e6c5301d070",
840
                "reference": "7fffdb6c96fb922a131af06d773e1e6c5301d070",
841
                "shasum": ""
842
            },
843
            "require": {
844
                "jms/aop-bundle": ">=1.0.0,<1.2-dev",
845
                "jms/metadata": "1.*",
846
                "symfony/finder": "~2.1",
847
                "symfony/framework-bundle": "~2.1",
848
                "symfony/process": "~2.1"
849
            },
850
            "require-dev": {
851
                "doctrine/doctrine-bundle": "*",
852
                "doctrine/orm": "*",
853
                "jms/security-extra-bundle": "1.*",
854
                "phpcollection/phpcollection": ">=0.1,<0.3-dev",
855
                "sensio/framework-extra-bundle": "*",
856
                "symfony/browser-kit": "*",
857
                "symfony/class-loader": "*",
858
                "symfony/form": "*",
859
                "symfony/security-bundle": "*",
860
                "symfony/twig-bundle": "*",
861
                "symfony/validator": "*",
862
                "symfony/yaml": "*"
863
            },
864
            "type": "symfony-bundle",
865
            "extra": {
866
                "branch-alias": {
867
                    "dev-master": "1.3-dev"
868
                }
869
            },
870
            "autoload": {
871
                "psr-0": {
872
                    "JMS\\DiExtraBundle": ""
873
                }
874
            },
875
            "notification-url": "https://packagist.org/downloads/",
876
            "license": [
877
                "Apache"
878
            ],
879
            "authors": [
880
                {
881
                    "name": "Johannes Schmitt",
882
                    "email": "[email protected]",
883
                    "homepage": "https://github.com/schmittjoh",
884
                    "role": "Developer of wrapped JMSSerializerBundle"
885
                }
886
            ],
887
            "description": "Allows to configure dependency injection using annotations",
888
            "homepage": "http://jmsyst.com/bundles/JMSDiExtraBundle",
889
            "keywords": [
890
                "annotations",
891
                "dependency injection"
892
            ],
893
            "time": "2013-06-08 13:13:40"
894
        },
895
        {
896
            "name": "jms/metadata",
897
            "version": "1.5.1",
898
            "source": {
899
                "type": "git",
900
                "url": "https://github.com/schmittjoh/metadata.git",
901
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
902
            },
903
            "dist": {
904
                "type": "zip",
905
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
906
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
907
                "shasum": ""
908
            },
909
            "require": {
910
                "php": ">=5.3.0"
911
            },
912
            "require-dev": {
913
                "doctrine/cache": "~1.0"
914
            },
915
            "type": "library",
916
            "extra": {
917
                "branch-alias": {
918
                    "dev-master": "1.5.x-dev"
919
                }
920
            },
921
            "autoload": {
922
                "psr-0": {
923
                    "Metadata\\": "src/"
924
                }
925
            },
926
            "notification-url": "https://packagist.org/downloads/",
927
            "license": [
928
                "Apache"
929
            ],
930
            "authors": [
931
                {
932
                    "name": "Johannes Schmitt",
933
                    "email": "[email protected]",
934
                    "homepage": "https://github.com/schmittjoh",
935
                    "role": "Developer of wrapped JMSSerializerBundle"
936
                }
937
            ],
938
            "description": "Class/method/property metadata management in PHP",
939
            "keywords": [
940
                "annotations",
941
                "metadata",
942
                "xml",
943
                "yaml"
944
            ],
945
            "time": "2014-07-12 07:13:19"
946
        },
947
        {
948
            "name": "jms/translation-bundle",
949
            "version": "1.1.0",
950
            "target-dir": "JMS/TranslationBundle",
951
            "source": {
952
                "type": "git",
953
                "url": "https://github.com/schmittjoh/JMSTranslationBundle.git",
954
                "reference": "6f03035a38badaf8c48767c7664c3196df1eebdf"
955
            },
956
            "dist": {
957
                "type": "zip",
958
                "url": "https://api.github.com/repos/schmittjoh/JMSTranslationBundle/zipball/6f03035a38badaf8c48767c7664c3196df1eebdf",
959
                "reference": "6f03035a38badaf8c48767c7664c3196df1eebdf",
960
                "shasum": ""
961
            },
962
            "require": {
963
                "nikic/php-parser": "0.9.1",
964
                "symfony/console": "*",
965
                "symfony/framework-bundle": "~2.1"
966
            },
967
            "conflict": {
968
                "twig/twig": "1.10.2"
969
            },
970
            "require-dev": {
971
                "jms/di-extra-bundle": ">=1.1",
972
                "sensio/framework-extra-bundle": "*",
973
                "symfony/browser-kit": "*",
974
                "symfony/class-loader": "*",
975
                "symfony/css-selector": "*",
976
                "symfony/finder": "*",
977
                "symfony/form": "*",
978
                "symfony/process": "*",
979
                "symfony/security": "*",
980
                "symfony/twig-bundle": "*",
981
                "symfony/validator": "*",
982
                "symfony/yaml": "*"
983
            },
984
            "type": "symfony-bundle",
985
            "extra": {
986
                "branch-alias": {
987
                    "dev-master": "1.1-dev"
988
                }
989
            },
990
            "autoload": {
991
                "psr-0": {
992
                    "JMS\\TranslationBundle": ""
993
                }
994
            },
995
            "notification-url": "https://packagist.org/downloads/",
996
            "license": [
997
                "Apache2"
998
            ],
999
            "authors": [
1000
                {
1001
                    "name": "Johannes Schmitt",
1002
                    "email": "[email protected]",
1003
                    "homepage": "https://github.com/schmittjoh",
1004
                    "role": "Developer of wrapped JMSSerializerBundle"
1005
                }
1006
            ],
1007
            "description": "Puts the Symfony2 Translation Component on steroids",
1008
            "homepage": "http://jmsyst.com/bundles/JMSTranslationBundle",
1009
            "keywords": [
1010
                "extract",
1011
                "extraction",
1012
                "i18n",
1013
                "interface",
1014
                "multilanguage",
1015
                "translation",
1016
                "ui",
1017
                "webinterface"
1018
            ],
1019
            "time": "2013-06-08 14:08:19"
1020
        },
1021
        {
1022
            "name": "kriswallsmith/assetic",
1023
            "version": "v1.3.2",
1024
            "source": {
1025
                "type": "git",
1026
                "url": "https://github.com/kriswallsmith/assetic.git",
1027
                "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5"
1028
            },
1029
            "dist": {
1030
                "type": "zip",
1031
                "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/9928f7c4ad98b234e3559d1049abd13387f86db5",
1032
                "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5",
1033
                "shasum": ""
1034
            },
1035
            "require": {
1036
                "php": ">=5.3.1",
1037
                "symfony/process": "~2.1|~3.0"
1038
            },
1039
            "conflict": {
1040
                "twig/twig": "<1.23"
1041
            },
1042
            "require-dev": {
1043
                "cssmin/cssmin": "3.0.1",
1044
                "joliclic/javascript-packer": "1.1",
1045
                "kamicane/packager": "1.0",
1046
                "leafo/lessphp": "^0.3.7",
1047
                "leafo/scssphp": "~0.1",
1048
                "mrclay/minify": "~2.2",
1049
                "patchwork/jsqueeze": "~1.0|~2.0",
1050
                "phpunit/phpunit": "~4.8",
1051
                "psr/log": "~1.0",
1052
                "ptachoire/cssembed": "~1.0",
1053
                "symfony/phpunit-bridge": "~2.7|~3.0",
1054
                "twig/twig": "~1.8|~2.0"
1055
            },
1056
            "suggest": {
1057
                "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
1058
                "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
1059
                "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
1060
                "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
1061
                "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
1062
                "twig/twig": "Assetic provides the integration with the Twig templating engine"
1063
            },
1064
            "type": "library",
1065
            "extra": {
1066
                "branch-alias": {
1067
                    "dev-master": "1.4-dev"
1068
                }
1069
            },
1070
            "autoload": {
1071
                "psr-0": {
1072
                    "Assetic": "src/"
1073
                },
1074
                "files": [
1075
                    "src/functions.php"
1076
                ]
1077
            },
1078
            "notification-url": "https://packagist.org/downloads/",
1079
            "license": [
1080
                "MIT"
1081
            ],
1082
            "authors": [
1083
                {
1084
                    "name": "Kris Wallsmith",
1085
                    "email": "[email protected]",
1086
                    "homepage": "http://kriswallsmith.net/"
1087
                }
1088
            ],
1089
            "description": "Asset Management for PHP",
1090
            "homepage": "https://github.com/kriswallsmith/assetic",
1091
            "keywords": [
1092
                "assets",
1093
                "compression",
1094
                "minification"
1095
            ],
1096
            "time": "2015-11-12 13:51:40"
1097
        },
1098
        {
1099
            "name": "monolog/monolog",
1100
            "version": "1.21.0",
1101
            "source": {
1102
                "type": "git",
1103
                "url": "https://github.com/Seldaek/monolog.git",
1104
                "reference": "f42fbdfd53e306bda545845e4dbfd3e72edb4952"
1105
            },
1106
            "dist": {
1107
                "type": "zip",
1108
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f42fbdfd53e306bda545845e4dbfd3e72edb4952",
1109
                "reference": "f42fbdfd53e306bda545845e4dbfd3e72edb4952",
1110
                "shasum": ""
1111
            },
1112
            "require": {
1113
                "php": ">=5.3.0",
1114
                "psr/log": "~1.0"
1115
            },
1116
            "provide": {
1117
                "psr/log-implementation": "1.0.0"
1118
            },
1119
            "require-dev": {
1120
                "aws/aws-sdk-php": "^2.4.9",
1121
                "doctrine/couchdb": "~1.0@dev",
1122
                "graylog2/gelf-php": "~1.0",
1123
                "jakub-onderka/php-parallel-lint": "0.9",
1124
                "php-amqplib/php-amqplib": "~2.4",
1125
                "php-console/php-console": "^3.1.3",
1126
                "phpunit/phpunit": "~4.5",
1127
                "phpunit/phpunit-mock-objects": "2.3.0",
1128
                "ruflin/elastica": ">=0.90 <3.0",
1129
                "sentry/sentry": "^0.13",
1130
                "swiftmailer/swiftmailer": "~5.3"
1131
            },
1132
            "suggest": {
1133
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1134
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1135
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1136
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1137
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1138
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
1139
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1140
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1141
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1142
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1143
                "sentry/sentry": "Allow sending log messages to a Sentry server"
1144
            },
1145
            "type": "library",
1146
            "extra": {
1147
                "branch-alias": {
1148
                    "dev-master": "2.0.x-dev"
1149
                }
1150
            },
1151
            "autoload": {
1152
                "psr-4": {
1153
                    "Monolog\\": "src/Monolog"
1154
                }
1155
            },
1156
            "notification-url": "https://packagist.org/downloads/",
1157
            "license": [
1158
                "MIT"
1159
            ],
1160
            "authors": [
1161
                {
1162
                    "name": "Jordi Boggiano",
1163
                    "email": "[email protected]",
1164
                    "homepage": "http://seld.be"
1165
                }
1166
            ],
1167
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1168
            "homepage": "http://github.com/Seldaek/monolog",
1169
            "keywords": [
1170
                "log",
1171
                "logging",
1172
                "psr-3"
1173
            ],
1174
            "time": "2016-07-29 03:23:52"
1175
        },
1176
        {
1177
            "name": "moontoast/math",
1178
            "version": "1.1.0",
1179
            "source": {
1180
                "type": "git",
1181
                "url": "https://github.com/ramsey/moontoast-math.git",
1182
                "reference": "fce28a9d1e73e73376cb44e5e581675d15fbe2f3"
1183
            },
1184
            "dist": {
1185
                "type": "zip",
1186
                "url": "https://api.github.com/repos/ramsey/moontoast-math/zipball/fce28a9d1e73e73376cb44e5e581675d15fbe2f3",
1187
                "reference": "fce28a9d1e73e73376cb44e5e581675d15fbe2f3",
1188
                "shasum": ""
1189
            },
1190
            "require": {
1191
                "ext-bcmath": "*",
1192
                "php": ">=5.3.3"
1193
            },
1194
            "type": "library",
1195
            "autoload": {
1196
                "psr-0": {
1197
                    "Moontoast\\Math": "src/"
1198
                }
1199
            },
1200
            "notification-url": "https://packagist.org/downloads/",
1201
            "license": [
1202
                "Apache-2.0"
1203
            ],
1204
            "description": "A mathematics library, providing functionality for large numbers",
1205
            "homepage": "https://github.com/moontoast/math",
1206
            "keywords": [
1207
                "bcmath",
1208
                "math"
1209
            ],
1210
            "time": "2013-01-19 17:42:34"
1211
        },
1212
        {
1213
            "name": "mopa/bootstrap-bundle",
1214
            "version": "dev-master",
1215
            "target-dir": "Mopa/Bundle/BootstrapBundle",
1216
            "source": {
1217
                "type": "git",
1218
                "url": "https://github.com/phiamo/MopaBootstrapBundle.git",
1219
                "reference": "818b0f47ebd352559950e9a64431ff9472e8a9dd"
1220
            },
1221
            "dist": {
1222
                "type": "zip",
1223
                "url": "https://api.github.com/repos/phiamo/MopaBootstrapBundle/zipball/818b0f47ebd352559950e9a64431ff9472e8a9dd",
1224
                "reference": "818b0f47ebd352559950e9a64431ff9472e8a9dd",
1225
                "shasum": ""
1226
            },
1227
            "require": {
1228
                "mopa/composer-bridge": "~1.3",
1229
                "symfony/console": "~2.3|~3.0",
1230
                "symfony/form": "~2.3|~3.0",
1231
                "symfony/framework-bundle": "~2.3|~3.0",
1232
                "symfony/twig-bundle": "~2.3|~3.0",
1233
                "twig/twig": "^1.14.2"
1234
            },
1235
            "conflict": {
1236
                "symfony/twig-bridge": "<2.3"
1237
            },
1238
            "suggest": {
1239
                "craue/formflow-bundle": "~2.0",
1240
                "knplabs/knp-menu-bundle": "~2.0@dev",
1241
                "knplabs/knp-paginator-bundle": "~2.3",
1242
                "mopa/bootstrap-sandbox-bundle": "~2.3",
1243
                "twbs/bootstrap": ">2.0,<4.0-dev",
1244
                "twbs/bootstrap-sass": "v3.1.1"
1245
            },
1246
            "type": "symfony-bundle",
1247
            "extra": {
1248
                "branch-alias": {
1249
                    "dev-master": "3.x-dev"
1250
                }
1251
            },
1252
            "autoload": {
1253
                "psr-0": {
1254
                    "Mopa\\Bundle\\BootstrapBundle\\": ""
1255
                }
1256
            },
1257
            "notification-url": "https://packagist.org/downloads/",
1258
            "license": [
1259
                "MIT"
1260
            ],
1261
            "authors": [
1262
                {
1263
                    "name": "Community contributions",
1264
                    "homepage": "https://github.com/phiamo/MopaBootstrapBundle/contributors"
1265
                },
1266
                {
1267
                    "name": "Philipp A. Mohrenweiser",
1268
                    "email": "[email protected]"
1269
                }
1270
            ],
1271
            "description": "Easy integration of twitters bootstrap into symfony2",
1272
            "keywords": [
1273
                "bootstrap",
1274
                "bootstrap form",
1275
                "extra form",
1276
                "form",
1277
                "template"
1278
            ],
1279
            "time": "2015-04-10 09:34:23"
1280
        },
1281
        {
1282
            "name": "mopa/composer-bridge",
1283
            "version": "v1.5.0",
1284
            "source": {
1285
                "type": "git",
1286
                "url": "https://github.com/phiamo/MopaComposerBridge.git",
1287
                "reference": "58661a5c588ce9c3eff7d36c4030f6caa4de1ae2"
1288
            },
1289
            "dist": {
1290
                "type": "zip",
1291
                "url": "https://api.github.com/repos/phiamo/MopaComposerBridge/zipball/58661a5c588ce9c3eff7d36c4030f6caa4de1ae2",
1292
                "reference": "58661a5c588ce9c3eff7d36c4030f6caa4de1ae2",
1293
                "shasum": ""
1294
            },
1295
            "require": {
1296
                "symfony/class-loader": ">=2.0.0",
1297
                "symfony/console": ">=2.0.0"
1298
            },
1299
            "type": "symfony-bridge",
1300
            "extra": {
1301
                "branch-alias": {
1302
                    "dev-master": "1.3.x-dev"
1303
                }
1304
            },
1305
            "autoload": {
1306
                "psr-0": {
1307
                    "Mopa\\Bridge\\Composer": "src/"
1308
                }
1309
            },
1310
            "notification-url": "https://packagist.org/downloads/",
1311
            "license": [
1312
                "MIT"
1313
            ],
1314
            "authors": [
1315
                {
1316
                    "name": "Community contributions",
1317
                    "homepage": "https://github.com/phiamo/MopaComposerBridge/contributors"
1318
                },
1319
                {
1320
                    "name": "Philipp A. Mohrenweiser",
1321
                    "email": "[email protected]"
1322
                }
1323
            ],
1324
            "description": "Symfony2 Composer Bridge",
1325
            "homepage": "http://bootstrap.mohrenweiserpartner.de",
1326
            "keywords": [
1327
                "Symfony2",
1328
                "composer"
1329
            ],
1330
            "time": "2015-10-01 19:20:19"
1331
        },
1332
        {
1333
            "name": "nelmio/security-bundle",
1334
            "version": "1.10.0",
1335
            "source": {
1336
                "type": "git",
1337
                "url": "https://github.com/nelmio/NelmioSecurityBundle.git",
1338
                "reference": "4be243f1fc85ff85f10aadcf88c8c11ba2096cd9"
1339
            },
1340
            "dist": {
1341
                "type": "zip",
1342
                "url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/4be243f1fc85ff85f10aadcf88c8c11ba2096cd9",
1343
                "reference": "4be243f1fc85ff85f10aadcf88c8c11ba2096cd9",
1344
                "shasum": ""
1345
            },
1346
            "require": {
1347
                "symfony/framework-bundle": "~2.3|~3.0",
1348
                "symfony/security": "~2.3|~3.0"
1349
            },
1350
            "require-dev": {
1351
                "phpunit/phpunit": "^5.2"
1352
            },
1353
            "type": "symfony-bundle",
1354
            "extra": {
1355
                "branch-alias": {
1356
                    "dev-master": "1.10.x-dev"
1357
                }
1358
            },
1359
            "autoload": {
1360
                "psr-4": {
1361
                    "Nelmio\\SecurityBundle\\": ""
1362
                }
1363
            },
1364
            "notification-url": "https://packagist.org/downloads/",
1365
            "license": [
1366
                "MIT"
1367
            ],
1368
            "authors": [
1369
                {
1370
                    "name": "Nelmio",
1371
                    "homepage": "http://nelm.io"
1372
                },
1373
                {
1374
                    "name": "Symfony Community",
1375
                    "homepage": "https://github.com/nelmio/NelmioSecurityBundle/contributors"
1376
                }
1377
            ],
1378
            "description": "Extra security-related features for Symfony: signed/encrypted cookies, HTTPS/SSL/HSTS handling, cookie session storage, ...",
1379
            "keywords": [
1380
                "security"
1381
            ],
1382
            "time": "2016-02-23 10:42:13"
1383
        },
1384
        {
1385
            "name": "nikic/php-parser",
1386
            "version": "v0.9.1",
1387
            "source": {
1388
                "type": "git",
1389
                "url": "https://github.com/nikic/PHP-Parser.git",
1390
                "reference": "b1cc9ce676b4350b23d0fafc8244d08eee2fe287"
1391
            },
1392
            "dist": {
1393
                "type": "zip",
1394
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/b1cc9ce676b4350b23d0fafc8244d08eee2fe287",
1395
                "reference": "b1cc9ce676b4350b23d0fafc8244d08eee2fe287",
1396
                "shasum": ""
1397
            },
1398
            "require": {
1399
                "php": ">=5.2"
1400
            },
1401
            "type": "library",
1402
            "autoload": {
1403
                "psr-0": {
1404
                    "PHPParser": "lib/"
1405
                }
1406
            },
1407
            "notification-url": "https://packagist.org/downloads/",
1408
            "license": [
1409
                "BSD"
1410
            ],
1411
            "authors": [
1412
                {
1413
                    "name": "Nikita Popov"
1414
                }
1415
            ],
1416
            "description": "A PHP parser written in PHP",
1417
            "keywords": [
1418
                "parser",
1419
                "php"
1420
            ],
1421
            "time": "2012-04-23 22:52:11"
1422
        },
1423
        {
1424
            "name": "paragonie/random_compat",
1425
            "version": "v1.4.1",
1426
            "source": {
1427
                "type": "git",
1428
                "url": "https://github.com/paragonie/random_compat.git",
1429
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774"
1430
            },
1431
            "dist": {
1432
                "type": "zip",
1433
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/c7e26a21ba357863de030f0b9e701c7d04593774",
1434
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774",
1435
                "shasum": ""
1436
            },
1437
            "require": {
1438
                "php": ">=5.2.0"
1439
            },
1440
            "require-dev": {
1441
                "phpunit/phpunit": "4.*|5.*"
1442
            },
1443
            "suggest": {
1444
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1445
            },
1446
            "type": "library",
1447
            "autoload": {
1448
                "files": [
1449
                    "lib/random.php"
1450
                ]
1451
            },
1452
            "notification-url": "https://packagist.org/downloads/",
1453
            "license": [
1454
                "MIT"
1455
            ],
1456
            "authors": [
1457
                {
1458
                    "name": "Paragon Initiative Enterprises",
1459
                    "email": "[email protected]",
1460
                    "homepage": "https://paragonie.com"
1461
                }
1462
            ],
1463
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1464
            "keywords": [
1465
                "csprng",
1466
                "pseudorandom",
1467
                "random"
1468
            ],
1469
            "time": "2016-03-18 20:34:03"
1470
        },
1471
        {
1472
            "name": "psr/log",
1473
            "version": "1.0.2",
1474
            "source": {
1475
                "type": "git",
1476
                "url": "https://github.com/php-fig/log.git",
1477
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1478
            },
1479
            "dist": {
1480
                "type": "zip",
1481
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1482
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1483
                "shasum": ""
1484
            },
1485
            "require": {
1486
                "php": ">=5.3.0"
1487
            },
1488
            "type": "library",
1489
            "extra": {
1490
                "branch-alias": {
1491
                    "dev-master": "1.0.x-dev"
1492
                }
1493
            },
1494
            "autoload": {
1495
                "psr-4": {
1496
                    "Psr\\Log\\": "Psr/Log/"
1497
                }
1498
            },
1499
            "notification-url": "https://packagist.org/downloads/",
1500
            "license": [
1501
                "MIT"
1502
            ],
1503
            "authors": [
1504
                {
1505
                    "name": "PHP-FIG",
1506
                    "homepage": "http://www.php-fig.org/"
1507
                }
1508
            ],
1509
            "description": "Common interface for logging libraries",
1510
            "homepage": "https://github.com/php-fig/log",
1511
            "keywords": [
1512
                "log",
1513
                "psr",
1514
                "psr-3"
1515
            ],
1516
            "time": "2016-10-10 12:19:37"
1517
        },
1518
        {
1519
            "name": "ramsey/uuid",
1520
            "version": "3.5.0",
1521
            "source": {
1522
                "type": "git",
1523
                "url": "https://github.com/ramsey/uuid.git",
1524
                "reference": "a6d15c8618ea3951fd54d34e326b68d3d0bc0786"
1525
            },
1526
            "dist": {
1527
                "type": "zip",
1528
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/a6d15c8618ea3951fd54d34e326b68d3d0bc0786",
1529
                "reference": "a6d15c8618ea3951fd54d34e326b68d3d0bc0786",
1530
                "shasum": ""
1531
            },
1532
            "require": {
1533
                "paragonie/random_compat": "^1.0|^2.0",
1534
                "php": ">=5.4"
1535
            },
1536
            "replace": {
1537
                "rhumsaa/uuid": "self.version"
1538
            },
1539
            "require-dev": {
1540
                "apigen/apigen": "^4.1",
1541
                "codeception/aspect-mock": "1.0.0",
1542
                "goaop/framework": "1.0.0-alpha.2",
1543
                "ircmaxell/random-lib": "^1.1",
1544
                "jakub-onderka/php-parallel-lint": "^0.9.0",
1545
                "mockery/mockery": "^0.9.4",
1546
                "moontoast/math": "^1.1",
1547
                "phpunit/phpunit": "^4.7|>=5.0 <5.4",
1548
                "satooshi/php-coveralls": "^0.6.1",
1549
                "squizlabs/php_codesniffer": "^2.3"
1550
            },
1551
            "suggest": {
1552
                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
1553
                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
1554
                "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
1555
                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
1556
                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
1557
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
1558
            },
1559
            "type": "library",
1560
            "extra": {
1561
                "branch-alias": {
1562
                    "dev-master": "3.x-dev"
1563
                }
1564
            },
1565
            "autoload": {
1566
                "psr-4": {
1567
                    "Ramsey\\Uuid\\": "src/"
1568
                }
1569
            },
1570
            "notification-url": "https://packagist.org/downloads/",
1571
            "license": [
1572
                "MIT"
1573
            ],
1574
            "authors": [
1575
                {
1576
                    "name": "Marijn Huizendveld",
1577
                    "email": "[email protected]"
1578
                },
1579
                {
1580
                    "name": "Thibaud Fabre",
1581
                    "email": "[email protected]"
1582
                },
1583
                {
1584
                    "name": "Ben Ramsey",
1585
                    "email": "[email protected]",
1586
                    "homepage": "https://benramsey.com"
1587
                }
1588
            ],
1589
            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
1590
            "homepage": "https://github.com/ramsey/uuid",
1591
            "keywords": [
1592
                "guid",
1593
                "identifier",
1594
                "uuid"
1595
            ],
1596
            "time": "2016-08-02 18:39:32"
1597
        },
1598
        {
1599
            "name": "robrichards/xmlseclibs",
1600
            "version": "1.4.2",
1601
            "source": {
1602
                "type": "git",
1603
                "url": "https://github.com/robrichards/xmlseclibs.git",
1604
                "reference": "79fb5e03c4ee4dc3ec77e4b2628231374364a017"
1605
            },
1606
            "dist": {
1607
                "type": "zip",
1608
                "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/79fb5e03c4ee4dc3ec77e4b2628231374364a017",
1609
                "reference": "79fb5e03c4ee4dc3ec77e4b2628231374364a017",
1610
                "shasum": ""
1611
            },
1612
            "require": {
1613
                "php": ">= 5.2"
1614
            },
1615
            "suggest": {
1616
                "ext/mcrypt": "MCrypt extension",
1617
                "ext/openssl": "OpenSSL extension"
1618
            },
1619
            "type": "library",
1620
            "autoload": {
1621
                "classmap": [
1622
                    "src/"
1623
                ]
1624
            },
1625
            "notification-url": "https://packagist.org/downloads/",
1626
            "license": [
1627
                "BSD-3-Clause"
1628
            ],
1629
            "description": "A PHP library for XML Security",
1630
            "homepage": "https://github.com/robrichards/xmlseclibs",
1631
            "keywords": [
1632
                "security",
1633
                "signature",
1634
                "xml",
1635
                "xmldsig"
1636
            ],
1637
            "time": "2016-09-08 13:31:44"
1638
        },
1639
        {
1640
            "name": "sensio/distribution-bundle",
1641
            "version": "v3.0.30",
1642
            "target-dir": "Sensio/Bundle/DistributionBundle",
1643
            "source": {
1644
                "type": "git",
1645
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
1646
                "reference": "f1758b30096202aeede61f79a1dffd69da091517"
1647
            },
1648
            "dist": {
1649
                "type": "zip",
1650
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/f1758b30096202aeede61f79a1dffd69da091517",
1651
                "reference": "f1758b30096202aeede61f79a1dffd69da091517",
1652
                "shasum": ""
1653
            },
1654
            "require": {
1655
                "php": ">=5.3.3",
1656
                "sensiolabs/security-checker": "~2.0",
1657
                "symfony/class-loader": "~2.2",
1658
                "symfony/framework-bundle": "~2.3",
1659
                "symfony/process": "~2.2"
1660
            },
1661
            "require-dev": {
1662
                "symfony/form": "~2.2",
1663
                "symfony/validator": "~2.2",
1664
                "symfony/yaml": "~2.2"
1665
            },
1666
            "suggest": {
1667
                "symfony/form": "If you want to use the configurator",
1668
                "symfony/validator": "If you want to use the configurator",
1669
                "symfony/yaml": "If you want to use  the configurator"
1670
            },
1671
            "type": "symfony-bundle",
1672
            "extra": {
1673
                "branch-alias": {
1674
                    "dev-master": "3.0.x-dev"
1675
                }
1676
            },
1677
            "autoload": {
1678
                "psr-0": {
1679
                    "Sensio\\Bundle\\DistributionBundle": ""
1680
                }
1681
            },
1682
            "notification-url": "https://packagist.org/downloads/",
1683
            "license": [
1684
                "MIT"
1685
            ],
1686
            "authors": [
1687
                {
1688
                    "name": "Fabien Potencier",
1689
                    "email": "[email protected]"
1690
                }
1691
            ],
1692
            "description": "Base bundle for Symfony Distributions",
1693
            "keywords": [
1694
                "configuration",
1695
                "distribution"
1696
            ],
1697
            "time": "2015-06-05 22:32:22"
1698
        },
1699
        {
1700
            "name": "sensio/framework-extra-bundle",
1701
            "version": "v3.0.16",
1702
            "source": {
1703
                "type": "git",
1704
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
1705
                "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546"
1706
            },
1707
            "dist": {
1708
                "type": "zip",
1709
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/507a15f56fa7699f6cc8c2c7de4080b19ce22546",
1710
                "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546",
1711
                "shasum": ""
1712
            },
1713
            "require": {
1714
                "doctrine/common": "~2.2",
1715
                "symfony/dependency-injection": "~2.3|~3.0",
1716
                "symfony/framework-bundle": "~2.3|~3.0"
1717
            },
1718
            "require-dev": {
1719
                "symfony/browser-kit": "~2.3|~3.0",
1720
                "symfony/dom-crawler": "~2.3|~3.0",
1721
                "symfony/expression-language": "~2.4|~3.0",
1722
                "symfony/finder": "~2.3|~3.0",
1723
                "symfony/phpunit-bridge": "~2.7|~3.0",
1724
                "symfony/security-bundle": "~2.4|~3.0",
1725
                "symfony/twig-bundle": "~2.3|~3.0",
1726
                "twig/twig": "~1.11|~2.0"
1727
            },
1728
            "suggest": {
1729
                "symfony/expression-language": "",
1730
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
1731
                "symfony/security-bundle": ""
1732
            },
1733
            "type": "symfony-bundle",
1734
            "extra": {
1735
                "branch-alias": {
1736
                    "dev-master": "3.0.x-dev"
1737
                }
1738
            },
1739
            "autoload": {
1740
                "psr-4": {
1741
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
1742
                }
1743
            },
1744
            "notification-url": "https://packagist.org/downloads/",
1745
            "license": [
1746
                "MIT"
1747
            ],
1748
            "authors": [
1749
                {
1750
                    "name": "Fabien Potencier",
1751
                    "email": "[email protected]"
1752
                }
1753
            ],
1754
            "description": "This bundle provides a way to configure your controllers with annotations",
1755
            "keywords": [
1756
                "annotations",
1757
                "controllers"
1758
            ],
1759
            "time": "2016-03-25 17:08:27"
1760
        },
1761
        {
1762
            "name": "sensiolabs/security-checker",
1763
            "version": "v2.0.5",
1764
            "source": {
1765
                "type": "git",
1766
                "url": "https://github.com/sensiolabs/security-checker.git",
1767
                "reference": "2c2a71f1c77d9765c12638c4724d9ca23658a810"
1768
            },
1769
            "dist": {
1770
                "type": "zip",
1771
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/2c2a71f1c77d9765c12638c4724d9ca23658a810",
1772
                "reference": "2c2a71f1c77d9765c12638c4724d9ca23658a810",
1773
                "shasum": ""
1774
            },
1775
            "require": {
1776
                "ext-curl": "*",
1777
                "symfony/console": "~2.0"
1778
            },
1779
            "bin": [
1780
                "security-checker"
1781
            ],
1782
            "type": "library",
1783
            "extra": {
1784
                "branch-alias": {
1785
                    "dev-master": "2.0-dev"
1786
                }
1787
            },
1788
            "autoload": {
1789
                "psr-0": {
1790
                    "SensioLabs\\Security": ""
1791
                }
1792
            },
1793
            "notification-url": "https://packagist.org/downloads/",
1794
            "license": [
1795
                "MIT"
1796
            ],
1797
            "authors": [
1798
                {
1799
                    "name": "Fabien Potencier",
1800
                    "email": "[email protected]"
1801
                }
1802
            ],
1803
            "description": "A security checker for your composer.lock",
1804
            "time": "2015-05-28 14:22:40"
1805
        },
1806
        {
1807
            "name": "simplesamlphp/saml2",
1808
            "version": "v1.10.3",
1809
            "source": {
1810
                "type": "git",
1811
                "url": "https://github.com/simplesamlphp/saml2.git",
1812
                "reference": "3f268c25ca5e9748652834faad04525746227ef7"
1813
            },
1814
            "dist": {
1815
                "type": "zip",
1816
                "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/3f268c25ca5e9748652834faad04525746227ef7",
1817
                "reference": "3f268c25ca5e9748652834faad04525746227ef7",
1818
                "shasum": ""
1819
            },
1820
            "require": {
1821
                "ext-dom": "*",
1822
                "ext-openssl": "*",
1823
                "php": ">=5.3.3",
1824
                "psr/log": "~1.0",
1825
                "robrichards/xmlseclibs": "^1.3"
1826
            },
1827
            "require-dev": {
1828
                "mockery/mockery": "~0.9",
1829
                "phpmd/phpmd": "~1.5",
1830
                "phpunit/phpunit": "~3.7",
1831
                "satooshi/php-coveralls": "~0.6.1",
1832
                "sebastian/phpcpd": "~1.4",
1833
                "sensiolabs/security-checker": "~1.1",
1834
                "squizlabs/php_codesniffer": "~1.4"
1835
            },
1836
            "type": "library",
1837
            "autoload": {
1838
                "psr-0": {
1839
                    "SAML2_": "src/"
1840
                }
1841
            },
1842
            "notification-url": "https://packagist.org/downloads/",
1843
            "license": [
1844
                "LGPL-2.1"
1845
            ],
1846
            "authors": [
1847
                {
1848
                    "name": "Andreas Åkre Solberg",
1849
                    "email": "[email protected]"
1850
                }
1851
            ],
1852
            "description": "SAML2 PHP library from SimpleSAMLphp",
1853
            "time": "2016-12-02 12:15:53"
1854
        },
1855
        {
1856
            "name": "surfnet/stepup-bundle",
1857
            "version": "1.5.0",
1858
            "source": {
1859
                "type": "git",
1860
                "url": "https://github.com/OpenConext/Stepup-bundle.git",
1861
                "reference": "4ad7ebe9f9075ec39c5d1fc8449fe8fef33e60d2"
1862
            },
1863
            "dist": {
1864
                "type": "zip",
1865
                "url": "https://api.github.com/repos/OpenConext/Stepup-bundle/zipball/4ad7ebe9f9075ec39c5d1fc8449fe8fef33e60d2",
1866
                "reference": "4ad7ebe9f9075ec39c5d1fc8449fe8fef33e60d2",
1867
                "shasum": ""
1868
            },
1869
            "require": {
1870
                "ext-gmp": "*",
1871
                "ext-openssl": "*",
1872
                "graylog2/gelf-php": "^1.5",
1873
                "guzzlehttp/guzzle": "~4",
1874
                "monolog/monolog": "~1.11",
1875
                "php": "^5.6|^7.0",
1876
                "sensio/framework-extra-bundle": "~3",
1877
                "symfony/config": "^2.7",
1878
                "symfony/dependency-injection": "^2.7",
1879
                "symfony/form": "^2.7",
1880
                "symfony/framework-bundle": "^2.7",
1881
                "symfony/http-kernel": "^2.7",
1882
                "symfony/twig-bridge": "^2.7",
1883
                "symfony/validator": "^2.7"
1884
            },
1885
            "require-dev": {
1886
                "ibuildings/qa-tools": "~1.1",
1887
                "liip/rmt": "1.1.*",
1888
                "mockery/mockery": "0.9.*"
1889
            },
1890
            "type": "library",
1891
            "autoload": {
1892
                "psr-4": {
1893
                    "Surfnet\\StepupBundle\\": "src"
1894
                }
1895
            },
1896
            "notification-url": "https://packagist.org/downloads/",
1897
            "license": [
1898
                "Apache-2.0"
1899
            ],
1900
            "description": "A Symfony2 bundle that holds shared code and framework integration for all Step-up applications.",
1901
            "keywords": [
1902
                "stepup",
1903
                "suaas",
1904
                "surfnet"
1905
            ],
1906
            "time": "2016-08-03 07:45:32"
1907
        },
1908
        {
1909
            "name": "surfnet/stepup-middleware-client-bundle",
1910
            "version": "1.5.0",
1911
            "source": {
1912
                "type": "git",
1913
                "url": "https://github.com/OpenConext/Stepup-Middleware-clientbundle.git",
1914
                "reference": "33db2b063ffcf5e2a3b0da2f2d5cd59072877c66"
1915
            },
1916
            "dist": {
1917
                "type": "zip",
1918
                "url": "https://api.github.com/repos/OpenConext/Stepup-Middleware-clientbundle/zipball/33db2b063ffcf5e2a3b0da2f2d5cd59072877c66",
1919
                "reference": "33db2b063ffcf5e2a3b0da2f2d5cd59072877c66",
1920
                "shasum": ""
1921
            },
1922
            "require": {
1923
                "beberlei/assert": "~2.0",
1924
                "guzzlehttp/guzzle": "~4",
1925
                "moontoast/math": "~1.1",
1926
                "php": "^5.6|^7.0",
1927
                "psr/log": "~1.0",
1928
                "ramsey/uuid": "^3.4",
1929
                "symfony/config": "^2.7",
1930
                "symfony/dependency-injection": "^2.7",
1931
                "symfony/http-kernel": "^2.7",
1932
                "symfony/validator": "^2.7"
1933
            },
1934
            "conflict": {
1935
                "surfnet/stepup-middleware-client": "*"
1936
            },
1937
            "require-dev": {
1938
                "ibuildings/qa-tools": "~1.1",
1939
                "liip/rmt": "1.1.*",
1940
                "matthiasnoback/symfony-config-test": "0.*",
1941
                "mockery/mockery": "0.9.*"
1942
            },
1943
            "type": "library",
1944
            "autoload": {
1945
                "psr-4": {
1946
                    "Surfnet\\StepupMiddlewareClientBundle\\": "src/Surfnet/StepupMiddlewareClientBundle/",
1947
                    "Surfnet\\StepupMiddlewareClient\\": "src/Surfnet/StepupMiddlewareClient/"
1948
                }
1949
            },
1950
            "notification-url": "https://packagist.org/downloads/",
1951
            "license": [
1952
                "Apache-2.0"
1953
            ],
1954
            "description": "Symfony2 bundle for consuming the Step-up Middleware API.",
1955
            "time": "2017-02-14 16:07:55"
1956
        },
1957
        {
1958
            "name": "surfnet/stepup-saml-bundle",
1959
            "version": "2.5.0",
1960
            "source": {
1961
                "type": "git",
1962
                "url": "https://github.com/OpenConext/Stepup-saml-bundle.git",
1963
                "reference": "3ee050d16f76bf63b48fa01af3e75e1b42668d72"
1964
            },
1965
            "dist": {
1966
                "type": "zip",
1967
                "url": "https://api.github.com/repos/OpenConext/Stepup-saml-bundle/zipball/3ee050d16f76bf63b48fa01af3e75e1b42668d72",
1968
                "reference": "3ee050d16f76bf63b48fa01af3e75e1b42668d72",
1969
                "shasum": ""
1970
            },
1971
            "require": {
1972
                "ext-openssl": "*",
1973
                "php": ">=5.4,<8.0-dev",
1974
                "robrichards/xmlseclibs": "^1.4.0",
1975
                "simplesamlphp/saml2": "^1.8",
1976
                "symfony/dependency-injection": "^2.7",
1977
                "symfony/framework-bundle": "^2.7"
1978
            },
1979
            "require-dev": {
1980
                "ibuildings/qa-tools": "~1.1",
1981
                "liip/rmt": "~1.1",
1982
                "mockery/mockery": "~0.9",
1983
                "psr/log": "~1.0"
1984
            },
1985
            "type": "symfony-bundle",
1986
            "autoload": {
1987
                "psr-4": {
1988
                    "Surfnet\\SamlBundle\\": "src"
1989
                }
1990
            },
1991
            "notification-url": "https://packagist.org/downloads/",
1992
            "license": [
1993
                "Apache-2.0"
1994
            ],
1995
            "description": "A Symfony2 bundle that integrates the simplesamlphp\\saml2 library with Symfony",
1996
            "keywords": [
1997
                "SAML2",
1998
                "saml",
1999
                "simplesamlphp",
2000
                "stepup",
2001
                "surfnet"
2002
            ],
2003
            "time": "2016-07-01 09:33:44"
2004
        },
2005
        {
2006
            "name": "surfnet/stepup-u2f-bundle",
2007
            "version": "dev-develop",
2008
            "source": {
2009
                "type": "git",
2010
                "url": "https://github.com/OpenConext/Stepup-u2f-bundle.git",
2011
                "reference": "b28737d7b8df5ecbdf7a1e952ecfb530a2951c05"
2012
            },
2013
            "dist": {
2014
                "type": "zip",
2015
                "url": "https://api.github.com/repos/OpenConext/Stepup-u2f-bundle/zipball/b28737d7b8df5ecbdf7a1e952ecfb530a2951c05",
2016
                "reference": "b28737d7b8df5ecbdf7a1e952ecfb530a2951c05",
2017
                "shasum": ""
2018
            },
2019
            "require": {
2020
                "php": ">=5.4|^7",
2021
                "symfony/config": "^2.7",
2022
                "symfony/dependency-injection": "^2.7",
2023
                "symfony/form": "^2.7",
2024
                "symfony/http-kernel": "^2.7",
2025
                "symfony/validator": "^2.7",
2026
                "yubico/u2flib-server": "^0.1.0"
2027
            },
2028
            "require-dev": {
2029
                "ibuildings/qa-tools": "~1.1,>=1.1.27",
2030
                "liip/rmt": "1.1.*",
2031
                "matthiasnoback/symfony-config-test": "^1.2",
2032
                "mockery/mockery": "~0.9"
2033
            },
2034
            "type": "library",
2035
            "autoload": {
2036
                "psr-4": {
2037
                    "Surfnet\\StepupU2fBundle\\": "src"
2038
                }
2039
            },
2040
            "notification-url": "https://packagist.org/downloads/",
2041
            "license": [
2042
                "Apache-2.0"
2043
            ],
2044
            "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",
2045
            "time": "2015-09-17 15:02:04"
2046
        },
2047
        {
2048
            "name": "swiftmailer/swiftmailer",
0 ignored issues
show
There is a security advisory for your installed version of swiftmailer/swiftmailer:

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