Completed
Push — feature/composer-update ( dfcd50 )
by Boy
13:58
created

composer.lock (5 issues)

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": "a45f4caaa6c7e7f18441bc00587e782c",
8
    "content-hash": "15f73add71818fc73f09f426c5518e6e",
9
    "packages": [
10
        {
11
            "name": "beberlei/assert",
12
            "version": "v2.3",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/beberlei/assert.git",
16
                "reference": "160eba4d1fbe692e42b3cf8a20b92ab23e3a8759"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/beberlei/assert/zipball/160eba4d1fbe692e42b3cf8a20b92ab23e3a8759",
21
                "reference": "160eba4d1fbe692e42b3cf8a20b92ab23e3a8759",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "ext-mbstring": "*"
26
            },
27
            "type": "library",
28
            "extra": {
29
                "branch-alias": {
30
                    "dev-master": "2.3-dev"
31
                }
32
            },
33
            "autoload": {
34
                "psr-0": {
35
                    "Assert": "lib/"
36
                },
37
                "files": [
38
                    "lib/Assert/functions.php"
39
                ]
40
            },
41
            "notification-url": "https://packagist.org/downloads/",
42
            "license": [
43
                "BSD-2-Clause"
44
            ],
45
            "authors": [
46
                {
47
                    "name": "Benjamin Eberlei",
48
                    "email": "[email protected]"
49
                }
50
            ],
51
            "description": "Thin assertion library for input validation in business models.",
52
            "keywords": [
53
                "assert",
54
                "assertion",
55
                "validation"
56
            ],
57
            "time": "2014-12-18 19:12:40"
58
        },
59
        {
60
            "name": "doctrine/annotations",
0 ignored issues
show
There is a security advisory for your installed version of doctrine/annotations:

Security Misconfiguration Vulnerability in various Doctrine projects
Loading history...
61
            "version": "v1.2.6",
62
            "source": {
63
                "type": "git",
64
                "url": "https://github.com/doctrine/annotations.git",
65
                "reference": "f4a91702ca3cd2e568c3736aa031ed00c3752af4"
66
            },
67
            "dist": {
68
                "type": "zip",
69
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f4a91702ca3cd2e568c3736aa031ed00c3752af4",
70
                "reference": "f4a91702ca3cd2e568c3736aa031ed00c3752af4",
71
                "shasum": ""
72
            },
73
            "require": {
74
                "doctrine/lexer": "1.*",
75
                "php": ">=5.3.2"
76
            },
77
            "require-dev": {
78
                "doctrine/cache": "1.*",
79
                "phpunit/phpunit": "4.*"
80
            },
81
            "type": "library",
82
            "extra": {
83
                "branch-alias": {
84
                    "dev-master": "1.3.x-dev"
85
                }
86
            },
87
            "autoload": {
88
                "psr-0": {
89
                    "Doctrine\\Common\\Annotations\\": "lib/"
90
                }
91
            },
92
            "notification-url": "https://packagist.org/downloads/",
93
            "license": [
94
                "MIT"
95
            ],
96
            "authors": [
97
                {
98
                    "name": "Roman Borschel",
99
                    "email": "[email protected]"
100
                },
101
                {
102
                    "name": "Benjamin Eberlei",
103
                    "email": "[email protected]"
104
                },
105
                {
106
                    "name": "Guilherme Blanco",
107
                    "email": "[email protected]"
108
                },
109
                {
110
                    "name": "Jonathan Wage",
111
                    "email": "[email protected]"
112
                },
113
                {
114
                    "name": "Johannes Schmitt",
115
                    "email": "[email protected]"
116
                }
117
            ],
118
            "description": "Docblock Annotations Parser",
119
            "homepage": "http://www.doctrine-project.org",
120
            "keywords": [
121
                "annotations",
122
                "docblock",
123
                "parser"
124
            ],
125
            "time": "2015-06-17 12:21:22"
126
        },
127
        {
128
            "name": "doctrine/cache",
0 ignored issues
show
There is a security advisory for your installed version of doctrine/cache:

Security Misconfiguration Vulnerability in various Doctrine projects
Loading history...
129
            "version": "v1.4.1",
130
            "source": {
131
                "type": "git",
132
                "url": "https://github.com/doctrine/cache.git",
133
                "reference": "c9eadeb743ac6199f7eec423cb9426bc518b7b03"
134
            },
135
            "dist": {
136
                "type": "zip",
137
                "url": "https://api.github.com/repos/doctrine/cache/zipball/c9eadeb743ac6199f7eec423cb9426bc518b7b03",
138
                "reference": "c9eadeb743ac6199f7eec423cb9426bc518b7b03",
139
                "shasum": ""
140
            },
141
            "require": {
142
                "php": ">=5.3.2"
143
            },
144
            "conflict": {
145
                "doctrine/common": ">2.2,<2.4"
146
            },
147
            "require-dev": {
148
                "phpunit/phpunit": ">=3.7",
149
                "predis/predis": "~1.0",
150
                "satooshi/php-coveralls": "~0.6"
151
            },
152
            "type": "library",
153
            "extra": {
154
                "branch-alias": {
155
                    "dev-master": "1.5.x-dev"
156
                }
157
            },
158
            "autoload": {
159
                "psr-0": {
160
                    "Doctrine\\Common\\Cache\\": "lib/"
161
                }
162
            },
163
            "notification-url": "https://packagist.org/downloads/",
164
            "license": [
165
                "MIT"
166
            ],
167
            "authors": [
168
                {
169
                    "name": "Roman Borschel",
170
                    "email": "[email protected]"
171
                },
172
                {
173
                    "name": "Benjamin Eberlei",
174
                    "email": "[email protected]"
175
                },
176
                {
177
                    "name": "Guilherme Blanco",
178
                    "email": "[email protected]"
179
                },
180
                {
181
                    "name": "Jonathan Wage",
182
                    "email": "[email protected]"
183
                },
184
                {
185
                    "name": "Johannes Schmitt",
186
                    "email": "[email protected]"
187
                }
188
            ],
189
            "description": "Caching library offering an object-oriented API for many cache backends",
190
            "homepage": "http://www.doctrine-project.org",
191
            "keywords": [
192
                "cache",
193
                "caching"
194
            ],
195
            "time": "2015-04-15 00:11:59"
196
        },
197
        {
198
            "name": "doctrine/collections",
199
            "version": "v1.3.0",
200
            "source": {
201
                "type": "git",
202
                "url": "https://github.com/doctrine/collections.git",
203
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
204
            },
205
            "dist": {
206
                "type": "zip",
207
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
208
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
209
                "shasum": ""
210
            },
211
            "require": {
212
                "php": ">=5.3.2"
213
            },
214
            "require-dev": {
215
                "phpunit/phpunit": "~4.0"
216
            },
217
            "type": "library",
218
            "extra": {
219
                "branch-alias": {
220
                    "dev-master": "1.2.x-dev"
221
                }
222
            },
223
            "autoload": {
224
                "psr-0": {
225
                    "Doctrine\\Common\\Collections\\": "lib/"
226
                }
227
            },
228
            "notification-url": "https://packagist.org/downloads/",
229
            "license": [
230
                "MIT"
231
            ],
232
            "authors": [
233
                {
234
                    "name": "Roman Borschel",
235
                    "email": "[email protected]"
236
                },
237
                {
238
                    "name": "Benjamin Eberlei",
239
                    "email": "[email protected]"
240
                },
241
                {
242
                    "name": "Guilherme Blanco",
243
                    "email": "[email protected]"
244
                },
245
                {
246
                    "name": "Jonathan Wage",
247
                    "email": "[email protected]"
248
                },
249
                {
250
                    "name": "Johannes Schmitt",
251
                    "email": "[email protected]"
252
                }
253
            ],
254
            "description": "Collections Abstraction library",
255
            "homepage": "http://www.doctrine-project.org",
256
            "keywords": [
257
                "array",
258
                "collections",
259
                "iterator"
260
            ],
261
            "time": "2015-04-14 22:21:58"
262
        },
263
        {
264
            "name": "doctrine/common",
0 ignored issues
show
There is a security advisory for your installed version of doctrine/common:

Security Misconfiguration Vulnerability in various Doctrine projects
Loading history...
265
            "version": "v2.5.0",
266
            "source": {
267
                "type": "git",
268
                "url": "https://github.com/doctrine/common.git",
269
                "reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3"
270
            },
271
            "dist": {
272
                "type": "zip",
273
                "url": "https://api.github.com/repos/doctrine/common/zipball/cd8daf2501e10c63dced7b8b9b905844316ae9d3",
274
                "reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3",
275
                "shasum": ""
276
            },
277
            "require": {
278
                "doctrine/annotations": "1.*",
279
                "doctrine/cache": "1.*",
280
                "doctrine/collections": "1.*",
281
                "doctrine/inflector": "1.*",
282
                "doctrine/lexer": "1.*",
283
                "php": ">=5.3.2"
284
            },
285
            "require-dev": {
286
                "phpunit/phpunit": "~3.7"
287
            },
288
            "type": "library",
289
            "extra": {
290
                "branch-alias": {
291
                    "dev-master": "2.6.x-dev"
292
                }
293
            },
294
            "autoload": {
295
                "psr-0": {
296
                    "Doctrine\\Common\\": "lib/"
297
                }
298
            },
299
            "notification-url": "https://packagist.org/downloads/",
300
            "license": [
301
                "MIT"
302
            ],
303
            "authors": [
304
                {
305
                    "name": "Roman Borschel",
306
                    "email": "[email protected]"
307
                },
308
                {
309
                    "name": "Benjamin Eberlei",
310
                    "email": "[email protected]"
311
                },
312
                {
313
                    "name": "Guilherme Blanco",
314
                    "email": "[email protected]"
315
                },
316
                {
317
                    "name": "Jonathan Wage",
318
                    "email": "[email protected]"
319
                },
320
                {
321
                    "name": "Johannes Schmitt",
322
                    "email": "[email protected]"
323
                }
324
            ],
325
            "description": "Common Library for Doctrine projects",
326
            "homepage": "http://www.doctrine-project.org",
327
            "keywords": [
328
                "annotations",
329
                "collections",
330
                "eventmanager",
331
                "persistence",
332
                "spl"
333
            ],
334
            "time": "2015-04-02 19:55:44"
335
        },
336
        {
337
            "name": "doctrine/inflector",
338
            "version": "v1.0.1",
339
            "source": {
340
                "type": "git",
341
                "url": "https://github.com/doctrine/inflector.git",
342
                "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604"
343
            },
344
            "dist": {
345
                "type": "zip",
346
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604",
347
                "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604",
348
                "shasum": ""
349
            },
350
            "require": {
351
                "php": ">=5.3.2"
352
            },
353
            "require-dev": {
354
                "phpunit/phpunit": "4.*"
355
            },
356
            "type": "library",
357
            "extra": {
358
                "branch-alias": {
359
                    "dev-master": "1.0.x-dev"
360
                }
361
            },
362
            "autoload": {
363
                "psr-0": {
364
                    "Doctrine\\Common\\Inflector\\": "lib/"
365
                }
366
            },
367
            "notification-url": "https://packagist.org/downloads/",
368
            "license": [
369
                "MIT"
370
            ],
371
            "authors": [
372
                {
373
                    "name": "Roman Borschel",
374
                    "email": "[email protected]"
375
                },
376
                {
377
                    "name": "Benjamin Eberlei",
378
                    "email": "[email protected]"
379
                },
380
                {
381
                    "name": "Guilherme Blanco",
382
                    "email": "[email protected]"
383
                },
384
                {
385
                    "name": "Jonathan Wage",
386
                    "email": "[email protected]"
387
                },
388
                {
389
                    "name": "Johannes Schmitt",
390
                    "email": "[email protected]"
391
                }
392
            ],
393
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
394
            "homepage": "http://www.doctrine-project.org",
395
            "keywords": [
396
                "inflection",
397
                "pluralize",
398
                "singularize",
399
                "string"
400
            ],
401
            "time": "2014-12-20 21:24:13"
402
        },
403
        {
404
            "name": "doctrine/lexer",
405
            "version": "v1.0.1",
406
            "source": {
407
                "type": "git",
408
                "url": "https://github.com/doctrine/lexer.git",
409
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
410
            },
411
            "dist": {
412
                "type": "zip",
413
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
414
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
415
                "shasum": ""
416
            },
417
            "require": {
418
                "php": ">=5.3.2"
419
            },
420
            "type": "library",
421
            "extra": {
422
                "branch-alias": {
423
                    "dev-master": "1.0.x-dev"
424
                }
425
            },
426
            "autoload": {
427
                "psr-0": {
428
                    "Doctrine\\Common\\Lexer\\": "lib/"
429
                }
430
            },
431
            "notification-url": "https://packagist.org/downloads/",
432
            "license": [
433
                "MIT"
434
            ],
435
            "authors": [
436
                {
437
                    "name": "Roman Borschel",
438
                    "email": "[email protected]"
439
                },
440
                {
441
                    "name": "Guilherme Blanco",
442
                    "email": "[email protected]"
443
                },
444
                {
445
                    "name": "Johannes Schmitt",
446
                    "email": "[email protected]"
447
                }
448
            ],
449
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
450
            "homepage": "http://www.doctrine-project.org",
451
            "keywords": [
452
                "lexer",
453
                "parser"
454
            ],
455
            "time": "2014-09-09 13:34:57"
456
        },
457
        {
458
            "name": "fortawesome/font-awesome",
459
            "version": "v4.2.0",
460
            "source": {
461
                "type": "git",
462
                "url": "https://github.com/FortAwesome/Font-Awesome.git",
463
                "reference": "a65bd93d81e9e6bd5ebfa41757a4474960b973b4"
464
            },
465
            "dist": {
466
                "type": "zip",
467
                "url": "https://api.github.com/repos/FortAwesome/Font-Awesome/zipball/a65bd93d81e9e6bd5ebfa41757a4474960b973b4",
468
                "reference": "a65bd93d81e9e6bd5ebfa41757a4474960b973b4",
469
                "shasum": ""
470
            },
471
            "require-dev": {
472
                "jekyll": "1.0.2",
473
                "lessc": "1.4.2"
474
            },
475
            "type": "library",
476
            "extra": {
477
                "branch-alias": {
478
                    "dev-master": "4.0.x-dev"
479
                }
480
            },
481
            "notification-url": "https://packagist.org/downloads/",
482
            "license": [
483
                "OFL-1.1",
484
                "MIT"
485
            ],
486
            "authors": [
487
                {
488
                    "name": "Dave Gandy",
489
                    "email": "[email protected]",
490
                    "homepage": "http://twitter.com/davegandy",
491
                    "role": "Developer"
492
                }
493
            ],
494
            "description": "The iconic font and CSS framework",
495
            "homepage": "http://fontawesome.io/",
496
            "keywords": [
497
                "FontAwesome",
498
                "awesome",
499
                "bootstrap",
500
                "font",
501
                "icon"
502
            ],
503
            "time": "2014-08-26 16:36:44"
504
        },
505
        {
506
            "name": "graylog2/gelf-php",
507
            "version": "1.3.0",
508
            "source": {
509
                "type": "git",
510
                "url": "https://github.com/bzikarsky/gelf-php.git",
511
                "reference": "8ef55771cb33acc1814ae68440f94d38b6cd8873"
512
            },
513
            "dist": {
514
                "type": "zip",
515
                "url": "https://api.github.com/repos/bzikarsky/gelf-php/zipball/8ef55771cb33acc1814ae68440f94d38b6cd8873",
516
                "reference": "8ef55771cb33acc1814ae68440f94d38b6cd8873",
517
                "shasum": ""
518
            },
519
            "require": {
520
                "php": ">=5.3",
521
                "psr/log": "~1.0"
522
            },
523
            "provide": {
524
                "psr/log-implementation": "~1.0"
525
            },
526
            "require-dev": {
527
                "phpunit/phpunit": "~4.3",
528
                "squizlabs/php_codesniffer": "~2.0"
529
            },
530
            "type": "library",
531
            "autoload": {
532
                "psr-4": {
533
                    "Gelf\\": "src/Gelf"
534
                }
535
            },
536
            "notification-url": "https://packagist.org/downloads/",
537
            "license": [
538
                "MIT"
539
            ],
540
            "authors": [
541
                {
542
                    "name": "Benjamin Zikarsky",
543
                    "email": "[email protected]"
544
                }
545
            ],
546
            "description": "A php implementation to send log-messages to a GELF compatible backend like Graylog2.",
547
            "time": "2015-06-15 12:28:40"
548
        },
549
        {
550
            "name": "guzzlehttp/guzzle",
551
            "version": "4.2.3",
552
            "source": {
553
                "type": "git",
554
                "url": "https://github.com/guzzle/guzzle.git",
555
                "reference": "66fd916e9f9130bc22c51450476823391cb2f67c"
556
            },
557
            "dist": {
558
                "type": "zip",
559
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/66fd916e9f9130bc22c51450476823391cb2f67c",
560
                "reference": "66fd916e9f9130bc22c51450476823391cb2f67c",
561
                "shasum": ""
562
            },
563
            "require": {
564
                "ext-json": "*",
565
                "guzzlehttp/streams": "~2.1",
566
                "php": ">=5.4.0"
567
            },
568
            "require-dev": {
569
                "ext-curl": "*",
570
                "phpunit/phpunit": "~4.0",
571
                "psr/log": "~1.0"
572
            },
573
            "suggest": {
574
                "ext-curl": "Guzzle will use specific adapters if cURL is present"
575
            },
576
            "type": "library",
577
            "extra": {
578
                "branch-alias": {
579
                    "dev-master": "4.2-dev"
580
                }
581
            },
582
            "autoload": {
583
                "psr-4": {
584
                    "GuzzleHttp\\": "src/"
585
                },
586
                "files": [
587
                    "src/functions.php"
588
                ]
589
            },
590
            "notification-url": "https://packagist.org/downloads/",
591
            "license": [
592
                "MIT"
593
            ],
594
            "authors": [
595
                {
596
                    "name": "Michael Dowling",
597
                    "email": "[email protected]",
598
                    "homepage": "https://github.com/mtdowling"
599
                }
600
            ],
601
            "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
602
            "homepage": "http://guzzlephp.org/",
603
            "keywords": [
604
                "client",
605
                "curl",
606
                "framework",
607
                "http",
608
                "http client",
609
                "rest",
610
                "web service"
611
            ],
612
            "time": "2014-10-05 19:29:14"
613
        },
614
        {
615
            "name": "guzzlehttp/streams",
616
            "version": "2.1.0",
617
            "source": {
618
                "type": "git",
619
                "url": "https://github.com/guzzle/streams.git",
620
                "reference": "f91b721d73f0e561410903b3b3c90a5d0e40b534"
621
            },
622
            "dist": {
623
                "type": "zip",
624
                "url": "https://api.github.com/repos/guzzle/streams/zipball/f91b721d73f0e561410903b3b3c90a5d0e40b534",
625
                "reference": "f91b721d73f0e561410903b3b3c90a5d0e40b534",
626
                "shasum": ""
627
            },
628
            "require": {
629
                "php": ">=5.4.0"
630
            },
631
            "require-dev": {
632
                "phpunit/phpunit": "~4.0"
633
            },
634
            "type": "library",
635
            "extra": {
636
                "branch-alias": {
637
                    "dev-master": "2.0-dev"
638
                }
639
            },
640
            "autoload": {
641
                "psr-4": {
642
                    "GuzzleHttp\\Stream\\": "src/"
643
                },
644
                "files": [
645
                    "src/functions.php"
646
                ]
647
            },
648
            "notification-url": "https://packagist.org/downloads/",
649
            "license": [
650
                "MIT"
651
            ],
652
            "authors": [
653
                {
654
                    "name": "Michael Dowling",
655
                    "email": "[email protected]",
656
                    "homepage": "https://github.com/mtdowling"
657
                }
658
            ],
659
            "description": "Provides a simple abstraction over streams of data (Guzzle 4+)",
660
            "homepage": "http://guzzlephp.org/",
661
            "keywords": [
662
                "Guzzle",
663
                "stream"
664
            ],
665
            "time": "2014-08-17 21:15:53"
666
        },
