Completed
Pull Request — develop (#57)
by A.
03:21
created

composer.lock (2 issues)

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": "1068c985f44b557fc4705762603e50b3",
8
    "content-hash": "3728d8b371ee73449274614cd67b7f9a",
9
    "packages": [
10
        {
11
            "name": "beberlei/assert",
12
            "version": "v2.4",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/beberlei/assert.git",
16
                "reference": "7281b1fd8118b31cb9162c2fb5a4cc6f01d62ed6"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/beberlei/assert/zipball/7281b1fd8118b31cb9162c2fb5a4cc6f01d62ed6",
21
                "reference": "7281b1fd8118b31cb9162c2fb5a4cc6f01d62ed6",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "ext-mbstring": "*",
26
                "php": ">=5.3"
27
            },
28
            "require-dev": {
29
                "phpunit/phpunit": "@stable"
30
            },
31
            "type": "library",
32
            "extra": {
33
                "branch-alias": {
34
                    "dev-master": "2.3-dev"
35
                }
36
            },
37
            "autoload": {
38
                "psr-0": {
39
                    "Assert": "lib/"
40
                },
41
                "files": [
42
                    "lib/Assert/functions.php"
43
                ]
44
            },
45
            "notification-url": "https://packagist.org/downloads/",
46
            "license": [
47
                "BSD-2-Clause"
48
            ],
49
            "authors": [
50
                {
51
                    "name": "Benjamin Eberlei",
52
                    "email": "[email protected]"
53
                }
54
            ],
55
            "description": "Thin assertion library for input validation in business models.",
56
            "keywords": [
57
                "assert",
58
                "assertion",
59
                "validation"
60
            ],
61
            "time": "2015-08-21 16:50:17"
62
        },
63
        {
64
            "name": "doctrine/annotations",
65
            "version": "v1.2.7",
66
            "source": {
67
                "type": "git",
68
                "url": "https://github.com/doctrine/annotations.git",
69
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
70
            },
71
            "dist": {
72
                "type": "zip",
73
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
74
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
75
                "shasum": ""
76
            },
77
            "require": {
78
                "doctrine/lexer": "1.*",
79
                "php": ">=5.3.2"
80
            },
81
            "require-dev": {
82
                "doctrine/cache": "1.*",
83
                "phpunit/phpunit": "4.*"
84
            },
85
            "type": "library",
86
            "extra": {
87
                "branch-alias": {
88
                    "dev-master": "1.3.x-dev"
89
                }
90
            },
91
            "autoload": {
92
                "psr-0": {
93
                    "Doctrine\\Common\\Annotations\\": "lib/"
94
                }
95
            },
96
            "notification-url": "https://packagist.org/downloads/",
97
            "license": [
98
                "MIT"
99
            ],
100
            "authors": [
101
                {
102
                    "name": "Roman Borschel",
103
                    "email": "[email protected]"
104
                },
105
                {
106
                    "name": "Benjamin Eberlei",
107
                    "email": "[email protected]"
108
                },
109
                {
110
                    "name": "Guilherme Blanco",
111
                    "email": "[email protected]"
112
                },
113
                {
114
                    "name": "Jonathan Wage",
115
                    "email": "[email protected]"
116
                },
117
                {
118
                    "name": "Johannes Schmitt",
119
                    "email": "[email protected]"
120
                }
121
            ],
122
            "description": "Docblock Annotations Parser",
123
            "homepage": "http://www.doctrine-project.org",
124
            "keywords": [
125
                "annotations",
126
                "docblock",
127
                "parser"
128
            ],
129
            "time": "2015-08-31 12:32:49"
130
        },
131
        {
132
            "name": "doctrine/cache",
133
            "version": "v1.5.1",
134
            "source": {
135
                "type": "git",
136
                "url": "https://github.com/doctrine/cache.git",
137
                "reference": "2b9cec5a5e722010cbebc91713d4c11eaa064d5e"
138
            },
139
            "dist": {
140
                "type": "zip",
141
                "url": "https://api.github.com/repos/doctrine/cache/zipball/2b9cec5a5e722010cbebc91713d4c11eaa064d5e",
142
                "reference": "2b9cec5a5e722010cbebc91713d4c11eaa064d5e",
143
                "shasum": ""
144
            },
145
            "require": {
146
                "php": ">=5.3.2"
147
            },
148
            "conflict": {
149
                "doctrine/common": ">2.2,<2.4"
150
            },
151
            "require-dev": {
152
                "phpunit/phpunit": ">=3.7",
153
                "predis/predis": "~1.0",
154
                "satooshi/php-coveralls": "~0.6"
155
            },
156
            "type": "library",
157
            "extra": {
158
                "branch-alias": {
159
                    "dev-master": "1.5.x-dev"
160
                }
161
            },
162
            "autoload": {
163
                "psr-4": {
164
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
165
                }
166
            },
167
            "notification-url": "https://packagist.org/downloads/",
168
            "license": [
169
                "MIT"
170
            ],
171
            "authors": [
172
                {
173
                    "name": "Roman Borschel",
174
                    "email": "[email protected]"
175
                },
176
                {
177
                    "name": "Benjamin Eberlei",
178
                    "email": "[email protected]"
179
                },
180
                {
181
                    "name": "Guilherme Blanco",
182
                    "email": "[email protected]"
183
                },
184
                {
185
                    "name": "Jonathan Wage",
186
                    "email": "[email protected]"
187
                },
188
                {
189
                    "name": "Johannes Schmitt",
190
                    "email": "[email protected]"
191
                }
192
            ],
193
            "description": "Caching library offering an object-oriented API for many cache backends",
194
            "homepage": "http://www.doctrine-project.org",
195
            "keywords": [
196
                "cache",
197
                "caching"
198
            ],
199
            "time": "2015-11-02 18:35:48"
200
        },
201
        {
202
            "name": "doctrine/collections",
203
            "version": "v1.3.0",
204
            "source": {
205
                "type": "git",
206
                "url": "https://github.com/doctrine/collections.git",
207
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
208
            },
209
            "dist": {
210
                "type": "zip",
211
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
212
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
213
                "shasum": ""
214
            },
215
            "require": {
216
                "php": ">=5.3.2"
217
            },
218
            "require-dev": {
219
                "phpunit/phpunit": "~4.0"
220
            },
221
            "type": "library",
222
            "extra": {
223
                "branch-alias": {
224
                    "dev-master": "1.2.x-dev"
225
                }
226
            },
227
            "autoload": {
228
                "psr-0": {
229
                    "Doctrine\\Common\\Collections\\": "lib/"
230
                }
231
            },
232
            "notification-url": "https://packagist.org/downloads/",
233
            "license": [
234
                "MIT"
235
            ],
236
            "authors": [
237
                {
238
                    "name": "Roman Borschel",
239
                    "email": "[email protected]"
240
                },
241
                {
242
                    "name": "Benjamin Eberlei",
243
                    "email": "[email protected]"
244
                },
245
                {
246
                    "name": "Guilherme Blanco",
247
                    "email": "[email protected]"
248
                },
249
                {
250
                    "name": "Jonathan Wage",
251
                    "email": "[email protected]"
252
                },
253
                {
254
                    "name": "Johannes Schmitt",
255
                    "email": "[email protected]"
256
                }
257
            ],
258
            "description": "Collections Abstraction library",
259
            "homepage": "http://www.doctrine-project.org",
260
            "keywords": [
261
                "array",
262
                "collections",
263
                "iterator"
264
            ],
265
            "time": "2015-04-14 22:21:58"
266
        },
267
        {
268
            "name": "doctrine/common",
269
            "version": "v2.5.1",
270
            "source": {
271
                "type": "git",
272
                "url": "https://github.com/doctrine/common.git",
273
                "reference": "0009b8f0d4a917aabc971fb089eba80e872f83f9"
274
            },
275
            "dist": {
276
                "type": "zip",
277
                "url": "https://api.github.com/repos/doctrine/common/zipball/0009b8f0d4a917aabc971fb089eba80e872f83f9",
278
                "reference": "0009b8f0d4a917aabc971fb089eba80e872f83f9",
279
                "shasum": ""
280
            },
281
            "require": {
282
                "doctrine/annotations": "1.*",
283
                "doctrine/cache": "1.*",
284
                "doctrine/collections": "1.*",
285
                "doctrine/inflector": "1.*",
286
                "doctrine/lexer": "1.*",
287
                "php": ">=5.3.2"
288
            },
289
            "require-dev": {
290
                "phpunit/phpunit": "~3.7"
291
            },
292
            "type": "library",
293
            "extra": {
294
                "branch-alias": {
295
                    "dev-master": "2.6.x-dev"
296
                }
297
            },
298
            "autoload": {
299
                "psr-0": {
300
                    "Doctrine\\Common\\": "lib/"
301
                }
302
            },
303
            "notification-url": "https://packagist.org/downloads/",
304
            "license": [
305
                "MIT"
306
            ],
307
            "authors": [
308
                {
309
                    "name": "Roman Borschel",
310
                    "email": "[email protected]"
311
                },
312
                {
313
                    "name": "Benjamin Eberlei",
314
                    "email": "[email protected]"
315
                },
316
                {
317
                    "name": "Guilherme Blanco",
318
                    "email": "[email protected]"
319
                },
320
                {
321
                    "name": "Jonathan Wage",
322
                    "email": "[email protected]"
323
                },
324
                {
325
                    "name": "Johannes Schmitt",
326
                    "email": "[email protected]"
327
                }
328
            ],
329
            "description": "Common Library for Doctrine projects",
330
            "homepage": "http://www.doctrine-project.org",
331
            "keywords": [
332
                "annotations",
333
                "collections",
334
                "eventmanager",
335
                "persistence",
336
                "spl"
337
            ],
338
            "time": "2015-08-31 13:00:22"
339
        },
340
        {
341
            "name": "doctrine/inflector",
342
            "version": "v1.1.0",
343
            "source": {
344
                "type": "git",
345
                "url": "https://github.com/doctrine/inflector.git",
346
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
347
            },
348
            "dist": {
349
                "type": "zip",
350
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
351
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
352
                "shasum": ""
353
            },
354
            "require": {
355
                "php": ">=5.3.2"
356
            },
357
            "require-dev": {
358
                "phpunit/phpunit": "4.*"
359
            },
360
            "type": "library",
361
            "extra": {
362
                "branch-alias": {
363
                    "dev-master": "1.1.x-dev"
364
                }
365
            },
366
            "autoload": {
367
                "psr-0": {
368
                    "Doctrine\\Common\\Inflector\\": "lib/"
369
                }
370
            },
371
            "notification-url": "https://packagist.org/downloads/",
372
            "license": [
373
                "MIT"
374
            ],
375
            "authors": [
376
                {
377
                    "name": "Roman Borschel",
378
                    "email": "[email protected]"
379
                },
380
                {
381
                    "name": "Benjamin Eberlei",
382
                    "email": "[email protected]"
383
                },
384
                {
385
                    "name": "Guilherme Blanco",
386
                    "email": "[email protected]"
387
                },
388
                {
389
                    "name": "Jonathan Wage",
390
                    "email": "[email protected]"
391
                },
392
                {
393
                    "name": "Johannes Schmitt",
394
                    "email": "[email protected]"
395
                }
396
            ],
397
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
398
            "homepage": "http://www.doctrine-project.org",
399
            "keywords": [
400
                "inflection",
401
                "pluralize",
402
                "singularize",
403
                "string"
404
            ],
405
            "time": "2015-11-06 14:35:42"
406
        },
407
        {
408
            "name": "doctrine/lexer",
409
            "version": "v1.0.1",
410
            "source": {
411
                "type": "git",
412
                "url": "https://github.com/doctrine/lexer.git",
413
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
414
            },
415
            "dist": {
416
                "type": "zip",
417
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
418
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
419
                "shasum": ""
420
            },
421
            "require": {
422
                "php": ">=5.3.2"
423
            },
424
            "type": "library",
425
            "extra": {
426
                "branch-alias": {
427
                    "dev-master": "1.0.x-dev"
428
                }
429
            },
430
            "autoload": {
431
                "psr-0": {
432
                    "Doctrine\\Common\\Lexer\\": "lib/"
433
                }
434
            },
435
            "notification-url": "https://packagist.org/downloads/",
436
            "license": [
437
                "MIT"
438
            ],
439
            "authors": [
440
                {
441
                    "name": "Roman Borschel",
442
                    "email": "[email protected]"
443
                },
444
                {
445
                    "name": "Guilherme Blanco",
446
                    "email": "[email protected]"
447
                },
448
                {
449
                    "name": "Johannes Schmitt",
450
                    "email": "[email protected]"
451
                }
452
            ],
453
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
454
            "homepage": "http://www.doctrine-project.org",
455
            "keywords": [
456
                "lexer",
457
                "parser"
458
            ],
459
            "time": "2014-09-09 13:34:57"
460
        },
461
        {
462
            "name": "guzzlehttp/guzzle",
0 ignored issues
show
There is a security advisory for your installed version of guzzlehttp/guzzle:

HTTP Proxy header vulnerability
Loading history...
463
            "version": "6.1.1",
464
            "source": {
465
                "type": "git",
466
                "url": "https://github.com/guzzle/guzzle.git",
467
                "reference": "c6851d6e48f63b69357cbfa55bca116448140e0c"
468
            },
469
            "dist": {
470
                "type": "zip",
471
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/c6851d6e48f63b69357cbfa55bca116448140e0c",
472
                "reference": "c6851d6e48f63b69357cbfa55bca116448140e0c",
473
                "shasum": ""
474
            },
475
            "require": {
476
                "guzzlehttp/promises": "~1.0",
477
                "guzzlehttp/psr7": "~1.1",
478
                "php": ">=5.5.0"
479
            },
480
            "require-dev": {
481
                "ext-curl": "*",
482
                "phpunit/phpunit": "~4.0",
483
                "psr/log": "~1.0"
484
            },
485
            "type": "library",
486
            "extra": {
487
                "branch-alias": {
488
                    "dev-master": "6.1-dev"
489
                }
490
            },
491
            "autoload": {
492
                "files": [
493
                    "src/functions_include.php"
494
                ],
495
                "psr-4": {
496
                    "GuzzleHttp\\": "src/"
497
                }
498
            },
499
            "notification-url": "https://packagist.org/downloads/",
500
            "license": [
501
                "MIT"
502
            ],
503
            "authors": [
504
                {
505
                    "name": "Michael Dowling",
506
                    "email": "[email protected]",
507
                    "homepage": "https://github.com/mtdowling"
508
                }
509
            ],
510
            "description": "Guzzle is a PHP HTTP client library",
511
            "homepage": "http://guzzlephp.org/",
512
            "keywords": [
513
                "client",
514
                "curl",
515
                "framework",
516
                "http",
517
                "http client",
518
                "rest",
519
                "web service"
520
            ],
521
            "time": "2015-11-23 00:47:50"
522
        },
523
        {
524
            "name": "guzzlehttp/promises",
525
            "version": "1.0.3",
526
            "source": {
527
                "type": "git",
528
                "url": "https://github.com/guzzle/promises.git",
529
                "reference": "b1e1c0d55f8083c71eda2c28c12a228d708294ea"
530
            },
531
            "dist": {
532
                "type": "zip",
533
                "url": "https://api.github.com/repos/guzzle/promises/zipball/b1e1c0d55f8083c71eda2c28c12a228d708294ea",
534
                "reference": "b1e1c0d55f8083c71eda2c28c12a228d708294ea",
535
                "shasum": ""
536
            },
537
            "require": {
538
                "php": ">=5.5.0"
539
            },
540
            "require-dev": {
541
                "phpunit/phpunit": "~4.0"
542
            },
543
            "type": "library",
544
            "extra": {
545
                "branch-alias": {
546
                    "dev-master": "1.0-dev"
547
                }
548
            },
549
            "autoload": {
550
                "psr-4": {
551
                    "GuzzleHttp\\Promise\\": "src/"
552
                },
553
                "files": [
554
                    "src/functions_include.php"
555
                ]
556
            },
557
            "notification-url": "https://packagist.org/downloads/",
558
            "license": [
559
                "MIT"
560
            ],
561
            "authors": [
562
                {
563
                    "name": "Michael Dowling",
564
                    "email": "[email protected]",
565
                    "homepage": "https://github.com/mtdowling"
566
                }
567
            ],
568
            "description": "Guzzle promises library",
569
            "keywords": [
570
                "promise"
571
            ],
572
            "time": "2015-10-15 22:28:00"
573
        },
574
        {
575
            "name": "guzzlehttp/psr7",
576
            "version": "1.2.1",
577
            "source": {
578
                "type": "git",
579
                "url": "https://github.com/guzzle/psr7.git",
580
                "reference": "4d0bdbe1206df7440219ce14c972aa57cc5e4982"
581
            },
582
            "dist": {
583
                "type": "zip",
584
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/4d0bdbe1206df7440219ce14c972aa57cc5e4982",
585
                "reference": "4d0bdbe1206df7440219ce14c972aa57cc5e4982",
586
                "shasum": ""
587
            },
588
            "require": {
589
                "php": ">=5.4.0",
590
                "psr/http-message": "~1.0"
591
            },
592
            "provide": {
593
                "psr/http-message-implementation": "1.0"
594
            },
595
            "require-dev": {
596
                "phpunit/phpunit": "~4.0"
597
            },
598
            "type": "library",
599
            "extra": {
600
                "branch-alias": {
601
                    "dev-master": "1.0-dev"
602
                }
603
            },
604
            "autoload": {
605
                "psr-4": {
606
                    "GuzzleHttp\\Psr7\\": "src/"
607
                },
608
                "files": [
609
                    "src/functions_include.php"
610
                ]
611
            },
612
            "notification-url": "https://packagist.org/downloads/",
613
            "license": [
614
                "MIT"
615
            ],
616
            "authors": [
617
                {
618
                    "name": "Michael Dowling",
619
                    "email": "[email protected]",
620
                    "homepage": "https://github.com/mtdowling"
621
                }
622
            ],
623
            "description": "PSR-7 message implementation",
624
            "keywords": [
625
                "http",
626
                "message",
627
                "stream",
628
                "uri"
629
            ],
630
            "time": "2015-11-03 01:34:55"
631
        },
632
        {
633
            "name": "incenteev/composer-parameter-handler",
634
            "version": "v2.1.2",
635
            "source": {
636
                "type": "git",
637
                "url": "https://github.com/Incenteev/ParameterHandler.git",
638
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
639
            },
640
            "dist": {
641
                "type": "zip",
642
                "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
643
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
644
                "shasum": ""
645
            },
646
            "require": {
647
                "php": ">=5.3.3",
648
                "symfony/yaml": "~2.3|~3.0"
649
            },
650
            "require-dev": {
651
                "composer/composer": "1.0.*@dev",
652
                "phpspec/prophecy-phpunit": "~1.0",
653
                "symfony/filesystem": "~2.2"
654
            },
655
            "type": "library",
656
            "extra": {
657
                "branch-alias": {
658
                    "dev-master": "2.1.x-dev"
659
                }
660
            },
661
            "autoload": {
662
                "psr-4": {
663
                    "Incenteev\\ParameterHandler\\": ""
664
                }
665
            },
666
            "notification-url": "https://packagist.org/downloads/",
667
            "license": [
668
                "MIT"
669
            ],
670
            "authors": [
671
                {
672
                    "name": "Christophe Coevoet",
673
                    "email": "[email protected]"
674
                }
675
            ],
676
            "description": "Composer script handling your ignored parameter file",
677
            "homepage": "https://github.com/Incenteev/ParameterHandler",
678
            "keywords": [
679
                "parameters management"
680
            ],
681
            "time": "2015-11-10 17:04:01"
682
        },
683
        {
684
            "name": "jms/aop-bundle",
685
            "version": "1.1.0",
686
            "target-dir": "JMS/AopBundle",
687
            "source": {
688
                "type": "git",
689
                "url": "https://github.com/schmittjoh/JMSAopBundle.git",
690
                "reference": "66287749c020b4c667c0ff4937b07e66c04bbe71"
691
            },
692
            "dist": {
693
                "type": "zip",
694
                "url": "https://api.github.com/repos/schmittjoh/JMSAopBundle/zipball/66287749c020b4c667c0ff4937b07e66c04bbe71",
695
                "reference": "66287749c020b4c667c0ff4937b07e66c04bbe71",
696
                "shasum": ""
697
            },
698
            "require": {
699
                "jms/cg": "^1.1",
700
                "symfony/framework-bundle": "2.*"
701
            },
702
            "type": "symfony-bundle",
703
            "extra": {
704
                "branch-alias": {
705
                    "dev-master": "1.1.x-dev"
706
                }
707
            },
708
            "autoload": {
709
                "psr-0": {
710
                    "JMS\\AopBundle": ""
711
                }
712
            },
713
            "notification-url": "https://packagist.org/downloads/",
714
            "license": [
715
                "Apache-2.0"
716
            ],
717
            "authors": [
718
                {
719
                    "name": "Johannes M. Schmitt",
720
                    "email": "[email protected]"
721
                }
722
            ],
723
            "description": "Adds AOP capabilities to Symfony2",
724
            "keywords": [
725
                "annotations",
726
                "aop"
727
            ],
728
            "time": "2015-09-13 09:02:33"
729
        },
730
        {
731
            "name": "jms/cg",
732
            "version": "1.1.0",
733
            "source": {
734
                "type": "git",
735
                "url": "https://github.com/schmittjoh/cg-library.git",
736
                "reference": "0af1113c7409b8636c5244bbae10b2e0ff792e9c"
737
            },
738
            "dist": {
739
                "type": "zip",
740
                "url": "https://api.github.com/repos/schmittjoh/cg-library/zipball/0af1113c7409b8636c5244bbae10b2e0ff792e9c",
741
                "reference": "0af1113c7409b8636c5244bbae10b2e0ff792e9c",
742
                "shasum": ""
743
            },
744
            "require": {
745
                "php": ">=5.3.0"
746
            },
747
            "type": "library",
748
            "extra": {
749
                "branch-alias": {
750
                    "dev-master": "1.1-dev"
751
                }
752
            },
753
            "autoload": {
754
                "psr-0": {
755
                    "CG\\": "src/"
756
                }
757
            },
758
            "notification-url": "https://packagist.org/downloads/",
759
            "license": [
760
                "Apache2"
761
            ],
762
            "authors": [
763
                {
764
                    "name": "Johannes M. Schmitt",
765
                    "email": "[email protected]"
766
                }
767
            ],
768
            "description": "Toolset for generating PHP code",
769
            "keywords": [
770
                "code generation"
771
            ],
772
            "time": "2015-09-13 08:54:43"
773
        },
774
        {
775
            "name": "jms/di-extra-bundle",
776
            "version": "1.6.0",
777
            "target-dir": "JMS/DiExtraBundle",
778
            "source": {
779
                "type": "git",
780
                "url": "https://github.com/schmittjoh/JMSDiExtraBundle.git",
781
                "reference": "c9e36dce4014db1f6abf02e94eac225344a5147d"
782
            },
783
            "dist": {
784
                "type": "zip",
785
                "url": "https://api.github.com/repos/schmittjoh/JMSDiExtraBundle/zipball/c9e36dce4014db1f6abf02e94eac225344a5147d",
786
                "reference": "c9e36dce4014db1f6abf02e94eac225344a5147d",
787
                "shasum": ""
788
            },
789
            "require": {
790
                "jms/aop-bundle": "^1.1.0",
791
                "jms/metadata": "1.*",
792
                "symfony/finder": "~2.1",
793
                "symfony/framework-bundle": "~2.1",
794
                "symfony/process": "~2.1"
795
            },
796
            "require-dev": {
797
                "doctrine/doctrine-bundle": "*",
798
                "doctrine/orm": "*",
799
                "jms/security-extra-bundle": "1.*",
800
                "phpcollection/phpcollection": ">=0.1,<0.3-dev",
801
                "sensio/framework-extra-bundle": "*",
802
                "symfony/browser-kit": "*",
803
                "symfony/class-loader": "*",
804
                "symfony/form": "*",
805
                "symfony/security-bundle": "*",
806
                "symfony/twig-bundle": "*",
807
                "symfony/validator": "*",
808
                "symfony/yaml": "*"
809
            },
810
            "type": "symfony-bundle",
811
            "extra": {
812
                "branch-alias": {
813
                    "dev-master": "1.5-dev"
814
                }
815
            },
816
            "autoload": {
817
                "psr-0": {
818
                    "JMS\\DiExtraBundle": ""
819
                }
820
            },
821
            "notification-url": "https://packagist.org/downloads/",
822
            "license": [
823
                "Apache"
824
            ],
825
            "authors": [
826
                {
827
                    "name": "Johannes M. Schmitt",
828
                    "email": "[email protected]"
829
                }
830
            ],
831
            "description": "Allows to configure dependency injection using annotations",
832
            "homepage": "http://jmsyst.com/bundles/JMSDiExtraBundle",
833
            "keywords": [
834
                "annotations",
835
                "dependency injection"
836
            ],
837
            "time": "2015-09-13 09:03:50"
838
        },
839
        {
840
            "name": "jms/metadata",
841
            "version": "1.5.1",
842
            "source": {
843
                "type": "git",
844
                "url": "https://github.com/schmittjoh/metadata.git",
845
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
846
            },
847
            "dist": {
848
                "type": "zip",
849
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
850
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
851
                "shasum": ""
852
            },
853
            "require": {
854
                "php": ">=5.3.0"
855
            },
856
            "require-dev": {
857
                "doctrine/cache": "~1.0"
858
            },
859
            "type": "library",
860
            "extra": {
861
                "branch-alias": {
862
                    "dev-master": "1.5.x-dev"
863
                }
864
            },
865
            "autoload": {
866
                "psr-0": {
867
                    "Metadata\\": "src/"
868
                }
869
            },
870
            "notification-url": "https://packagist.org/downloads/",
871
            "license": [
872
                "Apache"
873
            ],
874
            "authors": [
875
                {
876
                    "name": "Johannes Schmitt",
877
                    "email": "[email protected]",
878
                    "homepage": "https://github.com/schmittjoh",
879
                    "role": "Developer of wrapped JMSSerializerBundle"
880
                }
881
            ],
882
            "description": "Class/method/property metadata management in PHP",
883
            "keywords": [
884
                "annotations",
885
                "metadata",
886
                "xml",
887
                "yaml"
888
            ],
889
            "time": "2014-07-12 07:13:19"
890
        },
891
        {
892
            "name": "jms/translation-bundle",
893
            "version": "1.1.0",
894
            "target-dir": "JMS/TranslationBundle",
895
            "source": {
896
                "type": "git",
897
                "url": "https://github.com/schmittjoh/JMSTranslationBundle.git",
898
                "reference": "6f03035a38badaf8c48767c7664c3196df1eebdf"
899
            },
900
            "dist": {
901
                "type": "zip",
902
                "url": "https://api.github.com/repos/schmittjoh/JMSTranslationBundle/zipball/6f03035a38badaf8c48767c7664c3196df1eebdf",
903
                "reference": "6f03035a38badaf8c48767c7664c3196df1eebdf",
904
                "shasum": ""
905
            },
906
            "require": {
907
                "nikic/php-parser": "0.9.1",
908
                "symfony/console": "*",
909
                "symfony/framework-bundle": "~2.1"
910
            },
911
            "conflict": {
912
                "twig/twig": "1.10.2"
913
            },
914
            "require-dev": {
915
                "jms/di-extra-bundle": ">=1.1",
916
                "sensio/framework-extra-bundle": "*",
917
                "symfony/browser-kit": "*",
918
                "symfony/class-loader": "*",
919
                "symfony/css-selector": "*",
920
                "symfony/finder": "*",
921
                "symfony/form": "*",
922
                "symfony/process": "*",
923
                "symfony/security": "*",
924
                "symfony/twig-bundle": "*",
925
                "symfony/validator": "*",
926
                "symfony/yaml": "*"
927
            },
928
            "type": "symfony-bundle",
929
            "extra": {
930
                "branch-alias": {
931
                    "dev-master": "1.1-dev"
932
                }
933
            },
934
            "autoload": {
935
                "psr-0": {
936
                    "JMS\\TranslationBundle": ""
937
                }
938
            },
939
            "notification-url": "https://packagist.org/downloads/",
940
            "license": [
941
                "Apache2"
942
            ],
943
            "authors": [
944
                {
945
                    "name": "Johannes Schmitt",
946
                    "email": "[email protected]",
947
                    "homepage": "https://github.com/schmittjoh",
948
                    "role": "Developer of wrapped JMSSerializerBundle"
949
                }
950
            ],
951
            "description": "Puts the Symfony2 Translation Component on steroids",
952
            "homepage": "http://jmsyst.com/bundles/JMSTranslationBundle",
953
            "keywords": [
954
                "extract",
955
                "extraction",
956
                "i18n",
957
                "interface",
958
                "multilanguage",
959
                "translation",
960
                "ui",
961
                "webinterface"
962
            ],
963
            "time": "2013-06-08 14:08:19"
964
        },
965
        {
966
            "name": "monolog/monolog",
967
            "version": "1.17.2",
968
            "source": {
969
                "type": "git",
970
                "url": "https://github.com/Seldaek/monolog.git",
971
                "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24"
972
            },
973
            "dist": {
974
                "type": "zip",
975
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
976
                "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
977
                "shasum": ""
978
            },
979
            "require": {
980
                "php": ">=5.3.0",
981
                "psr/log": "~1.0"
982
            },
983
            "provide": {
984
                "psr/log-implementation": "1.0.0"
985
            },
986
            "require-dev": {
987
                "aws/aws-sdk-php": "^2.4.9",
988
                "doctrine/couchdb": "~1.0@dev",
989
                "graylog2/gelf-php": "~1.0",
990
                "jakub-onderka/php-parallel-lint": "0.9",
991
                "php-console/php-console": "^3.1.3",
992
                "phpunit/phpunit": "~4.5",
993
                "phpunit/phpunit-mock-objects": "2.3.0",
994
                "raven/raven": "^0.13",
995
                "ruflin/elastica": ">=0.90 <3.0",
996
                "swiftmailer/swiftmailer": "~5.3",
997
                "videlalvaro/php-amqplib": "~2.4"
998
            },
999
            "suggest": {
1000
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1001
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1002
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1003
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1004
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1005
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1006
                "raven/raven": "Allow sending log messages to a Sentry server",
1007
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1008
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1009
                "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
1010
            },
1011
            "type": "library",
1012
            "extra": {
1013
                "branch-alias": {
1014
                    "dev-master": "1.16.x-dev"
1015
                }
1016
            },
1017
            "autoload": {
1018
                "psr-4": {
1019
                    "Monolog\\": "src/Monolog"
1020
                }
1021
            },
1022
            "notification-url": "https://packagist.org/downloads/",
1023
            "license": [
1024
                "MIT"
1025
            ],
1026
            "authors": [
1027
                {
1028
                    "name": "Jordi Boggiano",
1029
                    "email": "[email protected]",
1030
                    "homepage": "http://seld.be"
1031
                }
1032
            ],
1033
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1034
            "homepage": "http://github.com/Seldaek/monolog",
1035
            "keywords": [
1036
                "log",
1037
                "logging",
1038
                "psr-3"
1039
            ],
1040
            "time": "2015-10-14 12:51:02"
1041
        },
1042
        {
1043
            "name": "nelmio/security-bundle",
1044
            "version": "1.8.0",
1045
            "source": {
1046
                "type": "git",
1047
                "url": "https://github.com/nelmio/NelmioSecurityBundle.git",
1048
                "reference": "b45f81f90d95b7c994db675930e9b1623b66ed03"
1049
            },
1050
            "dist": {
1051
                "type": "zip",
1052
                "url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/b45f81f90d95b7c994db675930e9b1623b66ed03",
1053
                "reference": "b45f81f90d95b7c994db675930e9b1623b66ed03",
1054
                "shasum": ""
1055
            },
1056
            "require": {
1057
                "symfony/framework-bundle": "~2.3",
1058
                "symfony/security": "~2.3"
1059
            },
1060
            "type": "symfony-bundle",
1061
            "extra": {
1062
                "branch-alias": {
1063
                    "dev-master": "1.8.x-dev"
1064
                }
1065
            },
1066
            "autoload": {
1067
                "psr-4": {
1068
                    "Nelmio\\SecurityBundle\\": ""
1069
                }
1070
            },
1071
            "notification-url": "https://packagist.org/downloads/",
1072
            "license": [
1073
                "MIT"
1074
            ],
1075
            "authors": [
1076
                {
1077
                    "name": "Nelmio",
1078
                    "homepage": "http://nelm.io"
1079
                },
1080
                {
1081
                    "name": "Symfony Community",
1082
                    "homepage": "https://github.com/nelmio/NelmioSecurityBundle/contributors"
1083
                }
1084
            ],
1085
            "description": "Extra security-related features for Symfony2: signed/encrypted cookies, HTTPS/SSL/HSTS handling, cookie session storage, ...",
1086
            "keywords": [
1087
                "security"
1088
            ],
1089
            "time": "2015-09-12 20:40:16"
1090
        },
1091
        {
1092
            "name": "nikic/php-parser",
1093
            "version": "v0.9.1",
1094
            "source": {
1095
                "type": "git",
1096
                "url": "https://github.com/nikic/PHP-Parser.git",
1097
                "reference": "b1cc9ce676b4350b23d0fafc8244d08eee2fe287"
1098
            },
1099
            "dist": {
1100
                "type": "zip",
1101
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/b1cc9ce676b4350b23d0fafc8244d08eee2fe287",
1102
                "reference": "b1cc9ce676b4350b23d0fafc8244d08eee2fe287",
1103
                "shasum": ""
1104
            },
1105
            "require": {
1106
                "php": ">=5.2"
1107
            },
1108
            "type": "library",
1109
            "autoload": {
1110
                "psr-0": {
1111
                    "PHPParser": "lib/"
1112
                }
1113
            },
1114
            "notification-url": "https://packagist.org/downloads/",
1115
            "license": [
1116
                "BSD"
1117
            ],
1118
            "authors": [
1119
                {
1120
                    "name": "Nikita Popov"
1121
                }
1122
            ],
1123
            "description": "A PHP parser written in PHP",
1124
            "keywords": [
1125
                "parser",
1126
                "php"
1127
            ],
1128
            "time": "2012-04-23 22:52:11"
1129
        },
1130
        {
1131
            "name": "psr/http-message",
1132
            "version": "1.0",
1133
            "source": {
1134
                "type": "git",
1135
                "url": "https://github.com/php-fig/http-message.git",
1136
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
1137
            },
1138
            "dist": {
1139
                "type": "zip",
1140
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
1141
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
1142
                "shasum": ""
1143
            },
1144
            "require": {
1145
                "php": ">=5.3.0"
1146
            },
1147
            "type": "library",
1148
            "extra": {
1149
                "branch-alias": {
1150
                    "dev-master": "1.0.x-dev"
1151
                }
1152
            },
1153
            "autoload": {
1154
                "psr-4": {
1155
                    "Psr\\Http\\Message\\": "src/"
1156
                }
1157
            },
1158
            "notification-url": "https://packagist.org/downloads/",
1159
            "license": [
1160
                "MIT"
1161
            ],
1162
            "authors": [
1163
                {
1164
                    "name": "PHP-FIG",
1165
                    "homepage": "http://www.php-fig.org/"
1166
                }
1167
            ],
1168
            "description": "Common interface for HTTP messages",
1169
            "keywords": [
1170
                "http",
1171
                "http-message",
1172
                "psr",
1173
                "psr-7",
1174
                "request",
1175
                "response"
1176
            ],
1177
            "time": "2015-05-04 20:22:00"
1178
        },
1179
        {
1180
            "name": "psr/log",
1181
            "version": "1.0.0",
1182
            "source": {
1183
                "type": "git",
1184
                "url": "https://github.com/php-fig/log.git",
1185
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
1186
            },
1187
            "dist": {
1188
                "type": "zip",
1189
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
1190
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
1191
                "shasum": ""
1192
            },
1193
            "type": "library",
1194
            "autoload": {
1195
                "psr-0": {
1196
                    "Psr\\Log\\": ""
1197
                }
1198
            },
1199
            "notification-url": "https://packagist.org/downloads/",
1200
            "license": [
1201
                "MIT"
1202
            ],
1203
            "authors": [
1204
                {
1205
                    "name": "PHP-FIG",
1206
                    "homepage": "http://www.php-fig.org/"
1207
                }
1208
            ],
1209
            "description": "Common interface for logging libraries",
1210
            "keywords": [
1211
                "log",
1212
                "psr",
1213
                "psr-3"
1214
            ],
1215
            "time": "2012-12-21 11:40:51"
1216
        },
1217
        {
1218
            "name": "robrichards/xmlseclibs",
1219
            "version": "1.4.1",
1220
            "source": {
1221
                "type": "git",
1222
                "url": "https://github.com/robrichards/xmlseclibs.git",
1223
                "reference": "465f18a8e1196c279b1298a3b08bcbee71ea4e4e"
1224
            },
1225
            "dist": {
1226
                "type": "zip",
1227
                "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/465f18a8e1196c279b1298a3b08bcbee71ea4e4e",
1228
                "reference": "465f18a8e1196c279b1298a3b08bcbee71ea4e4e",
1229
                "shasum": ""
1230
            },
1231
            "require": {
1232
                "php": ">= 5.2"
1233
            },
1234
            "suggest": {
1235
                "ext/mcrypt": "MCrypt extension",
1236
                "ext/openssl": "OpenSSL extension"
1237
            },
1238
            "type": "library",
1239
            "autoload": {
1240
                "classmap": [
1241
                    "src/"
1242
                ]
1243
            },
1244
            "notification-url": "https://packagist.org/downloads/",
1245
            "license": [
1246
                "BSD-3-Clause"
1247
            ],
1248
            "description": "A PHP library for XML Security",
1249
            "homepage": "https://github.com/robrichards/xmlseclibs",
1250
            "keywords": [
1251
                "security",
1252
                "signature",
1253
                "xml",
1254
                "xmldsig"
1255
            ],
1256
            "time": "2015-07-31 12:22:14"
1257
        },
1258
        {
1259
            "name": "sensio/distribution-bundle",
1260
            "version": "v4.0.3",
1261
            "target-dir": "Sensio/Bundle/DistributionBundle",
1262
            "source": {
1263
                "type": "git",
1264
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
1265
                "reference": "2d061c01e708c83ede4720e2551d9449bf606c0a"
1266
            },
1267
            "dist": {
1268
                "type": "zip",
1269
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/2d061c01e708c83ede4720e2551d9449bf606c0a",
1270
                "reference": "2d061c01e708c83ede4720e2551d9449bf606c0a",
1271
                "shasum": ""
1272
            },
1273
            "require": {
1274
                "php": ">=5.3.9",
1275
                "sensiolabs/security-checker": "~3.0",
1276
                "symfony/class-loader": "~2.2",
1277
                "symfony/framework-bundle": "~2.3",
1278
                "symfony/process": "~2.2"
1279
            },
1280
            "require-dev": {
1281
                "symfony/form": "~2.2",
1282
                "symfony/validator": "~2.2",
1283
                "symfony/yaml": "~2.2"
1284
            },
1285
            "suggest": {
1286
                "symfony/form": "If you want to use the configurator",
1287
                "symfony/validator": "If you want to use the configurator",
1288
                "symfony/yaml": "If you want to use  the configurator"
1289
            },
1290
            "type": "symfony-bundle",
1291
            "extra": {
1292
                "branch-alias": {
1293
                    "dev-master": "4.0.x-dev"
1294
                }
1295
            },
1296
            "autoload": {
1297
                "psr-0": {
1298
                    "Sensio\\Bundle\\DistributionBundle": ""
1299
                }
1300
            },
1301
            "notification-url": "https://packagist.org/downloads/",
1302
            "license": [
1303
                "MIT"
1304
            ],
1305
            "authors": [
1306
                {
1307
                    "name": "Fabien Potencier",
1308
                    "email": "[email protected]"
1309
                }
1310
            ],
1311
            "description": "Base bundle for Symfony Distributions",
1312
            "keywords": [
1313
                "configuration",
1314
                "distribution"
1315
            ],
1316
            "time": "2015-10-27 18:48:08"
1317
        },
1318
        {
1319
            "name": "sensio/framework-extra-bundle",
1320
            "version": "v3.0.11",
1321
            "source": {
1322
                "type": "git",
1323
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
1324
                "reference": "a79e205737b58d557c05caef6dfa8f94d8084bca"
1325
            },
1326
            "dist": {
1327
                "type": "zip",
1328
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/a79e205737b58d557c05caef6dfa8f94d8084bca",
1329
                "reference": "a79e205737b58d557c05caef6dfa8f94d8084bca",
1330
                "shasum": ""
1331
            },
1332
            "require": {
1333
                "doctrine/common": "~2.2",
1334
                "symfony/framework-bundle": "~2.3|~3.0"
1335
            },
1336
            "require-dev": {
1337
                "symfony/expression-language": "~2.4|~3.0",
1338
                "symfony/security-bundle": "~2.4|~3.0"
1339
            },
1340
            "suggest": {
1341
                "symfony/expression-language": "",
1342
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
1343
                "symfony/security-bundle": ""
1344
            },
1345
            "type": "symfony-bundle",
1346
            "extra": {
1347
                "branch-alias": {
1348
                    "dev-master": "3.0.x-dev"
1349
                }
1350
            },
1351
            "autoload": {
1352
                "psr-4": {
1353
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
1354
                }
1355
            },
1356
            "notification-url": "https://packagist.org/downloads/",
1357
            "license": [
1358
                "MIT"
1359
            ],
1360
            "authors": [
1361
                {
1362
                    "name": "Fabien Potencier",
1363
                    "email": "[email protected]"
1364
                }
1365
            ],
1366
            "description": "This bundle provides a way to configure your controllers with annotations",
1367
            "keywords": [
1368
                "annotations",
1369
                "controllers"
1370
            ],
1371
            "time": "2015-10-28 15:47:04"
1372
        },
1373
        {
1374
            "name": "sensiolabs/security-checker",
1375
            "version": "v3.0.2",
1376
            "source": {
1377
                "type": "git",
1378
                "url": "https://github.com/sensiolabs/security-checker.git",
1379
                "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93"
1380
            },
1381
            "dist": {
1382
                "type": "zip",
1383
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/21696b0daa731064c23cfb694c60a2584a7b6e93",
1384
                "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93",
1385
                "shasum": ""
1386
            },
1387
            "require": {
1388
                "symfony/console": "~2.0|~3.0"
1389
            },
1390
            "bin": [
1391
                "security-checker"
1392
            ],
1393
            "type": "library",
1394
            "extra": {
1395
                "branch-alias": {
1396
                    "dev-master": "3.0-dev"
1397
                }
1398
            },
1399
            "autoload": {
1400
                "psr-0": {
1401
                    "SensioLabs\\Security": ""
1402
                }
1403
            },
1404
            "notification-url": "https://packagist.org/downloads/",
1405
            "license": [
1406
                "MIT"
1407
            ],
1408
            "authors": [
1409
                {
1410
                    "name": "Fabien Potencier",
1411
                    "email": "[email protected]"
1412
                }
1413
            ],
1414
            "description": "A security checker for your composer.lock",
1415
            "time": "2015-11-07 08:07:40"
1416
        },
1417
        {
1418
            "name": "simplesamlphp/saml2",
1419
            "version": "v1.9",
1420
            "source": {
1421
                "type": "git",
1422
                "url": "https://github.com/simplesamlphp/saml2.git",
1423
                "reference": "be2b348c46cceb311a743a33fb51035158f6f69a"
1424
            },
1425
            "dist": {
1426
                "type": "zip",
1427
                "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/be2b348c46cceb311a743a33fb51035158f6f69a",
1428
                "reference": "be2b348c46cceb311a743a33fb51035158f6f69a",
1429
                "shasum": ""
1430
            },
1431
            "require": {
1432
                "ext-dom": "*",
1433
                "ext-openssl": "*",
1434
                "php": ">=5.3.3",
1435
                "psr/log": "~1.0",
1436
                "robrichards/xmlseclibs": "^1.3"
1437
            },
1438
            "require-dev": {
1439
                "mockery/mockery": "~0.9",
1440
                "phpmd/phpmd": "~1.5",
1441
                "phpunit/phpunit": "~3.7",
1442
                "satooshi/php-coveralls": "~0.6.1",
1443
                "sebastian/phpcpd": "~1.4",
1444
                "sensiolabs/security-checker": "~1.1",
1445
                "squizlabs/php_codesniffer": "~1.4"
1446
            },
1447
            "type": "library",
1448
            "autoload": {
1449
                "psr-0": {
1450
                    "SAML2_": "src/"
1451
                }
1452
            },
1453
            "notification-url": "https://packagist.org/downloads/",
1454
            "license": [
1455
                "LGPL-2.1"
1456
            ],
1457
            "authors": [
1458
                {
1459
                    "name": "Andreas Åkre Solberg",
1460
                    "email": "[email protected]"
1461
                }
1462
            ],
1463
            "description": "SAML2 PHP library from SimpleSAMLphp",
1464
            "time": "2016-03-16 14:11:59"
1465
        },
1466
        {
1467
            "name": "surfnet/stepup-saml-bundle",
1468
            "version": "2.4.0",
1469
            "source": {
1470
                "type": "git",
1471
                "url": "https://github.com/SURFnet/Stepup-saml-bundle.git",
1472
                "reference": "9e201f4514f6be6073c98c4303a7299ccb11c94b"
1473
            },
1474
            "dist": {
1475
                "type": "zip",
1476
                "url": "https://api.github.com/repos/SURFnet/Stepup-saml-bundle/zipball/9e201f4514f6be6073c98c4303a7299ccb11c94b",
1477
                "reference": "9e201f4514f6be6073c98c4303a7299ccb11c94b",
1478
                "shasum": ""
1479
            },
1480
            "require": {
1481
                "ext-openssl": "*",
1482
                "php": ">=5.4,<8.0-dev",
1483
                "robrichards/xmlseclibs": "^1.4.0",
1484
                "simplesamlphp/saml2": "^1.8",
1485
                "symfony/dependency-injection": "^2.7",
1486
                "symfony/framework-bundle": "^2.7"
1487
            },
1488
            "require-dev": {
1489
                "ibuildings/qa-tools": "~1.1",
1490
                "liip/rmt": "~1.1",
1491
                "mockery/mockery": "~0.9",
1492
                "psr/log": "~1.0"
1493
            },
1494
            "type": "symfony-bundle",
1495
            "autoload": {
1496
                "psr-4": {
1497
                    "Surfnet\\SamlBundle\\": "src"
1498
                }
1499
            },
1500
            "notification-url": "https://packagist.org/downloads/",
1501
            "license": [
1502
                "Apache-2.0"
1503
            ],
1504
            "description": "A Symfony2 bundle that integrates the simplesamlphp\\saml2 library with Symfony",
1505
            "keywords": [
1506
                "SAML2",
1507
                "saml",
1508
                "simplesamlphp",
1509
                "stepup",
1510
                "surfnet"
1511
            ],
1512
            "time": "2016-05-31 11:01:39"
1513
        },
1514
        {
1515
            "name": "swiftmailer/swiftmailer",
1516
            "version": "v5.4.1",
1517
            "source": {
1518
                "type": "git",
1519
                "url": "https://github.com/swiftmailer/swiftmailer.git",
1520
                "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421"
1521
            },
1522
            "dist": {
1523
                "type": "zip",
1524
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/0697e6aa65c83edf97bb0f23d8763f94e3f11421",
1525
                "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421",
1526
                "shasum": ""
1527
            },
1528
            "require": {
1529
                "php": ">=5.3.3"
1530
            },
1531
            "require-dev": {
1532
                "mockery/mockery": "~0.9.1,<0.9.4"
1533
            },
1534
            "type": "library",
1535
            "extra": {
1536
                "branch-alias": {
1537
                    "dev-master": "5.4-dev"
1538
                }
1539
            },
1540
            "autoload": {
1541
                "files": [
1542
                    "lib/swift_required.php"
1543
                ]
1544
            },
1545
            "notification-url": "https://packagist.org/downloads/",
1546
            "license": [
1547
                "MIT"
1548
            ],
1549
            "authors": [
1550
                {
1551
                    "name": "Chris Corbyn"
1552
                },
1553
                {
1554
                    "name": "Fabien Potencier",
1555
                    "email": "[email protected]"
1556
                }
1557
            ],
1558
            "description": "Swiftmailer, free feature-rich PHP mailer",
1559
            "homepage": "http://swiftmailer.org",
1560
            "keywords": [
1561
                "email",
1562
                "mail",
1563
                "mailer"
1564
            ],
1565
            "time": "2015-06-06 14:19:39"
1566
        },
1567
        {
1568
            "name": "symfony/monolog-bundle",
1569
            "version": "v2.8.2",
1570
            "source": {
1571
                "type": "git",
1572
                "url": "https://github.com/symfony/monolog-bundle.git",
1573
                "reference": "84785c4d44801c4dd82829fa2e1820cacfe2c46f"
1574
            },
1575
            "dist": {
1576
                "type": "zip",
1577
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/84785c4d44801c4dd82829fa2e1820cacfe2c46f",
1578
                "reference": "84785c4d44801c4dd82829fa2e1820cacfe2c46f",
1579
                "shasum": ""
1580
            },
1581
            "require": {
1582
                "monolog/monolog": "~1.8",
1583
                "php": ">=5.3.2",
1584
                "symfony/config": "~2.3|~3.0",
1585
                "symfony/dependency-injection": "~2.3|~3.0",
1586
                "symfony/http-kernel": "~2.3|~3.0",
1587
                "symfony/monolog-bridge": "~2.3|~3.0"
1588
            },
1589
            "require-dev": {
1590
                "symfony/console": "~2.3|~3.0",
1591
                "symfony/yaml": "~2.3|~3.0"
1592
            },
1593
            "type": "symfony-bundle",
1594
            "extra": {
1595
                "branch-alias": {
1596
                    "dev-master": "2.8.x-dev"
1597
                }
1598
            },
1599
            "autoload": {
1600
                "psr-4": {
1601
                    "Symfony\\Bundle\\MonologBundle\\": ""
1602
                }
1603
            },
1604
            "notification-url": "https://packagist.org/downloads/",
1605
            "license": [
1606
                "MIT"
1607
            ],
1608
            "authors": [
1609
                {
1610
                    "name": "Symfony Community",
1611
                    "homepage": "http://symfony.com/contributors"
1612
                },
1613
                {
1614
                    "name": "Fabien Potencier",
1615
                    "email": "[email protected]"
1616
                }
1617
            ],
1618
            "description": "Symfony MonologBundle",
1619
            "homepage": "http://symfony.com",
1620
            "keywords": [
1621
                "log",
1622
                "logging"
1623
            ],
1624
            "time": "2015-11-17 10:02:29"
1625
        },
1626
        {
1627
            "name": "symfony/swiftmailer-bundle",
1628
            "version": "v2.3.9",
1629
            "source": {
1630
                "type": "git",
1631
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
1632
                "reference": "3d21ada19f23631f558ad6df653b168e35362e78"
1633
            },
1634
            "dist": {
1635
                "type": "zip",
1636
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/3d21ada19f23631f558ad6df653b168e35362e78",
1637
                "reference": "3d21ada19f23631f558ad6df653b168e35362e78",
1638
                "shasum": ""
1639
            },
1640
            "require": {
1641
                "php": ">=5.3.2",
1642
                "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
1643
                "symfony/config": "~2.3|~3.0",
1644
                "symfony/dependency-injection": "~2.3|~3.0",
1645
                "symfony/http-kernel": "~2.3|~3.0",
1646
                "symfony/yaml": "~2.3|~3.0"
1647
            },
1648
            "require-dev": {
1649
                "symfony/phpunit-bridge": "~2.7|~3.0"
1650
            },
1651
            "suggest": {
1652
                "psr/log": "Allows logging"
1653
            },
1654
            "type": "symfony-bundle",
1655
            "extra": {
1656
                "branch-alias": {
1657
                    "dev-master": "2.3-dev"
1658
                }
1659
            },
1660
            "autoload": {
1661
                "psr-4": {
1662
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
1663
                }
1664
            },
1665
            "notification-url": "https://packagist.org/downloads/",
1666
            "license": [
1667
                "MIT"
1668
            ],
1669
            "authors": [
1670
                {
1671
                    "name": "Symfony Community",
1672
                    "homepage": "http://symfony.com/contributors"
1673
                },
1674
                {
1675
                    "name": "Fabien Potencier",
1676
                    "email": "[email protected]"
1677
                }
1678
            ],
1679
            "description": "Symfony SwiftmailerBundle",
1680
            "homepage": "http://symfony.com",
1681
            "time": "2015-11-28 10:59:29"
1682
        },
1683
        {
1684
            "name": "symfony/symfony",
0 ignored issues
show
There are 2 security advisories for your installed version of symfony/symfony:

- CVE-2016-1902: SecureRandom's fallback not secure when OpenSSL fails
- CVE-2016-4423: Large username storage in session
Loading history...
1685
            "version": "v2.7.7",
1686
            "source": {
1687
                "type": "git",
1688
                "url": "https://github.com/symfony/symfony.git",
1689
                "reference": "cc69dbd24b4b2e6de60b2414ef95da2794f459a2"
1690
            },
1691
            "dist": {
1692
                "type": "zip",
1693
                "url": "https://api.github.com/repos/symfony/symfony/zipball/cc69dbd24b4b2e6de60b2414ef95da2794f459a2",
1694
                "reference": "cc69dbd24b4b2e6de60b2414ef95da2794f459a2",
1695
                "shasum": ""
1696
            },
1697
            "require": {
1698
                "doctrine/common": "~2.4",
1699
                "php": ">=5.3.9",
1700
                "psr/log": "~1.0",
1701
                "twig/twig": "~1.23|~2.0"
1702
            },
1703
            "replace": {
1704
                "symfony/asset": "self.version",
1705
                "symfony/browser-kit": "self.version",
1706
                "symfony/class-loader": "self.version",
1707
                "symfony/config": "self.version",
1708
                "symfony/console": "self.version",
1709
                "symfony/css-selector": "self.version",
1710
                "symfony/debug": "self.version",
1711
                "symfony/debug-bundle": "self.version",
1712
                "symfony/dependency-injection": "self.version",
1713
                "symfony/doctrine-bridge": "self.version",
1714
                "symfony/dom-crawler": "self.version",
1715
                "symfony/event-dispatcher": "self.version",
1716
                "symfony/expression-language": "self.version",
1717
                "symfony/filesystem": "self.version",
1718
                "symfony/finder": "self.version",
1719
                "symfony/form": "self.version",
1720
                "symfony/framework-bundle": "self.version",
1721
                "symfony/http-foundation": "self.version",
1722
                "symfony/http-kernel": "self.version",
1723
                "symfony/intl": "self.version",
1724
                "symfony/locale": "self.version",
1725
                "symfony/monolog-bridge": "self.version",
1726
                "symfony/options-resolver": "self.version",
1727
                "symfony/process": "self.version",
1728
                "symfony/property-access": "self.version",
1729
                "symfony/proxy-manager-bridge": "self.version",
1730
                "symfony/routing": "self.version",
1731
                "symfony/security": "self.version",
1732
                "symfony/security-acl": "self.version",
1733
                "symfony/security-bundle": "self.version",
1734
                "symfony/security-core": "self.version",
1735
                "symfony/security-csrf": "self.version",
1736
                "symfony/security-http": "self.version",
1737
                "symfony/serializer": "self.version",
1738
                "symfony/stopwatch": "self.version",
1739
                "symfony/swiftmailer-bridge": "self.version",
1740
                "symfony/templating": "self.version",
1741
                "symfony/translation": "self.version",
1742
                "symfony/twig-bridge": "self.version",
1743
                "symfony/twig-bundle": "self.version",
1744
                "symfony/validator": "self.version",
1745
                "symfony/var-dumper": "self.version",
1746
                "symfony/web-profiler-bundle": "self.version",
1747
                "symfony/yaml": "self.version"
1748
            },
1749
            "require-dev": {
1750
                "doctrine/data-fixtures": "1.0.*",
1751
                "doctrine/dbal": "~2.4",
1752
                "doctrine/doctrine-bundle": "~1.2",
1753
                "doctrine/orm": "~2.4,>=2.4.5",
1754
                "egulias/email-validator": "~1.2",
1755
                "ircmaxell/password-compat": "~1.0",
1756
                "monolog/monolog": "~1.11",
1757
                "ocramius/proxy-manager": "~0.4|~1.0"
1758
            },
1759
            "type": "library",
1760
            "extra": {
1761
                "branch-alias": {
1762
                    "dev-master": "2.7-dev"
1763
                }
1764
            },
1765
            "autoload": {
1766
                "psr-4": {
1767
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
1768
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
1769
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
1770
                    "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
1771
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
1772
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
1773
                    "Symfony\\Component\\": "src/Symfony/Component/"
1774
                },
1775
                "classmap": [
1776
                    "src/Symfony/Component/HttpFoundation/Resources/stubs",
1777
                    "src/Symfony/Component/Intl/Resources/stubs"
1778
                ],
1779
                "files": [
1780
                    "src/Symfony/Component/Intl/Resources/stubs/functions.php"
1781
                ],
1782
                "exclude-from-classmap": [
1783
                    "**/Tests/"
1784
                ]
1785
            },
1786
            "notification-url": "https://packagist.org/downloads/",
1787
            "license": [
1788
                "MIT"
1789
            ],
1790
            "authors": [
1791
                {
1792
                    "name": "Fabien Potencier",
1793
                    "email": "[email protected]"
1794
                },
1795
                {
1796
                    "name": "Symfony Community",
1797
                    "homepage": "https://symfony.com/contributors"
1798
                }
1799
            ],
1800
            "description": "The Symfony PHP framework",
1801
            "homepage": "https://symfony.com",
1802
            "keywords": [
1803
                "framework"
1804
            ],
1805
            "time": "2015-11-23 11:58:08"
1806
        },
1807
        {
1808
            "name": "twig/extensions",
1809
            "version": "v1.3.0",
1810
            "source": {
1811
                "type": "git",
1812
                "url": "https://github.com/twigphp/Twig-extensions.git",
1813
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499"
1814
            },
1815
            "dist": {
1816
                "type": "zip",
1817
                "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/449e3c8a9ffad7c2479c7864557275a32b037499",
1818
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499",
1819
                "shasum": ""
1820
            },
1821
            "require": {
1822
                "twig/twig": "~1.20|~2.0"
1823
            },
1824
            "require-dev": {
1825
                "symfony/translation": "~2.3"
1826
            },
1827
            "suggest": {
1828
                "symfony/translation": "Allow the time_diff output to be translated"
1829
            },
1830
            "type": "library",
1831
            "extra": {
1832
                "branch-alias": {
1833
                    "dev-master": "1.3-dev"
1834
                }
1835
            },
1836
            "autoload": {
1837
                "psr-0": {
1838
                    "Twig_Extensions_": "lib/"
1839
                }
1840
            },
1841
            "notification-url": "https://packagist.org/downloads/",
1842
            "license": [
1843
                "MIT"
1844
            ],
1845
            "authors": [
1846
                {
1847
                    "name": "Fabien Potencier",
1848
                    "email": "[email protected]"
1849
                }
1850
            ],
1851
            "description": "Common additional features for Twig that do not directly belong in core",
1852
            "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
1853
            "keywords": [
1854
                "i18n",
1855
                "text"
1856
            ],
1857
            "time": "2015-08-22 16:38:35"
1858
        },
1859
        {
1860
            "name": "twig/twig",
1861
            "version": "v1.23.1",
1862
            "source": {
1863
                "type": "git",
1864
                "url": "https://github.com/twigphp/Twig.git",
1865
                "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6"
1866
            },
1867
            "dist": {
1868
                "type": "zip",
1869
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/d9b6333ae8dd2c8e3fd256e127548def0bc614c6",
1870
                "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6",
1871
                "shasum": ""
1872
            },
1873
            "require": {
1874
                "php": ">=5.2.7"
1875
            },
1876
            "require-dev": {
1877
                "symfony/debug": "~2.7",
1878
                "symfony/phpunit-bridge": "~2.7"
1879
            },
1880
            "type": "library",
1881
            "extra": {
1882
                "branch-alias": {
1883
                    "dev-master": "1.23-dev"
1884
                }
1885
            },
1886
            "autoload": {
1887
                "psr-0": {
1888
                    "Twig_": "lib/"
1889
                }
1890
            },
1891
            "notification-url": "https://packagist.org/downloads/",
1892
            "license": [
1893
                "BSD-3-Clause"
1894
            ],
1895
            "authors": [
1896
                {
1897
                    "name": "Fabien Potencier",
1898
                    "email": "[email protected]",
1899
                    "homepage": "http://fabien.potencier.org",
1900
                    "role": "Lead Developer"
1901
                },
1902
                {
1903
                    "name": "Armin Ronacher",
1904
                    "email": "[email protected]",
1905
                    "role": "Project Founder"
1906
                },
1907
                {
1908
                    "name": "Twig Team",
1909
                    "homepage": "http://twig.sensiolabs.org/contributors",
1910
                    "role": "Contributors"
1911
                }
1912
            ],
1913
            "description": "Twig, the flexible, fast, and secure template language for PHP",
1914
            "homepage": "http://twig.sensiolabs.org",
1915
            "keywords": [
1916
                "templating"
1917
            ],
1918
            "time": "2015-11-05 12:49:06"
1919
        }
1920
    ],
