Completed
Push — release-2.x ( 60087e...4fbb12 )
by Nic
03:16
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": "a41ba886eea7bdd7ae354d235d770c9d",
8
    "content-hash": "35c961e230f4e3952ed11a2f0361fac2",
9
    "packages": [
10
        {
11
            "name": "beberlei/assert",
12
            "version": "v2.5.1",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/beberlei/assert.git",
16
                "reference": "8a9ad22f1220e47a6d174843e8abef08f5eac441"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/beberlei/assert/zipball/8a9ad22f1220e47a6d174843e8abef08f5eac441",
21
                "reference": "8a9ad22f1220e47a6d174843e8abef08f5eac441",
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.3-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
                }
54
            ],
55
            "description": "Thin assertion library for input validation in business models.",
56
            "keywords": [
57
                "assert",
58
                "assertion",
59
                "validation"
60
            ],
61
            "time": "2016-06-20 12:01:28"
62
        },
63
        {
64
            "name": "doctrine/annotations",
65
            "version": "v1.2.7",
66
            "source": {
67
                "type": "git",
68
                "url": "https://github.com/doctrine/annotations.git",
69
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
70
            },
71
            "dist": {
72
                "type": "zip",
73
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
74
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
75
                "shasum": ""
76
            },
77
            "require": {
78
                "doctrine/lexer": "1.*",
79
                "php": ">=5.3.2"
80
            },
81
            "require-dev": {
82
                "doctrine/cache": "1.*",
83
                "phpunit/phpunit": "4.*"
84
            },
85
            "type": "library",
86
            "extra": {
87
                "branch-alias": {
88
                    "dev-master": "1.3.x-dev"
89
                }
90
            },
91
            "autoload": {
92
                "psr-0": {
93
                    "Doctrine\\Common\\Annotations\\": "lib/"
94
                }
95
            },
96
            "notification-url": "https://packagist.org/downloads/",
97
            "license": [
98
                "MIT"
99
            ],
100
            "authors": [
101
                {
102
                    "name": "Roman Borschel",
103
                    "email": "[email protected]"
104
                },
105
                {
106
                    "name": "Benjamin Eberlei",
107
                    "email": "[email protected]"
108
                },
109
                {
110
                    "name": "Guilherme Blanco",
111
                    "email": "[email protected]"
112
                },
113
                {
114
                    "name": "Jonathan Wage",
115
                    "email": "[email protected]"
116
                },
117
                {
118
                    "name": "Johannes Schmitt",
119
                    "email": "[email protected]"
120
                }
121
            ],
122
            "description": "Docblock Annotations Parser",
123
            "homepage": "http://www.doctrine-project.org",
124
            "keywords": [
125
                "annotations",
126
                "docblock",
127
                "parser"
128
            ],
129
            "time": "2015-08-31 12:32:49"
130
        },
131
        {
132
            "name": "doctrine/cache",
133
            "version": "v1.6.0",
134
            "source": {
135
                "type": "git",
136
                "url": "https://github.com/doctrine/cache.git",
137
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6"
138
            },
139
            "dist": {
140
                "type": "zip",
141
                "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6",
142
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6",
143
                "shasum": ""
144
            },
145
            "require": {
146
                "php": "~5.5|~7.0"
147
            },
148
            "conflict": {
149
                "doctrine/common": ">2.2,<2.4"
150
            },
151
            "require-dev": {
152
                "phpunit/phpunit": "~4.8|~5.0",
153
                "predis/predis": "~1.0",
154
                "satooshi/php-coveralls": "~0.6"
155
            },
156
            "type": "library",
157
            "extra": {
158
                "branch-alias": {
159
                    "dev-master": "1.6.x-dev"
160
                }
161
            },
162
            "autoload": {
163
                "psr-4": {
164
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
165
                }
166
            },
167
            "notification-url": "https://packagist.org/downloads/",
168
            "license": [
169
                "MIT"
170
            ],
171
            "authors": [
172
                {
173
                    "name": "Roman Borschel",
174
                    "email": "[email protected]"
175
                },
176
                {
177
                    "name": "Benjamin Eberlei",
178
                    "email": "[email protected]"
179
                },
180
                {
181
                    "name": "Guilherme Blanco",
182
                    "email": "[email protected]"
183
                },
184
                {
185
                    "name": "Jonathan Wage",
186
                    "email": "[email protected]"
187
                },
188
                {
189
                    "name": "Johannes Schmitt",
190
                    "email": "[email protected]"
191
                }
192
            ],
193
            "description": "Caching library offering an object-oriented API for many cache backends",
194
            "homepage": "http://www.doctrine-project.org",
195
            "keywords": [
196
                "cache",
197
                "caching"
198
            ],
199
            "time": "2015-12-31 16:37:02"
200
        },