667
        {
668
            "name": "incenteev/composer-parameter-handler",
669
            "version": "v2.1.0",
670
            "target-dir": "Incenteev/ParameterHandler",
671
            "source": {
672
                "type": "git",
673
                "url": "https://github.com/Incenteev/ParameterHandler.git",
674
                "reference": "143272a0a09c62616a3c8011fc165a10c6b35241"
675
            },
676
            "dist": {
677
                "type": "zip",
678
                "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/143272a0a09c62616a3c8011fc165a10c6b35241",
679
                "reference": "143272a0a09c62616a3c8011fc165a10c6b35241",
680
                "shasum": ""
681
            },
682
            "require": {
683
                "php": ">=5.3.3",
684
                "symfony/yaml": "~2.0"
685
            },
686
            "require-dev": {
687
                "composer/composer": "1.0.*@dev",
688
                "phpspec/prophecy-phpunit": "~1.0",
689
                "symfony/filesystem": "~2.2"
690
            },
691
            "type": "library",
692
            "extra": {
693
                "branch-alias": {
694
                    "dev-master": "2.1.x-dev"
695
                }
696
            },
697
            "autoload": {
698
                "psr-0": {
699
                    "Incenteev\\ParameterHandler": ""
700
                }
701
            },
702
            "notification-url": "https://packagist.org/downloads/",
703
            "license": [
704
                "MIT"
705
            ],
706
            "authors": [
707
                {
708
                    "name": "Christophe Coevoet",
709
                    "email": "[email protected]"
710
                }
711
            ],
712
            "description": "Composer script handling your ignored parameter file",
713
            "homepage": "https://github.com/Incenteev/ParameterHandler",
714
            "keywords": [
715
                "parameters management"
716
            ],
717
            "time": "2013-12-07 10:10:39"
718
        },
719
        {
720
            "name": "jms/aop-bundle",
721
            "version": "1.0.1",
722
            "target-dir": "JMS/AopBundle",
723
            "source": {
724
                "type": "git",
725
                "url": "https://github.com/schmittjoh/JMSAopBundle.git",
726
                "reference": "93f41ab85ed409430bc3bab2e0b7c7677f152aa8"
727
            },
728
            "dist": {
729
                "type": "zip",
730
                "url": "https://api.github.com/repos/schmittjoh/JMSAopBundle/zipball/93f41ab85ed409430bc3bab2e0b7c7677f152aa8",
731
                "reference": "93f41ab85ed409430bc3bab2e0b7c7677f152aa8",
732
                "shasum": ""
733
            },
734
            "require": {
735
                "jms/cg": "1.*",
736
                "symfony/framework-bundle": "2.*"
737
            },
738
            "type": "symfony-bundle",
739
            "extra": {
740
                "branch-alias": {
741
                    "dev-master": "1.1.x-dev"
742
                }
743
            },
744
            "autoload": {
745
                "psr-0": {
746
                    "JMS\\AopBundle": ""
747
                }
748
            },
749
            "notification-url": "https://packagist.org/downloads/",
750
            "license": [
751
                "Apache"
752
            ],
753
            "authors": [
754
                {
755
                    "name": "Johannes Schmitt",
756
                    "email": "[email protected]",
757
                    "homepage": "https://github.com/schmittjoh",
758
                    "role": "Developer of wrapped JMSSerializerBundle"
759
                }
760
            ],
761
            "description": "Adds AOP capabilities to Symfony2",
762
            "keywords": [
763
                "annotations",
764
                "aop"
765
            ],
766
            "time": "2013-07-29 09:34:26"
767
        },
768
        {
769
            "name": "jms/cg",
770
            "version": "1.0.0",
771
            "source": {
772
                "type": "git",
773
                "url": "https://github.com/schmittjoh/cg-library.git",
774
                "reference": "ce8ef43dd6bfe6ce54e5e9844ab71be2343bf2fc"
775
            },
776
            "dist": {
777
                "type": "zip",
778
                "url": "https://api.github.com/repos/schmittjoh/cg-library/zipball/ce8ef43dd6bfe6ce54e5e9844ab71be2343bf2fc",
779
                "reference": "ce8ef43dd6bfe6ce54e5e9844ab71be2343bf2fc",
780
                "shasum": ""
781
            },
782
            "require": {
783
                "php": ">=5.3.0"
784
            },
785
            "type": "library",
786
            "autoload": {
787
                "psr-0": {
788
                    "CG\\": "src/"
789
                }
790
            },
791
            "notification-url": "https://packagist.org/downloads/",
792
            "license": [
793
                "Apache"
794
            ],
795
            "authors": [
796
                {
797
                    "name": "Johannes Schmitt",
798
                    "email": "[email protected]",
799
                    "homepage": "https://github.com/schmittjoh",
800
                    "role": "Developer of wrapped JMSSerializerBundle"
801
                }
802
            ],
803
            "description": "Toolset for generating PHP code",
804
            "keywords": [
805
                "code generation"
806
            ],
807
            "time": "2012-01-02 20:40:52"
808
        },
809
        {
810
            "name": "jms/di-extra-bundle",
811
            "version": "1.4.0",
812
            "target-dir": "JMS/DiExtraBundle",
813
            "source": {
814
                "type": "git",
815
                "url": "https://github.com/schmittjoh/JMSDiExtraBundle.git",
816
                "reference": "7fffdb6c96fb922a131af06d773e1e6c5301d070"
817
            },
818
            "dist": {
819
                "type": "zip",
820
                "url": "https://api.github.com/repos/schmittjoh/JMSDiExtraBundle/zipball/7fffdb6c96fb922a131af06d773e1e6c5301d070",
821
                "reference": "7fffdb6c96fb922a131af06d773e1e6c5301d070",
822
                "shasum": ""
823
            },
824
            "require": {
825
                "jms/aop-bundle": ">=1.0.0,<1.2-dev",
826
                "jms/metadata": "1.*",
827
                "symfony/finder": "~2.1",
828
                "symfony/framework-bundle": "~2.1",
829
                "symfony/process": "~2.1"
830
            },
831
            "require-dev": {
832
                "doctrine/doctrine-bundle": "*",
833
                "doctrine/orm": "*",
834
                "jms/security-extra-bundle": "1.*",
835
                "phpcollection/phpcollection": ">=0.1,<0.3-dev",
836
                "sensio/framework-extra-bundle": "*",
837
                "symfony/browser-kit": "*",
838
                "symfony/class-loader": "*",
839
                "symfony/form": "*",
840
                "symfony/security-bundle": "*",
841
                "symfony/twig-bundle": "*",
842
                "symfony/validator": "*",
843
                "symfony/yaml": "*"
844
            },
845
            "type": "symfony-bundle",
846
            "extra": {
847
                "branch-alias": {
848
                    "dev-master": "1.3-dev"
849
                }
850
            },
851
            "autoload": {
852
                "psr-0": {
853
                    "JMS\\DiExtraBundle": ""
854
                }
855
            },
856
            "notification-url": "https://packagist.org/downloads/",
857
            "license": [
858
                "Apache"
859
            ],
860
            "authors": [
861
                {
862
                    "name": "Johannes Schmitt",
863
                    "email": "[email protected]",
864
                    "homepage": "https://github.com/schmittjoh",
865
                    "role": "Developer of wrapped JMSSerializerBundle"
866
                }
867
            ],
868
            "description": "Allows to configure dependency injection using annotations",
869
            "homepage": "http://jmsyst.com/bundles/JMSDiExtraBundle",
870
            "keywords": [
871
                "annotations",
872
                "dependency injection"
873
            ],
874
            "time": "2013-06-08 13:13:40"
875
        },
876
        {
877
            "name": "jms/metadata",
878
            "version": "1.5.1",
879
            "source": {
880
                "type": "git",
881
                "url": "https://github.com/schmittjoh/metadata.git",
882
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
883
            },
884
            "dist": {
885
                "type": "zip",
886
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
887
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
888
                "shasum": ""
889
            },
890
            "require": {
891
                "php": ">=5.3.0"
892
            },
893
            "require-dev": {
894
                "doctrine/cache": "~1.0"
895
            },
896
            "type": "library",
897
            "extra": {
898
                "branch-alias": {
899
                    "dev-master": "1.5.x-dev"
900
                }
901
            },
902
            "autoload": {
903
                "psr-0": {
904
                    "Metadata\\": "src/"
905
                }
906
            },
907
            "notification-url": "https://packagist.org/downloads/",
908
            "license": [
909
                "Apache"
910
            ],
911
            "authors": [
912
                {
913
                    "name": "Johannes Schmitt",
914
                    "email": "[email protected]",
915
                    "homepage": "https://github.com/schmittjoh",
916
                    "role": "Developer of wrapped JMSSerializerBundle"
917
                }
918
            ],
919
            "description": "Class/method/property metadata management in PHP",
920
            "keywords": [
921
                "annotations",
922
                "metadata",
923
                "xml",
924
                "yaml"
925
            ],
926
            "time": "2014-07-12 07:13:19"
927
        },
928
        {
929
            "name": "jms/translation-bundle",
930
            "version": "1.1.0",
931
            "target-dir": "JMS/TranslationBundle",
932
            "source": {
933
                "type": "git",
934
                "url": "https://github.com/schmittjoh/JMSTranslationBundle.git",
935
                "reference": "6f03035a38badaf8c48767c7664c3196df1eebdf"
936
            },
937
            "dist": {
938
                "type": "zip",
939
                "url": "https://api.github.com/repos/schmittjoh/JMSTranslationBundle/zipball/6f03035a38badaf8c48767c7664c3196df1eebdf",
940
                "reference": "6f03035a38badaf8c48767c7664c3196df1eebdf",
941
                "shasum": ""
942
            },
943
            "require": {
944
                "nikic/php-parser": "0.9.1",
945
                "symfony/console": "*",
946
                "symfony/framework-bundle": "~2.1"
947
            },
948
            "conflict": {
949
                "twig/twig": "1.10.2"
950
            },
951
            "require-dev": {
952
                "jms/di-extra-bundle": ">=1.1",
953
                "sensio/framework-extra-bundle": "*",
954
                "symfony/browser-kit": "*",
955
                "symfony/class-loader": "*",
956
                "symfony/css-selector": "*",
957
                "symfony/finder": "*",
958
                "symfony/form": "*",
959
                "symfony/process": "*",
960
                "symfony/security": "*",
961
                "symfony/twig-bundle": "*",
962
                "symfony/validator": "*",
963
                "symfony/yaml": "*"
964
            },
965
            "type": "symfony-bundle",
966
            "extra": {
967
                "branch-alias": {
968
                    "dev-master": "1.1-dev"
969
                }
970
            },
971
            "autoload": {
972
                "psr-0": {
973
                    "JMS\\TranslationBundle": ""
974
                }
975
            },
976
            "notification-url": "https://packagist.org/downloads/",
977
            "license": [
978
                "Apache2"
979
            ],
980
            "authors": [
981
                {
982
                    "name": "Johannes Schmitt",
983
                    "email": "[email protected]",
984
                    "homepage": "https://github.com/schmittjoh",
985
                    "role": "Developer of wrapped JMSSerializerBundle"
986
                }
987
            ],
988
            "description": "Puts the Symfony2 Translation Component on steroids",
989
            "homepage": "http://jmsyst.com/bundles/JMSTranslationBundle",
990
            "keywords": [
991
                "extract",
992
                "extraction",
993
                "i18n",
994
                "interface",
995
                "multilanguage",
996
                "translation",
997
                "ui",
998
                "webinterface"
999
            ],
1000
            "time": "2013-06-08 14:08:19"
1001
        },
1002
        {
1003
            "name": "knplabs/knp-components",
1004
            "version": "1.3.1",
1005
            "source": {
1006
                "type": "git",
1007
                "url": "https://github.com/KnpLabs/knp-components.git",
1008
                "reference": "6d091c2f16eec2769db38f38e08c7bd5847ce072"
1009
            },
1010
            "dist": {
1011
                "type": "zip",
1012
                "url": "https://api.github.com/repos/KnpLabs/knp-components/zipball/6d091c2f16eec2769db38f38e08c7bd5847ce072",
1013
                "reference": "6d091c2f16eec2769db38f38e08c7bd5847ce072",
1014
                "shasum": ""
1015
            },
1016
            "require": {
1017
                "php": ">=5.3.2"
1018
            },
1019
            "require-dev": {
1020
                "doctrine/mongodb-odm": "~1.0@beta",
1021
                "doctrine/orm": "~2.4",
1022
                "phpunit/phpunit": "~4.2",
1023
                "ruflin/elastica": "~1.0",
1024
                "symfony/event-dispatcher": "~2.5"
1025
            },
1026
            "suggest": {
1027
                "doctrine/common": "to allow usage pagination with Doctrine ArrayCollection",
1028
                "doctrine/mongodb-odm": "to allow usage pagination with Doctrine ODM MongoDB",
1029
                "doctrine/orm": "to allow usage pagination with Doctrine ORM",
1030
                "propel/propel1": "to allow usage pagination with Propel ORM",
1031
                "ruflin/Elastica": "to allow usage pagination with ElasticSearch Client",
1032
                "solarium/solarium": "to allow usage pagination with Solarium Client"
1033
            },
1034
            "type": "library",
1035
            "extra": {
1036
                "branch-alias": {
1037
                    "dev-master": "1.2.x-dev"
1038
                }
1039
            },
1040
            "autoload": {
1041
                "psr-0": {
1042
                    "Knp\\Component": "src"
1043
                }
1044
            },
1045
            "notification-url": "https://packagist.org/downloads/",
1046
            "license": [
1047
                "MIT"
1048
            ],
1049
            "authors": [
1050
                {
1051
                    "name": "KnpLabs Team",
1052
                    "homepage": "http://knplabs.com"
1053
                },
1054
                {
1055
                    "name": "Symfony Community",
1056
                    "homepage": "http://github.com/KnpLabs/knp-components/contributors"
1057
                }
1058
            ],
1059
            "description": "Knplabs component library",
1060
            "homepage": "http://github.com/KnpLabs/knp-components",
1061
            "keywords": [
1062
                "components",
1063
                "knp",
1064
                "knplabs",
1065
                "pager",
1066
                "paginator"
1067
            ],
1068
            "time": "2014-10-06 10:38:10"
1069
        },
1070
        {
1071
            "name": "knplabs/knp-paginator-bundle",
1072
            "version": "2.4.1",
1073
            "target-dir": "Knp/Bundle/PaginatorBundle",
1074
            "source": {
1075
                "type": "git",
1076
                "url": "https://github.com/KnpLabs/KnpPaginatorBundle.git",
1077
                "reference": "701dffe02dbe4aa8784d3d9e5343985318ef5e2c"
1078
            },
1079
            "dist": {
1080
                "type": "zip",
1081
                "url": "https://api.github.com/repos/KnpLabs/KnpPaginatorBundle/zipball/701dffe02dbe4aa8784d3d9e5343985318ef5e2c",
1082
                "reference": "701dffe02dbe4aa8784d3d9e5343985318ef5e2c",
1083
                "shasum": ""
1084
            },
1085
            "require": {
1086
                "knplabs/knp-components": "~1.2",
1087
                "php": ">=5.3.3",
1088
                "symfony/framework-bundle": "~2.0",
1089
                "twig/twig": "~1.5"
1090
            },
1091
            "type": "symfony-bundle",
1092
            "extra": {
1093
                "branch-alias": {
1094
                    "dev-master": "2.4.x-dev"
1095
                }
1096
            },
1097
            "autoload": {
1098
                "psr-0": {
1099
                    "Knp\\Bundle\\PaginatorBundle": ""
1100
                }
1101
            },
1102
            "notification-url": "https://packagist.org/downloads/",
1103
            "license": [
1104
                "MIT"
1105
            ],
1106
            "authors": [
1107
                {
1108
                    "name": "KnpLabs Team",
1109
                    "homepage": "http://knplabs.com"
1110
                },
1111
                {
1112
                    "name": "Symfony2 Community",
1113
                    "homepage": "http://github.com/KnpLabs/KnpPaginatorBundle/contributors"
1114
                }
1115
            ],
1116
            "description": "Paginator bundle for Symfony2 to automate pagination and simplify sorting and other features",
1117
            "homepage": "http://github.com/KnpLabs/KnpPaginatorBundle",
1118
            "keywords": [
1119
                "Symfony2",
1120
                "bundle",
1121
                "knp",
1122
                "knplabs",
1123
                "pager",
1124
                "pagination",
1125
                "paginator"
1126
            ],
1127
            "time": "2014-09-15 15:49:24"
1128
        },
1129
        {
1130
            "name": "kriswallsmith/assetic",
1131
            "version": "v1.2.1",
1132
            "source": {
1133
                "type": "git",
1134
                "url": "https://github.com/kriswallsmith/assetic.git",
1135
                "reference": "b20efe38845d20458702f97f3ff625d80805897b"
1136
            },
1137
            "dist": {
1138
                "type": "zip",
1139
                "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/b20efe38845d20458702f97f3ff625d80805897b",
1140
                "reference": "b20efe38845d20458702f97f3ff625d80805897b",
1141
                "shasum": ""
1142
            },
1143
            "require": {
1144
                "php": ">=5.3.1",
1145
                "symfony/process": "~2.1"
1146
            },
1147
            "require-dev": {
1148
                "cssmin/cssmin": "*",
1149
                "joliclic/javascript-packer": "*",
1150
                "kamicane/packager": "*",
1151
                "leafo/lessphp": "*",
1152
                "leafo/scssphp": "*",
1153
                "leafo/scssphp-compass": "*",
1154
                "mrclay/minify": "*",
1155
                "patchwork/jsqueeze": "~1.0",
1156
                "phpunit/phpunit": "~4",
1157
                "psr/log": "~1.0",
1158
                "ptachoire/cssembed": "*",
1159
                "twig/twig": "~1.6"
1160
            },
1161
            "suggest": {
1162
                "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
1163
                "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
1164
                "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
1165
                "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
1166
                "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
1167
                "twig/twig": "Assetic provides the integration with the Twig templating engine"
1168
            },
1169
            "type": "library",
1170
            "extra": {
1171
                "branch-alias": {
1172
                    "dev-master": "1.2-dev"
1173
                }
1174
            },
1175
            "autoload": {
1176
                "psr-0": {
1177
                    "Assetic": "src/"
1178
                },
1179
                "files": [
1180
                    "src/functions.php"
1181
                ]
1182
            },
1183
            "notification-url": "https://packagist.org/downloads/",
1184
            "license": [
1185
                "MIT"
1186
            ],
1187
            "authors": [
1188
                {
1189
                    "name": "Kris Wallsmith",
1190
                    "email": "[email protected]",
1191
                    "homepage": "http://kriswallsmith.net/"
1192
                }
1193
            ],
1194
            "description": "Asset Management for PHP",
1195
            "homepage": "https://github.com/kriswallsmith/assetic",
1196
            "keywords": [
1197
                "assets",
1198
                "compression",
1199
                "minification"
1200
            ],
1201
            "time": "2014-12-12 05:04:05"
1202
        },