1921
    "packages-dev": [
1922
        {
1923
            "name": "behat/behat",
1924
            "version": "v3.0.15",
1925
            "source": {
1926
                "type": "git",
1927
                "url": "https://github.com/Behat/Behat.git",
1928
                "reference": "b35ae3d45332d80c532af69cc36f780a9397a996"
1929
            },
1930
            "dist": {
1931
                "type": "zip",
1932
                "url": "https://api.github.com/repos/Behat/Behat/zipball/b35ae3d45332d80c532af69cc36f780a9397a996",
1933
                "reference": "b35ae3d45332d80c532af69cc36f780a9397a996",
1934
                "shasum": ""
1935
            },
1936
            "require": {
1937
                "behat/gherkin": "~4.3",
1938
                "behat/transliterator": "~1.0",
1939
                "ext-mbstring": "*",
1940
                "php": ">=5.3.3",
1941
                "symfony/class-loader": "~2.1",
1942
                "symfony/config": "~2.3",
1943
                "symfony/console": "~2.1",
1944
                "symfony/dependency-injection": "~2.1",
1945
                "symfony/event-dispatcher": "~2.1",
1946
                "symfony/translation": "~2.3",
1947
                "symfony/yaml": "~2.1"
1948
            },
1949
            "require-dev": {
1950
                "phpspec/prophecy-phpunit": "~1.0",
1951
                "phpunit/phpunit": "~4.0",
1952
                "symfony/process": "~2.1"
1953
            },
1954
            "suggest": {
1955
                "behat/mink-extension": "for integration with Mink testing framework",
1956
                "behat/symfony2-extension": "for integration with Symfony2 web framework",
1957
                "behat/yii-extension": "for integration with Yii web framework"
1958
            },
1959
            "bin": [
1960
                "bin/behat"
1961
            ],
1962
            "type": "library",
1963
            "extra": {
1964
                "branch-alias": {
1965
                    "dev-master": "3.0.x-dev"
1966
                }
1967
            },
1968
            "autoload": {
1969
                "psr-0": {
1970
                    "Behat\\Behat": "src/",
1971
                    "Behat\\Testwork": "src/"
1972
                }
1973
            },
1974
            "notification-url": "https://packagist.org/downloads/",
1975
            "license": [
1976
                "MIT"
1977
            ],
1978
            "authors": [
1979
                {
1980
                    "name": "Konstantin Kudryashov",
1981
                    "email": "[email protected]",
1982
                    "homepage": "http://everzet.com"
1983
                }
1984
            ],
1985
            "description": "Scenario-oriented BDD framework for PHP 5.3",
1986
            "homepage": "http://behat.org/",
1987
            "keywords": [
1988
                "Agile",
1989
                "BDD",
1990
                "ScenarioBDD",
1991
                "Scrum",
1992
                "StoryBDD",
1993
                "User story",
1994
                "business",
1995
                "development",
1996
                "documentation",
1997
                "examples",
1998
                "symfony",
1999
                "testing"
2000
            ],
2001
            "time": "2015-02-22 14:10:33"
2002
        },
2003
        {
2004
            "name": "behat/gherkin",
2005
            "version": "v4.4.0",
2006
            "source": {
2007
                "type": "git",
2008
                "url": "https://github.com/Behat/Gherkin.git",
2009
                "reference": "6b3f8cf3560dc4909c4cddd4f1af3e1f6e9d80af"
2010
            },
2011
            "dist": {
2012
                "type": "zip",
2013
                "url": "https://api.github.com/repos/Behat/Gherkin/zipball/6b3f8cf3560dc4909c4cddd4f1af3e1f6e9d80af",
2014
                "reference": "6b3f8cf3560dc4909c4cddd4f1af3e1f6e9d80af",
2015
                "shasum": ""
2016
            },
2017
            "require": {
2018
                "php": ">=5.3.1"
2019
            },
2020
            "require-dev": {
2021
                "phpunit/phpunit": "~4.0",
2022
                "symfony/yaml": "~2.1"
2023
            },
2024
            "suggest": {
2025
                "symfony/yaml": "If you want to parse features, represented in YAML files"
2026
            },
2027
            "type": "library",
2028
            "extra": {
2029
                "branch-alias": {
2030
                    "dev-master": "4.4-dev"
2031
                }
2032
            },
2033
            "autoload": {
2034
                "psr-0": {
2035
                    "Behat\\Gherkin": "src/"
2036
                }
2037
            },
2038
            "notification-url": "https://packagist.org/downloads/",
2039
            "license": [
2040
                "MIT"
2041
            ],
2042
            "authors": [
2043
                {
2044
                    "name": "Konstantin Kudryashov",
2045
                    "email": "[email protected]",
2046
                    "homepage": "http://everzet.com"
2047
                }
2048
            ],
2049
            "description": "Gherkin DSL parser for PHP 5.3",
2050
            "homepage": "http://behat.org/",
2051
            "keywords": [
2052
                "BDD",
2053
                "Behat",
2054
                "Cucumber",
2055
                "DSL",
2056
                "gherkin",
2057
                "parser"
2058
            ],
2059
            "time": "2015-09-29 13:41:19"
2060
        },
2061
        {
2062
            "name": "behat/mink",
2063
            "version": "v1.7.0",
2064
            "source": {
2065
                "type": "git",
2066
                "url": "https://github.com/minkphp/Mink.git",
2067
                "reference": "6c129030ec2cc029905cf969a56ca8f087b2dfdf"
2068
            },
2069
            "dist": {
2070
                "type": "zip",
2071
                "url": "https://api.github.com/repos/minkphp/Mink/zipball/6c129030ec2cc029905cf969a56ca8f087b2dfdf",
2072
                "reference": "6c129030ec2cc029905cf969a56ca8f087b2dfdf",
2073
                "shasum": ""
2074
            },
2075
            "require": {
2076
                "php": ">=5.3.1",
2077
                "symfony/css-selector": "~2.1"
2078
            },
2079
            "require-dev": {
2080
                "symfony/phpunit-bridge": "~2.7"
2081
            },
2082
            "suggest": {
2083
                "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
2084
                "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
2085
                "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
2086
                "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
2087
            },
2088
            "type": "library",
2089
            "extra": {
2090
                "branch-alias": {
2091
                    "dev-master": "1.7.x-dev"
2092
                }
2093
            },
2094
            "autoload": {
2095
                "psr-4": {
2096
                    "Behat\\Mink\\": "src/"
2097
                }
2098
            },
2099
            "notification-url": "https://packagist.org/downloads/",
2100
            "license": [
2101
                "MIT"
2102
            ],
2103
            "authors": [
2104
                {
2105
                    "name": "Konstantin Kudryashov",
2106
                    "email": "[email protected]",
2107
                    "homepage": "http://everzet.com"
2108
                }
2109
            ],
2110
            "description": "Browser controller/emulator abstraction for PHP",
2111
            "homepage": "http://mink.behat.org/",
2112
            "keywords": [
2113
                "browser",
2114
                "testing",
2115
                "web"
2116
            ],
2117
            "time": "2015-09-20 20:24:03"
2118
        },
2119
        {
2120
            "name": "behat/mink-browserkit-driver",
2121
            "version": "v1.3.0",
2122
            "source": {
2123
                "type": "git",
2124
                "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
2125
                "reference": "da47df1593dac132f04d24e7277ef40d33d9f201"
2126
            },
2127
            "dist": {
2128
                "type": "zip",
2129
                "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/da47df1593dac132f04d24e7277ef40d33d9f201",
2130
                "reference": "da47df1593dac132f04d24e7277ef40d33d9f201",
2131
                "shasum": ""
2132
            },
2133
            "require": {
2134
                "behat/mink": "~1.7@dev",
2135
                "php": ">=5.3.6",
2136
                "symfony/browser-kit": "~2.3",
2137
                "symfony/dom-crawler": "~2.3"
2138
            },
2139
            "require-dev": {
2140
                "silex/silex": "~1.2",
2141
                "symfony/phpunit-bridge": "~2.7"
2142
            },
2143
            "type": "mink-driver",
2144
            "extra": {
2145
                "branch-alias": {
2146
                    "dev-master": "1.3.x-dev"
2147
                }
2148
            },
2149
            "autoload": {
2150
                "psr-4": {
2151
                    "Behat\\Mink\\Driver\\": "src/"
2152
                }
2153
            },
2154
            "notification-url": "https://packagist.org/downloads/",
2155
            "license": [
2156
                "MIT"
2157
            ],
2158
            "authors": [
2159
                {
2160
                    "name": "Konstantin Kudryashov",
2161
                    "email": "[email protected]",
2162
                    "homepage": "http://everzet.com"
2163
                }
2164
            ],
2165
            "description": "Symfony2 BrowserKit driver for Mink framework",
2166
            "homepage": "http://mink.behat.org/",
2167
            "keywords": [
2168
                "Mink",
2169
                "Symfony2",
2170
                "browser",
2171
                "testing"
2172
            ],
2173
            "time": "2015-09-21 20:56:13"
2174
        },
2175
        {
2176
            "name": "behat/mink-extension",
2177
            "version": "v2.1.0",
2178
            "source": {
2179
                "type": "git",
2180
                "url": "https://github.com/Behat/MinkExtension.git",
2181
                "reference": "06e2b99d92e175719d7e841d5be16b7df1a233c5"
2182
            },
2183
            "dist": {
2184
                "type": "zip",
2185
                "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/06e2b99d92e175719d7e841d5be16b7df1a233c5",
2186
                "reference": "06e2b99d92e175719d7e841d5be16b7df1a233c5",
2187
                "shasum": ""
2188
            },
2189
            "require": {
2190
                "behat/behat": "~3.0,>=3.0.5",
2191
                "behat/mink": "~1.5",
2192
                "php": ">=5.3.2",
2193
                "symfony/config": "~2.2"
2194
            },
2195
            "require-dev": {
2196
                "behat/mink-goutte-driver": "~1.1",
2197
                "phpspec/phpspec": "~2.0"
2198
            },
2199
            "type": "behat-extension",
2200
            "extra": {
2201
                "branch-alias": {
2202
                    "dev-master": "2.1.x-dev"
2203
                }
2204
            },
2205
            "autoload": {
2206
                "psr-0": {
2207
                    "Behat\\MinkExtension": "src/"
2208
                }
2209
            },
2210
            "notification-url": "https://packagist.org/downloads/",
2211
            "license": [
2212
                "MIT"
2213
            ],
2214
            "authors": [
2215
                {
2216
                    "name": "Christophe Coevoet",
2217
                    "email": "[email protected]"
2218
                },
2219
                {
2220
                    "name": "Konstantin Kudryashov",
2221
                    "email": "[email protected]"
2222
                }
2223
            ],
2224
            "description": "Mink extension for Behat",
2225
            "homepage": "http://extensions.behat.org/mink",
2226
            "keywords": [
2227
                "browser",
2228
                "gui",
2229
                "test",
2230
                "web"
2231
            ],
2232
            "time": "2015-09-29 17:42:41"
2233
        },
2234
        {
2235
            "name": "behat/mink-goutte-driver",
2236
            "version": "v1.2.0",
2237
            "source": {
2238
                "type": "git",
2239
                "url": "https://github.com/minkphp/MinkGoutteDriver.git",
2240
                "reference": "c8e254f127d6f2242b994afd4339fb62d471df3f"
2241
            },
2242
            "dist": {
2243
                "type": "zip",
2244
                "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/c8e254f127d6f2242b994afd4339fb62d471df3f",
2245
                "reference": "c8e254f127d6f2242b994afd4339fb62d471df3f",
2246
                "shasum": ""
2247
            },
2248
            "require": {
2249
                "behat/mink": "~1.6@dev",
2250
                "behat/mink-browserkit-driver": "~1.2@dev",
2251
                "fabpot/goutte": "~1.0.4|~2.0|~3.1",
2252
                "php": ">=5.3.1"
2253
            },
2254
            "require-dev": {
2255
                "symfony/phpunit-bridge": "~2.7"
2256
            },
2257
            "type": "mink-driver",
2258
            "extra": {
2259
                "branch-alias": {
2260
                    "dev-master": "1.2.x-dev"
2261
                }
2262
            },
2263
            "autoload": {
2264
                "psr-4": {
2265
                    "Behat\\Mink\\Driver\\": "src/"
2266
                }
2267
            },
2268
            "notification-url": "https://packagist.org/downloads/",
2269
            "license": [
2270
                "MIT"
2271
            ],
2272
            "authors": [
2273
                {
2274
                    "name": "Konstantin Kudryashov",
2275
                    "email": "[email protected]",
2276
                    "homepage": "http://everzet.com"
2277
                }
2278
            ],
2279
            "description": "Goutte driver for Mink framework",
2280
            "homepage": "http://mink.behat.org/",
2281
            "keywords": [
2282
                "browser",
2283
                "goutte",
2284
                "headless",
2285
                "testing"
2286
            ],
2287
            "time": "2015-09-21 21:31:11"
2288
        },
2289
        {
2290
            "name": "behat/mink-selenium2-driver",
2291
            "version": "v1.3.0",
2292
            "source": {
2293
                "type": "git",
2294
                "url": "https://github.com/minkphp/MinkSelenium2Driver.git",
2295
                "reference": "bedbf1999c7ba1bc6921b30ee2eadf383e7ff5c9"
2296
            },
2297
            "dist": {
2298
                "type": "zip",
2299
                "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/bedbf1999c7ba1bc6921b30ee2eadf383e7ff5c9",
2300
                "reference": "bedbf1999c7ba1bc6921b30ee2eadf383e7ff5c9",
2301
                "shasum": ""
2302
            },
2303
            "require": {
2304
                "behat/mink": "~1.7@dev",
2305
                "instaclick/php-webdriver": "~1.1",
2306
                "php": ">=5.3.1"
2307
            },
2308
            "require-dev": {
2309
                "symfony/phpunit-bridge": "~2.7"
2310
            },
2311
            "type": "mink-driver",
2312
            "extra": {
2313
                "branch-alias": {
2314
                    "dev-master": "1.3.x-dev"
2315
                }
2316
            },
2317
            "autoload": {
2318
                "psr-4": {
2319
                    "Behat\\Mink\\Driver\\": "src/"
2320
                }
2321
            },
2322
            "notification-url": "https://packagist.org/downloads/",
2323
            "license": [
2324
                "MIT"
2325
            ],
2326
            "authors": [
2327
                {
2328
                    "name": "Konstantin Kudryashov",
2329
                    "email": "[email protected]",
2330
                    "homepage": "http://everzet.com"
2331
                },
2332
                {
2333
                    "name": "Pete Otaqui",
2334
                    "email": "[email protected]",
2335
                    "homepage": "https://github.com/pete-otaqui"
2336
                }
2337
            ],
2338
            "description": "Selenium2 (WebDriver) driver for Mink framework",
2339
            "homepage": "http://mink.behat.org/",
2340
            "keywords": [
2341
                "ajax",
2342
                "browser",
2343
                "javascript",
2344
                "selenium",
2345
                "testing",
2346
                "webdriver"
2347
            ],
2348
            "time": "2015-09-21 21:02:54"
2349
        },
2350
        {
2351
            "name": "behat/transliterator",
2352
            "version": "v1.1.0",
2353
            "source": {
2354
                "type": "git",
2355
                "url": "https://github.com/Behat/Transliterator.git",
2356
                "reference": "868e05be3a9f25ba6424c2dd4849567f50715003"
2357
            },
2358
            "dist": {
2359
                "type": "zip",
2360
                "url": "https://api.github.com/repos/Behat/Transliterator/zipball/868e05be3a9f25ba6424c2dd4849567f50715003",
2361
                "reference": "868e05be3a9f25ba6424c2dd4849567f50715003",
2362
                "shasum": ""
2363
            },
2364
            "require": {
2365
                "php": ">=5.3.3"
2366
            },
2367
            "type": "library",
2368
            "extra": {
2369
                "branch-alias": {
2370
                    "dev-master": "1.1-dev"
2371
                }
2372
            },
2373
            "autoload": {
2374
                "psr-0": {
2375
                    "Behat\\Transliterator": "src/"
2376
                }
2377
            },
2378
            "notification-url": "https://packagist.org/downloads/",
2379
            "license": [
2380
                "Artistic-1.0"
2381
            ],
2382
            "description": "String transliterator",
2383
            "keywords": [
2384
                "i18n",
2385
                "slug",
2386
                "transliterator"
2387
            ],
2388
            "time": "2015-09-28 16:26:35"
2389
        },
2390
        {
2391
            "name": "camspiers/json-pretty",
2392
            "version": "1.0.1",
2393
            "source": {
2394
                "type": "git",
2395
                "url": "https://github.com/camspiers/json-pretty.git",
2396
                "reference": "73c0bd55ca966f31f79d690a4b0aabaf98ad5d94"
2397
            },
2398
            "dist": {
2399
                "type": "zip",
2400
                "url": "https://api.github.com/repos/camspiers/json-pretty/zipball/73c0bd55ca966f31f79d690a4b0aabaf98ad5d94",
2401
                "reference": "73c0bd55ca966f31f79d690a4b0aabaf98ad5d94",
2402
                "shasum": ""
2403
            },
2404
            "require-dev": {
2405
                "phpunit/phpunit": "~4.0"
2406
            },
2407
            "type": "library",
2408
            "autoload": {
2409
                "psr-0": {
2410
                    "Camspiers": "src/"
2411
                }
2412
            },
2413
            "notification-url": "https://packagist.org/downloads/",
2414
            "license": [
2415
                "MIT"
2416
            ],
2417
            "authors": [
2418
                {
2419
                    "name": "Cam Spiers",
2420
                    "email": "[email protected]"
2421
                }
2422
            ],
2423
            "description": "Provides support for json pretty printing",
2424
            "time": "2015-09-17 16:05:48"
2425
        },
2426
        {
2427
            "name": "doctrine/instantiator",
2428
            "version": "1.0.5",
2429
            "source": {
2430
                "type": "git",
2431
                "url": "https://github.com/doctrine/instantiator.git",
2432
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
2433
            },
2434
            "dist": {
2435
                "type": "zip",
2436
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
2437
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
2438
                "shasum": ""
2439
            },
2440
            "require": {
2441
                "php": ">=5.3,<8.0-DEV"
2442
            },
2443
            "require-dev": {
2444
                "athletic/athletic": "~0.1.8",
2445
                "ext-pdo": "*",
2446
                "ext-phar": "*",
2447
                "phpunit/phpunit": "~4.0",
2448
                "squizlabs/php_codesniffer": "~2.0"
2449
            },
2450
            "type": "library",
2451
            "extra": {
2452
                "branch-alias": {
2453
                    "dev-master": "1.0.x-dev"
2454
                }
2455
            },
2456
            "autoload": {
2457
                "psr-4": {
2458
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
2459
                }
2460
            },
2461
            "notification-url": "https://packagist.org/downloads/",
2462
            "license": [
2463
                "MIT"
2464
            ],
2465
            "authors": [
2466
                {
2467
                    "name": "Marco Pivetta",
2468
                    "email": "[email protected]",
2469
                    "homepage": "http://ocramius.github.com/"
2470
                }
2471
            ],
2472
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2473
            "homepage": "https://github.com/doctrine/instantiator",
2474
            "keywords": [
2475
                "constructor",
2476
                "instantiate"
2477
            ],
2478
            "time": "2015-06-14 21:17:01"
2479
        },
2480
        {
2481
            "name": "fabpot/goutte",
2482
            "version": "v3.1.2",
2483
            "source": {
2484
                "type": "git",
2485
                "url": "https://github.com/FriendsOfPHP/Goutte.git",
2486
                "reference": "3cbc6ed222422a28400e470050f14928a153207e"
2487
            },
2488
            "dist": {
2489
                "type": "zip",
2490
                "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/3cbc6ed222422a28400e470050f14928a153207e",
2491
                "reference": "3cbc6ed222422a28400e470050f14928a153207e",
2492
                "shasum": ""
2493
            },
2494
            "require": {
2495
                "guzzlehttp/guzzle": "^6.0",
2496
                "php": ">=5.5.0",
2497
                "symfony/browser-kit": "~2.1|~3.0",
2498
                "symfony/css-selector": "~2.1|~3.0",
2499
                "symfony/dom-crawler": "~2.1|~3.0"
2500
            },
2501
            "type": "application",
2502
            "extra": {
2503
                "branch-alias": {
2504
                    "dev-master": "3.1-dev"
2505
                }
2506
            },
2507
            "autoload": {
2508
                "psr-4": {
2509
                    "Goutte\\": "Goutte"
2510
                }
2511
            },
2512
            "notification-url": "https://packagist.org/downloads/",
2513
            "license": [
2514
                "MIT"
2515
            ],
2516
            "authors": [
2517
                {
2518
                    "name": "Fabien Potencier",
2519
                    "email": "[email protected]"
2520
                }
2521
            ],
2522
            "description": "A simple PHP Web Scraper",
2523
            "homepage": "https://github.com/FriendsOfPHP/Goutte",
2524
            "keywords": [
2525
                "scraper"
2526
            ],
2527
            "time": "2015-11-05 12:58:44"
2528
        },
2529
        {
2530
            "name": "hamcrest/hamcrest-php",
2531
            "version": "v1.2.2",
2532
            "source": {
2533
                "type": "git",
2534
                "url": "https://github.com/hamcrest/hamcrest-php.git",
2535
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
2536
            },
2537
            "dist": {
2538
                "type": "zip",
2539
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
2540
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
2541
                "shasum": ""
2542
            },
2543
            "require": {
2544
                "php": ">=5.3.2"
2545
            },
2546
            "replace": {
2547
                "cordoval/hamcrest-php": "*",
2548
                "davedevelopment/hamcrest-php": "*",
2549
                "kodova/hamcrest-php": "*"
2550
            },
2551
            "require-dev": {
2552
                "phpunit/php-file-iterator": "1.3.3",
2553
                "satooshi/php-coveralls": "dev-master"
2554
            },
2555
            "type": "library",
2556
            "autoload": {
2557
                "classmap": [
2558
                    "hamcrest"
2559
                ],
2560
                "files": [
2561
                    "hamcrest/Hamcrest.php"
2562
                ]
2563
            },
2564
            "notification-url": "https://packagist.org/downloads/",
2565
            "license": [
2566
                "BSD"
2567
            ],
2568
            "description": "This is the PHP port of Hamcrest Matchers",
2569
            "keywords": [
2570
                "test"
2571
            ],
2572
            "time": "2015-05-11 14:41:42"
2573
        },
2574
        {
2575
            "name": "ibuildings/qa-tools",
2576
            "version": "dev-master",
2577
            "source": {
2578
                "type": "git",
2579
                "url": "https://github.com/ibuildingsnl/qa-tools.git",
2580
                "reference": "6c3e8032accff5bed9138f826a5a421ad5883c2e"
2581
            },
2582
            "dist": {
2583
                "type": "zip",
2584
                "url": "https://api.github.com/repos/ibuildingsnl/qa-tools/zipball/6c3e8032accff5bed9138f826a5a421ad5883c2e",
2585
                "reference": "6c3e8032accff5bed9138f826a5a421ad5883c2e",
2586
                "shasum": ""
2587
            },
2588
            "require": {
2589
                "behat/behat": "~3.0",
2590
                "behat/mink": "*",
2591
                "behat/mink-extension": "*",
2592
                "behat/mink-goutte-driver": "~1.1@dev",
2593
                "behat/mink-selenium2-driver": "*",
2594
                "camspiers/json-pretty": "~1.0",
2595
                "phpmd/phpmd": "^2.3",
2596
                "phpunit/phpunit": "^4",
2597
                "sebastian/phpcpd": "~2",
2598
                "sensiolabs/security-checker": "^3.0",
2599
                "squizlabs/php_codesniffer": "^2.3",
2600
                "symfony/console": "^2.7",
2601
                "symfony/filesystem": "^2.7",
2602
                "twig/twig": "^1.22"
2603
            },
2604
            "bin": [
2605
                "bin/qa-tools",
2606
                "bin/jshint"
2607
            ],
2608
            "type": "library",
2609
            "extra": {
2610
                "branch-alias": {
2611
                    "dev-master": "2.0-dev"
2612
                }
2613
            },
2614
            "autoload": {
2615
                "psr-0": {
2616
                    "Ibuildings": "src/"
2617
                }
2618
            },
2619
            "notification-url": "https://packagist.org/downloads/",
2620
            "license": [
2621
                "MIT"
2622
            ],
2623
            "description": "Ibuildings standard QA Tools",
2624
            "time": "2015-10-21 11:12:42"
2625
        },
2626
        {
2627
            "name": "instaclick/php-webdriver",
2628
            "version": "1.4.3",
2629
            "source": {
2630
                "type": "git",
2631
                "url": "https://github.com/instaclick/php-webdriver.git",
2632
                "reference": "0c20707dcf30a32728fd6bdeeab996c887fdb2fb"
2633
            },
2634
            "dist": {
2635
                "type": "zip",
2636
                "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/0c20707dcf30a32728fd6bdeeab996c887fdb2fb",
2637
                "reference": "0c20707dcf30a32728fd6bdeeab996c887fdb2fb",
2638
                "shasum": ""
2639
            },
2640
            "require": {
2641
                "ext-curl": "*",
2642
                "php": ">=5.3.2"
2643
            },
2644
            "require-dev": {
2645
                "satooshi/php-coveralls": "dev-master"
2646
            },
2647
            "type": "library",
2648
            "extra": {
2649
                "branch-alias": {
2650
                    "dev-master": "1.4.x-dev"
2651
                }
2652
            },
2653
            "autoload": {
2654
                "psr-0": {
2655
                    "WebDriver": "lib/"
2656
                }
2657
            },
2658
            "notification-url": "https://packagist.org/downloads/",
2659
            "license": [
2660
                "Apache-2.0"
2661
            ],
2662
            "authors": [
2663
                {
2664
                    "name": "Justin Bishop",
2665
                    "email": "[email protected]",
2666
                    "role": "Developer"
2667
                },
2668
                {
2669
                    "name": "Anthon Pang",
2670
                    "email": "[email protected]",
2671
                    "role": "Fork Maintainer"
2672
                }
2673
            ],
2674
            "description": "PHP WebDriver for Selenium 2",
2675
            "homepage": "http://instaclick.com/",
2676
            "keywords": [
2677
                "browser",
2678
                "selenium",
2679
                "webdriver",
2680
                "webtest"
2681
            ],
2682
            "time": "2015-06-15 20:19:33"
2683
        },
2684
        {
2685
            "name": "liip/rmt",
2686
            "version": "1.1.6",
2687
            "source": {
2688
                "type": "git",
2689
                "url": "https://github.com/liip/RMT.git",
2690
                "reference": "55e629e5957cef9342c9999fcc20a1e6e23567ee"
2691
            },
2692
            "dist": {
2693
                "type": "zip",
2694
                "url": "https://api.github.com/repos/liip/RMT/zipball/55e629e5957cef9342c9999fcc20a1e6e23567ee",
2695
                "reference": "55e629e5957cef9342c9999fcc20a1e6e23567ee",
2696
                "shasum": ""
2697
            },
2698
            "require": {
2699
                "php": ">=5.3.3",
2700
                "symfony/console": "~2.0",
2701
                "symfony/process": "~2.0",
2702
                "symfony/yaml": "~2.0",
2703
                "vierbergenlars/php-semver": "~3.0"
2704
            },
2705
            "bin": [
2706
                "RMT"
2707
            ],
2708
            "type": "library",
2709
            "autoload": {
2710
                "psr-0": {
2711
                    "Liip": "src"
2712
                }
2713
            },
2714
            "notification-url": "https://packagist.org/downloads/",
2715
            "license": [
2716
                "MIT"
2717
            ],
2718
            "authors": [
2719
                {
2720
                    "name": "Laurent Prodon",
2721
                    "email": "[email protected]",
2722
                    "role": "Developer"
2723
                },
2724
                {
2725
                    "name": "David Jeanmonod",
2726
                    "email": "[email protected]",
2727
                    "role": "Developer"
2728
                }
2729
            ],
2730
            "description": "Release Managment Tool: a handy tool to help releasing new version of your software",
2731
            "homepage": "http://github.com/liip/RMT",
2732
            "keywords": [
2733
                "post-release",
2734
                "pre-release",
2735
                "release",
2736
                "semantic versioning",
2737
                "vcs tag",
2738
                "version"
2739
            ],
2740
            "time": "2014-10-23 20:57:03"
2741
        },
2742
        {
2743
            "name": "matthiasnoback/symfony-config-test",
2744
            "version": "v1.3.1",
2745
            "source": {
2746
                "type": "git",
2747
                "url": "https://github.com/matthiasnoback/SymfonyConfigTest.git",
2748
                "reference": "502b6b7d7edeb6446b8797995515d206d0464317"
2749
            },
2750
            "dist": {
2751
                "type": "zip",
2752
                "url": "https://api.github.com/repos/matthiasnoback/SymfonyConfigTest/zipball/502b6b7d7edeb6446b8797995515d206d0464317",
2753
                "reference": "502b6b7d7edeb6446b8797995515d206d0464317",
2754
                "shasum": ""
2755
            },
2756
            "require": {
2757
                "php": ">=5.3",
2758
                "sebastian/exporter": "1.*",
2759
                "symfony/config": "~2.0|~3.0"
2760
            },
2761
            "require-dev": {
2762
                "phpunit/phpunit": ">=3.7"
2763
            },
2764
            "type": "library",
2765
            "autoload": {
2766
                "psr-4": {
2767
                    "Matthias\\SymfonyConfigTest\\": ""
2768
                }
2769
            },
2770
            "notification-url": "https://packagist.org/downloads/",
2771
            "license": [
2772
                "MIT"
2773
            ],
2774
            "authors": [
2775
                {
2776
                    "name": "Matthias Noback",
2777
                    "email": "[email protected]",
2778
                    "homepage": "http://php-and-symfony.matthiasnoback.nl"
2779
                }
2780
            ],
2781
            "description": "Library for testing user classes related to the Symfony Config Component",
2782
            "homepage": "https://github.com/matthiasnoback/SymfonyConfigTest",
2783
            "keywords": [
2784
                "config",
2785
                "phpunit",
2786
                "symfony"
2787
            ],
2788
            "time": "2015-11-12 15:34:25"
2789
        },
2790
        {
2791
            "name": "mockery/mockery",
2792
            "version": "0.9.4",
2793
            "source": {
2794
                "type": "git",
2795
                "url": "https://github.com/padraic/mockery.git",
2796
                "reference": "70bba85e4aabc9449626651f48b9018ede04f86b"
2797
            },
2798
            "dist": {
2799
                "type": "zip",
2800
                "url": "https://api.github.com/repos/padraic/mockery/zipball/70bba85e4aabc9449626651f48b9018ede04f86b",
2801
                "reference": "70bba85e4aabc9449626651f48b9018ede04f86b",
2802
                "shasum": ""
2803
            },
2804
            "require": {
2805
                "hamcrest/hamcrest-php": "~1.1",
2806
                "lib-pcre": ">=7.0",
2807
                "php": ">=5.3.2"
2808
            },
2809
            "require-dev": {
2810
                "phpunit/phpunit": "~4.0"
2811
            },
2812
            "type": "library",
2813
            "extra": {
2814
                "branch-alias": {
2815
                    "dev-master": "0.9.x-dev"
2816
                }
2817
            },
2818
            "autoload": {
2819
                "psr-0": {
2820
                    "Mockery": "library/"
2821
                }
2822
            },
2823
            "notification-url": "https://packagist.org/downloads/",
2824
            "license": [
2825
                "BSD-3-Clause"
2826
            ],
2827
            "authors": [
2828
                {
2829
                    "name": "Pádraic Brady",
2830
                    "email": "[email protected]",
2831
                    "homepage": "http://blog.astrumfutura.com"
2832
                },
2833
                {
2834
                    "name": "Dave Marshall",
2835
                    "email": "[email protected]",
2836
                    "homepage": "http://davedevelopment.co.uk"
2837
                }
2838
            ],
2839
            "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.",
2840
            "homepage": "http://github.com/padraic/mockery",
2841
            "keywords": [
2842
                "BDD",
2843
                "TDD",
2844
                "library",
2845
                "mock",
2846
                "mock objects",
2847
                "mockery",
2848
                "stub",
2849
                "test",
2850
                "test double",
2851
                "testing"
2852
            ],
2853
            "time": "2015-04-02 19:54:00"
2854
        },
2855
        {
2856
            "name": "pdepend/pdepend",
2857
            "version": "2.2.2",
2858
            "source": {
2859
                "type": "git",
2860
                "url": "https://github.com/pdepend/pdepend.git",
2861
                "reference": "d3ae0d084d526cdc6c3f1b858fb7148de77b41c5"
2862
            },
2863
            "dist": {
2864
                "type": "zip",
2865
                "url": "https://api.github.com/repos/pdepend/pdepend/zipball/d3ae0d084d526cdc6c3f1b858fb7148de77b41c5",
2866
                "reference": "d3ae0d084d526cdc6c3f1b858fb7148de77b41c5",
2867
                "shasum": ""
2868
            },
2869
            "require": {
2870
                "php": ">=5.3.7",
2871
                "symfony/config": "^2.3.0",
2872
                "symfony/dependency-injection": "^2.3.0",
2873
                "symfony/filesystem": "^2.3.0"
2874
            },
2875
            "require-dev": {
2876
                "phpunit/phpunit": "^4.0.0,<4.8",
2877
                "squizlabs/php_codesniffer": "^2.0.0"
2878
            },
2879
            "bin": [
2880
                "src/bin/pdepend"
2881
            ],
2882
            "type": "library",
2883
            "autoload": {
2884
                "psr-0": {
2885
                    "PDepend\\": "src/main/php/"
2886
                }
2887
            },
2888
            "notification-url": "https://packagist.org/downloads/",
2889
            "license": [
2890
                "BSD-3-Clause"
2891
            ],
2892
            "description": "Official version of pdepend to be handled with Composer",
2893
            "time": "2015-10-16 08:49:58"
2894
        },
2895
        {
2896
            "name": "phpdocumentor/reflection-docblock",
2897
            "version": "2.0.4",
2898
            "source": {
2899
                "type": "git",
2900
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2901
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
2902
            },
2903
            "dist": {
2904
                "type": "zip",
2905
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
2906
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
2907
                "shasum": ""
2908
            },
2909
            "require": {
2910
                "php": ">=5.3.3"
2911
            },
2912
            "require-dev": {
2913
                "phpunit/phpunit": "~4.0"
2914
            },
2915
            "suggest": {
2916
                "dflydev/markdown": "~1.0",
2917
                "erusev/parsedown": "~1.0"
2918
            },
2919
            "type": "library",
2920
            "extra": {
2921
                "branch-alias": {
2922
                    "dev-master": "2.0.x-dev"
2923
                }
2924
            },
2925
            "autoload": {
2926
                "psr-0": {
2927
                    "phpDocumentor": [
2928
                        "src/"
2929
                    ]
2930
                }
2931
            },
2932
            "notification-url": "https://packagist.org/downloads/",
2933
            "license": [
2934
                "MIT"
2935
            ],
2936
            "authors": [
2937
                {
2938
                    "name": "Mike van Riel",
2939
                    "email": "[email protected]"
2940
                }
2941
            ],
2942
            "time": "2015-02-03 12:10:50"
2943
        },
2944
        {
2945
            "name": "phpmd/phpmd",
2946
            "version": "2.3.2",
2947
            "source": {
2948
                "type": "git",
2949
                "url": "https://github.com/phpmd/phpmd.git",
2950
                "reference": "08b5bcd454a7148579b68931fc500d824afd3bb5"
2951
            },
2952
            "dist": {
2953
                "type": "zip",
2954
                "url": "https://api.github.com/repos/phpmd/phpmd/zipball/08b5bcd454a7148579b68931fc500d824afd3bb5",
2955
                "reference": "08b5bcd454a7148579b68931fc500d824afd3bb5",
2956
                "shasum": ""
2957
            },
2958
            "require": {
2959
                "pdepend/pdepend": "~2.0",
2960
                "php": ">=5.3.0"
2961
            },
2962
            "require-dev": {
2963
                "phpunit/phpunit": "^4.0",
2964
                "squizlabs/php_codesniffer": "^2.0"
2965
            },
2966
            "bin": [
2967
                "src/bin/phpmd"
2968
            ],
2969
            "type": "project",
2970
            "autoload": {
2971
                "psr-0": {
2972
                    "PHPMD\\": "src/main/php"
2973
                }
2974
            },
2975
            "notification-url": "https://packagist.org/downloads/",
2976
            "license": [
2977
                "BSD-3-Clause"
2978
            ],
2979
            "authors": [
2980
                {
2981
                    "name": "Manuel Pichler",
2982
                    "email": "[email protected]",
2983
                    "homepage": "https://github.com/manuelpichler",
2984
                    "role": "Project Founder"
2985
                },
2986
                {
2987
                    "name": "Other contributors",
2988
                    "homepage": "https://github.com/phpmd/phpmd/graphs/contributors",
2989
                    "role": "Contributors"
2990
                },
2991
                {
2992
                    "name": "Marc Würth",
2993
                    "email": "[email protected]",
2994
                    "homepage": "https://github.com/ravage84",
2995
                    "role": "Project Maintainer"
2996
                }
2997
            ],
2998
            "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
2999
            "homepage": "http://phpmd.org/",
3000
            "keywords": [
3001
                "mess detection",
3002
                "mess detector",
3003
                "pdepend",
3004
                "phpmd",
3005
                "pmd"
3006
            ],
3007
            "time": "2015-09-24 14:37:49"
3008
        },
3009
        {
3010
            "name": "phpspec/prophecy",
3011
            "version": "v1.5.0",
3012
            "source": {
3013
                "type": "git",
3014
                "url": "https://github.com/phpspec/prophecy.git",
3015
                "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
3016
            },
3017
            "dist": {
3018
                "type": "zip",
3019
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
3020
                "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
3021
                "shasum": ""
3022
            },
3023
            "require": {
3024
                "doctrine/instantiator": "^1.0.2",
3025
                "phpdocumentor/reflection-docblock": "~2.0",
3026
                "sebastian/comparator": "~1.1"
3027
            },
3028
            "require-dev": {
3029
                "phpspec/phpspec": "~2.0"
3030
            },
3031
            "type": "library",
3032
            "extra": {
3033
                "branch-alias": {
3034
                    "dev-master": "1.4.x-dev"
3035
                }
3036
            },
3037
            "autoload": {
3038
                "psr-0": {
3039
                    "Prophecy\\": "src/"
3040
                }
3041
            },
3042
            "notification-url": "https://packagist.org/downloads/",
3043
            "license": [
3044
                "MIT"
3045
            ],
3046
            "authors": [
3047
                {
3048
                    "name": "Konstantin Kudryashov",
3049
                    "email": "[email protected]",
3050
                    "homepage": "http://everzet.com"
3051
                },
3052
                {
3053
                    "name": "Marcello Duarte",
3054
                    "email": "[email protected]"
3055
                }
3056
            ],
3057
            "description": "Highly opinionated mocking framework for PHP 5.3+",
3058
            "homepage": "https://github.com/phpspec/prophecy",
3059
            "keywords": [
3060
                "Double",
3061
                "Dummy",
3062
                "fake",
3063
                "mock",
3064
                "spy",
3065
                "stub"
3066
            ],
3067
            "time": "2015-08-13 10:07:40"
3068
        },
3069
        {
3070
            "name": "phpunit/php-code-coverage",
3071
            "version": "2.2.4",
3072
            "source": {
3073
                "type": "git",
3074
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3075
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
3076
            },
3077
            "dist": {
3078
                "type": "zip",
3079
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
3080
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
3081
                "shasum": ""
3082
            },
3083
            "require": {
3084
                "php": ">=5.3.3",
3085
                "phpunit/php-file-iterator": "~1.3",
3086
                "phpunit/php-text-template": "~1.2",
3087
                "phpunit/php-token-stream": "~1.3",
3088
                "sebastian/environment": "^1.3.2",
3089
                "sebastian/version": "~1.0"
3090
            },
3091
            "require-dev": {
3092
                "ext-xdebug": ">=2.1.4",
3093
                "phpunit/phpunit": "~4"
3094
            },
3095
            "suggest": {
3096
                "ext-dom": "*",
3097
                "ext-xdebug": ">=2.2.1",
3098
                "ext-xmlwriter": "*"
3099
            },
3100
            "type": "library",
3101
            "extra": {
3102
                "branch-alias": {
3103
                    "dev-master": "2.2.x-dev"
3104
                }
3105
            },
3106
            "autoload": {
3107
                "classmap": [
3108
                    "src/"
3109
                ]
3110
            },
3111
            "notification-url": "https://packagist.org/downloads/",
3112
            "license": [
3113
                "BSD-3-Clause"
3114
            ],
3115
            "authors": [
3116
                {
3117
                    "name": "Sebastian Bergmann",
3118
                    "email": "[email protected]",
3119
                    "role": "lead"
3120
                }
3121
            ],
3122
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3123
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3124
            "keywords": [
3125
                "coverage",
3126
                "testing",
3127
                "xunit"
3128
            ],
3129
            "time": "2015-10-06 15:47:00"
3130
        },
3131
        {
3132
            "name": "phpunit/php-file-iterator",
3133
            "version": "1.4.1",
3134
            "source": {
3135
                "type": "git",
3136
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
3137
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
3138
            },
3139
            "dist": {
3140
                "type": "zip",
3141
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
3142
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
3143
                "shasum": ""
3144
            },
3145
            "require": {
3146
                "php": ">=5.3.3"
3147
            },
3148
            "type": "library",
3149
            "extra": {
3150
                "branch-alias": {
3151
                    "dev-master": "1.4.x-dev"
3152
                }
3153
            },
3154
            "autoload": {
3155
                "classmap": [
3156
                    "src/"
3157
                ]
3158
            },
3159
            "notification-url": "https://packagist.org/downloads/",
3160
            "license": [
3161
                "BSD-3-Clause"
3162
            ],
3163
            "authors": [
3164
                {
3165
                    "name": "Sebastian Bergmann",
3166
                    "email": "[email protected]",
3167
                    "role": "lead"
3168
                }
3169
            ],
3170
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3171
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3172
            "keywords": [
3173
                "filesystem",
3174
                "iterator"
3175
            ],
3176
            "time": "2015-06-21 13:08:43"
3177
        },
3178
        {
3179
            "name": "phpunit/php-text-template",
3180
            "version": "1.2.1",
3181
            "source": {
3182
                "type": "git",
3183
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
3184
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
3185
            },
3186
            "dist": {
3187
                "type": "zip",
3188
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3189
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3190
                "shasum": ""
3191
            },
3192
            "require": {
3193
                "php": ">=5.3.3"
3194
            },
3195
            "type": "library",
3196
            "autoload": {
3197
                "classmap": [
3198
                    "src/"
3199
                ]
3200
            },
3201
            "notification-url": "https://packagist.org/downloads/",
3202
            "license": [
3203
                "BSD-3-Clause"
3204
            ],
3205
            "authors": [
3206
                {
3207
                    "name": "Sebastian Bergmann",
3208
                    "email": "[email protected]",
3209
                    "role": "lead"
3210
                }
3211
            ],
3212
            "description": "Simple template engine.",
3213
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3214
            "keywords": [
3215
                "template"
3216
            ],
3217
            "time": "2015-06-21 13:50:34"
3218
        },
3219
        {
3220
            "name": "phpunit/php-timer",
3221
            "version": "1.0.7",
3222
            "source": {
3223
                "type": "git",
3224
                "url": "https://github.com/sebastianbergmann/php-timer.git",
3225
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
3226
            },
3227
            "dist": {
3228
                "type": "zip",
3229
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
3230
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
3231
                "shasum": ""
3232
            },
3233
            "require": {
3234
                "php": ">=5.3.3"
3235
            },
3236
            "type": "library",
3237
            "autoload": {
3238
                "classmap": [
3239
                    "src/"
3240
                ]
3241
            },
3242
            "notification-url": "https://packagist.org/downloads/",
3243
            "license": [
3244
                "BSD-3-Clause"
3245
            ],
3246
            "authors": [
3247
                {
3248
                    "name": "Sebastian Bergmann",
3249
                    "email": "[email protected]",
3250
                    "role": "lead"
3251
                }
3252
            ],
3253
            "description": "Utility class for timing",
3254
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
3255
            "keywords": [
3256
                "timer"
3257
            ],
3258
            "time": "2015-06-21 08:01:12"
3259
        },
3260
        {
3261
            "name": "phpunit/php-token-stream",
3262
            "version": "1.4.8",
3263
            "source": {
3264
                "type": "git",
3265
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3266
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
3267
            },
3268
            "dist": {
3269
                "type": "zip",
3270
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
3271
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
3272
                "shasum": ""
3273
            },
3274
            "require": {
3275
                "ext-tokenizer": "*",
3276
                "php": ">=5.3.3"
3277
            },
3278
            "require-dev": {
3279
                "phpunit/phpunit": "~4.2"
3280
            },
3281
            "type": "library",
3282
            "extra": {
3283
                "branch-alias": {
3284
                    "dev-master": "1.4-dev"
3285
                }
3286
            },
3287
            "autoload": {
3288
                "classmap": [
3289
                    "src/"
3290
                ]
3291
            },
3292
            "notification-url": "https://packagist.org/downloads/",
3293
            "license": [
3294
                "BSD-3-Clause"
3295
            ],
3296
            "authors": [
3297
                {
3298
                    "name": "Sebastian Bergmann",
3299
                    "email": "[email protected]"
3300
                }
3301
            ],
3302
            "description": "Wrapper around PHP's tokenizer extension.",
3303
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3304
            "keywords": [
3305
                "tokenizer"
3306
            ],
3307
            "time": "2015-09-15 10:49:45"
3308
        },
3309
        {
3310
            "name": "phpunit/phpunit",
3311
            "version": "4.8.18",
3312
            "source": {
3313
                "type": "git",
3314
                "url": "https://github.com/sebastianbergmann/phpunit.git",
3315
                "reference": "fa33d4ad96481b91df343d83e8c8aabed6b1dfd3"
3316
            },
3317
            "dist": {
3318
                "type": "zip",
3319
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fa33d4ad96481b91df343d83e8c8aabed6b1dfd3",
3320
                "reference": "fa33d4ad96481b91df343d83e8c8aabed6b1dfd3",
3321
                "shasum": ""
3322
            },
3323
            "require": {
3324
                "ext-dom": "*",
3325
                "ext-json": "*",
3326
                "ext-pcre": "*",
3327
                "ext-reflection": "*",
3328
                "ext-spl": "*",
3329
                "php": ">=5.3.3",
3330
                "phpspec/prophecy": "^1.3.1",
3331
                "phpunit/php-code-coverage": "~2.1",
3332
                "phpunit/php-file-iterator": "~1.4",
3333
                "phpunit/php-text-template": "~1.2",
3334
                "phpunit/php-timer": ">=1.0.6",
3335
                "phpunit/phpunit-mock-objects": "~2.3",
3336
                "sebastian/comparator": "~1.1",
3337
                "sebastian/diff": "~1.2",
3338
                "sebastian/environment": "~1.3",
3339
                "sebastian/exporter": "~1.2",
3340
                "sebastian/global-state": "~1.0",
3341
                "sebastian/version": "~1.0",
3342
                "symfony/yaml": "~2.1|~3.0"
3343
            },
3344
            "suggest": {
3345
                "phpunit/php-invoker": "~1.1"
3346
            },
3347
            "bin": [
3348
                "phpunit"
3349
            ],
3350
            "type": "library",
3351
            "extra": {
3352
                "branch-alias": {
3353
                    "dev-master": "4.8.x-dev"
3354
                }
3355
            },
3356
            "autoload": {
3357
                "classmap": [
3358
                    "src/"
3359
                ]
3360
            },
3361
            "notification-url": "https://packagist.org/downloads/",
3362
            "license": [
3363
                "BSD-3-Clause"
3364
            ],
3365
            "authors": [
3366
                {
3367
                    "name": "Sebastian Bergmann",
3368
                    "email": "[email protected]",
3369
                    "role": "lead"
3370
                }
3371
            ],
3372
            "description": "The PHP Unit Testing framework.",
3373
            "homepage": "https://phpunit.de/",
3374
            "keywords": [
3375
                "phpunit",
3376
                "testing",
3377
                "xunit"
3378
            ],
3379
            "time": "2015-11-11 11:32:49"
3380
        },
3381
        {
3382
            "name": "phpunit/phpunit-mock-objects",
3383
            "version": "2.3.8",
3384
            "source": {
3385
                "type": "git",
3386
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
3387
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
3388
            },
3389
            "dist": {
3390
                "type": "zip",
3391
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
3392
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
3393
                "shasum": ""
3394
            },
3395
            "require": {
3396
                "doctrine/instantiator": "^1.0.2",
3397
                "php": ">=5.3.3",
3398
                "phpunit/php-text-template": "~1.2",
3399
                "sebastian/exporter": "~1.2"
3400
            },
3401
            "require-dev": {
3402
                "phpunit/phpunit": "~4.4"
3403
            },
3404
            "suggest": {
3405
                "ext-soap": "*"
3406
            },
3407
            "type": "library",
3408
            "extra": {
3409
                "branch-alias": {
3410
                    "dev-master": "2.3.x-dev"
3411
                }
3412
            },
3413
            "autoload": {
3414
                "classmap": [
3415
                    "src/"
3416
                ]
3417
            },
3418
            "notification-url": "https://packagist.org/downloads/",
3419
            "license": [
3420
                "BSD-3-Clause"
3421
            ],
3422
            "authors": [
3423
                {
3424
                    "name": "Sebastian Bergmann",
3425
                    "email": "[email protected]",
3426
                    "role": "lead"
3427
                }
3428
            ],
3429
            "description": "Mock Object library for PHPUnit",
3430
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
3431
            "keywords": [
3432
                "mock",
3433
                "xunit"
3434
            ],
3435
            "time": "2015-10-02 06:51:40"
3436
        },
3437
        {
3438
            "name": "sebastian/comparator",
3439
            "version": "1.2.0",
3440
            "source": {
3441
                "type": "git",
3442
                "url": "https://github.com/sebastianbergmann/comparator.git",
3443
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
3444
            },
3445
            "dist": {
3446
                "type": "zip",
3447
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
3448
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
3449
                "shasum": ""
3450
            },
3451
            "require": {
3452
                "php": ">=5.3.3",
3453
                "sebastian/diff": "~1.2",
3454
                "sebastian/exporter": "~1.2"
3455
            },
3456
            "require-dev": {
3457
                "phpunit/phpunit": "~4.4"
3458
            },
3459
            "type": "library",
3460
            "extra": {
3461
                "branch-alias": {
3462
                    "dev-master": "1.2.x-dev"
3463
                }
3464
            },
3465
            "autoload": {
3466
                "classmap": [
3467
                    "src/"
3468
                ]
3469
            },
3470
            "notification-url": "https://packagist.org/downloads/",
3471
            "license": [
3472
                "BSD-3-Clause"
3473
            ],
3474
            "authors": [
3475
                {
3476
                    "name": "Jeff Welch",
3477
                    "email": "[email protected]"
3478
                },
3479
                {
3480
                    "name": "Volker Dusch",
3481
                    "email": "[email protected]"
3482
                },
3483
                {
3484
                    "name": "Bernhard Schussek",
3485
                    "email": "[email protected]"
3486
                },
3487
                {
3488
                    "name": "Sebastian Bergmann",
3489
                    "email": "[email protected]"
3490
                }
3491
            ],
3492
            "description": "Provides the functionality to compare PHP values for equality",
3493
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
3494
            "keywords": [
3495
                "comparator",
3496
                "compare",
3497
                "equality"
3498
            ],
3499
            "time": "2015-07-26 15:48:44"
3500
        },
3501
        {
3502
            "name": "sebastian/diff",
3503
            "version": "1.3.0",
3504
            "source": {
3505
                "type": "git",
3506
                "url": "https://github.com/sebastianbergmann/diff.git",
3507
                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
3508
            },
3509
            "dist": {
3510
                "type": "zip",
3511
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
3512
                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
3513
                "shasum": ""
3514
            },
3515
            "require": {
3516
                "php": ">=5.3.3"
3517
            },
3518
            "require-dev": {
3519
                "phpunit/phpunit": "~4.2"
3520
            },
3521
            "type": "library",
3522
            "extra": {
3523
                "branch-alias": {
3524
                    "dev-master": "1.3-dev"
3525
                }
3526
            },
3527
            "autoload": {
3528
                "classmap": [
3529
                    "src/"
3530
                ]
3531
            },
3532
            "notification-url": "https://packagist.org/downloads/",
3533
            "license": [
3534
                "BSD-3-Clause"
3535
            ],
3536
            "authors": [
3537
                {
3538
                    "name": "Kore Nordmann",
3539
                    "email": "[email protected]"
3540
                },
3541
                {
3542
                    "name": "Sebastian Bergmann",
3543
                    "email": "[email protected]"
3544
                }
3545
            ],
3546
            "description": "Diff implementation",
3547
            "homepage": "http://www.github.com/sebastianbergmann/diff",
3548
            "keywords": [
3549
                "diff"
3550
            ],
3551
            "time": "2015-02-22 15:13:53"
3552
        },
3553
        {
3554
            "name": "sebastian/environment",
3555
            "version": "1.3.2",
3556
            "source": {
3557
                "type": "git",
3558
                "url": "https://github.com/sebastianbergmann/environment.git",
3559
                "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44"
3560
            },
3561
            "dist": {
3562
                "type": "zip",
3563
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6324c907ce7a52478eeeaede764f48733ef5ae44",
3564
                "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44",
3565
                "shasum": ""
3566
            },
3567
            "require": {
3568
                "php": ">=5.3.3"
3569
            },
3570
            "require-dev": {
3571
                "phpunit/phpunit": "~4.4"
3572
            },
3573
            "type": "library",
3574
            "extra": {
3575
                "branch-alias": {
3576
                    "dev-master": "1.3.x-dev"
3577
                }
3578
            },
3579
            "autoload": {
3580
                "classmap": [
3581
                    "src/"
3582
                ]
3583
            },
3584
            "notification-url": "https://packagist.org/downloads/",
3585
            "license": [
3586
                "BSD-3-Clause"
3587
            ],
3588
            "authors": [
3589
                {
3590
                    "name": "Sebastian Bergmann",
3591
                    "email": "[email protected]"
3592
                }
3593
            ],
3594
            "description": "Provides functionality to handle HHVM/PHP environments",
3595
            "homepage": "http://www.github.com/sebastianbergmann/environment",
3596
            "keywords": [
3597
                "Xdebug",
3598
                "environment",
3599
                "hhvm"
3600
            ],
3601
            "time": "2015-08-03 06:14:51"
3602
        },
3603
        {
3604
            "name": "sebastian/exporter",
3605
            "version": "1.2.1",
3606
            "source": {
3607
                "type": "git",
3608
                "url": "https://github.com/sebastianbergmann/exporter.git",
3609
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
3610
            },
3611
            "dist": {
3612
                "type": "zip",
3613
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
3614
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
3615
                "shasum": ""
3616
            },
3617
            "require": {
3618
                "php": ">=5.3.3",
3619
                "sebastian/recursion-context": "~1.0"
3620
            },
3621
            "require-dev": {
3622
                "phpunit/phpunit": "~4.4"
3623
            },
3624
            "type": "library",
3625
            "extra": {
3626
                "branch-alias": {
3627
                    "dev-master": "1.2.x-dev"
3628
                }
3629
            },
3630
            "autoload": {
3631
                "classmap": [
3632
                    "src/"
3633
                ]
3634
            },
3635
            "notification-url": "https://packagist.org/downloads/",
3636
            "license": [
3637
                "BSD-3-Clause"
3638
            ],
3639
            "authors": [
3640
                {
3641
                    "name": "Jeff Welch",
3642
                    "email": "[email protected]"
3643
                },
3644
                {
3645
                    "name": "Volker Dusch",
3646
                    "email": "[email protected]"
3647
                },
3648
                {
3649
                    "name": "Bernhard Schussek",
3650
                    "email": "[email protected]"
3651
                },
3652
                {
3653
                    "name": "Sebastian Bergmann",
3654
                    "email": "[email protected]"
3655
                },
3656
                {
3657
                    "name": "Adam Harvey",
3658
                    "email": "[email protected]"
3659
                }
3660
            ],
3661
            "description": "Provides the functionality to export PHP variables for visualization",
3662
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
3663
            "keywords": [
3664
                "export",
3665
                "exporter"
3666
            ],
3667
            "time": "2015-06-21 07:55:53"
3668
        },
3669
        {
3670
            "name": "sebastian/finder-facade",
3671
            "version": "1.2.0",
3672
            "source": {
3673
                "type": "git",
3674
                "url": "https://github.com/sebastianbergmann/finder-facade.git",
3675
                "reference": "a520dcc3dd39160eea480daa3426f4fd419a327b"
3676
            },
3677
            "dist": {
3678
                "type": "zip",
3679
                "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/a520dcc3dd39160eea480daa3426f4fd419a327b",
3680
                "reference": "a520dcc3dd39160eea480daa3426f4fd419a327b",
3681
                "shasum": ""
3682
            },
3683
            "require": {
3684
                "symfony/finder": "~2.3",
3685
                "theseer/fdomdocument": "~1.3"
3686
            },
3687
            "type": "library",
3688
            "autoload": {
3689
                "classmap": [
3690
                    "src/"
3691
                ]
3692
            },
3693
            "notification-url": "https://packagist.org/downloads/",
3694
            "license": [
3695
                "BSD-3-Clause"
3696
            ],
3697
            "authors": [
3698
                {
3699
                    "name": "Sebastian Bergmann",
3700
                    "email": "[email protected]",
3701
                    "role": "lead"
3702
                }
3703
            ],
3704
            "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
3705
            "homepage": "https://github.com/sebastianbergmann/finder-facade",
3706
            "time": "2015-06-04 08:11:58"
3707
        },
3708
        {
3709
            "name": "sebastian/global-state",
3710
            "version": "1.1.1",
3711
            "source": {
3712
                "type": "git",
3713
                "url": "https://github.com/sebastianbergmann/global-state.git",
3714
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
3715
            },
3716
            "dist": {
3717
                "type": "zip",
3718
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
3719
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
3720
                "shasum": ""
3721
            },
3722
            "require": {
3723
                "php": ">=5.3.3"
3724
            },
3725
            "require-dev": {
3726
                "phpunit/phpunit": "~4.2"
3727
            },
3728
            "suggest": {
3729
                "ext-uopz": "*"
3730
            },
3731
            "type": "library",
3732
            "extra": {
3733
                "branch-alias": {
3734
                    "dev-master": "1.0-dev"
3735
                }
3736
            },
3737
            "autoload": {
3738
                "classmap": [
3739
                    "src/"
3740
                ]
3741
            },
3742
            "notification-url": "https://packagist.org/downloads/",
3743
            "license": [
3744
                "BSD-3-Clause"
3745
            ],
3746
            "authors": [
3747
                {
3748
                    "name": "Sebastian Bergmann",
3749
                    "email": "[email protected]"
3750
                }
3751
            ],
3752
            "description": "Snapshotting of global state",
3753
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
3754
            "keywords": [
3755
                "global state"
3756
            ],
3757
            "time": "2015-10-12 03:26:01"
3758
        },
3759
        {
3760
            "name": "sebastian/phpcpd",
3761
            "version": "2.0.2",
3762
            "source": {
3763
                "type": "git",
3764
                "url": "https://github.com/sebastianbergmann/phpcpd.git",
3765
                "reference": "d3ad100fdf15805495f6ff19f473f4314c99390c"
3766
            },
3767
            "dist": {
3768
                "type": "zip",
3769
                "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/d3ad100fdf15805495f6ff19f473f4314c99390c",
3770
                "reference": "d3ad100fdf15805495f6ff19f473f4314c99390c",
3771
                "shasum": ""
3772
            },
3773
            "require": {
3774
                "php": ">=5.3.3",
3775
                "phpunit/php-timer": "~1.0",
3776
                "sebastian/finder-facade": "~1.1",
3777
                "sebastian/version": "~1.0",
3778
                "symfony/console": "~2.2",
3779
                "theseer/fdomdocument": "~1.4"
3780
            },
3781
            "bin": [
3782
                "phpcpd"
3783
            ],
3784
            "type": "library",
3785
            "extra": {
3786
                "branch-alias": {
3787
                    "dev-master": "2.0-dev"
3788
                }
3789
            },
3790
            "autoload": {
3791
                "classmap": [
3792
                    "src/"
3793
                ]
3794
            },
3795
            "notification-url": "https://packagist.org/downloads/",
3796
            "license": [
3797
                "BSD-3-Clause"
3798
            ],
3799
            "authors": [
3800
                {
3801
                    "name": "Sebastian Bergmann",
3802
                    "email": "[email protected]",
3803
                    "role": "lead"
3804
                }
3805
            ],
3806
            "description": "Copy/Paste Detector (CPD) for PHP code.",
3807
            "homepage": "https://github.com/sebastianbergmann/phpcpd",
3808
            "time": "2015-03-26 14:47:38"
3809
        },
3810
        {
3811
            "name": "sebastian/recursion-context",
3812
            "version": "1.0.1",
3813
            "source": {
3814
                "type": "git",
3815
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
3816
                "reference": "994d4a811bafe801fb06dccbee797863ba2792ba"
3817
            },
3818
            "dist": {
3819
                "type": "zip",
3820
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba",
3821
                "reference": "994d4a811bafe801fb06dccbee797863ba2792ba",
3822
                "shasum": ""
3823
            },
3824
            "require": {
3825
                "php": ">=5.3.3"
3826
            },
3827
            "require-dev": {
3828
                "phpunit/phpunit": "~4.4"
3829
            },
3830
            "type": "library",
3831
            "extra": {
3832
                "branch-alias": {
3833
                    "dev-master": "1.0.x-dev"
3834
                }
3835
            },
3836
            "autoload": {
3837
                "classmap": [
3838
                    "src/"
3839
                ]
3840
            },
3841
            "notification-url": "https://packagist.org/downloads/",
3842
            "license": [
3843
                "BSD-3-Clause"
3844
            ],
3845
            "authors": [
3846
                {
3847
                    "name": "Jeff Welch",
3848
                    "email": "[email protected]"
3849
                },
3850
                {
3851
                    "name": "Sebastian Bergmann",
3852
                    "email": "[email protected]"
3853
                },
3854
                {
3855
                    "name": "Adam Harvey",
3856
                    "email": "[email protected]"
3857
                }
3858
            ],
3859
            "description": "Provides functionality to recursively process PHP variables",
3860
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3861
            "time": "2015-06-21 08:04:50"
3862
        },
3863
        {
3864
            "name": "sebastian/version",
3865
            "version": "1.0.6",
3866
            "source": {
3867
                "type": "git",
3868
                "url": "https://github.com/sebastianbergmann/version.git",
3869
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
3870
            },
3871
            "dist": {
3872
                "type": "zip",
3873
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
3874
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
3875
                "shasum": ""
3876
            },
3877
            "type": "library",
3878
            "autoload": {
3879
                "classmap": [
3880
                    "src/"
3881
                ]
3882
            },
3883
            "notification-url": "https://packagist.org/downloads/",
3884
            "license": [
3885
                "BSD-3-Clause"
3886
            ],
3887
            "authors": [
3888
                {
3889
                    "name": "Sebastian Bergmann",
3890
                    "email": "[email protected]",
3891
                    "role": "lead"
3892
                }
3893
            ],
3894
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3895
            "homepage": "https://github.com/sebastianbergmann/version",
3896
            "time": "2015-06-21 13:59:46"
3897
        },
3898
        {
3899
            "name": "sensio/generator-bundle",
3900
            "version": "v2.5.3",
3901
            "target-dir": "Sensio/Bundle/GeneratorBundle",
3902
            "source": {
3903
                "type": "git",
3904
                "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
3905
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3"
3906
            },
3907
            "dist": {
3908
                "type": "zip",
3909
                "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/e50108c2133ee5c9c484555faed50c17a61221d3",
3910
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3",
3911
                "shasum": ""
3912
            },
3913
            "require": {
3914
                "symfony/console": "~2.5",
3915
                "symfony/framework-bundle": "~2.2"
3916
            },
3917
            "require-dev": {
3918
                "doctrine/orm": "~2.2,>=2.2.3",
3919
                "symfony/doctrine-bridge": "~2.2",
3920
                "twig/twig": "~1.11"
3921
            },
3922
            "type": "symfony-bundle",
3923
            "extra": {
3924
                "branch-alias": {
3925
                    "dev-master": "2.5.x-dev"
3926
                }
3927
            },
3928
            "autoload": {
3929
                "psr-0": {
3930
                    "Sensio\\Bundle\\GeneratorBundle": ""
3931
                }
3932
            },
3933
            "notification-url": "https://packagist.org/downloads/",
3934
            "license": [
3935
                "MIT"
3936
            ],
3937
            "authors": [
3938
                {
3939
                    "name": "Fabien Potencier",
3940
                    "email": "[email protected]"
3941
                }
3942
            ],
3943
            "description": "This bundle generates code for you",
3944
            "time": "2015-03-17 06:36:52"
3945
        },
3946
        {
3947
            "name": "squizlabs/php_codesniffer",
3948
            "version": "2.4.0",
3949
            "source": {
3950
                "type": "git",
3951
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
3952
                "reference": "32a879f4f35019d78d568db2885d7779ca084a33"
3953
            },
3954
            "dist": {
3955
                "type": "zip",
3956
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/32a879f4f35019d78d568db2885d7779ca084a33",
3957
                "reference": "32a879f4f35019d78d568db2885d7779ca084a33",
3958
                "shasum": ""
3959
            },
3960
            "require": {
3961
                "ext-tokenizer": "*",
3962
                "ext-xmlwriter": "*",
3963
                "php": ">=5.1.2"
3964
            },
3965
            "bin": [
3966
                "scripts/phpcs",
3967
                "scripts/phpcbf"
3968
            ],
3969
            "type": "library",
3970
            "extra": {
3971
                "branch-alias": {
3972
                    "dev-master": "2.0.x-dev"
3973
                }
3974
            },
3975
            "autoload": {
3976
                "classmap": [
3977
                    "CodeSniffer.php",
3978
                    "CodeSniffer/CLI.php",
3979
                    "CodeSniffer/Exception.php",
3980
                    "CodeSniffer/File.php",
3981
                    "CodeSniffer/Fixer.php",
3982
                    "CodeSniffer/Report.php",
3983
                    "CodeSniffer/Reporting.php",
3984
                    "CodeSniffer/Sniff.php",
3985
                    "CodeSniffer/Tokens.php",
3986
                    "CodeSniffer/Reports/",
3987
                    "CodeSniffer/Tokenizers/",
3988
                    "CodeSniffer/DocGenerators/",
3989
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
3990
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
3991
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
3992
                    "CodeSniffer/Standards/IncorrectPatternException.php",
3993
                    "CodeSniffer/Standards/Generic/Sniffs/",
3994
                    "CodeSniffer/Standards/MySource/Sniffs/",
3995
                    "CodeSniffer/Standards/PEAR/Sniffs/",
3996
                    "CodeSniffer/Standards/PSR1/Sniffs/",
3997
                    "CodeSniffer/Standards/PSR2/Sniffs/",
3998
                    "CodeSniffer/Standards/Squiz/Sniffs/",
3999
                    "CodeSniffer/Standards/Zend/Sniffs/"
4000
                ]
4001
            },
4002
            "notification-url": "https://packagist.org/downloads/",
4003
            "license": [
4004
                "BSD-3-Clause"
4005
            ],
4006
            "authors": [
4007
                {
4008
                    "name": "Greg Sherwood",
4009
                    "role": "lead"
4010
                }
4011
            ],
4012
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
4013
            "homepage": "http://www.squizlabs.com/php-codesniffer",
4014
            "keywords": [
4015
                "phpcs",
4016
                "standards"
4017
            ],
4018
            "time": "2015-11-23 21:30:59"
4019
        },
4020
        {
4021
            "name": "theseer/fdomdocument",
4022
            "version": "1.6.1",
4023
            "source": {
4024
                "type": "git",
4025
                "url": "https://github.com/theseer/fDOMDocument.git",
4026
                "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684"
4027
            },
4028
            "dist": {
4029
                "type": "zip",
4030
                "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/d9ad139d6c2e8edf5e313ffbe37ff13344cf0684",
4031
                "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684",
4032
                "shasum": ""
4033
            },
4034
            "require": {
4035
                "ext-dom": "*",
4036
                "lib-libxml": "*",
4037
                "php": ">=5.3.3"
4038
            },
4039
            "type": "library",
4040
            "autoload": {
4041
                "classmap": [
4042
                    "src/"
4043
                ]
4044
            },
4045
            "notification-url": "https://packagist.org/downloads/",
4046
            "license": [
4047
                "BSD-3-Clause"
4048
            ],
4049
            "authors": [
4050
                {
4051
                    "name": "Arne Blankerts",
4052
                    "email": "[email protected]",
4053
                    "role": "lead"
4054
                }
4055
            ],
4056
            "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.",
4057
            "homepage": "https://github.com/theseer/fDOMDocument",
4058
            "time": "2015-05-27 22:58:02"
4059
        },
4060
        {
4061
            "name": "vierbergenlars/php-semver",
4062
            "version": "3.0.1",
4063
            "source": {
4064
                "type": "git",
4065
                "url": "https://github.com/vierbergenlars/php-semver.git",
4066
                "reference": "516bb3061577e60e9420cbecc479362d3ad8c7f1"
4067
            },
4068
            "dist": {
4069
                "type": "zip",
4070
                "url": "https://api.github.com/repos/vierbergenlars/php-semver/zipball/516bb3061577e60e9420cbecc479362d3ad8c7f1",
4071
                "reference": "516bb3061577e60e9420cbecc479362d3ad8c7f1",
4072
                "shasum": ""
4073
            },
4074
            "require": {
4075
                "php": ">=5.3.0"
4076
            },
4077
            "require-dev": {
4078
                "simpletest/simpletest": "1.1.*"
4079
            },
4080
            "bin": [
4081
                "bin/semver",
4082
                "bin/update-versions"
4083
            ],
4084
            "type": "library",
4085
            "autoload": {
4086
                "psr-0": {
4087
                    "vierbergenlars\\SemVer\\": "src/",
4088
                    "vierbergenlars\\LibJs\\": "src/"
4089
                },
4090
                "classmap": [
4091
                    "src/vierbergenlars/SemVer/internal.php"
4092
                ]
4093
            },
4094
            "notification-url": "https://packagist.org/downloads/",
4095
            "license": [
4096
                "MIT"
4097
            ],
4098
            "authors": [
4099
                {
4100
                    "name": "Lars Vierbergen",
4101
                    "email": "[email protected]"
4102
                }
4103
            ],
4104
            "description": "The Semantic Versioner for PHP",
4105
            "keywords": [
4106
                "semantic",
4107
                "semver",
4108
                "versioning"
4109
            ],
4110
            "time": "2015-05-02 19:28:54"
4111
        }
4112
    ],
4113
    "aliases": [],
4114
    "minimum-stability": "stable",
4115
    "stability-flags": {
4116
        "ibuildings/qa-tools": 20
4117
    },
4118
    "prefer-stable": false,
4119
    "prefer-lowest": false,
4120
    "platform": [],
4121
    "platform-dev": []
4122
}
4123