201
        {
202
            "name": "doctrine/collections",
203
            "version": "v1.3.0",
204
            "source": {
205
                "type": "git",
206
                "url": "https://github.com/doctrine/collections.git",
207
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
208
            },
209
            "dist": {
210
                "type": "zip",
211
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
212
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
213
                "shasum": ""
214
            },
215
            "require": {
216
                "php": ">=5.3.2"
217
            },
218
            "require-dev": {
219
                "phpunit/phpunit": "~4.0"
220
            },
221
            "type": "library",
222
            "extra": {
223
                "branch-alias": {
224
                    "dev-master": "1.2.x-dev"
225
                }
226
            },
227
            "autoload": {
228
                "psr-0": {
229
                    "Doctrine\\Common\\Collections\\": "lib/"
230
                }
231
            },
232
            "notification-url": "https://packagist.org/downloads/",
233
            "license": [
234
                "MIT"
235
            ],
236
            "authors": [
237
                {
238
                    "name": "Roman Borschel",
239
                    "email": "[email protected]"
240
                },
241
                {
242
                    "name": "Benjamin Eberlei",
243
                    "email": "[email protected]"
244
                },
245
                {
246
                    "name": "Guilherme Blanco",
247
                    "email": "[email protected]"
248
                },
249
                {
250
                    "name": "Jonathan Wage",
251
                    "email": "[email protected]"
252
                },
253
                {
254
                    "name": "Johannes Schmitt",
255
                    "email": "[email protected]"
256
                }
257
            ],
258
            "description": "Collections Abstraction library",
259
            "homepage": "http://www.doctrine-project.org",
260
            "keywords": [
261
                "array",
262
                "collections",
263
                "iterator"
264
            ],
265
            "time": "2015-04-14 22:21:58"
266
        },
267
        {
268
            "name": "doctrine/common",
269
            "version": "v2.6.1",
270
            "source": {
271
                "type": "git",
272
                "url": "https://github.com/doctrine/common.git",
273
                "reference": "a579557bc689580c19fee4e27487a67fe60defc0"
274
            },
275
            "dist": {
276
                "type": "zip",
277
                "url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0",
278
                "reference": "a579557bc689580c19fee4e27487a67fe60defc0",
279
                "shasum": ""
280
            },
281
            "require": {
282
                "doctrine/annotations": "1.*",
283
                "doctrine/cache": "1.*",
284
                "doctrine/collections": "1.*",
285
                "doctrine/inflector": "1.*",
286
                "doctrine/lexer": "1.*",
287
                "php": "~5.5|~7.0"
288
            },
289
            "require-dev": {
290
                "phpunit/phpunit": "~4.8|~5.0"
291
            },
292
            "type": "library",
293
            "extra": {
294
                "branch-alias": {
295
                    "dev-master": "2.7.x-dev"
296
                }
297
            },
298
            "autoload": {
299
                "psr-4": {
300
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
301
                }
302
            },
303
            "notification-url": "https://packagist.org/downloads/",
304
            "license": [
305
                "MIT"
306
            ],
307
            "authors": [
308
                {
309
                    "name": "Roman Borschel",
310
                    "email": "[email protected]"
311
                },
312
                {
313
                    "name": "Benjamin Eberlei",
314
                    "email": "[email protected]"
315
                },
316
                {
317
                    "name": "Guilherme Blanco",
318
                    "email": "[email protected]"
319
                },
320
                {
321
                    "name": "Jonathan Wage",
322
                    "email": "[email protected]"
323
                },
324
                {
325
                    "name": "Johannes Schmitt",
326
                    "email": "[email protected]"
327
                }
328
            ],
329
            "description": "Common Library for Doctrine projects",
330
            "homepage": "http://www.doctrine-project.org",
331
            "keywords": [
332
                "annotations",
333
                "collections",
334
                "eventmanager",
335
                "persistence",
336
                "spl"
337
            ],
338
            "time": "2015-12-25 13:18:31"
339
        },