1203
        {
1204
            "name": "monolog/monolog",
1205
            "version": "1.15.0",
1206
            "source": {
1207
                "type": "git",
1208
                "url": "https://github.com/Seldaek/monolog.git",
1209
                "reference": "dc5150cc608f2334c72c3b6a553ec9668a4156b0"
1210
            },
1211
            "dist": {
1212
                "type": "zip",
1213
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/dc5150cc608f2334c72c3b6a553ec9668a4156b0",
1214
                "reference": "dc5150cc608f2334c72c3b6a553ec9668a4156b0",
1215
                "shasum": ""
1216
            },
1217
            "require": {
1218
                "php": ">=5.3.0",
1219
                "psr/log": "~1.0"
1220
            },
1221
            "provide": {
1222
                "psr/log-implementation": "1.0.0"
1223
            },
1224
            "require-dev": {
1225
                "aws/aws-sdk-php": "^2.4.9",
1226
                "doctrine/couchdb": "~1.0@dev",
1227
                "graylog2/gelf-php": "~1.0",
1228
                "php-console/php-console": "^3.1.3",
1229
                "phpunit/phpunit": "~4.5",
1230
                "phpunit/phpunit-mock-objects": "2.3.0",
1231
                "raven/raven": "~0.8",
1232
                "ruflin/elastica": ">=0.90 <3.0",
1233
                "swiftmailer/swiftmailer": "~5.3",
1234
                "videlalvaro/php-amqplib": "~2.4"
1235
            },
1236
            "suggest": {
1237
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1238
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1239
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1240
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1241
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1242
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1243
                "raven/raven": "Allow sending log messages to a Sentry server",
1244
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1245
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1246
                "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
1247
            },
1248
            "type": "library",
1249
            "extra": {
1250
                "branch-alias": {
1251
                    "dev-master": "1.15.x-dev"
1252
                }
1253
            },
1254
            "autoload": {
1255
                "psr-4": {
1256
                    "Monolog\\": "src/Monolog"
1257
                }
1258
            },
1259
            "notification-url": "https://packagist.org/downloads/",
1260
            "license": [
1261
                "MIT"
1262
            ],
1263
            "authors": [
1264
                {
1265
                    "name": "Jordi Boggiano",
1266
                    "email": "[email protected]",
1267
                    "homepage": "http://seld.be"
1268
                }
1269
            ],
1270
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1271
            "homepage": "http://github.com/Seldaek/monolog",
1272
            "keywords": [
1273
                "log",
1274
                "logging",
1275
                "psr-3"
1276
            ],
1277
            "time": "2015-07-12 13:54:09"
1278
        },
1279
        {
1280
            "name": "moontoast/math",
1281
            "version": "1.1.0",
1282
            "source": {
1283
                "type": "git",
1284
                "url": "https://github.com/ramsey/moontoast-math.git",
1285
                "reference": "fce28a9d1e73e73376cb44e5e581675d15fbe2f3"
1286
            },
1287
            "dist": {
1288
                "type": "zip",
1289
                "url": "https://api.github.com/repos/ramsey/moontoast-math/zipball/fce28a9d1e73e73376cb44e5e581675d15fbe2f3",
1290
                "reference": "fce28a9d1e73e73376cb44e5e581675d15fbe2f3",
1291
                "shasum": ""
1292
            },
1293
            "require": {
1294
                "ext-bcmath": "*",
1295
                "php": ">=5.3.3"
1296
            },
1297
            "type": "library",
1298
            "autoload": {
1299
                "psr-0": {
1300
                    "Moontoast\\Math": "src/"
1301
                }
1302
            },
1303
            "notification-url": "https://packagist.org/downloads/",
1304
            "license": [
1305
                "Apache-2.0"
1306
            ],
1307
            "description": "A mathematics library, providing functionality for large numbers",
1308
            "homepage": "https://github.com/moontoast/math",
1309
            "keywords": [
1310
                "bcmath",
1311
                "math"
1312
            ],
1313
            "time": "2013-01-19 17:42:34"
1314
        },
1315
        {
1316
            "name": "mopa/bootstrap-bundle",
1317
            "version": "dev-master",
1318
            "target-dir": "Mopa/Bundle/BootstrapBundle",
1319
            "source": {
1320
                "type": "git",
1321
                "url": "https://github.com/phiamo/MopaBootstrapBundle.git",
1322
                "reference": "c34671a55b2585e20a35ab5c6e1ad13a7e220b01"
1323
            },
1324
            "dist": {
1325
                "type": "zip",
1326
                "url": "https://api.github.com/repos/phiamo/MopaBootstrapBundle/zipball/04c608d09513d33f1761439ab9a939737705eec4",
1327
                "reference": "c34671a55b2585e20a35ab5c6e1ad13a7e220b01",
1328
                "shasum": ""
1329
            },
1330
            "require": {
1331
                "mopa/composer-bridge": "~1.3",
1332
                "symfony/console": "~2.3",
1333
                "symfony/form": "~2.3|~3.0",
1334
                "symfony/framework-bundle": "~2.3",
1335
                "symfony/twig-bundle": "~2.3|~3.0",
1336
                "twig/twig": ">=1.12"
1337
            },
1338
            "conflict": {
1339
                "symfony/twig-bridge": "<2.3"
1340
            },
1341
            "require-dev": {
1342
                "phpunit/phpunit": "~4.6"
1343
            },
1344
            "suggest": {
1345
                "craue/formflow-bundle": "~2.0",
1346
                "knplabs/knp-menu-bundle": "~2.0@dev",
1347
                "knplabs/knp-paginator-bundle": "~2.3",
1348
                "mopa/bootstrap-sandbox-bundle": "~2.3",
1349
                "twbs/bootstrap": ">2.0,<4.0-dev",
1350
                "twbs/bootstrap-sass": "v3.1.1"
1351
            },
1352
            "type": "symfony-bundle",
1353
            "extra": {
1354
                "branch-alias": {
1355
                    "dev-master": "3.x-dev"
1356
                }
1357
            },
1358
            "autoload": {
1359
                "psr-0": {
1360
                    "Mopa\\Bundle\\BootstrapBundle\\": ""
1361
                }
1362
            },
1363
            "notification-url": "https://packagist.org/downloads/",
1364
            "license": [
1365
                "MIT"
1366
            ],
1367
            "authors": [
1368
                {
1369
                    "name": "Community contributions",
1370
                    "homepage": "https://github.com/phiamo/MopaBootstrapBundle/contributors"
1371
                },
1372
                {
1373
                    "name": "Philipp A. Mohrenweiser",
1374
                    "email": "[email protected]"
1375
                }
1376
            ],
1377
            "description": "Easy integration of twitters bootstrap into symfony2",
1378
            "keywords": [
1379
                "bootstrap",
1380
                "bootstrap form",
1381
                "extra form",
1382
                "form",
1383
                "template"
1384
            ],
1385
            "time": "2015-07-18 01:03:07"
1386
        },
1387
        {
1388
            "name": "mopa/composer-bridge",
1389
            "version": "dev-master",
1390
            "source": {
1391
                "type": "git",
1392
                "url": "https://github.com/phiamo/MopaComposerBridge.git",
1393
                "reference": "58661a5c588ce9c3eff7d36c4030f6caa4de1ae2"
1394
            },
1395
            "dist": {
1396
                "type": "zip",
1397
                "url": "https://api.github.com/repos/phiamo/MopaComposerBridge/zipball/58661a5c588ce9c3eff7d36c4030f6caa4de1ae2",
1398
                "reference": "58661a5c588ce9c3eff7d36c4030f6caa4de1ae2",
1399
                "shasum": ""
1400
            },
1401
            "require": {
1402
                "symfony/class-loader": ">=2.0.0",
1403
                "symfony/console": ">=2.0.0"
1404
            },
1405
            "type": "symfony-bridge",
1406
            "extra": {
1407
                "branch-alias": {
1408
                    "dev-master": "1.3.x-dev"
1409
                }
1410
            },
1411
            "autoload": {
1412
                "psr-0": {
1413
                    "Mopa\\Bridge\\Composer": "src/"
1414
                }
1415
            },
1416
            "notification-url": "https://packagist.org/downloads/",
1417
            "license": [
1418
                "MIT"
1419
            ],
1420
            "authors": [
1421
                {
1422
                    "name": "Community contributions",
1423
                    "homepage": "https://github.com/phiamo/MopaComposerBridge/contributors"
1424
                },
1425
                {
1426
                    "name": "Philipp A. Mohrenweiser",
1427
                    "email": "[email protected]"
1428
                }
1429
            ],
1430
            "description": "Symfony2 Composer Bridge",
1431
            "homepage": "http://bootstrap.mohrenweiserpartner.de",
1432
            "keywords": [
1433
                "Symfony2",
1434
                "composer"
1435
            ],
1436
            "time": "2015-10-01 19:20:19"
1437
        },
1438
        {
1439
            "name": "nelmio/security-bundle",
1440
            "version": "1.6.0",
1441
            "source": {
1442
                "type": "git",
1443
                "url": "https://github.com/nelmio/NelmioSecurityBundle.git",
1444
                "reference": "a3ee5be287b8586e46f082504044b62343a6a3c0"
1445
            },
1446
            "dist": {
1447
                "type": "zip",
1448
                "url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/a3ee5be287b8586e46f082504044b62343a6a3c0",
1449
                "reference": "a3ee5be287b8586e46f082504044b62343a6a3c0",
1450
                "shasum": ""
1451
            },
1452
            "require": {
1453
                "symfony/framework-bundle": "~2.3",
1454
                "symfony/security": "~2.3"
1455
            },
1456
            "type": "symfony-bundle",
1457
            "extra": {
1458
                "branch-alias": {
1459
                    "dev-master": "1.5.x-dev"
1460
                }
1461
            },
1462
            "autoload": {
1463
                "psr-4": {
1464
                    "Nelmio\\SecurityBundle\\": ""
1465
                }
1466
            },
1467
            "notification-url": "https://packagist.org/downloads/",
1468
            "license": [
1469
                "MIT"
1470
            ],
1471
            "authors": [
1472
                {
1473
                    "name": "Nelmio",
1474
                    "homepage": "http://nelm.io"
1475
                },
1476
                {
1477
                    "name": "Symfony Community",
1478
                    "homepage": "https://github.com/nelmio/NelmioSecurityBundle/contributors"
1479
                }
1480
            ],
1481
            "description": "Extra security-related features for Symfony2: signed/encrypted cookies, HTTPS/SSL/HSTS handling, cookie session storage, ...",
1482
            "keywords": [
1483
                "security"
1484
            ],
1485
            "time": "2015-02-01 11:00:05"
1486
        },
1487
        {
1488
            "name": "nikic/php-parser",
1489
            "version": "v0.9.1",
1490
            "source": {
1491
                "type": "git",
1492
                "url": "https://github.com/nikic/PHP-Parser.git",
1493
                "reference": "b1cc9ce676b4350b23d0fafc8244d08eee2fe287"
1494
            },
1495
            "dist": {
1496
                "type": "zip",
1497
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/b1cc9ce676b4350b23d0fafc8244d08eee2fe287",
1498
                "reference": "b1cc9ce676b4350b23d0fafc8244d08eee2fe287",
1499
                "shasum": ""
1500
            },
1501
            "require": {
1502
                "php": ">=5.2"
1503
            },
1504
            "type": "library",
1505
            "autoload": {
1506
                "psr-0": {
1507
                    "PHPParser": "lib/"
1508
                }
1509
            },
1510
            "notification-url": "https://packagist.org/downloads/",
1511
            "license": [
1512
                "BSD"
1513
            ],
1514
            "authors": [
1515
                {
1516
                    "name": "Nikita Popov"
1517
                }
1518
            ],
1519
            "description": "A PHP parser written in PHP",
1520
            "keywords": [
1521
                "parser",
1522
                "php"
1523
            ],
1524
            "time": "2012-04-23 22:52:11"
1525
        },
1526
        {
1527
            "name": "psr/log",
1528
            "version": "1.0.0",
1529
            "source": {
1530
                "type": "git",
1531
                "url": "https://github.com/php-fig/log.git",
1532
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
1533
            },
1534
            "dist": {
1535
                "type": "zip",
1536
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
1537
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
1538
                "shasum": ""
1539
            },
1540
            "type": "library",
1541
            "autoload": {
1542
                "psr-0": {
1543
                    "Psr\\Log\\": ""
1544
                }
1545
            },
1546
            "notification-url": "https://packagist.org/downloads/",
1547
            "license": [
1548
                "MIT"
1549
            ],
1550
            "authors": [
1551
                {
1552
                    "name": "PHP-FIG",
1553
                    "homepage": "http://www.php-fig.org/"
1554
                }
1555
            ],
1556
            "description": "Common interface for logging libraries",
1557
            "keywords": [
1558
                "log",
1559
                "psr",
1560
                "psr-3"
1561
            ],
1562
            "time": "2012-12-21 11:40:51"
1563
        },
1564
        {
1565
            "name": "rhumsaa/uuid",
1566
            "version": "2.8.2",
1567
            "source": {
1568
                "type": "git",
1569
                "url": "https://github.com/ramsey/rhumsaa-uuid.git",
1570
                "reference": "9c1e2d34bdefd42608c612e08d6e1da1e13a3530"
1571
            },
1572
            "dist": {
1573
                "type": "zip",
1574
                "url": "https://api.github.com/repos/ramsey/rhumsaa-uuid/zipball/9c1e2d34bdefd42608c612e08d6e1da1e13a3530",
1575
                "reference": "9c1e2d34bdefd42608c612e08d6e1da1e13a3530",
1576
                "shasum": ""
1577
            },
1578
            "require": {
1579
                "php": ">=5.3.3"
1580
            },
1581
            "replace": {
1582
                "rhumsaa/uuid": "self.version"
1583
            },
1584
            "require-dev": {
1585
                "doctrine/dbal": ">=2.3",
1586
                "jakub-onderka/php-parallel-lint": "^0.9.0",
1587
                "moontoast/math": "~1.1",
1588
                "phpunit/phpunit": "~4.1",
1589
                "satooshi/php-coveralls": "~0.6",
1590
                "squizlabs/php_codesniffer": "^2.3",
1591
                "symfony/console": "~2.3"
1592
            },
1593
            "suggest": {
1594
                "doctrine/dbal": "Allow the use of a UUID as doctrine field type.",
1595
                "moontoast/math": "Support for converting UUID to 128-bit integer (in string form).",
1596
                "symfony/console": "Support for use of the bin/uuid command line tool."
1597
            },
1598
            "bin": [
1599
                "bin/uuid"
1600
            ],
1601
            "type": "library",
1602
            "autoload": {
1603
                "psr-4": {
1604
                    "Rhumsaa\\Uuid\\": "src/"
1605
                }
1606
            },
1607
            "notification-url": "https://packagist.org/downloads/",
1608
            "license": [
1609
                "MIT"
1610
            ],
1611
            "authors": [
1612
                {
1613
                    "name": "Marijn Huizendveld",
1614
                    "email": "[email protected]"
1615
                },
1616
                {
1617
                    "name": "Ben Ramsey",
1618
                    "homepage": "http://benramsey.com"
1619
                }
1620
            ],
1621
            "description": "NO LONGER MAINTAINED. Use ramsey/uuid instead. A PHP 5.3+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
1622
            "homepage": "https://github.com/ramsey/rhumsaa-uuid",
1623
            "keywords": [
1624
                "guid",
1625
                "identifier",
1626
                "uuid"
1627
            ],
1628
            "abandoned": "ramsey/uuid",
1629
            "time": "2015-07-23 19:00:41"
1630
        },
1631
        {
1632
            "name": "robrichards/xmlseclibs",
1633
            "version": "1.4.0",
1634
            "source": {
1635
                "type": "git",
1636
                "url": "https://github.com/robrichards/xmlseclibs.git",
1637
                "reference": "e91b4272f43b7708020c995f3c58056e68bfddf0"
1638
            },
1639
            "dist": {
1640
                "type": "zip",
1641
                "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/e91b4272f43b7708020c995f3c58056e68bfddf0",
1642
                "reference": "e91b4272f43b7708020c995f3c58056e68bfddf0",
1643
                "shasum": ""
1644
            },
1645
            "require": {
1646
                "php": ">= 5.2"
1647
            },
1648
            "suggest": {
1649
                "ext/mcrypt": "MCrypt extension",
1650
                "ext/openssl": "OpenSSL extension"
1651
            },
1652
            "type": "library",
1653
            "autoload": {
1654
                "classmap": [
1655
                    "src/"
1656
                ]
1657
            },
1658
            "notification-url": "https://packagist.org/downloads/",
1659
            "license": [
1660
                "BSD-3-Clause"
1661
            ],
1662
            "description": "A PHP library for XML Security",
1663
            "homepage": "https://github.com/robrichards/xmlseclibs",
1664
            "keywords": [
1665
                "security",
1666
                "signature",
1667
                "xml",
1668
                "xmldsig"
1669
            ],
1670
            "time": "2015-06-23 18:50:25"
1671
        },
1672
        {
1673
            "name": "sensio/distribution-bundle",
1674
            "version": "v3.0.28",
1675
            "target-dir": "Sensio/Bundle/DistributionBundle",
1676
            "source": {
1677
                "type": "git",
1678
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
1679
                "reference": "8175618b07793b9d43c3be931f3d8d4c14c9e866"
1680
            },
1681
            "dist": {
1682
                "type": "zip",
1683
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/8175618b07793b9d43c3be931f3d8d4c14c9e866",
1684
                "reference": "8175618b07793b9d43c3be931f3d8d4c14c9e866",
1685
                "shasum": ""
1686
            },
1687
            "require": {
1688
                "php": ">=5.3.3",
1689
                "sensiolabs/security-checker": "~2.0",
1690
                "symfony/class-loader": "~2.2",
1691
                "symfony/framework-bundle": "~2.3",
1692
                "symfony/process": "~2.2"
1693
            },
1694
            "require-dev": {
1695
                "symfony/form": "~2.2",
1696
                "symfony/validator": "~2.2",
1697
                "symfony/yaml": "~2.2"
1698
            },
1699
            "suggest": {
1700
                "symfony/form": "If you want to use the configurator",
1701
                "symfony/validator": "If you want to use the configurator",
1702
                "symfony/yaml": "If you want to use  the configurator"
1703
            },
1704
            "type": "symfony-bundle",
1705
            "extra": {
1706
                "branch-alias": {
1707
                    "dev-master": "3.0.x-dev"
1708
                }
1709
            },
1710
            "autoload": {
1711
                "psr-0": {
1712
                    "Sensio\\Bundle\\DistributionBundle": ""
1713
                }
1714
            },
1715
            "notification-url": "https://packagist.org/downloads/",
1716
            "license": [
1717
                "MIT"
1718
            ],
1719
            "authors": [
1720
                {
1721
                    "name": "Fabien Potencier",
1722
                    "email": "[email protected]"
1723
                }
1724
            ],
1725
            "description": "Base bundle for Symfony Distributions",
1726
            "keywords": [
1727
                "configuration",
1728
                "distribution"
1729
            ],
1730
            "time": "2015-06-01 15:04:20"
1731
        },
1732
        {
1733
            "name": "sensio/framework-extra-bundle",
1734
            "version": "v3.0.2",
1735
            "target-dir": "Sensio/Bundle/FrameworkExtraBundle",
1736
            "source": {
1737
                "type": "git",
1738
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
1739
                "reference": "9b22aaee517e80aad3238ea0328458b6f964066f"
1740
            },
1741
            "dist": {
1742
                "type": "zip",
1743
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/9b22aaee517e80aad3238ea0328458b6f964066f",
1744
                "reference": "9b22aaee517e80aad3238ea0328458b6f964066f",
1745
                "shasum": ""
1746
            },
1747
            "require": {
1748
                "doctrine/common": "~2.2",
1749
                "symfony/framework-bundle": "~2.3"
1750
            },
1751
            "require-dev": {
1752
                "symfony/expression-language": "~2.4",
1753
                "symfony/security-bundle": "~2.4"
1754
            },
1755
            "suggest": {
1756
                "symfony/expression-language": "",
1757
                "symfony/security-bundle": ""
1758
            },
1759
            "type": "symfony-bundle",
1760
            "extra": {
1761
                "branch-alias": {
1762
                    "dev-master": "3.0.x-dev"
1763
                }
1764
            },
1765
            "autoload": {
1766
                "psr-0": {
1767
                    "Sensio\\Bundle\\FrameworkExtraBundle": ""
1768
                }
1769
            },
1770
            "notification-url": "https://packagist.org/downloads/",
1771
            "license": [
1772
                "MIT"
1773
            ],
1774
            "authors": [
1775
                {
1776
                    "name": "Fabien Potencier",
1777
                    "email": "[email protected]"
1778
                }
1779
            ],
1780
            "description": "This bundle provides a way to configure your controllers with annotations",
1781
            "keywords": [
1782
                "annotations",
1783
                "controllers"
1784
            ],
1785
            "time": "2014-09-02 07:11:30"
1786
        },
1787
        {
1788
            "name": "sensiolabs/security-checker",
1789
            "version": "v2.0.5",
1790
            "source": {
1791
                "type": "git",
1792
                "url": "https://github.com/sensiolabs/security-checker.git",
1793
                "reference": "2c2a71f1c77d9765c12638c4724d9ca23658a810"
1794
            },
1795
            "dist": {
1796
                "type": "zip",
1797
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/2c2a71f1c77d9765c12638c4724d9ca23658a810",
1798
                "reference": "2c2a71f1c77d9765c12638c4724d9ca23658a810",
1799
                "shasum": ""
1800
            },
1801
            "require": {
1802
                "ext-curl": "*",
1803
                "symfony/console": "~2.0"
1804
            },
1805
            "bin": [
1806
                "security-checker"
1807
            ],
1808
            "type": "library",
1809
            "extra": {
1810
                "branch-alias": {
1811
                    "dev-master": "2.0-dev"
1812
                }
1813
            },
1814
            "autoload": {
1815
                "psr-0": {
1816
                    "SensioLabs\\Security": ""
1817
                }
1818
            },
1819
            "notification-url": "https://packagist.org/downloads/",
1820
            "license": [
1821
                "MIT"
1822
            ],
1823
            "authors": [
1824
                {
1825
                    "name": "Fabien Potencier",
1826
                    "email": "[email protected]"
1827
                }
1828
            ],
1829
            "description": "A security checker for your composer.lock",
1830
            "time": "2015-05-28 14:22:40"
1831
        },
1832
        {
1833
            "name": "simplesamlphp/saml2",
1834
            "version": "v1.6.1",
1835
            "source": {
1836
                "type": "git",
1837
                "url": "https://github.com/simplesamlphp/saml2.git",
1838
                "reference": "da4f356dfee6eaabac4fb8afb0de045e571c476b"
1839
            },
1840
            "dist": {
1841
                "type": "zip",
1842
                "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/da4f356dfee6eaabac4fb8afb0de045e571c476b",
1843
                "reference": "da4f356dfee6eaabac4fb8afb0de045e571c476b",
1844
                "shasum": ""
1845
            },
1846
            "require": {
1847
                "ext-dom": "*",
1848
                "ext-mcrypt": "*",
1849
                "ext-openssl": "*",
1850
                "php": ">=5.3.3",
1851
                "psr/log": "~1.0",
1852
                "robrichards/xmlseclibs": "^1.3"
1853
            },
1854
            "require-dev": {
1855
                "mockery/mockery": "~0.9",
1856
                "phpmd/phpmd": "~1.5",
1857
                "phpunit/phpunit": "~3.7",
1858
                "satooshi/php-coveralls": "~0.6.1",
1859
                "sebastian/phpcpd": "~1.4",
1860
                "sensiolabs/security-checker": "~1.1",
1861
                "squizlabs/php_codesniffer": "~1.4"
1862
            },
1863
            "type": "library",
1864
            "autoload": {
1865
                "psr-0": {
1866
                    "SAML2_": "src/"
1867
                }
1868
            },
1869
            "notification-url": "https://packagist.org/downloads/",
1870
            "license": [
1871
                "LGPL-2.1"
1872
            ],
1873
            "authors": [
1874
                {
1875
                    "name": "Andreas Åkre Solberg",
1876
                    "email": "[email protected]"
1877
                }
1878
            ],
1879
            "description": "SAML2 PHP library from SimpleSAMLphp",
1880
            "time": "2015-07-13 10:00:26"
1881
        },
1882
        {
1883
            "name": "surfnet/stepup-bundle",
1884
            "version": "1.3.0",
1885
            "source": {
1886
                "type": "git",
1887
                "url": "https://github.com/SURFnet/Stepup-bundle.git",
1888
                "reference": "d4426aec24f17b075be54de0e931a547b43de6c8"
1889
            },
1890
            "dist": {
1891
                "type": "zip",
1892
                "url": "https://api.github.com/repos/SURFnet/Stepup-bundle/zipball/d4426aec24f17b075be54de0e931a547b43de6c8",
1893
                "reference": "d4426aec24f17b075be54de0e931a547b43de6c8",
1894
                "shasum": ""
1895
            },
1896
            "require": {
1897
                "ext-gmp": "*",
1898
                "ext-openssl": "*",
1899
                "graylog2/gelf-php": "~1.1",
1900
                "guzzlehttp/guzzle": "~4",
1901
                "monolog/monolog": "~1.11",
1902
                "php": ">=5.4,<8.0-dev",
1903
                "sensio/framework-extra-bundle": "~3",
1904
                "symfony/config": "^2.7",
1905
                "symfony/dependency-injection": "^2.7",
1906
                "symfony/form": "^2.7",
1907
                "symfony/framework-bundle": "^2.7",
1908
                "symfony/http-kernel": "^2.7",
1909
                "symfony/twig-bridge": "^2.7",
1910
                "symfony/validator": "^2.7"
1911
            },
1912
            "require-dev": {
1913
                "ibuildings/qa-tools": "~1.1",
1914
                "liip/rmt": "1.1.*",
1915
                "mockery/mockery": "0.9.*"
1916
            },
1917
            "type": "library",
1918
            "autoload": {
1919
                "psr-4": {
1920
                    "Surfnet\\StepupBundle\\": "src"
1921
                }
1922
            },
1923
            "notification-url": "https://packagist.org/downloads/",
1924
            "license": [
1925
                "Apache-2.0"
1926
            ],
1927
            "description": "A Symfony2 bundle that holds shared code and framework integration for all Step-up applications.",
1928
            "keywords": [
1929
                "stepup",
1930
                "suaas",
1931
                "surfnet"
1932
            ],
1933
            "time": "2016-04-28 12:40:48"
1934
        },
1935
        {
1936
            "name": "surfnet/stepup-middleware-client-bundle",
1937
            "version": "dev-develop",
1938
            "source": {
1939
                "type": "git",
1940
                "url": "https://github.com/SURFnet/Stepup-Middleware-clientbundle.git",
1941
                "reference": "f10eaa326cbc2d04e61ff4e34f03c6ebe180230b"
1942
            },
1943
            "dist": {
1944
                "type": "zip",
1945
                "url": "https://api.github.com/repos/SURFnet/Stepup-Middleware-clientbundle/zipball/1544e4922670b7bf21157a7888e57adf2588da56",
1946
                "reference": "f10eaa326cbc2d04e61ff4e34f03c6ebe180230b",
1947
                "shasum": ""
1948
            },
1949
            "require": {
1950
                "beberlei/assert": "~2.0",
1951
                "guzzlehttp/guzzle": "~4",
1952
                "moontoast/math": "~1.1",
1953
                "php": "~5.4|^7",
1954
                "psr/log": "~1.0",
1955
                "rhumsaa/uuid": "~2.7",
1956
                "symfony/config": "^2.7",
1957
                "symfony/dependency-injection": "^2.7",
1958
                "symfony/http-kernel": "^2.7",
1959
                "symfony/validator": "^2.7"
1960
            },
1961
            "conflict": {
1962
                "surfnet/stepup-middleware-client": "*"
1963
            },
1964
            "require-dev": {
1965
                "ibuildings/qa-tools": "~1.1",
1966
                "liip/rmt": "1.1.*",
1967
                "matthiasnoback/symfony-config-test": "0.*",
1968
                "mockery/mockery": "0.9.*"
1969
            },
1970
            "type": "library",
1971
            "autoload": {
1972
                "psr-4": {
1973
                    "Surfnet\\StepupMiddlewareClientBundle\\": "src/Surfnet/StepupMiddlewareClientBundle/",
1974
                    "Surfnet\\StepupMiddlewareClient\\": "src/Surfnet/StepupMiddlewareClient/"
1975
                }
1976
            },
1977
            "notification-url": "https://packagist.org/downloads/",
1978
            "license": [
1979
                "Apache-2.0"
1980
            ],
1981
            "description": "Symfony2 bundle for consuming the Step-up Middleware API.",
1982
            "time": "2015-08-26 09:22:48"
1983
        },
1984
        {
1985
            "name": "surfnet/stepup-saml-bundle",
1986
            "version": "dev-develop",
1987
            "source": {
1988
                "type": "git",
1989
                "url": "https://github.com/SURFnet/Stepup-saml-bundle.git",
1990
                "reference": "53b7fd0198a1e9de2504a3762af499f744ad222d"
1991
            },
1992
            "dist": {
1993
                "type": "zip",
1994
                "url": "https://api.github.com/repos/SURFnet/Stepup-saml-bundle/zipball/40adf16ceecd6efba5e8b3f2b85f78d1ebb27839",
1995
                "reference": "53b7fd0198a1e9de2504a3762af499f744ad222d",
1996
                "shasum": ""
1997
            },
1998
            "require": {
1999
                "ext-openssl": "*",
2000
                "php": "~5.4|^7",
2001
                "robrichards/xmlseclibs": "^1.4.0",
2002
                "simplesamlphp/saml2": "^1.6.1",
2003
                "symfony/dependency-injection": "^2.7",
2004
                "symfony/framework-bundle": "^2.7"
2005
            },
2006
            "require-dev": {
2007
                "ibuildings/qa-tools": "~1.1",
2008
                "liip/rmt": "~1.1",
2009
                "mockery/mockery": "~0.9",
2010
                "psr/log": "~1.0"
2011
            },
2012
            "type": "symfony-bundle",
2013
            "autoload": {
2014
                "psr-4": {
2015
                    "Surfnet\\SamlBundle\\": "src"
2016
                }
2017
            },
2018
            "notification-url": "https://packagist.org/downloads/",
2019
            "license": [
2020
                "Apache-2.0"
2021
            ],
2022
            "description": "A Symfony2 bundle that integrates the simplesamlphp\\saml2 library with Symfony",
2023
            "keywords": [
2024
                "SAML2",
2025
                "saml",
2026
                "simplesamlphp",
2027
                "stepup",
2028
                "surfnet"
2029
            ],
2030
            "time": "2015-08-26 09:24:49"
2031
        },
2032
        {
2033
            "name": "surfnet/stepup-u2f-bundle",
2034
            "version": "dev-develop",
2035
            "source": {
2036
                "type": "git",
2037
                "url": "https://github.com/SURFnet/Stepup-u2f-bundle.git",
2038
                "reference": "b28737d7b8df5ecbdf7a1e952ecfb530a2951c05"
2039
            },
2040
            "dist": {
2041
                "type": "zip",
2042
                "url": "https://api.github.com/repos/SURFnet/Stepup-u2f-bundle/zipball/b28737d7b8df5ecbdf7a1e952ecfb530a2951c05",
2043
                "reference": "b28737d7b8df5ecbdf7a1e952ecfb530a2951c05",
2044
                "shasum": ""
2045
            },
2046
            "require": {
2047
                "php": ">=5.4|^7",
2048
                "symfony/config": "^2.7",
2049
                "symfony/dependency-injection": "^2.7",
2050
                "symfony/form": "^2.7",
2051
                "symfony/http-kernel": "^2.7",
2052
                "symfony/validator": "^2.7",
2053
                "yubico/u2flib-server": "^0.1.0"
2054
            },
2055
            "require-dev": {
2056
                "ibuildings/qa-tools": "~1.1,>=1.1.27",
2057
                "liip/rmt": "1.1.*",
2058
                "matthiasnoback/symfony-config-test": "^1.2",
2059
                "mockery/mockery": "~0.9"
2060
            },
2061
            "type": "library",
2062
            "autoload": {
2063
                "psr-4": {
2064
                    "Surfnet\\StepupU2fBundle\\": "src"
2065
                }
2066
            },
2067
            "notification-url": "https://packagist.org/downloads/",
2068
            "license": [
2069
                "Apache-2.0"
2070
            ],
2071
            "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",
2072
            "time": "2015-09-17 15:02:04"
2073
        },
2074
        {
2075
            "name": "swiftmailer/swiftmailer",
2076
            "version": "v5.4.1",
2077
            "source": {
2078
                "type": "git",
2079
                "url": "https://github.com/swiftmailer/swiftmailer.git",
2080
                "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421"
2081
            },
2082
            "dist": {
2083
                "type": "zip",
2084
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/0697e6aa65c83edf97bb0f23d8763f94e3f11421",
2085
                "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421",
2086
                "shasum": ""
2087
            },
2088
            "require": {
2089
                "php": ">=5.3.3"
2090
            },
2091
            "require-dev": {
2092
                "mockery/mockery": "~0.9.1,<0.9.4"
2093
            },
2094
            "type": "library",
2095
            "extra": {
2096
                "branch-alias": {
2097
                    "dev-master": "5.4-dev"
2098
                }
2099
            },
2100
            "autoload": {
2101
                "files": [
2102
                    "lib/swift_required.php"
2103
                ]
2104
            },
2105
            "notification-url": "https://packagist.org/downloads/",
2106
            "license": [
2107
                "MIT"
2108
            ],
2109
            "authors": [
2110
                {
2111
                    "name": "Chris Corbyn"
2112
                },
2113
                {
2114
                    "name": "Fabien Potencier",
2115
                    "email": "[email protected]"
2116
                }
2117
            ],
2118
            "description": "Swiftmailer, free feature-rich PHP mailer",
2119
            "homepage": "http://swiftmailer.org",
2120
            "keywords": [
2121
                "email",
2122
                "mail",
2123
                "mailer"
2124
            ],
2125
            "time": "2015-06-06 14:19:39"
2126
        },
2127
        {
2128
            "name": "symfony/assetic-bundle",
2129
            "version": "v2.6.1",
2130
            "source": {
2131
                "type": "git",
2132
                "url": "https://github.com/symfony/assetic-bundle.git",
2133
                "reference": "422b0add2110f0cf9bc7a873a386ea053f4a89f0"
2134
            },
2135
            "dist": {
2136
                "type": "zip",
2137
                "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/422b0add2110f0cf9bc7a873a386ea053f4a89f0",
2138
                "reference": "422b0add2110f0cf9bc7a873a386ea053f4a89f0",
2139
                "shasum": ""
2140
            },
2141
            "require": {
2142
                "kriswallsmith/assetic": "~1.2",
2143
                "php": ">=5.3.0",
2144
                "symfony/console": "~2.3",
2145
                "symfony/dependency-injection": "~2.3",
2146
                "symfony/framework-bundle": "~2.3",
2147
                "symfony/yaml": "~2.3"
2148
            },
2149
            "require-dev": {
2150
                "kriswallsmith/spork": "~0.2",
2151
                "patchwork/jsqueeze": "~1.0",
2152
                "symfony/class-loader": "~2.3",
2153
                "symfony/css-selector": "~2.3",
2154
                "symfony/dom-crawler": "~2.3",
2155
                "symfony/twig-bundle": "~2.3"
2156
            },
2157
            "suggest": {
2158
                "kriswallsmith/spork": "to be able to dump assets in parallel",
2159
                "symfony/twig-bundle": "to use the Twig integration"
2160
            },
2161
            "type": "symfony-bundle",
2162
            "extra": {
2163
                "branch-alias": {
2164
                    "dev-master": "2.5-dev"
2165
                }
2166
            },
2167
            "autoload": {
2168
                "psr-4": {
2169
                    "Symfony\\Bundle\\AsseticBundle\\": ""
2170
                }
2171
            },
2172
            "notification-url": "https://packagist.org/downloads/",
2173
            "license": [
2174
                "MIT"
2175
            ],
2176
            "authors": [
2177
                {
2178
                    "name": "Kris Wallsmith",
2179
                    "email": "[email protected]",
2180
                    "homepage": "http://kriswallsmith.net/"
2181
                }
2182
            ],
2183
            "description": "Integrates Assetic into Symfony2",
2184
            "homepage": "https://github.com/symfony/AsseticBundle",
2185
            "keywords": [
2186
                "assets",
2187
                "compression",
2188
                "minification"
2189
            ],
2190
            "time": "2015-01-27 12:45:16"
2191
        },
2192
        {
2193
            "name": "symfony/monolog-bundle",
2194
            "version": "v2.6.1",
2195
            "source": {
2196
                "type": "git",
2197
                "url": "https://github.com/symfony/monolog-bundle.git",
2198
                "reference": "227bbeefe30f2d95e3fe5fbd1ccda414287a957a"
2199
            },
2200
            "dist": {
2201
                "type": "zip",
2202
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/227bbeefe30f2d95e3fe5fbd1ccda414287a957a",
2203
                "reference": "227bbeefe30f2d95e3fe5fbd1ccda414287a957a",
2204
                "shasum": ""
2205
            },
2206
            "require": {
2207
                "monolog/monolog": "~1.8",
2208
                "php": ">=5.3.2",
2209
                "symfony/config": "~2.3",
2210
                "symfony/dependency-injection": "~2.3",
2211
                "symfony/http-kernel": "~2.3",
2212
                "symfony/monolog-bridge": "~2.3"
2213
            },
2214
            "require-dev": {
2215
                "symfony/console": "~2.3",
2216
                "symfony/yaml": "~2.3"
2217
            },
2218
            "type": "symfony-bundle",
2219
            "extra": {
2220
                "branch-alias": {
2221
                    "dev-master": "2.6.x-dev"
2222
                }
2223
            },
2224
            "autoload": {
2225
                "psr-4": {
2226
                    "Symfony\\Bundle\\MonologBundle\\": ""
2227
                }
2228
            },
2229
            "notification-url": "https://packagist.org/downloads/",
2230
            "license": [
2231
                "MIT"
2232
            ],
2233
            "authors": [
2234
                {
2235
                    "name": "Symfony Community",
2236
                    "homepage": "http://symfony.com/contributors"
2237
                },
2238
                {
2239
                    "name": "Fabien Potencier",
2240
                    "email": "[email protected]"
2241
                }
2242
            ],
2243
            "description": "Symfony MonologBundle",
2244
            "homepage": "http://symfony.com",
2245
            "keywords": [
2246
                "log",
2247
                "logging"
2248
            ],
2249
            "time": "2014-07-21 00:36:06"
2250
        },
2251
        {
2252
            "name": "symfony/swiftmailer-bundle",
2253
            "version": "v2.3.8",
2254
            "source": {
2255
                "type": "git",
2256
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
2257
                "reference": "970b13d01871207e81d17b17ddda025e7e21e797"
2258
            },
2259
            "dist": {
2260
                "type": "zip",
2261
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/970b13d01871207e81d17b17ddda025e7e21e797",
2262
                "reference": "970b13d01871207e81d17b17ddda025e7e21e797",
2263
                "shasum": ""
2264
            },
2265
            "require": {
2266
                "php": ">=5.3.2",
2267
                "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
2268
                "symfony/swiftmailer-bridge": "~2.1"
2269
            },
2270
            "require-dev": {
2271
                "symfony/config": "~2.1",
2272
                "symfony/dependency-injection": "~2.1",
2273
                "symfony/http-kernel": "~2.1",
2274
                "symfony/yaml": "~2.1"
2275
            },
2276
            "suggest": {
2277
                "psr/log": "Allows logging"
2278
            },
2279
            "type": "symfony-bundle",
2280
            "extra": {
2281
                "branch-alias": {
2282
                    "dev-master": "2.3-dev"
2283
                }
2284
            },
2285
            "autoload": {
2286
                "psr-4": {
2287
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
2288
                }
2289
            },
2290
            "notification-url": "https://packagist.org/downloads/",
2291
            "license": [
2292
                "MIT"
2293
            ],
2294
            "authors": [
2295
                {
2296
                    "name": "Symfony Community",
2297
                    "homepage": "http://symfony.com/contributors"
2298
                },
2299
                {
2300
                    "name": "Fabien Potencier",
2301
                    "email": "[email protected]"
2302
                }
2303
            ],
2304
            "description": "Symfony SwiftmailerBundle",
2305
            "homepage": "http://symfony.com",
2306
            "time": "2014-12-01 17:44:50"
2307
        },