340
        {
341
            "name": "doctrine/inflector",
342
            "version": "v1.1.0",
343
            "source": {
344
                "type": "git",
345
                "url": "https://github.com/doctrine/inflector.git",
346
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
347
            },
348
            "dist": {
349
                "type": "zip",
350
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
351
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
352
                "shasum": ""
353
            },
354
            "require": {
355
                "php": ">=5.3.2"
356
            },
357
            "require-dev": {
358
                "phpunit/phpunit": "4.*"
359
            },
360
            "type": "library",
361
            "extra": {
362
                "branch-alias": {
363
                    "dev-master": "1.1.x-dev"
364
                }
365
            },
366
            "autoload": {
367
                "psr-0": {
368
                    "Doctrine\\Common\\Inflector\\": "lib/"
369
                }
370
            },
371
            "notification-url": "https://packagist.org/downloads/",
372
            "license": [
373
                "MIT"
374
            ],
375
            "authors": [
376
                {
377
                    "name": "Roman Borschel",
378
                    "email": "[email protected]"
379
                },
380
                {
381
                    "name": "Benjamin Eberlei",
382
                    "email": "[email protected]"
383
                },
384
                {
385
                    "name": "Guilherme Blanco",
386
                    "email": "[email protected]"
387
                },
388
                {
389
                    "name": "Jonathan Wage",
390
                    "email": "[email protected]"
391
                },
392
                {
393
                    "name": "Johannes Schmitt",
394
                    "email": "[email protected]"
395
                }
396
            ],
397
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
398
            "homepage": "http://www.doctrine-project.org",
399
            "keywords": [
400
                "inflection",
401
                "pluralize",
402
                "singularize",
403
                "string"
404
            ],
405
            "time": "2015-11-06 14:35:42"
406
        },
407
        {
408
            "name": "doctrine/lexer",
409
            "version": "v1.0.1",
410
            "source": {
411
                "type": "git",
412
                "url": "https://github.com/doctrine/lexer.git",
413
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
414
            },
415
            "dist": {
416
                "type": "zip",
417
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
418
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
419
                "shasum": ""
420
            },
421
            "require": {
422
                "php": ">=5.3.2"
423
            },
424
            "type": "library",
425
            "extra": {
426
                "branch-alias": {
427
                    "dev-master": "1.0.x-dev"
428
                }
429
            },
430
            "autoload": {
431
                "psr-0": {
432
                    "Doctrine\\Common\\Lexer\\": "lib/"
433
                }
434
            },
435
            "notification-url": "https://packagist.org/downloads/",
436
            "license": [
437
                "MIT"
438
            ],
439
            "authors": [
440
                {
441
                    "name": "Roman Borschel",
442
                    "email": "[email protected]"
443
                },
444
                {
445
                    "name": "Guilherme Blanco",
446
                    "email": "[email protected]"
447
                },
448
                {
449
                    "name": "Johannes Schmitt",
450
                    "email": "[email protected]"
451
                }
452
            ],
453
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
454
            "homepage": "http://www.doctrine-project.org",
455
            "keywords": [
456
                "lexer",
457
                "parser"
458
            ],
459
            "time": "2014-09-09 13:34:57"
460
        },