2308
        {
2309
            "name": "symfony/symfony",
0 ignored issues
show
2310
            "version": "v2.7.0",
2311
            "source": {
2312
                "type": "git",
2313
                "url": "https://github.com/symfony/symfony.git",
2314
                "reference": "9975b1eca3de4db792a2c3e4e16f676a4aadcd46"
2315
            },
2316
            "dist": {
2317
                "type": "zip",
2318
                "url": "https://api.github.com/repos/symfony/symfony/zipball/9975b1eca3de4db792a2c3e4e16f676a4aadcd46",
2319
                "reference": "9975b1eca3de4db792a2c3e4e16f676a4aadcd46",
2320
                "shasum": ""
2321
            },
2322
            "require": {
2323
                "doctrine/common": "~2.3",
2324
                "php": ">=5.3.9",
2325
                "psr/log": "~1.0",
2326
                "twig/twig": "~1.18"
2327
            },
2328
            "replace": {
2329
                "symfony/asset": "self.version",
2330
                "symfony/browser-kit": "self.version",
2331
                "symfony/class-loader": "self.version",
2332
                "symfony/config": "self.version",
2333
                "symfony/console": "self.version",
2334
                "symfony/css-selector": "self.version",
2335
                "symfony/debug": "self.version",
2336
                "symfony/debug-bundle": "self.version",
2337
                "symfony/dependency-injection": "self.version",
2338
                "symfony/doctrine-bridge": "self.version",
2339
                "symfony/dom-crawler": "self.version",
2340
                "symfony/event-dispatcher": "self.version",
2341
                "symfony/expression-language": "self.version",
2342
                "symfony/filesystem": "self.version",
2343
                "symfony/finder": "self.version",
2344
                "symfony/form": "self.version",
2345
                "symfony/framework-bundle": "self.version",
2346
                "symfony/http-foundation": "self.version",
2347
                "symfony/http-kernel": "self.version",
2348
                "symfony/intl": "self.version",
2349
                "symfony/locale": "self.version",
2350
                "symfony/monolog-bridge": "self.version",
2351
                "symfony/options-resolver": "self.version",
2352
                "symfony/process": "self.version",
2353
                "symfony/property-access": "self.version",
2354
                "symfony/proxy-manager-bridge": "self.version",
2355
                "symfony/routing": "self.version",
2356
                "symfony/security": "self.version",
2357
                "symfony/security-acl": "self.version",
2358
                "symfony/security-bundle": "self.version",
2359
                "symfony/security-core": "self.version",
2360
                "symfony/security-csrf": "self.version",
2361
                "symfony/security-http": "self.version",
2362
                "symfony/serializer": "self.version",
2363
                "symfony/stopwatch": "self.version",
2364
                "symfony/swiftmailer-bridge": "self.version",
2365
                "symfony/templating": "self.version",
2366
                "symfony/translation": "self.version",
2367
                "symfony/twig-bridge": "self.version",
2368
                "symfony/twig-bundle": "self.version",
2369
                "symfony/validator": "self.version",
2370
                "symfony/var-dumper": "self.version",
2371
                "symfony/web-profiler-bundle": "self.version",
2372
                "symfony/yaml": "self.version"
2373
            },
2374
            "require-dev": {
2375
                "doctrine/data-fixtures": "1.0.*",
2376
                "doctrine/dbal": "~2.2",
2377
                "doctrine/doctrine-bundle": "~1.2",
2378
                "doctrine/orm": "~2.2,>=2.2.3",
2379
                "egulias/email-validator": "~1.2",
2380
                "ircmaxell/password-compat": "~1.0",
2381
                "monolog/monolog": "~1.11",
2382
                "ocramius/proxy-manager": "~0.4|~1.0",
2383
                "symfony/phpunit-bridge": "self.version"
2384
            },
2385
            "type": "library",
2386
            "extra": {
2387
                "branch-alias": {
2388
                    "dev-master": "2.7-dev"
2389
                }
2390
            },
2391
            "autoload": {
2392
                "psr-4": {
2393
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
2394
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
2395
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
2396
                    "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
2397
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
2398
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
2399
                    "Symfony\\Component\\": "src/Symfony/Component/"
2400
                },
2401
                "classmap": [
2402
                    "src/Symfony/Component/HttpFoundation/Resources/stubs",
2403
                    "src/Symfony/Component/Intl/Resources/stubs"
2404
                ],
2405
                "files": [
2406
                    "src/Symfony/Component/Intl/Resources/stubs/functions.php"
2407
                ]
2408
            },
2409
            "notification-url": "https://packagist.org/downloads/",
2410
            "license": [
2411
                "MIT"
2412
            ],
2413
            "authors": [
2414
                {
2415
                    "name": "Fabien Potencier",
2416
                    "email": "[email protected]"
2417
                },
2418
                {
2419
                    "name": "Symfony Community",
2420
                    "homepage": "https://symfony.com/contributors"
2421
                }
2422
            ],
2423
            "description": "The Symfony PHP framework",
2424
            "homepage": "https://symfony.com",
2425
            "keywords": [
2426
                "framework"
2427
            ],
2428
            "time": "2015-05-30 16:52:28"
2429
        },
2430
        {
2431
            "name": "twbs/bootstrap",
2432
            "version": "v3.2.0",
2433
            "source": {
2434
                "type": "git",
2435
                "url": "https://github.com/twbs/bootstrap.git",
2436
                "reference": "c068162161154a4b85110ea1e7dd3d7897ce2b72"
2437
            },
2438
            "dist": {
2439
                "type": "zip",
2440
                "url": "https://api.github.com/repos/twbs/bootstrap/zipball/c068162161154a4b85110ea1e7dd3d7897ce2b72",
2441
                "reference": "c068162161154a4b85110ea1e7dd3d7897ce2b72",
2442
                "shasum": ""
2443
            },
2444
            "replace": {
2445
                "twitter/bootstrap": "self.version"
2446
            },
2447
            "type": "library",
2448
            "extra": {
2449
                "branch-alias": {
2450
                    "dev-master": "3.2.x-dev"
2451
                }
2452
            },
2453
            "notification-url": "https://packagist.org/downloads/",
2454
            "license": [
2455
                "MIT"
2456
            ],
2457
            "authors": [
2458
                {
2459
                    "name": "Jacob Thornton",
2460
                    "email": "[email protected]"
2461
                },
2462
                {
2463
                    "name": "Mark Otto",
2464
                    "email": "[email protected]"
2465
                }
2466
            ],
2467
            "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
2468
            "homepage": "http://getbootstrap.com",
2469
            "keywords": [
2470
                "JS",
2471
                "css",
2472
                "framework",
2473
                "front-end",
2474
                "less",
2475
                "mobile-first",
2476
                "responsive",
2477
                "web"
2478
            ],
2479
            "time": "2014-06-26 16:36:48"
2480
        },
2481
        {
2482
            "name": "twig/extensions",
2483
            "version": "v1.2.0",
2484
            "source": {
2485
                "type": "git",
2486
                "url": "https://github.com/twigphp/Twig-extensions.git",
2487
                "reference": "8cf4b9fe04077bd54fc73f4fde83347040c3b8cd"
2488
            },
2489
            "dist": {
2490
                "type": "zip",
2491
                "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/8cf4b9fe04077bd54fc73f4fde83347040c3b8cd",
2492
                "reference": "8cf4b9fe04077bd54fc73f4fde83347040c3b8cd",
2493
                "shasum": ""
2494
            },
2495
            "require": {
2496
                "twig/twig": "~1.12"
2497
            },
2498
            "require-dev": {
2499
                "symfony/translation": "~2.3"
2500
            },
2501
            "suggest": {
2502
                "symfony/translation": "Allow the time_diff output to be translated"
2503
            },
2504
            "type": "library",
2505
            "extra": {
2506
                "branch-alias": {
2507
                    "dev-master": "1.2.x-dev"
2508
                }
2509
            },
2510
            "autoload": {
2511
                "psr-0": {
2512
                    "Twig_Extensions_": "lib/"
2513
                }
2514
            },
2515
            "notification-url": "https://packagist.org/downloads/",
2516
            "license": [
2517
                "MIT"
2518
            ],
2519
            "authors": [
2520
                {
2521
                    "name": "Fabien Potencier",
2522
                    "email": "[email protected]"
2523
                }
2524
            ],
2525
            "description": "Common additional features for Twig that do not directly belong in core",
2526
            "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
2527
            "keywords": [
2528
                "i18n",
2529
                "text"
2530
            ],
2531
            "time": "2014-10-30 14:30:03"
2532
        },
2533
        {
2534
            "name": "twig/twig",
0 ignored issues
show
There is a security advisory for your installed version of twig/twig:

Remote code execution in templates
Loading history...
2535
            "version": "v1.18.2",
2536
            "source": {
2537
                "type": "git",
2538
                "url": "https://github.com/twigphp/Twig.git",
2539
                "reference": "e8e6575abf6102af53ec283f7f14b89e304fa602"
2540
            },
2541
            "dist": {
2542
                "type": "zip",
2543
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/e8e6575abf6102af53ec283f7f14b89e304fa602",
2544
                "reference": "e8e6575abf6102af53ec283f7f14b89e304fa602",
2545
                "shasum": ""
2546
            },
2547
            "require": {
2548
                "php": ">=5.2.7"
2549
            },
2550
            "type": "library",
2551
            "extra": {
2552
                "branch-alias": {
2553
                    "dev-master": "1.18-dev"
2554
                }
2555
            },
2556
            "autoload": {
2557
                "psr-0": {
2558
                    "Twig_": "lib/"
2559
                }
2560
            },
2561
            "notification-url": "https://packagist.org/downloads/",
2562
            "license": [
2563
                "BSD-3-Clause"
2564
            ],
2565
            "authors": [
2566
                {
2567
                    "name": "Fabien Potencier",
2568
                    "email": "[email protected]",
2569
                    "homepage": "http://fabien.potencier.org",
2570
                    "role": "Lead Developer"
2571
                },
2572
                {
2573
                    "name": "Armin Ronacher",
2574
                    "email": "[email protected]",
2575
                    "role": "Project Founder"
2576
                },
2577
                {
2578
                    "name": "Twig Team",
2579
                    "homepage": "http://twig.sensiolabs.org/contributors",
2580
                    "role": "Contributors"
2581
                }
2582
            ],
2583
            "description": "Twig, the flexible, fast, and secure template language for PHP",
2584
            "homepage": "http://twig.sensiolabs.org",
2585
            "keywords": [
2586
                "templating"
2587
            ],
2588
            "time": "2015-06-06 23:31:24"
2589
        },
2590
        {
2591
            "name": "yubico/u2flib-server",
2592
            "version": "0.1.0",
2593
            "source": {
2594
                "type": "git",
2595
                "url": "https://github.com/Yubico/php-u2flib-server.git",
2596
                "reference": "71ad5f0b7c796966da356eecd5b583ac852e92a1"
2597
            },
2598
            "dist": {
2599
                "type": "zip",
2600
                "url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/71ad5f0b7c796966da356eecd5b583ac852e92a1",
2601
                "reference": "71ad5f0b7c796966da356eecd5b583ac852e92a1",
2602
                "shasum": ""
2603
            },
2604
            "require": {
2605
                "ext-openssl": "*"
2606
            },
2607
            "type": "library",
2608
            "autoload": {
2609
                "classmap": [
2610
                    "src/"
2611
                ]
2612
            },
2613
            "notification-url": "https://packagist.org/downloads/",
2614
            "license": [
2615
                "BSD-2-Clause"
2616
            ],
2617
            "description": "Library for U2F implementation",
2618
            "homepage": "https://developers.yubico.com/php-u2flib-server",
2619
            "time": "2015-03-03 08:05:16"
2620
        }
2621
    ],
2622
    "packages-dev": [
2623
        {
2624
            "name": "behat/behat",
2625
            "version": "v2.5.5",
2626
            "source": {
2627
                "type": "git",
2628
                "url": "https://github.com/Behat/Behat.git",
2629
                "reference": "c1e48826b84669c97a1efa78459aedfdcdcf2120"
2630
            },
2631
            "dist": {
2632
                "type": "zip",
2633
                "url": "https://api.github.com/repos/Behat/Behat/zipball/c1e48826b84669c97a1efa78459aedfdcdcf2120",
2634
                "reference": "c1e48826b84669c97a1efa78459aedfdcdcf2120",
2635
                "shasum": ""
2636
            },
2637
            "require": {
2638
                "behat/gherkin": "~2.3.0",
2639
                "php": ">=5.3.1",
2640
                "symfony/config": "~2.3",
2641
                "symfony/console": "~2.0",
2642
                "symfony/dependency-injection": "~2.0",
2643
                "symfony/event-dispatcher": "~2.0",
2644
                "symfony/finder": "~2.0",
2645
                "symfony/translation": "~2.3",
2646
                "symfony/yaml": "~2.0"
2647
            },
2648
            "require-dev": {
2649
                "phpunit/phpunit": "~3.7.19"
2650
            },
2651
            "suggest": {
2652
                "behat/mink-extension": "for integration with Mink testing framework",
2653
                "behat/symfony2-extension": "for integration with Symfony2 web framework",
2654
                "behat/yii-extension": "for integration with Yii web framework"
2655
            },
2656
            "bin": [
2657
                "bin/behat"
2658
            ],
2659
            "type": "library",
2660
            "autoload": {
2661
                "psr-0": {
2662
                    "Behat\\Behat": "src/"
2663
                }
2664
            },
2665
            "notification-url": "https://packagist.org/downloads/",
2666
            "license": [
2667
                "MIT"
2668
            ],
2669
            "authors": [
2670
                {
2671
                    "name": "Konstantin Kudryashov",
2672
                    "email": "[email protected]",
2673
                    "homepage": "http://everzet.com"
2674
                }
2675
            ],
2676
            "description": "Scenario-oriented BDD framework for PHP 5.3",
2677
            "homepage": "http://behat.org/",
2678
            "keywords": [
2679
                "BDD",
2680
                "Behat",
2681
                "Symfony2"
2682
            ],
2683
            "time": "2015-06-01 09:37:55"
2684
        },
2685
        {
2686
            "name": "behat/gherkin",
2687
            "version": "v2.3.5",
2688
            "source": {
2689
                "type": "git",
2690
                "url": "https://github.com/Behat/Gherkin.git",
2691
                "reference": "2b33963da5525400573560c173ab5c9c057e1852"
2692
            },
2693
            "dist": {
2694
                "type": "zip",
2695
                "url": "https://api.github.com/repos/Behat/Gherkin/zipball/2b33963da5525400573560c173ab5c9c057e1852",
2696
                "reference": "2b33963da5525400573560c173ab5c9c057e1852",
2697
                "shasum": ""
2698
            },
2699
            "require": {
2700
                "php": ">=5.3.1",
2701
                "symfony/finder": "~2.0"
2702
            },
2703
            "require-dev": {
2704
                "symfony/config": "~2.0",
2705
                "symfony/translation": "~2.0",
2706
                "symfony/yaml": "~2.0"
2707
            },
2708
            "suggest": {
2709
                "symfony/config": "If you want to use Config component to manage resources",
2710
                "symfony/translation": "If you want to use Symfony2 translations adapter",
2711
                "symfony/yaml": "If you want to parse features, represented in YAML files"
2712
            },
2713
            "type": "library",
2714
            "extra": {
2715
                "branch-alias": {
2716
                    "dev-develop": "2.2-dev"
2717
                }
2718
            },
2719
            "autoload": {
2720
                "psr-0": {
2721
                    "Behat\\Gherkin": "src/"
2722
                }
2723
            },
2724
            "notification-url": "https://packagist.org/downloads/",
2725
            "license": [
2726
                "MIT"
2727
            ],
2728
            "authors": [
2729
                {
2730
                    "name": "Konstantin Kudryashov",
2731
                    "email": "[email protected]",
2732
                    "homepage": "http://everzet.com"
2733
                }
2734
            ],
2735
            "description": "Gherkin DSL parser for PHP 5.3",
2736
            "homepage": "http://behat.org/",
2737
            "keywords": [
2738
                "BDD",
2739
                "Behat",
2740
                "DSL",
2741
                "Symfony2",
2742
                "parser"
2743
            ],
2744
            "time": "2013-10-15 11:22:17"
2745
        },
2746
        {
2747
            "name": "behat/mink",
2748
            "version": "v1.6.1",
2749
            "source": {
2750
                "type": "git",
2751
                "url": "https://github.com/minkphp/Mink.git",
2752
                "reference": "8b68523a339ec991bcd638b39dc8f04f808da88a"
2753
            },
2754
            "dist": {
2755
                "type": "zip",
2756
                "url": "https://api.github.com/repos/minkphp/Mink/zipball/8b68523a339ec991bcd638b39dc8f04f808da88a",
2757
                "reference": "8b68523a339ec991bcd638b39dc8f04f808da88a",
2758
                "shasum": ""
2759
            },
2760
            "require": {
2761
                "php": ">=5.3.1",
2762
                "symfony/css-selector": "~2.0"
2763
            },
2764
            "suggest": {
2765
                "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
2766
                "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
2767
                "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
2768
                "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
2769
            },
2770
            "type": "library",
2771
            "extra": {
2772
                "branch-alias": {
2773
                    "dev-master": "1.6.x-dev"
2774
                }
2775
            },
2776
            "autoload": {
2777
                "psr-4": {
2778
                    "Behat\\Mink\\": "src/"
2779
                }
2780
            },
2781
            "notification-url": "https://packagist.org/downloads/",
2782
            "license": [
2783
                "MIT"
2784
            ],
2785
            "authors": [
2786
                {
2787
                    "name": "Konstantin Kudryashov",
2788
                    "email": "[email protected]",
2789
                    "homepage": "http://everzet.com"
2790
                }
2791
            ],
2792
            "description": "Browser controller/emulator abstraction for PHP",
2793
            "homepage": "http://mink.behat.org/",
2794
            "keywords": [
2795
                "browser",
2796
                "testing",
2797
                "web"
2798
            ],
2799
            "time": "2015-02-04 17:02:06"
2800
        },
2801
        {
2802
            "name": "behat/mink-browserkit-driver",
2803
            "version": "v1.2.0",
2804
            "source": {
2805
                "type": "git",
2806
                "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
2807
                "reference": "aed8f4a596b79014a75254c3e337511c33e38cbd"
2808
            },
2809
            "dist": {
2810
                "type": "zip",
2811
                "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/aed8f4a596b79014a75254c3e337511c33e38cbd",
2812
                "reference": "aed8f4a596b79014a75254c3e337511c33e38cbd",
2813
                "shasum": ""
2814
            },
2815
            "require": {
2816
                "behat/mink": "~1.6@dev",
2817
                "php": ">=5.3.1",
2818
                "symfony/browser-kit": "~2.0",
2819
                "symfony/dom-crawler": "~2.0"
2820
            },
2821
            "require-dev": {
2822
                "silex/silex": "~1.2"
2823
            },
2824
            "type": "mink-driver",
2825
            "extra": {
2826
                "branch-alias": {
2827
                    "dev-master": "1.2.x-dev"
2828
                }
2829
            },
2830
            "autoload": {
2831
                "psr-0": {
2832
                    "Behat\\Mink\\Driver": "src/"
2833
                }
2834
            },
2835
            "notification-url": "https://packagist.org/downloads/",
2836
            "license": [
2837
                "MIT"
2838
            ],
2839
            "authors": [
2840
                {
2841
                    "name": "Konstantin Kudryashov",
2842
                    "email": "[email protected]",
2843
                    "homepage": "http://everzet.com"
2844
                }
2845
            ],
2846
            "description": "Symfony2 BrowserKit driver for Mink framework",
2847
            "homepage": "http://mink.behat.org/",
2848
            "keywords": [
2849
                "Mink",
2850
                "Symfony2",
2851
                "browser",
2852
                "testing"
2853
            ],
2854
            "time": "2014-09-26 11:35:19"
2855
        },
2856
        {
2857
            "name": "behat/mink-extension",
2858
            "version": "v1.3.3",
2859
            "source": {
2860
                "type": "git",
2861
                "url": "https://github.com/Behat/MinkExtension.git",
2862
                "reference": "b885b9407cba50a954f72c69ed1b2f8d3bc694f8"
2863
            },
2864
            "dist": {
2865
                "type": "zip",
2866
                "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/b885b9407cba50a954f72c69ed1b2f8d3bc694f8",
2867
                "reference": "b885b9407cba50a954f72c69ed1b2f8d3bc694f8",
2868
                "shasum": ""
2869
            },
2870
            "require": {
2871
                "behat/behat": "~2.5.0",
2872
                "behat/mink": "~1.5",
2873
                "php": ">=5.3.2",
2874
                "symfony/config": "~2.2"
2875
            },
2876
            "require-dev": {
2877
                "behat/mink-goutte-driver": "~1.0",
2878
                "fabpot/goutte": "~1.0"
2879
            },
2880
            "type": "behat-extension",
2881
            "autoload": {
2882
                "psr-0": {
2883
                    "Behat\\MinkExtension": "src/"
2884
                }
2885
            },
2886
            "notification-url": "https://packagist.org/downloads/",
2887
            "license": [
2888
                "MIT"
2889
            ],
2890
            "authors": [
2891
                {
2892
                    "name": "Konstantin Kudryashov",
2893
                    "email": "[email protected]",
2894
                    "homepage": "http://everzet.com"
2895
                }
2896
            ],
2897
            "description": "Mink extension for Behat",
2898
            "homepage": "http://mink.behat.org",
2899
            "keywords": [
2900
                "browser",
2901
                "gui",
2902
                "test",
2903
                "web"
2904
            ],
2905
            "time": "2014-05-15 19:27:39"
2906
        },
2907
        {
2908
            "name": "behat/mink-goutte-driver",
2909
            "version": "v1.1.0",
2910
            "source": {
2911
                "type": "git",
2912
                "url": "https://github.com/minkphp/MinkGoutteDriver.git",
2913
                "reference": "2bf327b4166694ecaa8ae7f956cb6ae252ecf03e"
2914
            },
2915
            "dist": {
2916
                "type": "zip",
2917
                "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/2bf327b4166694ecaa8ae7f956cb6ae252ecf03e",
2918
                "reference": "2bf327b4166694ecaa8ae7f956cb6ae252ecf03e",
2919
                "shasum": ""
2920
            },
2921
            "require": {
2922
                "behat/mink": "~1.6@dev",
2923
                "behat/mink-browserkit-driver": "~1.2@dev",
2924
                "fabpot/goutte": "~1.0.4|~2.0",
2925
                "php": ">=5.3.1"
2926
            },
2927
            "type": "mink-driver",
2928
            "extra": {
2929
                "branch-alias": {
2930
                    "dev-master": "1.1.x-dev"
2931
                }
2932
            },
2933
            "autoload": {
2934
                "psr-0": {
2935
                    "Behat\\Mink\\Driver": "src/"
2936
                }
2937
            },
2938
            "notification-url": "https://packagist.org/downloads/",
2939
            "license": [
2940
                "MIT"
2941
            ],
2942
            "authors": [
2943
                {
2944
                    "name": "Konstantin Kudryashov",
2945
                    "email": "[email protected]",
2946
                    "homepage": "http://everzet.com"
2947
                }
2948
            ],
2949
            "description": "Goutte driver for Mink framework",
2950
            "homepage": "http://mink.behat.org/",
2951
            "keywords": [
2952
                "browser",
2953
                "goutte",
2954
                "headless",
2955
                "testing"
2956
            ],
2957
            "time": "2014-10-09 09:21:12"
2958
        },
2959
        {
2960
            "name": "behat/mink-selenium2-driver",
2961
            "version": "v1.2.0",
2962
            "source": {
2963
                "type": "git",
2964
                "url": "https://github.com/minkphp/MinkSelenium2Driver.git",
2965
                "reference": "8018fee80bf6573f909ece3e0dfc07d0eb352210"
2966
            },
2967
            "dist": {
2968
                "type": "zip",
2969
                "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/8018fee80bf6573f909ece3e0dfc07d0eb352210",
2970
                "reference": "8018fee80bf6573f909ece3e0dfc07d0eb352210",
2971
                "shasum": ""
2972
            },
2973
            "require": {
2974
                "behat/mink": "~1.6@dev",
2975
                "instaclick/php-webdriver": "~1.1",
2976
                "php": ">=5.3.1"
2977
            },
2978
            "type": "mink-driver",
2979
            "extra": {
2980
                "branch-alias": {
2981
                    "dev-master": "1.2.x-dev"
2982
                }
2983
            },
2984
            "autoload": {
2985
                "psr-0": {
2986
                    "Behat\\Mink\\Driver": "src/"
2987
                }
2988
            },
2989
            "notification-url": "https://packagist.org/downloads/",
2990
            "license": [
2991
                "MIT"
2992
            ],
2993
            "authors": [
2994
                {
2995
                    "name": "Konstantin Kudryashov",
2996
                    "email": "[email protected]",
2997
                    "homepage": "http://everzet.com"
2998
                },
2999
                {
3000
                    "name": "Pete Otaqui",
3001
                    "email": "[email protected]",
3002
                    "homepage": "https://github.com/pete-otaqui"
3003
                }
3004
            ],
3005
            "description": "Selenium2 (WebDriver) driver for Mink framework",
3006
            "homepage": "http://mink.behat.org/",
3007
            "keywords": [
3008
                "ajax",
3009
                "browser",
3010
                "javascript",
3011
                "selenium",
3012
                "testing",
3013
                "webdriver"
3014
            ],
3015
            "time": "2014-09-29 13:12:12"
3016
        },
3017
        {
3018
            "name": "camspiers/json-pretty",
3019
            "version": "1.0.0",
3020
            "source": {
3021
                "type": "git",
3022
                "url": "https://github.com/camspiers/json-pretty.git",
3023
                "reference": "2378ac3e8e798e9c55bd3c194238cde35af93817"
3024
            },
3025
            "dist": {
3026
                "type": "zip",
3027
                "url": "https://api.github.com/repos/camspiers/json-pretty/zipball/2378ac3e8e798e9c55bd3c194238cde35af93817",
3028
                "reference": "2378ac3e8e798e9c55bd3c194238cde35af93817",
3029
                "shasum": ""
3030
            },
3031
            "require-dev": {
3032
                "phpunit/phpunit": "3.7.*"
3033
            },
3034
            "suggest": {
3035
                "pimple/pimple": "Useful for dependency injection"
3036
            },
3037
            "type": "library",
3038
            "autoload": {
3039
                "psr-0": {
3040
                    "Camspiers": "src/"
3041
                }
3042
            },
3043
            "notification-url": "https://packagist.org/downloads/",
3044
            "license": [
3045
                "MIT"
3046
            ],
3047
            "authors": [
3048
                {
3049
                    "name": "Cam Spiers",
3050
                    "email": "[email protected]",
3051
                    "homepage": "https://github.com/camspiers/",
3052
                    "role": "Developer"
3053
                }
3054
            ],
3055
            "description": "Provides support for json pretty printing in php 5.3",
3056
            "time": "2014-01-24 12:31:00"
3057
        },
3058
        {
3059
            "name": "doctrine/instantiator",
3060
            "version": "1.0.5",
3061
            "source": {
3062
                "type": "git",
3063
                "url": "https://github.com/doctrine/instantiator.git",
3064
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
3065
            },
3066
            "dist": {
3067
                "type": "zip",
3068
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
3069
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
3070
                "shasum": ""
3071
            },
3072
            "require": {
3073
                "php": ">=5.3,<8.0-DEV"
3074
            },
3075
            "require-dev": {
3076
                "athletic/athletic": "~0.1.8",
3077
                "ext-pdo": "*",
3078
                "ext-phar": "*",
3079
                "phpunit/phpunit": "~4.0",
3080
                "squizlabs/php_codesniffer": "~2.0"
3081
            },
3082
            "type": "library",
3083
            "extra": {
3084
                "branch-alias": {
3085
                    "dev-master": "1.0.x-dev"
3086
                }
3087
            },
3088
            "autoload": {
3089
                "psr-4": {
3090
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
3091
                }
3092
            },
3093
            "notification-url": "https://packagist.org/downloads/",
3094
            "license": [
3095
                "MIT"
3096
            ],
3097
            "authors": [
3098
                {
3099
                    "name": "Marco Pivetta",
3100
                    "email": "[email protected]",
3101
                    "homepage": "http://ocramius.github.com/"
3102
                }
3103
            ],
3104
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
3105
            "homepage": "https://github.com/doctrine/instantiator",
3106
            "keywords": [
3107
                "constructor",
3108
                "instantiate"
3109
            ],
3110
            "time": "2015-06-14 21:17:01"
3111
        },
3112
        {
3113
            "name": "fabpot/goutte",
3114
            "version": "v2.0.4",
3115
            "source": {
3116
                "type": "git",
3117
                "url": "https://github.com/FriendsOfPHP/Goutte.git",
3118
                "reference": "0ad3ee6dc2d0aaa832a80041a1e09bf394e99802"
3119
            },
3120
            "dist": {
3121
                "type": "zip",
3122
                "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/0ad3ee6dc2d0aaa832a80041a1e09bf394e99802",
3123
                "reference": "0ad3ee6dc2d0aaa832a80041a1e09bf394e99802",
3124
                "shasum": ""
3125
            },
3126
            "require": {
3127
                "guzzlehttp/guzzle": ">=4,<6",
3128
                "php": ">=5.4.0",
3129
                "symfony/browser-kit": "~2.1",
3130
                "symfony/css-selector": "~2.1",
3131
                "symfony/dom-crawler": "~2.1"
3132
            },
3133
            "type": "application",
3134
            "extra": {
3135
                "branch-alias": {
3136
                    "dev-master": "2.0-dev"
3137
                }
3138
            },
3139
            "autoload": {
3140
                "psr-4": {
3141
                    "Goutte\\": "Goutte"
3142
                }
3143
            },
3144
            "notification-url": "https://packagist.org/downloads/",
3145
            "license": [
3146
                "MIT"
3147
            ],
3148
            "authors": [
3149
                {
3150
                    "name": "Fabien Potencier",
3151
                    "email": "[email protected]"
3152
                }
3153
            ],
3154
            "description": "A simple PHP Web Scraper",
3155
            "homepage": "https://github.com/FriendsOfPHP/Goutte",
3156
            "keywords": [
3157
                "scraper"
3158
            ],
3159
            "time": "2015-05-05 21:14:57"
3160
        },
3161
        {
3162
            "name": "ibuildings/qa-tools",
3163
            "version": "1.1.27",
3164
            "source": {
3165
                "type": "git",
3166
                "url": "https://github.com/ibuildingsnl/qa-tools.git",
3167
                "reference": "8ad25e0a919aa0ed7ceb00abbe1d80a0dae929dd"
3168
            },
3169
            "dist": {
3170
                "type": "zip",
3171
                "url": "https://api.github.com/repos/ibuildingsnl/qa-tools/zipball/8ad25e0a919aa0ed7ceb00abbe1d80a0dae929dd",
3172
                "reference": "8ad25e0a919aa0ed7ceb00abbe1d80a0dae929dd",
3173
                "shasum": ""
3174
            },
3175
            "require": {
3176
                "behat/behat": "~2.5",
3177
                "behat/mink": "*",
3178
                "behat/mink-extension": "*",
3179
                "behat/mink-goutte-driver": ">=1.0.9",
3180
                "behat/mink-selenium2-driver": "*",
3181
                "camspiers/json-pretty": "~1.0",
3182
                "phpmd/phpmd": "~2",
3183
                "phpunit/phpunit": "~4",
3184
                "sebastian/phpcpd": "~2",
3185
                "sensiolabs/security-checker": "~2.0",
3186
                "squizlabs/php_codesniffer": "~1",
3187
                "symfony/console": "~2.1",
3188
                "symfony/filesystem": "~2.1",
3189
                "twig/twig": "~1.12"
3190
            },
3191
            "bin": [
3192
                "bin/qa-tools",
3193
                "bin/jshint"
3194
            ],
3195
            "type": "library",
3196
            "extra": {
3197
                "branch-alias": {
3198
                    "dev-master": "1.1.x-dev"
3199
                }
3200
            },
3201
            "autoload": {
3202
                "psr-0": {
3203
                    "Ibuildings": "src/"
3204
                }
3205
            },
3206
            "notification-url": "https://packagist.org/downloads/",
3207
            "license": [
3208
                "MIT"
3209
            ],
3210
            "description": "Ibuildings standard QA Tools",
3211
            "time": "2014-10-06 10:35:34"
3212
        },
3213
        {
3214
            "name": "instaclick/php-webdriver",
3215
            "version": "1.4.3",
3216
            "source": {
3217
                "type": "git",
3218
                "url": "https://github.com/instaclick/php-webdriver.git",
3219
                "reference": "0c20707dcf30a32728fd6bdeeab996c887fdb2fb"
3220
            },
3221
            "dist": {
3222
                "type": "zip",
3223
                "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/0c20707dcf30a32728fd6bdeeab996c887fdb2fb",
3224
                "reference": "0c20707dcf30a32728fd6bdeeab996c887fdb2fb",
3225
                "shasum": ""
3226
            },
3227
            "require": {
3228
                "ext-curl": "*",
3229
                "php": ">=5.3.2"
3230
            },
3231
            "require-dev": {
3232
                "satooshi/php-coveralls": "dev-master"
3233
            },
3234
            "type": "library",
3235
            "extra": {
3236
                "branch-alias": {
3237
                    "dev-master": "1.4.x-dev"
3238
                }
3239
            },
3240
            "autoload": {
3241
                "psr-0": {
3242
                    "WebDriver": "lib/"
3243
                }
3244
            },
3245
            "notification-url": "https://packagist.org/downloads/",
3246
            "license": [
3247
                "Apache-2.0"
3248
            ],
3249
            "authors": [
3250
                {
3251
                    "name": "Justin Bishop",
3252
                    "email": "[email protected]",
3253
                    "role": "Developer"
3254
                },
3255
                {
3256
                    "name": "Anthon Pang",
3257
                    "email": "[email protected]",
3258
                    "role": "Fork Maintainer"
3259
                }
3260
            ],
3261
            "description": "PHP WebDriver for Selenium 2",
3262
            "homepage": "http://instaclick.com/",
3263
            "keywords": [
3264
                "browser",
3265
                "selenium",
3266
                "webdriver",
3267
                "webtest"
3268
            ],
3269
            "time": "2015-06-15 20:19:33"
3270
        },
3271
        {
3272
            "name": "liip/rmt",
3273
            "version": "1.1.7",
3274
            "source": {
3275
                "type": "git",
3276
                "url": "https://github.com/liip/RMT.git",
3277
                "reference": "444e48c6e41ee191421855fca7c205ff77a6f8fc"
3278
            },
3279
            "dist": {
3280
                "type": "zip",
3281
                "url": "https://api.github.com/repos/liip/RMT/zipball/444e48c6e41ee191421855fca7c205ff77a6f8fc",
3282
                "reference": "444e48c6e41ee191421855fca7c205ff77a6f8fc",
3283
                "shasum": ""
3284
            },
3285
            "require": {
3286
                "php": ">=5.3.3",
3287
                "sensiolabs/security-checker": "~2.0",
3288
                "symfony/console": "~2.0",
3289
                "symfony/process": "~2.0",
3290
                "symfony/yaml": "~2.0",
3291
                "vierbergenlars/php-semver": "~3.0"
3292
            },
3293
            "bin": [
3294
                "RMT"
3295
            ],
3296
            "type": "library",
3297
            "autoload": {
3298
                "psr-0": {
3299
                    "Liip": "src"
3300
                }
3301
            },
3302
            "notification-url": "https://packagist.org/downloads/",
3303
            "license": [
3304
                "MIT"
3305
            ],
3306
            "authors": [
3307
                {
3308
                    "name": "Laurent Prodon",
3309
                    "email": "[email protected]",
3310
                    "role": "Developer"
3311
                },
3312
                {
3313
                    "name": "David Jeanmonod",
3314
                    "email": "[email protected]",
3315
                    "role": "Developer"
3316
                }
3317
            ],
3318
            "description": "Release Managment Tool: a handy tool to help releasing new version of your software",
3319
            "homepage": "http://github.com/liip/RMT",
3320
            "keywords": [
3321
                "post-release",
3322
                "pre-release",
3323
                "release",
3324
                "semantic versioning",
3325
                "vcs tag",
3326
                "version"
3327
            ],
3328
            "time": "2014-10-28 10:33:21"
3329
        },
3330
        {
3331
            "name": "matthiasnoback/symfony-config-test",
3332
            "version": "1.2.1",
3333
            "source": {
3334
                "type": "git",
3335
                "url": "https://github.com/matthiasnoback/SymfonyConfigTest.git",
3336
                "reference": "e4e8c1f3d4250b74e65d0c18ed3d3e16b248006c"
3337
            },
3338
            "dist": {
3339
                "type": "zip",
3340
                "url": "https://api.github.com/repos/matthiasnoback/SymfonyConfigTest/zipball/e4e8c1f3d4250b74e65d0c18ed3d3e16b248006c",
3341
                "reference": "e4e8c1f3d4250b74e65d0c18ed3d3e16b248006c",
3342
                "shasum": ""
3343
            },
3344
            "require": {
3345
                "php": ">=5.3",
3346
                "symfony/config": "2.*"
3347
            },
3348
            "require-dev": {
3349
                "phpunit/phpunit": ">=3.7",
3350
                "sebastian/exporter": "1.*"
3351
            },
3352
            "type": "library",
3353
            "autoload": {
3354
                "psr-4": {
3355
                    "Matthias\\SymfonyConfigTest\\": ""
3356
                }
3357
            },
3358
            "notification-url": "https://packagist.org/downloads/",
3359
            "license": [
3360
                "MIT"
3361
            ],
3362
            "authors": [
3363
                {
3364
                    "name": "Matthias Noback",
3365
                    "email": "[email protected]",
3366
                    "homepage": "http://php-and-symfony.matthiasnoback.nl"
3367
                }
3368
            ],
3369
            "description": "Library for testing user classes related to the Symfony Config Component",
3370
            "homepage": "https://github.com/matthiasnoback/SymfonyConfigTest",
3371
            "keywords": [
3372
                "config",
3373
                "phpunit",
3374
                "symfony"
3375
            ],
3376
            "time": "2015-09-09 14:59:10"
3377
        },
3378
        {
3379
            "name": "pdepend/pdepend",
3380
            "version": "2.1.0",
3381
            "source": {
3382
                "type": "git",
3383
                "url": "https://github.com/pdepend/pdepend.git",
3384
                "reference": "f58902a774449f73f1a1d9cd1a07aeac8fbee367"
3385
            },
3386
            "dist": {
3387
                "type": "zip",
3388
                "url": "https://api.github.com/repos/pdepend/pdepend/zipball/f58902a774449f73f1a1d9cd1a07aeac8fbee367",
3389
                "reference": "f58902a774449f73f1a1d9cd1a07aeac8fbee367",
3390
                "shasum": ""
3391
            },
3392
            "require": {
3393
                "symfony/config": ">=2.4",
3394
                "symfony/dependency-injection": ">=2.4",
3395
                "symfony/filesystem": ">=2.4"
3396
            },
3397
            "require-dev": {
3398
                "phpunit/phpunit": "4.*@stable",
3399
                "squizlabs/php_codesniffer": "@stable"
3400
            },
3401
            "bin": [
3402
                "src/bin/pdepend"
3403
            ],
3404
            "type": "library",
3405
            "autoload": {
3406
                "psr-0": {
3407
                    "PDepend\\": "src/main/php/"
3408
                }
3409
            },
3410
            "notification-url": "https://packagist.org/downloads/",
3411
            "license": [
3412
                "BSD-3-Clause"
3413
            ],
3414
            "description": "Official version of pdepend to be handled with Composer",
3415
            "time": "2015-05-21 18:09:06"
3416
        },
3417
        {
3418
            "name": "phpdocumentor/reflection-docblock",
3419
            "version": "2.0.4",
3420
            "source": {
3421
                "type": "git",
3422
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3423
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
3424
            },
3425
            "dist": {
3426
                "type": "zip",
3427
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
3428
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
3429
                "shasum": ""
3430
            },
3431
            "require": {
3432
                "php": ">=5.3.3"
3433
            },
3434
            "require-dev": {
3435
                "phpunit/phpunit": "~4.0"
3436
            },
3437
            "suggest": {
3438
                "dflydev/markdown": "~1.0",
3439
                "erusev/parsedown": "~1.0"
3440
            },
3441
            "type": "library",
3442
            "extra": {
3443
                "branch-alias": {
3444
                    "dev-master": "2.0.x-dev"
3445
                }
3446
            },
3447
            "autoload": {
3448
                "psr-0": {
3449
                    "phpDocumentor": [
3450
                        "src/"
3451
                    ]
3452
                }
3453
            },
3454
            "notification-url": "https://packagist.org/downloads/",
3455
            "license": [
3456
                "MIT"
3457
            ],
3458
            "authors": [
3459
                {
3460
                    "name": "Mike van Riel",
3461
                    "email": "[email protected]"
3462
                }
3463
            ],
3464
            "time": "2015-02-03 12:10:50"
3465
        },
3466
        {
3467
            "name": "phpmd/phpmd",
3468
            "version": "2.2.3",
3469
            "source": {
3470
                "type": "git",
3471
                "url": "https://github.com/phpmd/phpmd.git",
3472
                "reference": "5eeb5a4d39c8304910b33ae49f8813905346cc35"
3473
            },
3474
            "dist": {
3475
                "type": "zip",
3476
                "url": "https://api.github.com/repos/phpmd/phpmd/zipball/5eeb5a4d39c8304910b33ae49f8813905346cc35",
3477
                "reference": "5eeb5a4d39c8304910b33ae49f8813905346cc35",
3478
                "shasum": ""
3479
            },
3480
            "require": {
3481
                "pdepend/pdepend": "~2.0",
3482
                "php": ">=5.3.0",
3483
                "symfony/config": ">=2.4",
3484
                "symfony/dependency-injection": ">=2.4",
3485
                "symfony/filesystem": ">=2.4"
3486
            },
3487
            "require-dev": {
3488
                "phpunit/phpunit": "*",
3489
                "squizlabs/php_codesniffer": "*"
3490
            },
3491
            "bin": [
3492
                "src/bin/phpmd"
3493
            ],
3494
            "type": "project",
3495
            "autoload": {
3496
                "psr-0": {
3497
                    "PHPMD\\": "src/main/php"
3498
                }
3499
            },
3500
            "notification-url": "https://packagist.org/downloads/",
3501
            "license": [
3502
                "BSD-3-Clause"
3503
            ],
3504
            "authors": [
3505
                {
3506
                    "name": "Manuel Pichler",
3507
                    "email": "[email protected]",
3508
                    "homepage": "https://github.com/manuelpichler",
3509
                    "role": "Project founder"
3510
                },
3511
                {
3512
                    "name": "Other contributors",
3513
                    "homepage": "https://github.com/phpmd/phpmd/graphs/contributors",
3514
                    "role": "Contributors"
3515
                }
3516
            ],
3517
            "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
3518
            "homepage": "http://phpmd.org/",
3519
            "keywords": [
3520
                "mess detection",
3521
                "mess detector",
3522
                "pdepend",
3523
                "phpmd",
3524
                "pmd"
3525
            ],
3526
            "time": "2015-05-27 18:16:57"
3527
        },
3528
        {
3529
            "name": "phpspec/prophecy",
3530
            "version": "v1.5.0",
3531
            "source": {
3532
                "type": "git",
3533
                "url": "https://github.com/phpspec/prophecy.git",
3534
                "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
3535
            },
3536
            "dist": {
3537
                "type": "zip",
3538
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
3539
                "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
3540
                "shasum": ""
3541
            },
3542
            "require": {
3543
                "doctrine/instantiator": "^1.0.2",
3544
                "phpdocumentor/reflection-docblock": "~2.0",
3545
                "sebastian/comparator": "~1.1"
3546
            },
3547
            "require-dev": {
3548
                "phpspec/phpspec": "~2.0"
3549
            },
3550
            "type": "library",
3551
            "extra": {
3552
                "branch-alias": {
3553
                    "dev-master": "1.4.x-dev"
3554
                }
3555
            },
3556
            "autoload": {
3557
                "psr-0": {
3558
                    "Prophecy\\": "src/"
3559
                }
3560
            },
3561
            "notification-url": "https://packagist.org/downloads/",
3562
            "license": [
3563
                "MIT"
3564
            ],
3565
            "authors": [
3566
                {
3567
                    "name": "Konstantin Kudryashov",
3568
                    "email": "[email protected]",
3569
                    "homepage": "http://everzet.com"
3570
                },
3571
                {
3572
                    "name": "Marcello Duarte",
3573
                    "email": "[email protected]"
3574
                }
3575
            ],
3576
            "description": "Highly opinionated mocking framework for PHP 5.3+",
3577
            "homepage": "https://github.com/phpspec/prophecy",
3578
            "keywords": [
3579
                "Double",
3580
                "Dummy",
3581
                "fake",
3582
                "mock",
3583
                "spy",
3584
                "stub"
3585
            ],
3586
            "time": "2015-08-13 10:07:40"
3587
        },
3588
        {
3589
            "name": "phpunit/php-code-coverage",
3590
            "version": "2.1.9",
3591
            "source": {
3592
                "type": "git",
3593
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3594
                "reference": "5bd48b86cd282da411bb80baac1398ce3fefac41"
3595
            },
3596
            "dist": {
3597
                "type": "zip",
3598
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/5bd48b86cd282da411bb80baac1398ce3fefac41",
3599
                "reference": "5bd48b86cd282da411bb80baac1398ce3fefac41",
3600
                "shasum": ""
3601
            },
3602
            "require": {
3603
                "php": ">=5.3.3",
3604
                "phpunit/php-file-iterator": "~1.3",
3605
                "phpunit/php-text-template": "~1.2",
3606
                "phpunit/php-token-stream": "~1.3",
3607
                "sebastian/environment": "~1.0",
3608
                "sebastian/version": "~1.0"
3609
            },
3610
            "require-dev": {
3611
                "ext-xdebug": ">=2.1.4",
3612
                "phpunit/phpunit": "~4"
3613
            },
3614
            "suggest": {
3615
                "ext-dom": "*",
3616
                "ext-xdebug": ">=2.2.1",
3617
                "ext-xmlwriter": "*"
3618
            },
3619
            "type": "library",
3620
            "extra": {
3621
                "branch-alias": {
3622
                    "dev-master": "2.1.x-dev"
3623
                }
3624
            },
3625
            "autoload": {
3626
                "classmap": [
3627
                    "src/"
3628
                ]
3629
            },
3630
            "notification-url": "https://packagist.org/downloads/",
3631
            "license": [
3632
                "BSD-3-Clause"
3633
            ],
3634
            "authors": [
3635
                {
3636
                    "name": "Sebastian Bergmann",
3637
                    "email": "[email protected]",
3638
                    "role": "lead"
3639
                }
3640
            ],
3641
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3642
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3643
            "keywords": [
3644
                "coverage",
3645
                "testing",
3646
                "xunit"
3647
            ],
3648
            "time": "2015-07-26 12:54:47"
3649
        },
3650
        {
3651
            "name": "phpunit/php-file-iterator",
3652
            "version": "1.4.1",
3653
            "source": {
3654
                "type": "git",
3655
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
3656
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
3657
            },
3658
            "dist": {
3659
                "type": "zip",
3660
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
3661
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
3662
                "shasum": ""
3663
            },
3664
            "require": {
3665
                "php": ">=5.3.3"
3666
            },
3667
            "type": "library",
3668
            "extra": {
3669
                "branch-alias": {
3670
                    "dev-master": "1.4.x-dev"
3671
                }
3672
            },
3673
            "autoload": {
3674
                "classmap": [
3675
                    "src/"
3676
                ]
3677
            },
3678
            "notification-url": "https://packagist.org/downloads/",
3679
            "license": [
3680
                "BSD-3-Clause"
3681
            ],
3682
            "authors": [
3683
                {
3684
                    "name": "Sebastian Bergmann",
3685
                    "email": "[email protected]",
3686
                    "role": "lead"
3687
                }
3688
            ],
3689
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3690
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3691
            "keywords": [
3692
                "filesystem",
3693
                "iterator"
3694
            ],
3695
            "time": "2015-06-21 13:08:43"
3696
        },
3697
        {
3698
            "name": "phpunit/php-text-template",
3699
            "version": "1.2.1",
3700
            "source": {
3701
                "type": "git",
3702
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
3703
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
3704
            },
3705
            "dist": {
3706
                "type": "zip",
3707
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3708
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3709
                "shasum": ""
3710
            },
3711
            "require": {
3712
                "php": ">=5.3.3"
3713
            },
3714
            "type": "library",
3715
            "autoload": {
3716
                "classmap": [
3717
                    "src/"
3718
                ]
3719
            },
3720
            "notification-url": "https://packagist.org/downloads/",
3721
            "license": [
3722
                "BSD-3-Clause"
3723
            ],
3724
            "authors": [
3725
                {
3726
                    "name": "Sebastian Bergmann",
3727
                    "email": "[email protected]",
3728
                    "role": "lead"
3729
                }
3730
            ],
3731
            "description": "Simple template engine.",
3732
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3733
            "keywords": [
3734
                "template"
3735
            ],
3736
            "time": "2015-06-21 13:50:34"
3737
        },
3738
        {
3739
            "name": "phpunit/php-timer",
3740
            "version": "1.0.7",
3741
            "source": {
3742
                "type": "git",
3743
                "url": "https://github.com/sebastianbergmann/php-timer.git",
3744
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
3745
            },
3746
            "dist": {
3747
                "type": "zip",
3748
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
3749
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
3750
                "shasum": ""
3751
            },
3752
            "require": {
3753
                "php": ">=5.3.3"
3754
            },
3755
            "type": "library",
3756
            "autoload": {
3757
                "classmap": [
3758
                    "src/"
3759
                ]
3760
            },
3761
            "notification-url": "https://packagist.org/downloads/",
3762
            "license": [
3763
                "BSD-3-Clause"
3764
            ],
3765
            "authors": [
3766
                {
3767
                    "name": "Sebastian Bergmann",
3768
                    "email": "[email protected]",
3769
                    "role": "lead"
3770
                }
3771
            ],
3772
            "description": "Utility class for timing",
3773
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
3774
            "keywords": [
3775
                "timer"
3776
            ],
3777
            "time": "2015-06-21 08:01:12"
3778
        },
3779
        {
3780
            "name": "phpunit/php-token-stream",
3781
            "version": "1.4.3",
3782
            "source": {
3783
                "type": "git",
3784
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3785
                "reference": "7a9b0969488c3c54fd62b4d504b3ec758fd005d9"
3786
            },
3787
            "dist": {
3788
                "type": "zip",
3789
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/7a9b0969488c3c54fd62b4d504b3ec758fd005d9",
3790
                "reference": "7a9b0969488c3c54fd62b4d504b3ec758fd005d9",
3791
                "shasum": ""
3792
            },
3793
            "require": {
3794
                "ext-tokenizer": "*",
3795
                "php": ">=5.3.3"
3796
            },
3797
            "require-dev": {
3798
                "phpunit/phpunit": "~4.2"
3799
            },
3800
            "type": "library",
3801
            "extra": {
3802
                "branch-alias": {
3803
                    "dev-master": "1.4-dev"
3804
                }
3805
            },
3806
            "autoload": {
3807
                "classmap": [
3808
                    "src/"
3809
                ]
3810
            },
3811
            "notification-url": "https://packagist.org/downloads/",
3812
            "license": [
3813
                "BSD-3-Clause"
3814
            ],
3815
            "authors": [
3816
                {
3817
                    "name": "Sebastian Bergmann",
3818
                    "email": "[email protected]"
3819
                }
3820
            ],
3821
            "description": "Wrapper around PHP's tokenizer extension.",
3822
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3823
            "keywords": [
3824
                "tokenizer"
3825
            ],
3826
            "time": "2015-06-19 03:43:16"
3827
        },
3828
        {
3829
            "name": "phpunit/phpunit",
3830
            "version": "4.7.7",
3831
            "source": {
3832
                "type": "git",
3833
                "url": "https://github.com/sebastianbergmann/phpunit.git",
3834
                "reference": "9b97f9d807b862c2de2a36e86690000801c85724"
3835
            },
3836
            "dist": {
3837
                "type": "zip",
3838
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9b97f9d807b862c2de2a36e86690000801c85724",
3839
                "reference": "9b97f9d807b862c2de2a36e86690000801c85724",
3840
                "shasum": ""
3841
            },
3842
            "require": {
3843
                "ext-dom": "*",
3844
                "ext-json": "*",
3845
                "ext-pcre": "*",
3846
                "ext-reflection": "*",
3847
                "ext-spl": "*",
3848
                "php": ">=5.3.3",
3849
                "phpspec/prophecy": "~1.3,>=1.3.1",
3850
                "phpunit/php-code-coverage": "~2.1",
3851
                "phpunit/php-file-iterator": "~1.4",
3852
                "phpunit/php-text-template": "~1.2",
3853
                "phpunit/php-timer": ">=1.0.6",
3854
                "phpunit/phpunit-mock-objects": "~2.3",
3855
                "sebastian/comparator": "~1.1",
3856
                "sebastian/diff": "~1.2",
3857
                "sebastian/environment": "~1.2",
3858
                "sebastian/exporter": "~1.2",
3859
                "sebastian/global-state": "~1.0",
3860
                "sebastian/version": "~1.0",
3861
                "symfony/yaml": "~2.1|~3.0"
3862
            },
3863
            "suggest": {
3864
                "phpunit/php-invoker": "~1.1"
3865
            },
3866
            "bin": [
3867
                "phpunit"
3868
            ],
3869
            "type": "library",
3870
            "extra": {
3871
                "branch-alias": {
3872
                    "dev-master": "4.7.x-dev"
3873
                }
3874
            },
3875
            "autoload": {
3876
                "classmap": [
3877
                    "src/"
3878
                ]
3879
            },
3880
            "notification-url": "https://packagist.org/downloads/",
3881
            "license": [
3882
                "BSD-3-Clause"
3883
            ],
3884
            "authors": [
3885
                {
3886
                    "name": "Sebastian Bergmann",
3887
                    "email": "[email protected]",
3888
                    "role": "lead"
3889
                }
3890
            ],
3891
            "description": "The PHP Unit Testing framework.",
3892
            "homepage": "https://phpunit.de/",
3893
            "keywords": [
3894
                "phpunit",
3895
                "testing",
3896
                "xunit"
3897
            ],
3898
            "time": "2015-07-13 11:28:34"
3899
        },
3900
        {
3901
            "name": "phpunit/phpunit-mock-objects",
3902
            "version": "2.3.6",
3903
            "source": {
3904
                "type": "git",
3905
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
3906
                "reference": "18dfbcb81d05e2296c0bcddd4db96cade75e6f42"
3907
            },
3908
            "dist": {
3909
                "type": "zip",
3910
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/18dfbcb81d05e2296c0bcddd4db96cade75e6f42",
3911
                "reference": "18dfbcb81d05e2296c0bcddd4db96cade75e6f42",
3912
                "shasum": ""
3913
            },
3914
            "require": {
3915
                "doctrine/instantiator": "~1.0,>=1.0.2",
3916
                "php": ">=5.3.3",
3917
                "phpunit/php-text-template": "~1.2",
3918
                "sebastian/exporter": "~1.2"
3919
            },
3920
            "require-dev": {
3921
                "phpunit/phpunit": "~4.4"
3922
            },
3923
            "suggest": {
3924
                "ext-soap": "*"
3925
            },
3926
            "type": "library",
3927
            "extra": {
3928
                "branch-alias": {
3929
                    "dev-master": "2.3.x-dev"
3930
                }
3931
            },
3932
            "autoload": {
3933
                "classmap": [
3934
                    "src/"
3935
                ]
3936
            },
3937
            "notification-url": "https://packagist.org/downloads/",
3938
            "license": [
3939
                "BSD-3-Clause"
3940
            ],
3941
            "authors": [
3942
                {
3943
                    "name": "Sebastian Bergmann",
3944
                    "email": "[email protected]",
3945
                    "role": "lead"
3946
                }
3947
            ],
3948
            "description": "Mock Object library for PHPUnit",
3949
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
3950
            "keywords": [
3951
                "mock",
3952
                "xunit"
3953
            ],
3954
            "time": "2015-07-10 06:54:24"
3955
        },
3956
        {
3957
            "name": "sebastian/comparator",
3958
            "version": "1.2.0",
3959
            "source": {
3960
                "type": "git",
3961
                "url": "https://github.com/sebastianbergmann/comparator.git",
3962
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
3963
            },
3964
            "dist": {
3965
                "type": "zip",
3966
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
3967
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
3968
                "shasum": ""
3969
            },
3970
            "require": {
3971
                "php": ">=5.3.3",
3972
                "sebastian/diff": "~1.2",
3973
                "sebastian/exporter": "~1.2"
3974
            },
3975
            "require-dev": {
3976
                "phpunit/phpunit": "~4.4"
3977
            },
3978
            "type": "library",
3979
            "extra": {
3980
                "branch-alias": {
3981
                    "dev-master": "1.2.x-dev"
3982
                }
3983
            },
3984
            "autoload": {
3985
                "classmap": [
3986
                    "src/"
3987
                ]
3988
            },
3989
            "notification-url": "https://packagist.org/downloads/",
3990
            "license": [
3991
                "BSD-3-Clause"
3992
            ],
3993
            "authors": [
3994
                {
3995
                    "name": "Jeff Welch",
3996
                    "email": "[email protected]"
3997
                },
3998
                {
3999
                    "name": "Volker Dusch",
4000
                    "email": "[email protected]"
4001
                },
4002
                {
4003
                    "name": "Bernhard Schussek",
4004
                    "email": "[email protected]"
4005
                },
4006
                {
4007
                    "name": "Sebastian Bergmann",
4008
                    "email": "[email protected]"
4009
                }
4010
            ],
4011
            "description": "Provides the functionality to compare PHP values for equality",
4012
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
4013
            "keywords": [
4014
                "comparator",
4015
                "compare",
4016
                "equality"
4017
            ],
4018
            "time": "2015-07-26 15:48:44"
4019
        },
4020
        {
4021
            "name": "sebastian/diff",
4022
            "version": "1.3.0",
4023
            "source": {
4024
                "type": "git",
4025
                "url": "https://github.com/sebastianbergmann/diff.git",
4026
                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
4027
            },
4028
            "dist": {
4029
                "type": "zip",
4030
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
4031
                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
4032
                "shasum": ""
4033
            },
4034
            "require": {
4035
                "php": ">=5.3.3"
4036
            },
4037
            "require-dev": {
4038
                "phpunit/phpunit": "~4.2"
4039
            },
4040
            "type": "library",
4041
            "extra": {
4042
                "branch-alias": {
4043
                    "dev-master": "1.3-dev"
4044
                }
4045
            },
4046
            "autoload": {
4047
                "classmap": [
4048
                    "src/"
4049
                ]
4050
            },
4051
            "notification-url": "https://packagist.org/downloads/",
4052
            "license": [
4053
                "BSD-3-Clause"
4054
            ],
4055
            "authors": [
4056
                {
4057
                    "name": "Kore Nordmann",
4058
                    "email": "[email protected]"
4059
                },
4060
                {
4061
                    "name": "Sebastian Bergmann",
4062
                    "email": "[email protected]"
4063
                }
4064
            ],
4065
            "description": "Diff implementation",
4066
            "homepage": "http://www.github.com/sebastianbergmann/diff",
4067
            "keywords": [
4068
                "diff"
4069
            ],
4070
            "time": "2015-02-22 15:13:53"
4071
        },
4072
        {
4073
            "name": "sebastian/environment",
4074
            "version": "1.3.0",
4075
            "source": {
4076
                "type": "git",
4077
                "url": "https://github.com/sebastianbergmann/environment.git",
4078
                "reference": "4fe0a44cddd8cc19583a024bdc7374eb2fef0b87"
4079
            },
4080
            "dist": {
4081
                "type": "zip",
4082
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4fe0a44cddd8cc19583a024bdc7374eb2fef0b87",
4083
                "reference": "4fe0a44cddd8cc19583a024bdc7374eb2fef0b87",
4084
                "shasum": ""
4085
            },
4086
            "require": {
4087
                "php": ">=5.3.3"
4088
            },
4089
            "require-dev": {
4090
                "phpunit/phpunit": "~4.4"
4091
            },
4092
            "type": "library",
4093
            "extra": {
4094
                "branch-alias": {
4095
                    "dev-master": "1.3.x-dev"
4096
                }
4097
            },
4098
            "autoload": {
4099
                "classmap": [
4100
                    "src/"
4101
                ]
4102
            },
4103
            "notification-url": "https://packagist.org/downloads/",
4104
            "license": [
4105
                "BSD-3-Clause"
4106
            ],
4107
            "authors": [
4108
                {
4109
                    "name": "Sebastian Bergmann",
4110
                    "email": "[email protected]"
4111
                }
4112
            ],
4113
            "description": "Provides functionality to handle HHVM/PHP environments",
4114
            "homepage": "http://www.github.com/sebastianbergmann/environment",
4115
            "keywords": [
4116
                "Xdebug",
4117
                "environment",
4118
                "hhvm"
4119
            ],
4120
            "time": "2015-07-26 06:42:57"
4121
        },
4122
        {
4123
            "name": "sebastian/exporter",
4124
            "version": "1.2.1",
4125
            "source": {
4126
                "type": "git",
4127
                "url": "https://github.com/sebastianbergmann/exporter.git",
4128
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
4129
            },
4130
            "dist": {
4131
                "type": "zip",
4132
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
4133
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
4134
                "shasum": ""
4135
            },
4136
            "require": {
4137
                "php": ">=5.3.3",
4138
                "sebastian/recursion-context": "~1.0"
4139
            },
4140
            "require-dev": {
4141
                "phpunit/phpunit": "~4.4"
4142
            },
4143
            "type": "library",
4144
            "extra": {
4145
                "branch-alias": {
4146
                    "dev-master": "1.2.x-dev"
4147
                }
4148
            },
4149
            "autoload": {
4150
                "classmap": [
4151
                    "src/"
4152
                ]
4153
            },
4154
            "notification-url": "https://packagist.org/downloads/",
4155
            "license": [
4156
                "BSD-3-Clause"
4157
            ],
4158
            "authors": [
4159
                {
4160
                    "name": "Jeff Welch",
4161
                    "email": "[email protected]"
4162
                },
4163
                {
4164
                    "name": "Volker Dusch",
4165
                    "email": "[email protected]"
4166
                },
4167
                {
4168
                    "name": "Bernhard Schussek",
4169
                    "email": "[email protected]"
4170
                },
4171
                {
4172
                    "name": "Sebastian Bergmann",
4173
                    "email": "[email protected]"
4174
                },
4175
                {
4176
                    "name": "Adam Harvey",
4177
                    "email": "[email protected]"
4178
                }
4179
            ],
4180
            "description": "Provides the functionality to export PHP variables for visualization",
4181
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
4182
            "keywords": [
4183
                "export",
4184
                "exporter"
4185
            ],
4186
            "time": "2015-06-21 07:55:53"
4187
        },
4188
        {
4189
            "name": "sebastian/finder-facade",
4190
            "version": "1.2.0",
4191
            "source": {
4192
                "type": "git",
4193
                "url": "https://github.com/sebastianbergmann/finder-facade.git",
4194
                "reference": "a520dcc3dd39160eea480daa3426f4fd419a327b"
4195
            },
4196
            "dist": {
4197
                "type": "zip",
4198
                "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/a520dcc3dd39160eea480daa3426f4fd419a327b",
4199
                "reference": "a520dcc3dd39160eea480daa3426f4fd419a327b",
4200
                "shasum": ""
4201
            },
4202
            "require": {
4203
                "symfony/finder": "~2.3",
4204
                "theseer/fdomdocument": "~1.3"
4205
            },
4206
            "type": "library",
4207
            "autoload": {
4208
                "classmap": [
4209
                    "src/"
4210
                ]
4211
            },
4212
            "notification-url": "https://packagist.org/downloads/",
4213
            "license": [
4214
                "BSD-3-Clause"
4215
            ],
4216
            "authors": [
4217
                {
4218
                    "name": "Sebastian Bergmann",
4219
                    "email": "[email protected]",
4220
                    "role": "lead"
4221
                }
4222
            ],
4223
            "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
4224
            "homepage": "https://github.com/sebastianbergmann/finder-facade",
4225
            "time": "2015-06-04 08:11:58"
4226
        },
4227
        {
4228
            "name": "sebastian/global-state",
4229
            "version": "1.0.0",
4230
            "source": {
4231
                "type": "git",
4232
                "url": "https://github.com/sebastianbergmann/global-state.git",
4233
                "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
4234
            },
4235
            "dist": {
4236
                "type": "zip",
4237
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
4238
                "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
4239
                "shasum": ""
4240
            },
4241
            "require": {
4242
                "php": ">=5.3.3"
4243
            },
4244
            "require-dev": {
4245
                "phpunit/phpunit": "~4.2"
4246
            },
4247
            "suggest": {
4248
                "ext-uopz": "*"
4249
            },
4250
            "type": "library",
4251
            "extra": {
4252
                "branch-alias": {
4253
                    "dev-master": "1.0-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": "Snapshotting of global state",
4272
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
4273
            "keywords": [
4274
                "global state"
4275
            ],
4276
            "time": "2014-10-06 09:23:50"
4277
        },
4278
        {
4279
            "name": "sebastian/phpcpd",
4280
            "version": "2.0.2",
4281
            "source": {
4282
                "type": "git",
4283
                "url": "https://github.com/sebastianbergmann/phpcpd.git",
4284
                "reference": "d3ad100fdf15805495f6ff19f473f4314c99390c"
4285
            },
4286
            "dist": {
4287
                "type": "zip",
4288
                "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/d3ad100fdf15805495f6ff19f473f4314c99390c",
4289
                "reference": "d3ad100fdf15805495f6ff19f473f4314c99390c",
4290
                "shasum": ""
4291
            },
4292
            "require": {
4293
                "php": ">=5.3.3",
4294
                "phpunit/php-timer": "~1.0",
4295
                "sebastian/finder-facade": "~1.1",
4296
                "sebastian/version": "~1.0",
4297
                "symfony/console": "~2.2",
4298
                "theseer/fdomdocument": "~1.4"
4299
            },
4300
            "bin": [
4301
                "phpcpd"
4302
            ],
4303
            "type": "library",
4304
            "extra": {
4305
                "branch-alias": {
4306
                    "dev-master": "2.0-dev"
4307
                }
4308
            },
4309
            "autoload": {
4310
                "classmap": [
4311
                    "src/"
4312
                ]
4313
            },
4314
            "notification-url": "https://packagist.org/downloads/",
4315
            "license": [
4316
                "BSD-3-Clause"
4317
            ],
4318
            "authors": [
4319
                {
4320
                    "name": "Sebastian Bergmann",
4321
                    "email": "[email protected]",
4322
                    "role": "lead"
4323
                }
4324
            ],
4325
            "description": "Copy/Paste Detector (CPD) for PHP code.",
4326
            "homepage": "https://github.com/sebastianbergmann/phpcpd",
4327
            "time": "2015-03-26 14:47:38"
4328
        },
4329
        {
4330
            "name": "sebastian/recursion-context",
4331
            "version": "1.0.1",
4332
            "source": {
4333
                "type": "git",
4334
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
4335
                "reference": "994d4a811bafe801fb06dccbee797863ba2792ba"
4336
            },
4337
            "dist": {
4338
                "type": "zip",
4339
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba",
4340
                "reference": "994d4a811bafe801fb06dccbee797863ba2792ba",
4341
                "shasum": ""
4342
            },
4343
            "require": {
4344
                "php": ">=5.3.3"
4345
            },
4346
            "require-dev": {
4347
                "phpunit/phpunit": "~4.4"
4348
            },
4349
            "type": "library",
4350
            "extra": {
4351
                "branch-alias": {
4352
                    "dev-master": "1.0.x-dev"
4353
                }
4354
            },
4355
            "autoload": {
4356
                "classmap": [
4357
                    "src/"
4358
                ]
4359
            },
4360
            "notification-url": "https://packagist.org/downloads/",
4361
            "license": [
4362
                "BSD-3-Clause"
4363
            ],
4364
            "authors": [
4365
                {
4366
                    "name": "Jeff Welch",
4367
                    "email": "[email protected]"
4368
                },
4369
                {
4370
                    "name": "Sebastian Bergmann",
4371
                    "email": "[email protected]"
4372
                },
4373
                {
4374
                    "name": "Adam Harvey",
4375
                    "email": "[email protected]"
4376
                }
4377
            ],
4378
            "description": "Provides functionality to recursively process PHP variables",
4379
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
4380
            "time": "2015-06-21 08:04:50"
4381
        },
4382
        {
4383
            "name": "sebastian/version",
4384
            "version": "1.0.6",
4385
            "source": {
4386
                "type": "git",
4387
                "url": "https://github.com/sebastianbergmann/version.git",
4388
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
4389
            },
4390
            "dist": {
4391
                "type": "zip",
4392
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4393
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4394
                "shasum": ""
4395
            },
4396
            "type": "library",
4397
            "autoload": {
4398
                "classmap": [
4399
                    "src/"
4400
                ]
4401
            },
4402
            "notification-url": "https://packagist.org/downloads/",
4403
            "license": [
4404
                "BSD-3-Clause"
4405
            ],
4406
            "authors": [
4407
                {
4408
                    "name": "Sebastian Bergmann",
4409
                    "email": "[email protected]",
4410
                    "role": "lead"
4411
                }
4412
            ],
4413
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4414
            "homepage": "https://github.com/sebastianbergmann/version",
4415
            "time": "2015-06-21 13:59:46"
4416
        },
4417
        {
4418
            "name": "sensio/generator-bundle",
4419
            "version": "v2.4.0",
4420
            "target-dir": "Sensio/Bundle/GeneratorBundle",
4421
            "source": {
4422
                "type": "git",
4423
                "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
4424
                "reference": "d5c0b996a46276d50943a80f95a46b59215a0e68"
4425
            },
4426
            "dist": {
4427
                "type": "zip",
4428
                "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/d5c0b996a46276d50943a80f95a46b59215a0e68",
4429
                "reference": "d5c0b996a46276d50943a80f95a46b59215a0e68",
4430
                "shasum": ""
4431
            },
4432
            "require": {
4433
                "symfony/console": "~2.0",
4434
                "symfony/framework-bundle": "~2.2"
4435
            },
4436
            "require-dev": {
4437
                "doctrine/orm": "~2.2,>=2.2.3",
4438
                "symfony/doctrine-bridge": "~2.2",
4439
                "twig/twig": "~1.11"
4440
            },
4441
            "type": "symfony-bundle",
4442
            "extra": {
4443
                "branch-alias": {
4444
                    "dev-master": "2.3.x-dev"
4445
                }
4446
            },
4447
            "autoload": {
4448
                "psr-0": {
4449
                    "Sensio\\Bundle\\GeneratorBundle": ""
4450
                }
4451
            },
4452
            "notification-url": "https://packagist.org/downloads/",
4453
            "license": [
4454
                "MIT"
4455
            ],
4456
            "authors": [
4457
                {
4458
                    "name": "Fabien Potencier",
4459
                    "email": "[email protected]"
4460
                }
4461
            ],
4462
            "description": "This bundle generates code for you",
4463
            "time": "2014-09-22 14:56:14"
4464
        },
4465
        {
4466
            "name": "squizlabs/php_codesniffer",
4467
            "version": "1.5.6",
4468
            "source": {
4469
                "type": "git",
4470
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
4471
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5"
4472
            },
4473
            "dist": {
4474
                "type": "zip",
4475
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6f3e42d311b882b25b4d409d23a289f4d3b803d5",
4476
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5",
4477
                "shasum": ""
4478
            },
4479
            "require": {
4480
                "ext-tokenizer": "*",
4481
                "php": ">=5.1.2"
4482
            },
4483
            "suggest": {
4484
                "phpunit/php-timer": "dev-master"
4485
            },
4486
            "bin": [
4487
                "scripts/phpcs"
4488
            ],
4489
            "type": "library",
4490
            "extra": {
4491
                "branch-alias": {
4492
                    "dev-phpcs-fixer": "2.0.x-dev"
4493
                }
4494
            },
4495
            "autoload": {
4496
                "classmap": [
4497
                    "CodeSniffer.php",
4498
                    "CodeSniffer/CLI.php",
4499
                    "CodeSniffer/Exception.php",
4500
                    "CodeSniffer/File.php",
4501
                    "CodeSniffer/Report.php",
4502
                    "CodeSniffer/Reporting.php",
4503
                    "CodeSniffer/Sniff.php",
4504
                    "CodeSniffer/Tokens.php",
4505
                    "CodeSniffer/Reports/",
4506
                    "CodeSniffer/CommentParser/",
4507
                    "CodeSniffer/Tokenizers/",
4508
                    "CodeSniffer/DocGenerators/",
4509
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
4510
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
4511
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
4512
                    "CodeSniffer/Standards/IncorrectPatternException.php",
4513
                    "CodeSniffer/Standards/Generic/Sniffs/",
4514
                    "CodeSniffer/Standards/MySource/Sniffs/",
4515
                    "CodeSniffer/Standards/PEAR/Sniffs/",
4516
                    "CodeSniffer/Standards/PSR1/Sniffs/",
4517
                    "CodeSniffer/Standards/PSR2/Sniffs/",
4518
                    "CodeSniffer/Standards/Squiz/Sniffs/",
4519
                    "CodeSniffer/Standards/Zend/Sniffs/"
4520
                ]
4521
            },
4522
            "notification-url": "https://packagist.org/downloads/",
4523
            "license": [
4524
                "BSD-3-Clause"
4525
            ],
4526
            "authors": [
4527
                {
4528
                    "name": "Greg Sherwood",
4529
                    "role": "lead"
4530
                }
4531
            ],
4532
            "description": "PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
4533
            "homepage": "http://www.squizlabs.com/php-codesniffer",
4534
            "keywords": [
4535
                "phpcs",
4536
                "standards"
4537
            ],
4538
            "time": "2014-12-04 22:32:15"
4539
        },
4540
        {
4541
            "name": "theseer/fdomdocument",
4542
            "version": "1.6.1",
4543
            "source": {
4544
                "type": "git",
4545
                "url": "https://github.com/theseer/fDOMDocument.git",
4546
                "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684"
4547
            },
4548
            "dist": {
4549
                "type": "zip",
4550
                "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/d9ad139d6c2e8edf5e313ffbe37ff13344cf0684",
4551
                "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684",
4552
                "shasum": ""
4553
            },
4554
            "require": {
4555
                "ext-dom": "*",
4556
                "lib-libxml": "*",
4557
                "php": ">=5.3.3"
4558
            },
4559
            "type": "library",
4560
            "autoload": {
4561
                "classmap": [
4562
                    "src/"
4563
                ]
4564
            },
4565
            "notification-url": "https://packagist.org/downloads/",
4566
            "license": [
4567
                "BSD-3-Clause"
4568
            ],
4569
            "authors": [
4570
                {
4571
                    "name": "Arne Blankerts",
4572
                    "email": "[email protected]",
4573
                    "role": "lead"
4574
                }
4575
            ],
4576
            "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.",
4577
            "homepage": "https://github.com/theseer/fDOMDocument",
4578
            "time": "2015-05-27 22:58:02"
4579
        },
4580
        {
4581
            "name": "vierbergenlars/php-semver",
4582
            "version": "3.0.1",
4583
            "source": {
4584
                "type": "git",
4585
                "url": "https://github.com/vierbergenlars/php-semver.git",
4586
                "reference": "516bb3061577e60e9420cbecc479362d3ad8c7f1"
4587
            },
4588
            "dist": {
4589
                "type": "zip",
4590
                "url": "https://api.github.com/repos/vierbergenlars/php-semver/zipball/516bb3061577e60e9420cbecc479362d3ad8c7f1",
4591
                "reference": "516bb3061577e60e9420cbecc479362d3ad8c7f1",
4592
                "shasum": ""
4593
            },
4594
            "require": {
4595
                "php": ">=5.3.0"
4596
            },
4597
            "require-dev": {
4598
                "simpletest/simpletest": "1.1.*"
4599
            },
4600
            "bin": [
4601
                "bin/semver",
4602
                "bin/update-versions"
4603
            ],
4604
            "type": "library",
4605
            "autoload": {
4606
                "psr-0": {
4607
                    "vierbergenlars\\SemVer\\": "src/",
4608
                    "vierbergenlars\\LibJs\\": "src/"
4609
                },
4610
                "classmap": [
4611
                    "src/vierbergenlars/SemVer/internal.php"
4612
                ]
4613
            },
4614
            "notification-url": "https://packagist.org/downloads/",
4615
            "license": [
4616
                "MIT"
4617
            ],
4618
            "authors": [
4619
                {
4620
                    "name": "Lars Vierbergen",
4621
                    "email": "[email protected]"
4622
                }
4623
            ],
4624
            "description": "The Semantic Versioner for PHP",
4625
            "keywords": [
4626
                "semantic",
4627
                "semver",
4628
                "versioning"
4629
            ],
4630
            "time": "2015-05-02 19:28:54"
4631
        }
4632
    ],
4633
    "aliases": [
4634
        {
4635
            "alias": "v1.5.0",
4636
            "alias_normalized": "1.5.0.0",
4637
            "version": "9999999-dev",
4638
            "package": "mopa/composer-bridge"
4639
        }
4640
    ],
4641
    "minimum-stability": "stable",
4642
    "stability-flags": {
4643
        "mopa/bootstrap-bundle": 20,
4644
        "surfnet/stepup-middleware-client-bundle": 20,
4645
        "surfnet/stepup-saml-bundle": 20,
4646
        "surfnet/stepup-u2f-bundle": 20,
4647
        "mopa/composer-bridge": 20
4648
    },
4649
    "prefer-stable": false,
4650
    "prefer-lowest": false,
4651
    "platform": {
4652
        "php": ">=5.4|^7"
4653
    },
4654
    "platform-dev": []
4655
}
4656