461
        {
462
            "name": "fortawesome/font-awesome",
463
            "version": "v4.2.0",
464
            "source": {
465
                "type": "git",
466
                "url": "https://github.com/FortAwesome/Font-Awesome.git",
467
                "reference": "a65bd93d81e9e6bd5ebfa41757a4474960b973b4"
468
            },
469
            "dist": {
470
                "type": "zip",
471
                "url": "https://api.github.com/repos/FortAwesome/Font-Awesome/zipball/a65bd93d81e9e6bd5ebfa41757a4474960b973b4",
472
                "reference": "a65bd93d81e9e6bd5ebfa41757a4474960b973b4",
473
                "shasum": ""
474
            },
475
            "require-dev": {
476
                "jekyll": "1.0.2",
477
                "lessc": "1.4.2"
478
            },
479
            "type": "library",
480
            "extra": {
481
                "branch-alias": {
482
                    "dev-master": "4.0.x-dev"
483
                }
484
            },
485
            "notification-url": "https://packagist.org/downloads/",
486
            "license": [
487
                "OFL-1.1",
488
                "MIT"
489
            ],
490
            "authors": [
491
                {
492
                    "name": "Dave Gandy",
493
                    "email": "[email protected]",
494
                    "homepage": "http://twitter.com/davegandy",
495
                    "role": "Developer"
496
                }
497
            ],
498
            "description": "The iconic font and CSS framework",
499
            "homepage": "http://fontawesome.io/",
500
            "keywords": [
501
                "FontAwesome",
502
                "awesome",
503
                "bootstrap",
504
                "font",
505
                "icon"
506
            ],
507
            "time": "2014-08-26 16:36:44"
508
        },
509
        {
510
            "name": "graylog2/gelf-php",
511
            "version": "1.5.0",
512
            "source": {
513
                "type": "git",
514
                "url": "https://github.com/bzikarsky/gelf-php.git",
515
                "reference": "bc1175a5b40f585e69a017647286d84211e82544"
516
            },
517
            "dist": {
518
                "type": "zip",
519
                "url": "https://api.github.com/repos/bzikarsky/gelf-php/zipball/bc1175a5b40f585e69a017647286d84211e82544",
520
                "reference": "bc1175a5b40f585e69a017647286d84211e82544",
521
                "shasum": ""
522
            },
523
            "require": {
524
                "php": ">=5.3.9",
525
                "psr/log": "~1.0"
526
            },
527
            "provide": {
528
                "psr/log-implementation": "~1.0"
529
            },
530
            "require-dev": {
531
                "phpunit/phpunit": "~4.3",
532
                "squizlabs/php_codesniffer": "~2.0"
533
            },
534
            "type": "library",
535
            "extra": {
536
                "branch-alias": {
537
                    "dev-master": "1.4.x-dev"
538
                }
539
            },
540
            "autoload": {
541
                "psr-4": {
542
                    "Gelf\\": "src/Gelf"
543
                }
544
            },
545
            "notification-url": "https://packagist.org/downloads/",
546
            "license": [
547
                "MIT"
548
            ],
549
            "authors": [
550
                {
551
                    "name": "Benjamin Zikarsky",
552
                    "email": "[email protected]"
553
                },
554
                {
555
                    "name": "gelf-php contributors",
556
                    "homepage": "https://github.com/bzikarsky/gelf-php/contributors"
557
                }
558
            ],
559
            "description": "A php implementation to send log-messages to a GELF compatible backend like Graylog2.",
560
            "time": "2016-06-02 06:04:56"
561
        },
562
        {
563
            "name": "guzzlehttp/guzzle",
0 ignored issues
show
There is a security advisory for your installed version of guzzlehttp/guzzle:

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