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

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "d38658b2ede82df2d2abd1cfea7fc806",
8
    "content-hash": "7b30bae8687f549380d828e9df402507",
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",
463
            "version": "6.1.0",
464
            "source": {
465
                "type": "git",
466
                "url": "https://github.com/guzzle/guzzle.git",
467
                "reference": "66fd14b4d0b8f2389eaf37c5458608c7cb793a81"
468
            },
469
            "dist": {
470
                "type": "zip",
471
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/66fd14b4d0b8f2389eaf37c5458608c7cb793a81",
472
                "reference": "66fd14b4d0b8f2389eaf37c5458608c7cb793a81",
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-09-08 17:36:26"
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.1",
635
            "source": {
636
                "type": "git",
637
                "url": "https://github.com/Incenteev/ParameterHandler.git",
638
                "reference": "84a205fe80a46101607bafbc423019527893ddd0"
639
            },
640
            "dist": {
641
                "type": "zip",
642
                "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/84a205fe80a46101607bafbc423019527893ddd0",
643
                "reference": "84a205fe80a46101607bafbc423019527893ddd0",
644
                "shasum": ""
645
            },
646
            "require": {
647
                "php": ">=5.3.3",
648
                "symfony/yaml": "~2.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-06-03 08:27:03"
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": "nikic/php-parser",
1044
            "version": "v0.9.1",
1045
            "source": {
1046
                "type": "git",
1047
                "url": "https://github.com/nikic/PHP-Parser.git",
1048
                "reference": "b1cc9ce676b4350b23d0fafc8244d08eee2fe287"
1049
            },
1050
            "dist": {
1051
                "type": "zip",
1052
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/b1cc9ce676b4350b23d0fafc8244d08eee2fe287",
1053
                "reference": "b1cc9ce676b4350b23d0fafc8244d08eee2fe287",
1054
                "shasum": ""
1055
            },
1056
            "require": {
1057
                "php": ">=5.2"
1058
            },
1059
            "type": "library",
1060
            "autoload": {
1061
                "psr-0": {
1062
                    "PHPParser": "lib/"
1063
                }
1064
            },
1065
            "notification-url": "https://packagist.org/downloads/",
1066
            "license": [
1067
                "BSD"
1068
            ],
1069
            "authors": [
1070
                {
1071
                    "name": "Nikita Popov"
1072
                }
1073
            ],
1074
            "description": "A PHP parser written in PHP",
1075
            "keywords": [
1076
                "parser",
1077
                "php"
1078
            ],
1079
            "time": "2012-04-23 22:52:11"
1080
        },
1081
        {
1082
            "name": "psr/http-message",
1083
            "version": "1.0",
1084
            "source": {
1085
                "type": "git",
1086
                "url": "https://github.com/php-fig/http-message.git",
1087
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
1088
            },
1089
            "dist": {
1090
                "type": "zip",
1091
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
1092
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
1093
                "shasum": ""
1094
            },
1095
            "require": {
1096
                "php": ">=5.3.0"
1097
            },
1098
            "type": "library",
1099
            "extra": {
1100
                "branch-alias": {
1101
                    "dev-master": "1.0.x-dev"
1102
                }
1103
            },
1104
            "autoload": {
1105
                "psr-4": {
1106
                    "Psr\\Http\\Message\\": "src/"
1107
                }
1108
            },
1109
            "notification-url": "https://packagist.org/downloads/",
1110
            "license": [
1111
                "MIT"
1112
            ],
1113
            "authors": [
1114
                {
1115
                    "name": "PHP-FIG",
1116
                    "homepage": "http://www.php-fig.org/"
1117
                }
1118
            ],
1119
            "description": "Common interface for HTTP messages",
1120
            "keywords": [
1121
                "http",
1122
                "http-message",
1123
                "psr",
1124
                "psr-7",
1125
                "request",
1126
                "response"
1127
            ],
1128
            "time": "2015-05-04 20:22:00"
1129
        },
1130
        {
1131
            "name": "psr/log",
1132
            "version": "1.0.0",
1133
            "source": {
1134
                "type": "git",
1135
                "url": "https://github.com/php-fig/log.git",
1136
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
1137
            },
1138
            "dist": {
1139
                "type": "zip",
1140
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
1141
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
1142
                "shasum": ""
1143
            },
1144
            "type": "library",
1145
            "autoload": {
1146
                "psr-0": {
1147
                    "Psr\\Log\\": ""
1148
                }
1149
            },
1150
            "notification-url": "https://packagist.org/downloads/",
1151
            "license": [
1152
                "MIT"
1153
            ],
1154
            "authors": [
1155
                {
1156
                    "name": "PHP-FIG",
1157
                    "homepage": "http://www.php-fig.org/"
1158
                }
1159
            ],
1160
            "description": "Common interface for logging libraries",
1161
            "keywords": [
1162
                "log",
1163
                "psr",
1164
                "psr-3"
1165
            ],
1166
            "time": "2012-12-21 11:40:51"
1167
        },
1168
        {
1169
            "name": "robrichards/xmlseclibs",
1170
            "version": "1.4.1",
1171
            "source": {
1172
                "type": "git",
1173
                "url": "https://github.com/robrichards/xmlseclibs.git",
1174
                "reference": "465f18a8e1196c279b1298a3b08bcbee71ea4e4e"
1175
            },
1176
            "dist": {
1177
                "type": "zip",
1178
                "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/465f18a8e1196c279b1298a3b08bcbee71ea4e4e",
1179
                "reference": "465f18a8e1196c279b1298a3b08bcbee71ea4e4e",
1180
                "shasum": ""
1181
            },
1182
            "require": {
1183
                "php": ">= 5.2"
1184
            },
1185
            "suggest": {
1186
                "ext/mcrypt": "MCrypt extension",
1187
                "ext/openssl": "OpenSSL extension"
1188
            },
1189
            "type": "library",
1190
            "autoload": {
1191
                "classmap": [
1192
                    "src/"
1193
                ]
1194
            },
1195
            "notification-url": "https://packagist.org/downloads/",
1196
            "license": [
1197
                "BSD-3-Clause"
1198
            ],
1199
            "description": "A PHP library for XML Security",
1200
            "homepage": "https://github.com/robrichards/xmlseclibs",
1201
            "keywords": [
1202
                "security",
1203
                "signature",
1204
                "xml",
1205
                "xmldsig"
1206
            ],
1207
            "time": "2015-07-31 12:22:14"
1208
        },
1209
        {
1210
            "name": "sensio/distribution-bundle",
1211
            "version": "v4.0.3",
1212
            "target-dir": "Sensio/Bundle/DistributionBundle",
1213
            "source": {
1214
                "type": "git",
1215
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
1216
                "reference": "2d061c01e708c83ede4720e2551d9449bf606c0a"
1217
            },
1218
            "dist": {
1219
                "type": "zip",
1220
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/2d061c01e708c83ede4720e2551d9449bf606c0a",
1221
                "reference": "2d061c01e708c83ede4720e2551d9449bf606c0a",
1222
                "shasum": ""
1223
            },
1224
            "require": {
1225
                "php": ">=5.3.9",
1226
                "sensiolabs/security-checker": "~3.0",
1227
                "symfony/class-loader": "~2.2",
1228
                "symfony/framework-bundle": "~2.3",
1229
                "symfony/process": "~2.2"
1230
            },
1231
            "require-dev": {
1232
                "symfony/form": "~2.2",
1233
                "symfony/validator": "~2.2",
1234
                "symfony/yaml": "~2.2"
1235
            },
1236
            "suggest": {
1237
                "symfony/form": "If you want to use the configurator",
1238
                "symfony/validator": "If you want to use the configurator",
1239
                "symfony/yaml": "If you want to use  the configurator"
1240
            },
1241
            "type": "symfony-bundle",
1242
            "extra": {
1243
                "branch-alias": {
1244
                    "dev-master": "4.0.x-dev"
1245
                }
1246
            },
1247
            "autoload": {
1248
                "psr-0": {
1249
                    "Sensio\\Bundle\\DistributionBundle": ""
1250
                }
1251
            },
1252
            "notification-url": "https://packagist.org/downloads/",
1253
            "license": [
1254
                "MIT"
1255
            ],
1256
            "authors": [
1257
                {
1258
                    "name": "Fabien Potencier",
1259
                    "email": "[email protected]"
1260
                }
1261
            ],
1262
            "description": "Base bundle for Symfony Distributions",
1263
            "keywords": [
1264
                "configuration",
1265
                "distribution"
1266
            ],
1267
            "time": "2015-10-27 18:48:08"
1268
        },
1269
        {
1270
            "name": "sensio/framework-extra-bundle",
1271
            "version": "v3.0.11",
1272
            "source": {
1273
                "type": "git",
1274
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
1275
                "reference": "a79e205737b58d557c05caef6dfa8f94d8084bca"
1276
            },
1277
            "dist": {
1278
                "type": "zip",
1279
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/a79e205737b58d557c05caef6dfa8f94d8084bca",
1280
                "reference": "a79e205737b58d557c05caef6dfa8f94d8084bca",
1281
                "shasum": ""
1282
            },
1283
            "require": {
1284
                "doctrine/common": "~2.2",
1285
                "symfony/framework-bundle": "~2.3|~3.0"
1286
            },
1287
            "require-dev": {
1288
                "symfony/expression-language": "~2.4|~3.0",
1289
                "symfony/security-bundle": "~2.4|~3.0"
1290
            },
1291
            "suggest": {
1292
                "symfony/expression-language": "",
1293
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
1294
                "symfony/security-bundle": ""
1295
            },
1296
            "type": "symfony-bundle",
1297
            "extra": {
1298
                "branch-alias": {
1299
                    "dev-master": "3.0.x-dev"
1300
                }
1301
            },
1302
            "autoload": {
1303
                "psr-4": {
1304
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
1305
                }
1306
            },
1307
            "notification-url": "https://packagist.org/downloads/",
1308
            "license": [
1309
                "MIT"
1310
            ],
1311
            "authors": [
1312
                {
1313
                    "name": "Fabien Potencier",
1314
                    "email": "[email protected]"
1315
                }
1316
            ],
1317
            "description": "This bundle provides a way to configure your controllers with annotations",
1318
            "keywords": [
1319
                "annotations",
1320
                "controllers"
1321
            ],
1322
            "time": "2015-10-28 15:47:04"
1323
        },
1324
        {
1325
            "name": "sensiolabs/security-checker",
1326
            "version": "v3.0.2",
1327
            "source": {
1328
                "type": "git",
1329
                "url": "https://github.com/sensiolabs/security-checker.git",
1330
                "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93"
1331
            },
1332
            "dist": {
1333
                "type": "zip",
1334
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/21696b0daa731064c23cfb694c60a2584a7b6e93",
1335
                "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93",
1336
                "shasum": ""
1337
            },
1338
            "require": {
1339
                "symfony/console": "~2.0|~3.0"
1340
            },
1341
            "bin": [
1342
                "security-checker"
1343
            ],
1344
            "type": "library",
1345
            "extra": {
1346
                "branch-alias": {
1347
                    "dev-master": "3.0-dev"
1348
                }
1349
            },
1350
            "autoload": {
1351
                "psr-0": {
1352
                    "SensioLabs\\Security": ""
1353
                }
1354
            },
1355
            "notification-url": "https://packagist.org/downloads/",
1356
            "license": [
1357
                "MIT"
1358
            ],
1359
            "authors": [
1360
                {
1361
                    "name": "Fabien Potencier",
1362
                    "email": "[email protected]"
1363
                }
1364
            ],
1365
            "description": "A security checker for your composer.lock",
1366
            "time": "2015-11-07 08:07:40"
1367
        },
1368
        {
1369
            "name": "simplesamlphp/saml2",
1370
            "version": "v1.7.0",
1371
            "source": {
1372
                "type": "git",
1373
                "url": "https://github.com/simplesamlphp/saml2.git",
1374
                "reference": "f89856e2afe6ab6758c7f34c1fbe4ed8c952a623"
1375
            },
1376
            "dist": {
1377
                "type": "zip",
1378
                "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/f89856e2afe6ab6758c7f34c1fbe4ed8c952a623",
1379
                "reference": "f89856e2afe6ab6758c7f34c1fbe4ed8c952a623",
1380
                "shasum": ""
1381
            },
1382
            "require": {
1383
                "ext-dom": "*",
1384
                "ext-openssl": "*",
1385
                "php": ">=5.3.3",
1386
                "psr/log": "~1.0",
1387
                "robrichards/xmlseclibs": "^1.3"
1388
            },
1389
            "require-dev": {
1390
                "mockery/mockery": "~0.9",
1391
                "phpmd/phpmd": "~1.5",
1392
                "phpunit/phpunit": "~3.7",
1393
                "satooshi/php-coveralls": "~0.6.1",
1394
                "sebastian/phpcpd": "~1.4",
1395
                "sensiolabs/security-checker": "~1.1",
1396
                "squizlabs/php_codesniffer": "~1.4"
1397
            },
1398
            "type": "library",
1399
            "autoload": {
1400
                "psr-0": {
1401
                    "SAML2_": "src/"
1402
                }
1403
            },
1404
            "notification-url": "https://packagist.org/downloads/",
1405
            "license": [
1406
                "LGPL-2.1"
1407
            ],
1408
            "authors": [
1409
                {
1410
                    "name": "Andreas Åkre Solberg",
1411
                    "email": "[email protected]"
1412
                }
1413
            ],
1414
            "description": "SAML2 PHP library from SimpleSAMLphp",
1415
            "time": "2015-10-06 09:55:13"
1416
        },
1417
        {
1418
            "name": "surfnet/stepup-saml-bundle",
1419
            "version": "1.4.0",
1420
            "source": {
1421
                "type": "git",
1422
                "url": "https://github.com/SURFnet/Stepup-saml-bundle.git",
1423
                "reference": "47a860fa7a52600b537da57b45147576e51fecab"
1424
            },
1425
            "dist": {
1426
                "type": "zip",
1427
                "url": "https://api.github.com/repos/SURFnet/Stepup-saml-bundle/zipball/47a860fa7a52600b537da57b45147576e51fecab",
1428
                "reference": "47a860fa7a52600b537da57b45147576e51fecab",
1429
                "shasum": ""
1430
            },
1431
            "require": {
1432
                "ext-openssl": "*",
1433
                "php": ">=5.4,<8.0-dev",
1434
                "robrichards/xmlseclibs": "^1.4.0",
1435
                "simplesamlphp/saml2": "^1.6.1",
1436
                "symfony/dependency-injection": "^2.7",
1437
                "symfony/framework-bundle": "^2.7"
1438
            },
1439
            "require-dev": {
1440
                "ibuildings/qa-tools": "~1.1",
1441
                "liip/rmt": "~1.1",
1442
                "mockery/mockery": "~0.9",
1443
                "psr/log": "~1.0"
1444
            },
1445
            "type": "symfony-bundle",
1446
            "autoload": {
1447
                "psr-4": {
1448
                    "Surfnet\\SamlBundle\\": "src"
1449
                }
1450
            },
1451
            "notification-url": "https://packagist.org/downloads/",
1452
            "license": [
1453
                "Apache-2.0"
1454
            ],
1455
            "description": "A Symfony2 bundle that integrates the simplesamlphp\\saml2 library with Symfony",
1456
            "keywords": [
1457
                "SAML2",
1458
                "saml",
1459
                "simplesamlphp",
1460
                "stepup",
1461
                "surfnet"
1462
            ],
1463
            "time": "2015-11-09 13:14:11"
1464
        },
1465
        {
1466
            "name": "symfony/monolog-bundle",
1467
            "version": "2.8.1",
1468
            "source": {
1469
                "type": "git",
1470
                "url": "https://github.com/symfony/monolog-bundle.git",
1471
                "reference": "7117b9a145722e3c5768db4585f6ad0643ed5c4a"
1472
            },
1473
            "dist": {
1474
                "type": "zip",
1475
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/7117b9a145722e3c5768db4585f6ad0643ed5c4a",
1476
                "reference": "7117b9a145722e3c5768db4585f6ad0643ed5c4a",
1477
                "shasum": ""
1478
            },
1479
            "require": {
1480
                "monolog/monolog": "~1.8",
1481
                "php": ">=5.3.2",
1482
                "symfony/config": "~2.3|3.*",
1483
                "symfony/dependency-injection": "~2.3|3.*",
1484
                "symfony/http-kernel": "~2.3|3.*",
1485
                "symfony/monolog-bridge": "~2.3|3.*"
1486
            },
1487
            "require-dev": {
1488
                "symfony/console": "~2.3|3.*",
1489
                "symfony/yaml": "~2.3"
1490
            },
1491
            "type": "symfony-bundle",
1492
            "extra": {
1493
                "branch-alias": {
1494
                    "dev-master": "2.8.x-dev"
1495
                }
1496
            },
1497
            "autoload": {
1498
                "psr-4": {
1499
                    "Symfony\\Bundle\\MonologBundle\\": ""
1500
                }
1501
            },
1502
            "notification-url": "https://packagist.org/downloads/",
1503
            "license": [
1504
                "MIT"
1505
            ],
1506
            "authors": [
1507
                {
1508
                    "name": "Symfony Community",
1509
                    "homepage": "http://symfony.com/contributors"
1510
                },
1511
                {
1512
                    "name": "Fabien Potencier",
1513
                    "email": "[email protected]"
1514
                }
1515
            ],
1516
            "description": "Symfony MonologBundle",
1517
            "homepage": "http://symfony.com",
1518
            "keywords": [
1519
                "log",
1520
                "logging"
1521
            ],
1522
            "time": "2015-10-02 11:51:59"
1523
        },
1524
        {
1525
            "name": "symfony/symfony",
0 ignored issues
show
1526
            "version": "v2.7.6",
1527
            "source": {
1528
                "type": "git",
1529
                "url": "https://github.com/symfony/symfony.git",
1530
                "reference": "66b2e9662c44d478b69e48278aa54079a006eb42"
1531
            },
1532
            "dist": {
1533
                "type": "zip",
1534
                "url": "https://api.github.com/repos/symfony/symfony/zipball/66b2e9662c44d478b69e48278aa54079a006eb42",
1535
                "reference": "66b2e9662c44d478b69e48278aa54079a006eb42",
1536
                "shasum": ""
1537
            },
1538
            "require": {
1539
                "doctrine/common": "~2.4",
1540
                "php": ">=5.3.9",
1541
                "psr/log": "~1.0",
1542
                "twig/twig": "~1.20|~2.0"
1543
            },
1544
            "replace": {
1545
                "symfony/asset": "self.version",
1546
                "symfony/browser-kit": "self.version",
1547
                "symfony/class-loader": "self.version",
1548
                "symfony/config": "self.version",
1549
                "symfony/console": "self.version",
1550
                "symfony/css-selector": "self.version",
1551
                "symfony/debug": "self.version",
1552
                "symfony/debug-bundle": "self.version",
1553
                "symfony/dependency-injection": "self.version",
1554
                "symfony/doctrine-bridge": "self.version",
1555
                "symfony/dom-crawler": "self.version",
1556
                "symfony/event-dispatcher": "self.version",
1557
                "symfony/expression-language": "self.version",
1558
                "symfony/filesystem": "self.version",
1559
                "symfony/finder": "self.version",
1560
                "symfony/form": "self.version",
1561
                "symfony/framework-bundle": "self.version",
1562
                "symfony/http-foundation": "self.version",
1563
                "symfony/http-kernel": "self.version",
1564
                "symfony/intl": "self.version",
1565
                "symfony/locale": "self.version",
1566
                "symfony/monolog-bridge": "self.version",
1567
                "symfony/options-resolver": "self.version",
1568
                "symfony/process": "self.version",
1569
                "symfony/property-access": "self.version",
1570
                "symfony/proxy-manager-bridge": "self.version",
1571
                "symfony/routing": "self.version",
1572
                "symfony/security": "self.version",
1573
                "symfony/security-acl": "self.version",
1574
                "symfony/security-bundle": "self.version",
1575
                "symfony/security-core": "self.version",
1576
                "symfony/security-csrf": "self.version",
1577
                "symfony/security-http": "self.version",
1578
                "symfony/serializer": "self.version",
1579
                "symfony/stopwatch": "self.version",
1580
                "symfony/swiftmailer-bridge": "self.version",
1581
                "symfony/templating": "self.version",
1582
                "symfony/translation": "self.version",
1583
                "symfony/twig-bridge": "self.version",
1584
                "symfony/twig-bundle": "self.version",
1585
                "symfony/validator": "self.version",
1586
                "symfony/var-dumper": "self.version",
1587
                "symfony/web-profiler-bundle": "self.version",
1588
                "symfony/yaml": "self.version"
1589
            },
1590
            "require-dev": {
1591
                "doctrine/data-fixtures": "1.0.*",
1592
                "doctrine/dbal": "~2.4",
1593
                "doctrine/doctrine-bundle": "~1.2",
1594
                "doctrine/orm": "~2.4,>=2.4.5",
1595
                "egulias/email-validator": "~1.2",
1596
                "ircmaxell/password-compat": "~1.0",
1597
                "monolog/monolog": "~1.11",
1598
                "ocramius/proxy-manager": "~0.4|~1.0"
1599
            },
1600
            "type": "library",
1601
            "extra": {
1602
                "branch-alias": {
1603
                    "dev-master": "2.7-dev"
1604
                }
1605
            },
1606
            "autoload": {
1607
                "psr-4": {
1608
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
1609
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
1610
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
1611
                    "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
1612
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
1613
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
1614
                    "Symfony\\Component\\": "src/Symfony/Component/"
1615
                },
1616
                "classmap": [
1617
                    "src/Symfony/Component/HttpFoundation/Resources/stubs",
1618
                    "src/Symfony/Component/Intl/Resources/stubs"
1619
                ],
1620
                "files": [
1621
                    "src/Symfony/Component/Intl/Resources/stubs/functions.php"
1622
                ]
1623
            },
1624
            "notification-url": "https://packagist.org/downloads/",
1625
            "license": [
1626
                "MIT"
1627
            ],
1628
            "authors": [
1629
                {
1630
                    "name": "Fabien Potencier",
1631
                    "email": "[email protected]"
1632
                },
1633
                {
1634
                    "name": "Symfony Community",
1635
                    "homepage": "https://symfony.com/contributors"
1636
                }
1637
            ],
1638
            "description": "The Symfony PHP framework",
1639
            "homepage": "https://symfony.com",
1640
            "keywords": [
1641
                "framework"
1642
            ],
1643
            "time": "2015-10-27 19:07:24"
1644
        },
1645
        {
1646
            "name": "twig/extensions",
1647
            "version": "v1.3.0",
1648
            "source": {
1649
                "type": "git",
1650
                "url": "https://github.com/twigphp/Twig-extensions.git",
1651
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499"
1652
            },
1653
            "dist": {
1654
                "type": "zip",
1655
                "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/449e3c8a9ffad7c2479c7864557275a32b037499",
1656
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499",
1657
                "shasum": ""
1658
            },
1659
            "require": {
1660
                "twig/twig": "~1.20|~2.0"
1661
            },
1662
            "require-dev": {
1663
                "symfony/translation": "~2.3"
1664
            },
1665
            "suggest": {
1666
                "symfony/translation": "Allow the time_diff output to be translated"
1667
            },
1668
            "type": "library",
1669
            "extra": {
1670
                "branch-alias": {
1671
                    "dev-master": "1.3-dev"
1672
                }
1673
            },
1674
            "autoload": {
1675
                "psr-0": {
1676
                    "Twig_Extensions_": "lib/"
1677
                }
1678
            },
1679
            "notification-url": "https://packagist.org/downloads/",
1680
            "license": [
1681
                "MIT"
1682
            ],
1683
            "authors": [
1684
                {
1685
                    "name": "Fabien Potencier",
1686
                    "email": "[email protected]"
1687
                }
1688
            ],
1689
            "description": "Common additional features for Twig that do not directly belong in core",
1690
            "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
1691
            "keywords": [
1692
                "i18n",
1693
                "text"
1694
            ],
1695
            "time": "2015-08-22 16:38:35"
1696
        },
1697
        {
1698
            "name": "twig/twig",
1699
            "version": "v1.23.1",
1700
            "source": {
1701
                "type": "git",
1702
                "url": "https://github.com/twigphp/Twig.git",
1703
                "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6"
1704
            },
1705
            "dist": {
1706
                "type": "zip",
1707
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/d9b6333ae8dd2c8e3fd256e127548def0bc614c6",
1708
                "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6",
1709
                "shasum": ""
1710
            },
1711
            "require": {
1712
                "php": ">=5.2.7"
1713
            },
1714
            "require-dev": {
1715
                "symfony/debug": "~2.7",
1716
                "symfony/phpunit-bridge": "~2.7"
1717
            },
1718
            "type": "library",
1719
            "extra": {
1720
                "branch-alias": {
1721
                    "dev-master": "1.23-dev"
1722
                }
1723
            },
1724
            "autoload": {
1725
                "psr-0": {
1726
                    "Twig_": "lib/"
1727
                }
1728
            },
1729
            "notification-url": "https://packagist.org/downloads/",
1730
            "license": [
1731
                "BSD-3-Clause"
1732
            ],
1733
            "authors": [
1734
                {
1735
                    "name": "Fabien Potencier",
1736
                    "email": "[email protected]",
1737
                    "homepage": "http://fabien.potencier.org",
1738
                    "role": "Lead Developer"
1739
                },
1740
                {
1741
                    "name": "Armin Ronacher",
1742
                    "email": "[email protected]",
1743
                    "role": "Project Founder"
1744
                },
1745
                {
1746
                    "name": "Twig Team",
1747
                    "homepage": "http://twig.sensiolabs.org/contributors",
1748
                    "role": "Contributors"
1749
                }
1750
            ],
1751
            "description": "Twig, the flexible, fast, and secure template language for PHP",
1752
            "homepage": "http://twig.sensiolabs.org",
1753
            "keywords": [
1754
                "templating"
1755
            ],
1756
            "time": "2015-11-05 12:49:06"
1757
        }
1758
    ],
1759
    "packages-dev": [
1760
        {
1761
            "name": "behat/behat",
1762
            "version": "v3.0.15",
1763
            "source": {
1764
                "type": "git",
1765
                "url": "https://github.com/Behat/Behat.git",
1766
                "reference": "b35ae3d45332d80c532af69cc36f780a9397a996"
1767
            },
1768
            "dist": {
1769
                "type": "zip",
1770
                "url": "https://api.github.com/repos/Behat/Behat/zipball/b35ae3d45332d80c532af69cc36f780a9397a996",
1771
                "reference": "b35ae3d45332d80c532af69cc36f780a9397a996",
1772
                "shasum": ""
1773
            },
1774
            "require": {
1775
                "behat/gherkin": "~4.3",
1776
                "behat/transliterator": "~1.0",
1777
                "ext-mbstring": "*",
1778
                "php": ">=5.3.3",
1779
                "symfony/class-loader": "~2.1",
1780
                "symfony/config": "~2.3",
1781
                "symfony/console": "~2.1",
1782
                "symfony/dependency-injection": "~2.1",
1783
                "symfony/event-dispatcher": "~2.1",
1784
                "symfony/translation": "~2.3",
1785
                "symfony/yaml": "~2.1"
1786
            },
1787
            "require-dev": {
1788
                "phpspec/prophecy-phpunit": "~1.0",
1789
                "phpunit/phpunit": "~4.0",
1790
                "symfony/process": "~2.1"
1791
            },
1792
            "suggest": {
1793
                "behat/mink-extension": "for integration with Mink testing framework",
1794
                "behat/symfony2-extension": "for integration with Symfony2 web framework",
1795
                "behat/yii-extension": "for integration with Yii web framework"
1796
            },
1797
            "bin": [
1798
                "bin/behat"
1799
            ],
1800
            "type": "library",
1801
            "extra": {
1802
                "branch-alias": {
1803
                    "dev-master": "3.0.x-dev"
1804
                }
1805
            },
1806
            "autoload": {
1807
                "psr-0": {
1808
                    "Behat\\Behat": "src/",
1809
                    "Behat\\Testwork": "src/"
1810
                }
1811
            },
1812
            "notification-url": "https://packagist.org/downloads/",
1813
            "license": [
1814
                "MIT"
1815
            ],
1816
            "authors": [
1817
                {
1818
                    "name": "Konstantin Kudryashov",
1819
                    "email": "[email protected]",
1820
                    "homepage": "http://everzet.com"
1821
                }
1822
            ],
1823
            "description": "Scenario-oriented BDD framework for PHP 5.3",
1824
            "homepage": "http://behat.org/",
1825
            "keywords": [
1826
                "Agile",
1827
                "BDD",
1828
                "ScenarioBDD",
1829
                "Scrum",
1830
                "StoryBDD",
1831
                "User story",
1832
                "business",
1833
                "development",
1834
                "documentation",
1835
                "examples",
1836
                "symfony",
1837
                "testing"
1838
            ],
1839
            "time": "2015-02-22 14:10:33"
1840
        },
1841
        {
1842
            "name": "behat/gherkin",
1843
            "version": "v4.4.0",
1844
            "source": {
1845
                "type": "git",
1846
                "url": "https://github.com/Behat/Gherkin.git",
1847
                "reference": "6b3f8cf3560dc4909c4cddd4f1af3e1f6e9d80af"
1848
            },
1849
            "dist": {
1850
                "type": "zip",
1851
                "url": "https://api.github.com/repos/Behat/Gherkin/zipball/6b3f8cf3560dc4909c4cddd4f1af3e1f6e9d80af",
1852
                "reference": "6b3f8cf3560dc4909c4cddd4f1af3e1f6e9d80af",
1853
                "shasum": ""
1854
            },
1855
            "require": {
1856
                "php": ">=5.3.1"
1857
            },
1858
            "require-dev": {
1859
                "phpunit/phpunit": "~4.0",
1860
                "symfony/yaml": "~2.1"
1861
            },
1862
            "suggest": {
1863
                "symfony/yaml": "If you want to parse features, represented in YAML files"
1864
            },
1865
            "type": "library",
1866
            "extra": {
1867
                "branch-alias": {
1868
                    "dev-master": "4.4-dev"
1869
                }
1870
            },
1871
            "autoload": {
1872
                "psr-0": {
1873
                    "Behat\\Gherkin": "src/"
1874
                }
1875
            },
1876
            "notification-url": "https://packagist.org/downloads/",
1877
            "license": [
1878
                "MIT"
1879
            ],
1880
            "authors": [
1881
                {
1882
                    "name": "Konstantin Kudryashov",
1883
                    "email": "[email protected]",
1884
                    "homepage": "http://everzet.com"
1885
                }
1886
            ],
1887
            "description": "Gherkin DSL parser for PHP 5.3",
1888
            "homepage": "http://behat.org/",
1889
            "keywords": [
1890
                "BDD",
1891
                "Behat",
1892
                "Cucumber",
1893
                "DSL",
1894
                "gherkin",
1895
                "parser"
1896
            ],
1897
            "time": "2015-09-29 13:41:19"
1898
        },
1899
        {
1900
            "name": "behat/mink",
1901
            "version": "v1.7.0",
1902
            "source": {
1903
                "type": "git",
1904
                "url": "https://github.com/minkphp/Mink.git",
1905
                "reference": "6c129030ec2cc029905cf969a56ca8f087b2dfdf"
1906
            },
1907
            "dist": {
1908
                "type": "zip",
1909
                "url": "https://api.github.com/repos/minkphp/Mink/zipball/6c129030ec2cc029905cf969a56ca8f087b2dfdf",
1910
                "reference": "6c129030ec2cc029905cf969a56ca8f087b2dfdf",
1911
                "shasum": ""
1912
            },
1913
            "require": {
1914
                "php": ">=5.3.1",
1915
                "symfony/css-selector": "~2.1"
1916
            },
1917
            "require-dev": {
1918
                "symfony/phpunit-bridge": "~2.7"
1919
            },
1920
            "suggest": {
1921
                "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
1922
                "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
1923
                "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
1924
                "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
1925
            },
1926
            "type": "library",
1927
            "extra": {
1928
                "branch-alias": {
1929
                    "dev-master": "1.7.x-dev"
1930
                }
1931
            },
1932
            "autoload": {
1933
                "psr-4": {
1934
                    "Behat\\Mink\\": "src/"
1935
                }
1936
            },
1937
            "notification-url": "https://packagist.org/downloads/",
1938
            "license": [
1939
                "MIT"
1940
            ],
1941
            "authors": [
1942
                {
1943
                    "name": "Konstantin Kudryashov",
1944
                    "email": "[email protected]",
1945
                    "homepage": "http://everzet.com"
1946
                }
1947
            ],
1948
            "description": "Browser controller/emulator abstraction for PHP",
1949
            "homepage": "http://mink.behat.org/",
1950
            "keywords": [
1951
                "browser",
1952
                "testing",
1953
                "web"
1954
            ],
1955
            "time": "2015-09-20 20:24:03"
1956
        },
1957
        {
1958
            "name": "behat/mink-browserkit-driver",
1959
            "version": "v1.3.0",
1960
            "source": {
1961
                "type": "git",
1962
                "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
1963
                "reference": "da47df1593dac132f04d24e7277ef40d33d9f201"
1964
            },
1965
            "dist": {
1966
                "type": "zip",
1967
                "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/da47df1593dac132f04d24e7277ef40d33d9f201",
1968
                "reference": "da47df1593dac132f04d24e7277ef40d33d9f201",
1969
                "shasum": ""
1970
            },
1971
            "require": {
1972
                "behat/mink": "~1.7@dev",
1973
                "php": ">=5.3.6",
1974
                "symfony/browser-kit": "~2.3",
1975
                "symfony/dom-crawler": "~2.3"
1976
            },
1977
            "require-dev": {
1978
                "silex/silex": "~1.2",
1979
                "symfony/phpunit-bridge": "~2.7"
1980
            },
1981
            "type": "mink-driver",
1982
            "extra": {
1983
                "branch-alias": {
1984
                    "dev-master": "1.3.x-dev"
1985
                }
1986
            },
1987
            "autoload": {
1988
                "psr-4": {
1989
                    "Behat\\Mink\\Driver\\": "src/"
1990
                }
1991
            },
1992
            "notification-url": "https://packagist.org/downloads/",
1993
            "license": [
1994
                "MIT"
1995
            ],
1996
            "authors": [
1997
                {
1998
                    "name": "Konstantin Kudryashov",
1999
                    "email": "[email protected]",
2000
                    "homepage": "http://everzet.com"
2001
                }
2002
            ],
2003
            "description": "Symfony2 BrowserKit driver for Mink framework",
2004
            "homepage": "http://mink.behat.org/",
2005
            "keywords": [
2006
                "Mink",
2007
                "Symfony2",
2008
                "browser",
2009
                "testing"
2010
            ],
2011
            "time": "2015-09-21 20:56:13"
2012
        },
2013
        {
2014
            "name": "behat/mink-extension",
2015
            "version": "v2.1.0",
2016
            "source": {
2017
                "type": "git",
2018
                "url": "https://github.com/Behat/MinkExtension.git",
2019
                "reference": "06e2b99d92e175719d7e841d5be16b7df1a233c5"
2020
            },
2021
            "dist": {
2022
                "type": "zip",
2023
                "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/06e2b99d92e175719d7e841d5be16b7df1a233c5",
2024
                "reference": "06e2b99d92e175719d7e841d5be16b7df1a233c5",
2025
                "shasum": ""
2026
            },
2027
            "require": {
2028
                "behat/behat": "~3.0,>=3.0.5",
2029
                "behat/mink": "~1.5",
2030
                "php": ">=5.3.2",
2031
                "symfony/config": "~2.2"
2032
            },
2033
            "require-dev": {
2034
                "behat/mink-goutte-driver": "~1.1",
2035
                "phpspec/phpspec": "~2.0"
2036
            },
2037
            "type": "behat-extension",
2038
            "extra": {
2039
                "branch-alias": {
2040
                    "dev-master": "2.1.x-dev"
2041
                }
2042
            },
2043
            "autoload": {
2044
                "psr-0": {
2045
                    "Behat\\MinkExtension": "src/"
2046
                }
2047
            },
2048
            "notification-url": "https://packagist.org/downloads/",
2049
            "license": [
2050
                "MIT"
2051
            ],
2052
            "authors": [
2053
                {
2054
                    "name": "Christophe Coevoet",
2055
                    "email": "[email protected]"
2056
                },
2057
                {
2058
                    "name": "Konstantin Kudryashov",
2059
                    "email": "[email protected]"
2060
                }
2061
            ],
2062
            "description": "Mink extension for Behat",
2063
            "homepage": "http://extensions.behat.org/mink",
2064
            "keywords": [
2065
                "browser",
2066
                "gui",
2067
                "test",
2068
                "web"
2069
            ],
2070
            "time": "2015-09-29 17:42:41"
2071
        },
2072
        {
2073
            "name": "behat/mink-goutte-driver",
2074
            "version": "v1.2.0",
2075
            "source": {
2076
                "type": "git",
2077
                "url": "https://github.com/minkphp/MinkGoutteDriver.git",
2078
                "reference": "c8e254f127d6f2242b994afd4339fb62d471df3f"
2079
            },
2080
            "dist": {
2081
                "type": "zip",
2082
                "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/c8e254f127d6f2242b994afd4339fb62d471df3f",
2083
                "reference": "c8e254f127d6f2242b994afd4339fb62d471df3f",
2084
                "shasum": ""
2085
            },
2086
            "require": {
2087
                "behat/mink": "~1.6@dev",
2088
                "behat/mink-browserkit-driver": "~1.2@dev",
2089
                "fabpot/goutte": "~1.0.4|~2.0|~3.1",
2090
                "php": ">=5.3.1"
2091
            },
2092
            "require-dev": {
2093
                "symfony/phpunit-bridge": "~2.7"
2094
            },
2095
            "type": "mink-driver",
2096
            "extra": {
2097
                "branch-alias": {
2098
                    "dev-master": "1.2.x-dev"
2099
                }
2100
            },
2101
            "autoload": {
2102
                "psr-4": {
2103
                    "Behat\\Mink\\Driver\\": "src/"
2104
                }
2105
            },
2106
            "notification-url": "https://packagist.org/downloads/",
2107
            "license": [
2108
                "MIT"
2109
            ],
2110
            "authors": [
2111
                {
2112
                    "name": "Konstantin Kudryashov",
2113
                    "email": "[email protected]",
2114
                    "homepage": "http://everzet.com"
2115
                }
2116
            ],
2117
            "description": "Goutte driver for Mink framework",
2118
            "homepage": "http://mink.behat.org/",
2119
            "keywords": [
2120
                "browser",
2121
                "goutte",
2122
                "headless",
2123
                "testing"
2124
            ],
2125
            "time": "2015-09-21 21:31:11"
2126
        },
2127
        {
2128
            "name": "behat/mink-selenium2-driver",
2129
            "version": "v1.3.0",
2130
            "source": {
2131
                "type": "git",
2132
                "url": "https://github.com/minkphp/MinkSelenium2Driver.git",
2133
                "reference": "bedbf1999c7ba1bc6921b30ee2eadf383e7ff5c9"
2134
            },
2135
            "dist": {
2136
                "type": "zip",
2137
                "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/bedbf1999c7ba1bc6921b30ee2eadf383e7ff5c9",
2138
                "reference": "bedbf1999c7ba1bc6921b30ee2eadf383e7ff5c9",
2139
                "shasum": ""
2140
            },
2141
            "require": {
2142
                "behat/mink": "~1.7@dev",
2143
                "instaclick/php-webdriver": "~1.1",
2144
                "php": ">=5.3.1"
2145
            },
2146
            "require-dev": {
2147
                "symfony/phpunit-bridge": "~2.7"
2148
            },
2149
            "type": "mink-driver",
2150
            "extra": {
2151
                "branch-alias": {
2152
                    "dev-master": "1.3.x-dev"
2153
                }
2154
            },
2155
            "autoload": {
2156
                "psr-4": {
2157
                    "Behat\\Mink\\Driver\\": "src/"
2158
                }
2159
            },
2160
            "notification-url": "https://packagist.org/downloads/",
2161
            "license": [
2162
                "MIT"
2163
            ],
2164
            "authors": [
2165
                {
2166
                    "name": "Konstantin Kudryashov",
2167
                    "email": "[email protected]",
2168
                    "homepage": "http://everzet.com"
2169
                },
2170
                {
2171
                    "name": "Pete Otaqui",
2172
                    "email": "[email protected]",
2173
                    "homepage": "https://github.com/pete-otaqui"
2174
                }
2175
            ],
2176
            "description": "Selenium2 (WebDriver) driver for Mink framework",
2177
            "homepage": "http://mink.behat.org/",
2178
            "keywords": [
2179
                "ajax",
2180
                "browser",
2181
                "javascript",
2182
                "selenium",
2183
                "testing",
2184
                "webdriver"
2185
            ],
2186
            "time": "2015-09-21 21:02:54"
2187
        },
2188
        {
2189
            "name": "behat/transliterator",
2190
            "version": "v1.1.0",
2191
            "source": {
2192
                "type": "git",
2193
                "url": "https://github.com/Behat/Transliterator.git",
2194
                "reference": "868e05be3a9f25ba6424c2dd4849567f50715003"
2195
            },
2196
            "dist": {
2197
                "type": "zip",
2198
                "url": "https://api.github.com/repos/Behat/Transliterator/zipball/868e05be3a9f25ba6424c2dd4849567f50715003",
2199
                "reference": "868e05be3a9f25ba6424c2dd4849567f50715003",
2200
                "shasum": ""
2201
            },
2202
            "require": {
2203
                "php": ">=5.3.3"
2204
            },
2205
            "type": "library",
2206
            "extra": {
2207
                "branch-alias": {
2208
                    "dev-master": "1.1-dev"
2209
                }
2210
            },
2211
            "autoload": {
2212
                "psr-0": {
2213
                    "Behat\\Transliterator": "src/"
2214
                }
2215
            },
2216
            "notification-url": "https://packagist.org/downloads/",
2217
            "license": [
2218
                "Artistic-1.0"
2219
            ],
2220
            "description": "String transliterator",
2221
            "keywords": [
2222
                "i18n",
2223
                "slug",
2224
                "transliterator"
2225
            ],
2226
            "time": "2015-09-28 16:26:35"
2227
        },
2228
        {
2229
            "name": "camspiers/json-pretty",
2230
            "version": "1.0.1",
2231
            "source": {
2232
                "type": "git",
2233
                "url": "https://github.com/camspiers/json-pretty.git",
2234
                "reference": "73c0bd55ca966f31f79d690a4b0aabaf98ad5d94"
2235
            },
2236
            "dist": {
2237
                "type": "zip",
2238
                "url": "https://api.github.com/repos/camspiers/json-pretty/zipball/73c0bd55ca966f31f79d690a4b0aabaf98ad5d94",
2239
                "reference": "73c0bd55ca966f31f79d690a4b0aabaf98ad5d94",
2240
                "shasum": ""
2241
            },
2242
            "require-dev": {
2243
                "phpunit/phpunit": "~4.0"
2244
            },
2245
            "type": "library",
2246
            "autoload": {
2247
                "psr-0": {
2248
                    "Camspiers": "src/"
2249
                }
2250
            },
2251
            "notification-url": "https://packagist.org/downloads/",
2252
            "license": [
2253
                "MIT"
2254
            ],
2255
            "authors": [
2256
                {
2257
                    "name": "Cam Spiers",
2258
                    "email": "[email protected]"
2259
                }
2260
            ],
2261
            "description": "Provides support for json pretty printing",
2262
            "time": "2015-09-17 16:05:48"
2263
        },
2264
        {
2265
            "name": "doctrine/instantiator",
2266
            "version": "1.0.5",
2267
            "source": {
2268
                "type": "git",
2269
                "url": "https://github.com/doctrine/instantiator.git",
2270
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
2271
            },
2272
            "dist": {
2273
                "type": "zip",
2274
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
2275
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
2276
                "shasum": ""
2277
            },
2278
            "require": {
2279
                "php": ">=5.3,<8.0-DEV"
2280
            },
2281
            "require-dev": {
2282
                "athletic/athletic": "~0.1.8",
2283
                "ext-pdo": "*",
2284
                "ext-phar": "*",
2285
                "phpunit/phpunit": "~4.0",
2286
                "squizlabs/php_codesniffer": "~2.0"
2287
            },
2288
            "type": "library",
2289
            "extra": {
2290
                "branch-alias": {
2291
                    "dev-master": "1.0.x-dev"
2292
                }
2293
            },
2294
            "autoload": {
2295
                "psr-4": {
2296
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
2297
                }
2298
            },
2299
            "notification-url": "https://packagist.org/downloads/",
2300
            "license": [
2301
                "MIT"
2302
            ],
2303
            "authors": [
2304
                {
2305
                    "name": "Marco Pivetta",
2306
                    "email": "[email protected]",
2307
                    "homepage": "http://ocramius.github.com/"
2308
                }
2309
            ],
2310
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2311
            "homepage": "https://github.com/doctrine/instantiator",
2312
            "keywords": [
2313
                "constructor",
2314
                "instantiate"
2315
            ],
2316
            "time": "2015-06-14 21:17:01"
2317
        },
2318
        {
2319
            "name": "fabpot/goutte",
2320
            "version": "v3.1.2",
2321
            "source": {
2322
                "type": "git",
2323
                "url": "https://github.com/FriendsOfPHP/Goutte.git",
2324
                "reference": "3cbc6ed222422a28400e470050f14928a153207e"
2325
            },
2326
            "dist": {
2327
                "type": "zip",
2328
                "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/3cbc6ed222422a28400e470050f14928a153207e",
2329
                "reference": "3cbc6ed222422a28400e470050f14928a153207e",
2330
                "shasum": ""
2331
            },
2332
            "require": {
2333
                "guzzlehttp/guzzle": "^6.0",
2334
                "php": ">=5.5.0",
2335
                "symfony/browser-kit": "~2.1|~3.0",
2336
                "symfony/css-selector": "~2.1|~3.0",
2337
                "symfony/dom-crawler": "~2.1|~3.0"
2338
            },
2339
            "type": "application",
2340
            "extra": {
2341
                "branch-alias": {
2342
                    "dev-master": "3.1-dev"
2343
                }
2344
            },
2345
            "autoload": {
2346
                "psr-4": {
2347
                    "Goutte\\": "Goutte"
2348
                }
2349
            },
2350
            "notification-url": "https://packagist.org/downloads/",
2351
            "license": [
2352
                "MIT"
2353
            ],
2354
            "authors": [
2355
                {
2356
                    "name": "Fabien Potencier",
2357
                    "email": "[email protected]"
2358
                }
2359
            ],
2360
            "description": "A simple PHP Web Scraper",
2361
            "homepage": "https://github.com/FriendsOfPHP/Goutte",
2362
            "keywords": [
2363
                "scraper"
2364
            ],
2365
            "time": "2015-11-05 12:58:44"
2366
        },
2367
        {
2368
            "name": "hamcrest/hamcrest-php",
2369
            "version": "v1.2.2",
2370
            "source": {
2371
                "type": "git",
2372
                "url": "https://github.com/hamcrest/hamcrest-php.git",
2373
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
2374
            },
2375
            "dist": {
2376
                "type": "zip",
2377
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
2378
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
2379
                "shasum": ""
2380
            },
2381
            "require": {
2382
                "php": ">=5.3.2"
2383
            },
2384
            "replace": {
2385
                "cordoval/hamcrest-php": "*",
2386
                "davedevelopment/hamcrest-php": "*",
2387
                "kodova/hamcrest-php": "*"
2388
            },
2389
            "require-dev": {
2390
                "phpunit/php-file-iterator": "1.3.3",
2391
                "satooshi/php-coveralls": "dev-master"
2392
            },
2393
            "type": "library",
2394
            "autoload": {
2395
                "classmap": [
2396
                    "hamcrest"
2397
                ],
2398
                "files": [
2399
                    "hamcrest/Hamcrest.php"
2400
                ]
2401
            },
2402
            "notification-url": "https://packagist.org/downloads/",
2403
            "license": [
2404
                "BSD"
2405
            ],
2406
            "description": "This is the PHP port of Hamcrest Matchers",
2407
            "keywords": [
2408
                "test"
2409
            ],
2410
            "time": "2015-05-11 14:41:42"
2411
        },
2412
        {
2413
            "name": "ibuildings/qa-tools",
2414
            "version": "dev-master",
2415
            "source": {
2416
                "type": "git",
2417
                "url": "https://github.com/ibuildingsnl/qa-tools.git",
2418
                "reference": "6c3e8032accff5bed9138f826a5a421ad5883c2e"
2419
            },
2420
            "dist": {
2421
                "type": "zip",
2422
                "url": "https://api.github.com/repos/ibuildingsnl/qa-tools/zipball/6c3e8032accff5bed9138f826a5a421ad5883c2e",
2423
                "reference": "6c3e8032accff5bed9138f826a5a421ad5883c2e",
2424
                "shasum": ""
2425
            },
2426
            "require": {
2427
                "behat/behat": "~3.0",
2428
                "behat/mink": "*",
2429
                "behat/mink-extension": "*",
2430
                "behat/mink-goutte-driver": "~1.1@dev",
2431
                "behat/mink-selenium2-driver": "*",
2432
                "camspiers/json-pretty": "~1.0",
2433
                "phpmd/phpmd": "^2.3",
2434
                "phpunit/phpunit": "^4",
2435
                "sebastian/phpcpd": "~2",
2436
                "sensiolabs/security-checker": "^3.0",
2437
                "squizlabs/php_codesniffer": "^2.3",
2438
                "symfony/console": "^2.7",
2439
                "symfony/filesystem": "^2.7",
2440
                "twig/twig": "^1.22"
2441
            },
2442
            "bin": [
2443
                "bin/qa-tools",
2444
                "bin/jshint"
2445
            ],
2446
            "type": "library",
2447
            "extra": {
2448
                "branch-alias": {
2449
                    "dev-master": "2.0-dev"
2450
                }
2451
            },
2452
            "autoload": {
2453
                "psr-0": {
2454
                    "Ibuildings": "src/"
2455
                }
2456
            },
2457
            "notification-url": "https://packagist.org/downloads/",
2458
            "license": [
2459
                "MIT"
2460
            ],
2461
            "description": "Ibuildings standard QA Tools",
2462
            "time": "2015-10-21 11:12:42"
2463
        },
2464
        {
2465
            "name": "instaclick/php-webdriver",
2466
            "version": "1.4.3",
2467
            "source": {
2468
                "type": "git",
2469
                "url": "https://github.com/instaclick/php-webdriver.git",
2470
                "reference": "0c20707dcf30a32728fd6bdeeab996c887fdb2fb"
2471
            },
2472
            "dist": {
2473
                "type": "zip",
2474
                "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/0c20707dcf30a32728fd6bdeeab996c887fdb2fb",
2475
                "reference": "0c20707dcf30a32728fd6bdeeab996c887fdb2fb",
2476
                "shasum": ""
2477
            },
2478
            "require": {
2479
                "ext-curl": "*",
2480
                "php": ">=5.3.2"
2481
            },
2482
            "require-dev": {
2483
                "satooshi/php-coveralls": "dev-master"
2484
            },
2485
            "type": "library",
2486
            "extra": {
2487
                "branch-alias": {
2488
                    "dev-master": "1.4.x-dev"
2489
                }
2490
            },
2491
            "autoload": {
2492
                "psr-0": {
2493
                    "WebDriver": "lib/"
2494
                }
2495
            },
2496
            "notification-url": "https://packagist.org/downloads/",
2497
            "license": [
2498
                "Apache-2.0"
2499
            ],
2500
            "authors": [
2501
                {
2502
                    "name": "Justin Bishop",
2503
                    "email": "[email protected]",
2504
                    "role": "Developer"
2505
                },
2506
                {
2507
                    "name": "Anthon Pang",
2508
                    "email": "[email protected]",
2509
                    "role": "Fork Maintainer"
2510
                }
2511
            ],
2512
            "description": "PHP WebDriver for Selenium 2",
2513
            "homepage": "http://instaclick.com/",
2514
            "keywords": [
2515
                "browser",
2516
                "selenium",
2517
                "webdriver",
2518
                "webtest"
2519
            ],
2520
            "time": "2015-06-15 20:19:33"
2521
        },
2522
        {
2523
            "name": "liip/rmt",
2524
            "version": "1.1.6",
2525
            "source": {
2526
                "type": "git",
2527
                "url": "https://github.com/liip/RMT.git",
2528
                "reference": "55e629e5957cef9342c9999fcc20a1e6e23567ee"
2529
            },
2530
            "dist": {
2531
                "type": "zip",
2532
                "url": "https://api.github.com/repos/liip/RMT/zipball/55e629e5957cef9342c9999fcc20a1e6e23567ee",
2533
                "reference": "55e629e5957cef9342c9999fcc20a1e6e23567ee",
2534
                "shasum": ""
2535
            },
2536
            "require": {
2537
                "php": ">=5.3.3",
2538
                "symfony/console": "~2.0",
2539
                "symfony/process": "~2.0",
2540
                "symfony/yaml": "~2.0",
2541
                "vierbergenlars/php-semver": "~3.0"
2542
            },
2543
            "bin": [
2544
                "RMT"
2545
            ],
2546
            "type": "library",
2547
            "autoload": {
2548
                "psr-0": {
2549
                    "Liip": "src"
2550
                }
2551
            },
2552
            "notification-url": "https://packagist.org/downloads/",
2553
            "license": [
2554
                "MIT"
2555
            ],
2556
            "authors": [
2557
                {
2558
                    "name": "Laurent Prodon",
2559
                    "email": "[email protected]",
2560
                    "role": "Developer"
2561
                },
2562
                {
2563
                    "name": "David Jeanmonod",
2564
                    "email": "[email protected]",
2565
                    "role": "Developer"
2566
                }
2567
            ],
2568
            "description": "Release Managment Tool: a handy tool to help releasing new version of your software",
2569
            "homepage": "http://github.com/liip/RMT",
2570
            "keywords": [
2571
                "post-release",
2572
                "pre-release",
2573
                "release",
2574
                "semantic versioning",
2575
                "vcs tag",
2576
                "version"
2577
            ],
2578
            "time": "2014-10-23 20:57:03"
2579
        },
2580
        {
2581
            "name": "matthiasnoback/symfony-config-test",
2582
            "version": "v1.3.0",
2583
            "source": {
2584
                "type": "git",
2585
                "url": "https://github.com/matthiasnoback/SymfonyConfigTest.git",
2586
                "reference": "a8c5ade19db8f84e810e58f850da0535169a3554"
2587
            },
2588
            "dist": {
2589
                "type": "zip",
2590
                "url": "https://api.github.com/repos/matthiasnoback/SymfonyConfigTest/zipball/a8c5ade19db8f84e810e58f850da0535169a3554",
2591
                "reference": "a8c5ade19db8f84e810e58f850da0535169a3554",
2592
                "shasum": ""
2593
            },
2594
            "require": {
2595
                "php": ">=5.3",
2596
                "symfony/config": "2.*"
2597
            },
2598
            "type": "library",
2599
            "autoload": {
2600
                "psr-4": {
2601
                    "Matthias\\SymfonyConfigTest\\": ""
2602
                }
2603
            },
2604
            "notification-url": "https://packagist.org/downloads/",
2605
            "license": [
2606
                "MIT"
2607
            ],
2608
            "authors": [
2609
                {
2610
                    "name": "Matthias Noback",
2611
                    "email": "[email protected]",
2612
                    "homepage": "http://php-and-symfony.matthiasnoback.nl"
2613
                }
2614
            ],
2615
            "description": "Library for testing user classes related to the Symfony Config Component",
2616
            "homepage": "https://github.com/matthiasnoback/SymfonyConfigTest",
2617
            "keywords": [
2618
                "config",
2619
                "phpunit",
2620
                "symfony"
2621
            ],
2622
            "time": "2015-09-29 18:18:59"
2623
        },
2624
        {
2625
            "name": "mockery/mockery",
2626
            "version": "0.9.4",
2627
            "source": {
2628
                "type": "git",
2629
                "url": "https://github.com/padraic/mockery.git",
2630
                "reference": "70bba85e4aabc9449626651f48b9018ede04f86b"
2631
            },
2632
            "dist": {
2633
                "type": "zip",
2634
                "url": "https://api.github.com/repos/padraic/mockery/zipball/70bba85e4aabc9449626651f48b9018ede04f86b",
2635
                "reference": "70bba85e4aabc9449626651f48b9018ede04f86b",
2636
                "shasum": ""
2637
            },
2638
            "require": {
2639
                "hamcrest/hamcrest-php": "~1.1",
2640
                "lib-pcre": ">=7.0",
2641
                "php": ">=5.3.2"
2642
            },
2643
            "require-dev": {
2644
                "phpunit/phpunit": "~4.0"
2645
            },
2646
            "type": "library",
2647
            "extra": {
2648
                "branch-alias": {
2649
                    "dev-master": "0.9.x-dev"
2650
                }
2651
            },
2652
            "autoload": {
2653
                "psr-0": {
2654
                    "Mockery": "library/"
2655
                }
2656
            },
2657
            "notification-url": "https://packagist.org/downloads/",
2658
            "license": [
2659
                "BSD-3-Clause"
2660
            ],
2661
            "authors": [
2662
                {
2663
                    "name": "Pádraic Brady",
2664
                    "email": "[email protected]",
2665
                    "homepage": "http://blog.astrumfutura.com"
2666
                },
2667
                {
2668
                    "name": "Dave Marshall",
2669
                    "email": "[email protected]",
2670
                    "homepage": "http://davedevelopment.co.uk"
2671
                }
2672
            ],
2673
            "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.",
2674
            "homepage": "http://github.com/padraic/mockery",
2675
            "keywords": [
2676
                "BDD",
2677
                "TDD",
2678
                "library",
2679
                "mock",
2680
                "mock objects",
2681
                "mockery",
2682
                "stub",
2683
                "test",
2684
                "test double",
2685
                "testing"
2686
            ],
2687
            "time": "2015-04-02 19:54:00"
2688
        },
2689
        {
2690
            "name": "pdepend/pdepend",
2691
            "version": "2.2.2",
2692
            "source": {
2693
                "type": "git",
2694
                "url": "https://github.com/pdepend/pdepend.git",
2695
                "reference": "d3ae0d084d526cdc6c3f1b858fb7148de77b41c5"
2696
            },
2697
            "dist": {
2698
                "type": "zip",
2699
                "url": "https://api.github.com/repos/pdepend/pdepend/zipball/d3ae0d084d526cdc6c3f1b858fb7148de77b41c5",
2700
                "reference": "d3ae0d084d526cdc6c3f1b858fb7148de77b41c5",
2701
                "shasum": ""
2702
            },
2703
            "require": {
2704
                "php": ">=5.3.7",
2705
                "symfony/config": "^2.3.0",
2706
                "symfony/dependency-injection": "^2.3.0",
2707
                "symfony/filesystem": "^2.3.0"
2708
            },
2709
            "require-dev": {
2710
                "phpunit/phpunit": "^4.0.0,<4.8",
2711
                "squizlabs/php_codesniffer": "^2.0.0"
2712
            },
2713
            "bin": [
2714
                "src/bin/pdepend"
2715
            ],
2716
            "type": "library",
2717
            "autoload": {
2718
                "psr-0": {
2719
                    "PDepend\\": "src/main/php/"
2720
                }
2721
            },
2722
            "notification-url": "https://packagist.org/downloads/",
2723
            "license": [
2724
                "BSD-3-Clause"
2725
            ],
2726
            "description": "Official version of pdepend to be handled with Composer",
2727
            "time": "2015-10-16 08:49:58"
2728
        },
2729
        {
2730
            "name": "phpdocumentor/reflection-docblock",
2731
            "version": "2.0.4",
2732
            "source": {
2733
                "type": "git",
2734
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2735
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
2736
            },
2737
            "dist": {
2738
                "type": "zip",
2739
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
2740
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
2741
                "shasum": ""
2742
            },
2743
            "require": {
2744
                "php": ">=5.3.3"
2745
            },
2746
            "require-dev": {
2747
                "phpunit/phpunit": "~4.0"
2748
            },
2749
            "suggest": {
2750
                "dflydev/markdown": "~1.0",
2751
                "erusev/parsedown": "~1.0"
2752
            },
2753
            "type": "library",
2754
            "extra": {
2755
                "branch-alias": {
2756
                    "dev-master": "2.0.x-dev"
2757
                }
2758
            },
2759
            "autoload": {
2760
                "psr-0": {
2761
                    "phpDocumentor": [
2762
                        "src/"
2763
                    ]
2764
                }
2765
            },
2766
            "notification-url": "https://packagist.org/downloads/",
2767
            "license": [
2768
                "MIT"
2769
            ],
2770
            "authors": [
2771
                {
2772
                    "name": "Mike van Riel",
2773
                    "email": "[email protected]"
2774
                }
2775
            ],
2776
            "time": "2015-02-03 12:10:50"
2777
        },
2778
        {
2779
            "name": "phpmd/phpmd",
2780
            "version": "2.3.2",
2781
            "source": {
2782
                "type": "git",
2783
                "url": "https://github.com/phpmd/phpmd.git",
2784
                "reference": "08b5bcd454a7148579b68931fc500d824afd3bb5"
2785
            },
2786
            "dist": {
2787
                "type": "zip",
2788
                "url": "https://api.github.com/repos/phpmd/phpmd/zipball/08b5bcd454a7148579b68931fc500d824afd3bb5",
2789
                "reference": "08b5bcd454a7148579b68931fc500d824afd3bb5",
2790
                "shasum": ""
2791
            },
2792
            "require": {
2793
                "pdepend/pdepend": "~2.0",
2794
                "php": ">=5.3.0"
2795
            },
2796
            "require-dev": {
2797
                "phpunit/phpunit": "^4.0",
2798
                "squizlabs/php_codesniffer": "^2.0"
2799
            },
2800
            "bin": [
2801
                "src/bin/phpmd"
2802
            ],
2803
            "type": "project",
2804
            "autoload": {
2805
                "psr-0": {
2806
                    "PHPMD\\": "src/main/php"
2807
                }
2808
            },
2809
            "notification-url": "https://packagist.org/downloads/",
2810
            "license": [
2811
                "BSD-3-Clause"
2812
            ],
2813
            "authors": [
2814
                {
2815
                    "name": "Manuel Pichler",
2816
                    "email": "[email protected]",
2817
                    "homepage": "https://github.com/manuelpichler",
2818
                    "role": "Project Founder"
2819
                },
2820
                {
2821
                    "name": "Other contributors",
2822
                    "homepage": "https://github.com/phpmd/phpmd/graphs/contributors",
2823
                    "role": "Contributors"
2824
                },
2825
                {
2826
                    "name": "Marc Würth",
2827
                    "email": "[email protected]",
2828
                    "homepage": "https://github.com/ravage84",
2829
                    "role": "Project Maintainer"
2830
                }
2831
            ],
2832
            "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
2833
            "homepage": "http://phpmd.org/",
2834
            "keywords": [
2835
                "mess detection",
2836
                "mess detector",
2837
                "pdepend",
2838
                "phpmd",
2839
                "pmd"
2840
            ],
2841
            "time": "2015-09-24 14:37:49"
2842
        },
2843
        {
2844
            "name": "phpspec/prophecy",
2845
            "version": "v1.5.0",
2846
            "source": {
2847
                "type": "git",
2848
                "url": "https://github.com/phpspec/prophecy.git",
2849
                "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
2850
            },
2851
            "dist": {
2852
                "type": "zip",
2853
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
2854
                "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
2855
                "shasum": ""
2856
            },
2857
            "require": {
2858
                "doctrine/instantiator": "^1.0.2",
2859
                "phpdocumentor/reflection-docblock": "~2.0",
2860
                "sebastian/comparator": "~1.1"
2861
            },
2862
            "require-dev": {
2863
                "phpspec/phpspec": "~2.0"
2864
            },
2865
            "type": "library",
2866
            "extra": {
2867
                "branch-alias": {
2868
                    "dev-master": "1.4.x-dev"
2869
                }
2870
            },
2871
            "autoload": {
2872
                "psr-0": {
2873
                    "Prophecy\\": "src/"
2874
                }
2875
            },
2876
            "notification-url": "https://packagist.org/downloads/",
2877
            "license": [
2878
                "MIT"
2879
            ],
2880
            "authors": [
2881
                {
2882
                    "name": "Konstantin Kudryashov",
2883
                    "email": "[email protected]",
2884
                    "homepage": "http://everzet.com"
2885
                },
2886
                {
2887
                    "name": "Marcello Duarte",
2888
                    "email": "[email protected]"
2889
                }
2890
            ],
2891
            "description": "Highly opinionated mocking framework for PHP 5.3+",
2892
            "homepage": "https://github.com/phpspec/prophecy",
2893
            "keywords": [
2894
                "Double",
2895
                "Dummy",
2896
                "fake",
2897
                "mock",
2898
                "spy",
2899
                "stub"
2900
            ],
2901
            "time": "2015-08-13 10:07:40"
2902
        },
2903
        {
2904
            "name": "phpunit/php-code-coverage",
2905
            "version": "2.2.4",
2906
            "source": {
2907
                "type": "git",
2908
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2909
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
2910
            },
2911
            "dist": {
2912
                "type": "zip",
2913
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
2914
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
2915
                "shasum": ""
2916
            },
2917
            "require": {
2918
                "php": ">=5.3.3",
2919
                "phpunit/php-file-iterator": "~1.3",
2920
                "phpunit/php-text-template": "~1.2",
2921
                "phpunit/php-token-stream": "~1.3",
2922
                "sebastian/environment": "^1.3.2",
2923
                "sebastian/version": "~1.0"
2924
            },
2925
            "require-dev": {
2926
                "ext-xdebug": ">=2.1.4",
2927
                "phpunit/phpunit": "~4"
2928
            },
2929
            "suggest": {
2930
                "ext-dom": "*",
2931
                "ext-xdebug": ">=2.2.1",
2932
                "ext-xmlwriter": "*"
2933
            },
2934
            "type": "library",
2935
            "extra": {
2936
                "branch-alias": {
2937
                    "dev-master": "2.2.x-dev"
2938
                }
2939
            },
2940
            "autoload": {
2941
                "classmap": [
2942
                    "src/"
2943
                ]
2944
            },
2945
            "notification-url": "https://packagist.org/downloads/",
2946
            "license": [
2947
                "BSD-3-Clause"
2948
            ],
2949
            "authors": [
2950
                {
2951
                    "name": "Sebastian Bergmann",
2952
                    "email": "[email protected]",
2953
                    "role": "lead"
2954
                }
2955
            ],
2956
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2957
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2958
            "keywords": [
2959
                "coverage",
2960
                "testing",
2961
                "xunit"
2962
            ],
2963
            "time": "2015-10-06 15:47:00"
2964
        },
2965
        {
2966
            "name": "phpunit/php-file-iterator",
2967
            "version": "1.4.1",
2968
            "source": {
2969
                "type": "git",
2970
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2971
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
2972
            },
2973
            "dist": {
2974
                "type": "zip",
2975
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
2976
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
2977
                "shasum": ""
2978
            },
2979
            "require": {
2980
                "php": ">=5.3.3"
2981
            },
2982
            "type": "library",
2983
            "extra": {
2984
                "branch-alias": {
2985
                    "dev-master": "1.4.x-dev"
2986
                }
2987
            },
2988
            "autoload": {
2989
                "classmap": [
2990
                    "src/"
2991
                ]
2992
            },
2993
            "notification-url": "https://packagist.org/downloads/",
2994
            "license": [
2995
                "BSD-3-Clause"
2996
            ],
2997
            "authors": [
2998
                {
2999
                    "name": "Sebastian Bergmann",
3000
                    "email": "[email protected]",
3001
                    "role": "lead"
3002
                }
3003
            ],
3004
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3005
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3006
            "keywords": [
3007
                "filesystem",
3008
                "iterator"
3009
            ],
3010
            "time": "2015-06-21 13:08:43"
3011
        },
3012
        {
3013
            "name": "phpunit/php-text-template",
3014
            "version": "1.2.1",
3015
            "source": {
3016
                "type": "git",
3017
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
3018
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
3019
            },
3020
            "dist": {
3021
                "type": "zip",
3022
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3023
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3024
                "shasum": ""
3025
            },
3026
            "require": {
3027
                "php": ">=5.3.3"
3028
            },
3029
            "type": "library",
3030
            "autoload": {
3031
                "classmap": [
3032
                    "src/"
3033
                ]
3034
            },
3035
            "notification-url": "https://packagist.org/downloads/",
3036
            "license": [
3037
                "BSD-3-Clause"
3038
            ],
3039
            "authors": [
3040
                {
3041
                    "name": "Sebastian Bergmann",
3042
                    "email": "[email protected]",
3043
                    "role": "lead"
3044
                }
3045
            ],
3046
            "description": "Simple template engine.",
3047
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3048
            "keywords": [
3049
                "template"
3050
            ],
3051
            "time": "2015-06-21 13:50:34"
3052
        },
3053
        {
3054
            "name": "phpunit/php-timer",
3055
            "version": "1.0.7",
3056
            "source": {
3057
                "type": "git",
3058
                "url": "https://github.com/sebastianbergmann/php-timer.git",
3059
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
3060
            },
3061
            "dist": {
3062
                "type": "zip",
3063
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
3064
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
3065
                "shasum": ""
3066
            },
3067
            "require": {
3068
                "php": ">=5.3.3"
3069
            },
3070
            "type": "library",
3071
            "autoload": {
3072
                "classmap": [
3073
                    "src/"
3074
                ]
3075
            },
3076
            "notification-url": "https://packagist.org/downloads/",
3077
            "license": [
3078
                "BSD-3-Clause"
3079
            ],
3080
            "authors": [
3081
                {
3082
                    "name": "Sebastian Bergmann",
3083
                    "email": "[email protected]",
3084
                    "role": "lead"
3085
                }
3086
            ],
3087
            "description": "Utility class for timing",
3088
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
3089
            "keywords": [
3090
                "timer"
3091
            ],
3092
            "time": "2015-06-21 08:01:12"
3093
        },
3094
        {
3095
            "name": "phpunit/php-token-stream",
3096
            "version": "1.4.8",
3097
            "source": {
3098
                "type": "git",
3099
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3100
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
3101
            },
3102
            "dist": {
3103
                "type": "zip",
3104
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
3105
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
3106
                "shasum": ""
3107
            },
3108
            "require": {
3109
                "ext-tokenizer": "*",
3110
                "php": ">=5.3.3"
3111
            },
3112
            "require-dev": {
3113
                "phpunit/phpunit": "~4.2"
3114
            },
3115
            "type": "library",
3116
            "extra": {
3117
                "branch-alias": {
3118
                    "dev-master": "1.4-dev"
3119
                }
3120
            },
3121
            "autoload": {
3122
                "classmap": [
3123
                    "src/"
3124
                ]
3125
            },
3126
            "notification-url": "https://packagist.org/downloads/",
3127
            "license": [
3128
                "BSD-3-Clause"
3129
            ],
3130
            "authors": [
3131
                {
3132
                    "name": "Sebastian Bergmann",
3133
                    "email": "[email protected]"
3134
                }
3135
            ],
3136
            "description": "Wrapper around PHP's tokenizer extension.",
3137
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3138
            "keywords": [
3139
                "tokenizer"
3140
            ],
3141
            "time": "2015-09-15 10:49:45"
3142
        },
3143
        {
3144
            "name": "phpunit/phpunit",
3145
            "version": "4.8.16",
3146
            "source": {
3147
                "type": "git",
3148
                "url": "https://github.com/sebastianbergmann/phpunit.git",
3149
                "reference": "625f8c345606ed0f3a141dfb88f4116f0e22978e"
3150
            },
3151
            "dist": {
3152
                "type": "zip",
3153
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/625f8c345606ed0f3a141dfb88f4116f0e22978e",
3154
                "reference": "625f8c345606ed0f3a141dfb88f4116f0e22978e",
3155
                "shasum": ""
3156
            },
3157
            "require": {
3158
                "ext-dom": "*",
3159
                "ext-json": "*",
3160
                "ext-pcre": "*",
3161
                "ext-reflection": "*",
3162
                "ext-spl": "*",
3163
                "php": ">=5.3.3",
3164
                "phpspec/prophecy": "^1.3.1",
3165
                "phpunit/php-code-coverage": "~2.1",
3166
                "phpunit/php-file-iterator": "~1.4",
3167
                "phpunit/php-text-template": "~1.2",
3168
                "phpunit/php-timer": ">=1.0.6",
3169
                "phpunit/phpunit-mock-objects": "~2.3",
3170
                "sebastian/comparator": "~1.1",
3171
                "sebastian/diff": "~1.2",
3172
                "sebastian/environment": "~1.3",
3173
                "sebastian/exporter": "~1.2",
3174
                "sebastian/global-state": "~1.0",
3175
                "sebastian/version": "~1.0",
3176
                "symfony/yaml": "~2.1|~3.0"
3177
            },
3178
            "suggest": {
3179
                "phpunit/php-invoker": "~1.1"
3180
            },
3181
            "bin": [
3182
                "phpunit"
3183
            ],
3184
            "type": "library",
3185
            "extra": {
3186
                "branch-alias": {
3187
                    "dev-master": "4.8.x-dev"
3188
                }
3189
            },
3190
            "autoload": {
3191
                "classmap": [
3192
                    "src/"
3193
                ]
3194
            },
3195
            "notification-url": "https://packagist.org/downloads/",
3196
            "license": [
3197
                "BSD-3-Clause"
3198
            ],
3199
            "authors": [
3200
                {
3201
                    "name": "Sebastian Bergmann",
3202
                    "email": "[email protected]",
3203
                    "role": "lead"
3204
                }
3205
            ],
3206
            "description": "The PHP Unit Testing framework.",
3207
            "homepage": "https://phpunit.de/",
3208
            "keywords": [
3209
                "phpunit",
3210
                "testing",
3211
                "xunit"
3212
            ],
3213
            "time": "2015-10-23 06:48:33"
3214
        },
3215
        {
3216
            "name": "phpunit/phpunit-mock-objects",
3217
            "version": "2.3.8",
3218
            "source": {
3219
                "type": "git",
3220
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
3221
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
3222
            },
3223
            "dist": {
3224
                "type": "zip",
3225
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
3226
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
3227
                "shasum": ""
3228
            },
3229
            "require": {
3230
                "doctrine/instantiator": "^1.0.2",
3231
                "php": ">=5.3.3",
3232
                "phpunit/php-text-template": "~1.2",
3233
                "sebastian/exporter": "~1.2"
3234
            },
3235
            "require-dev": {
3236
                "phpunit/phpunit": "~4.4"
3237
            },
3238
            "suggest": {
3239
                "ext-soap": "*"
3240
            },
3241
            "type": "library",
3242
            "extra": {
3243
                "branch-alias": {
3244
                    "dev-master": "2.3.x-dev"
3245
                }
3246
            },
3247
            "autoload": {
3248
                "classmap": [
3249
                    "src/"
3250
                ]
3251
            },
3252
            "notification-url": "https://packagist.org/downloads/",
3253
            "license": [
3254
                "BSD-3-Clause"
3255
            ],
3256
            "authors": [
3257
                {
3258
                    "name": "Sebastian Bergmann",
3259
                    "email": "[email protected]",
3260
                    "role": "lead"
3261
                }
3262
            ],
3263
            "description": "Mock Object library for PHPUnit",
3264
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
3265
            "keywords": [
3266
                "mock",
3267
                "xunit"
3268
            ],
3269
            "time": "2015-10-02 06:51:40"
3270
        },
3271
        {
3272
            "name": "sebastian/comparator",
3273
            "version": "1.2.0",
3274
            "source": {
3275
                "type": "git",
3276
                "url": "https://github.com/sebastianbergmann/comparator.git",
3277
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
3278
            },
3279
            "dist": {
3280
                "type": "zip",
3281
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
3282
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
3283
                "shasum": ""
3284
            },
3285
            "require": {
3286
                "php": ">=5.3.3",
3287
                "sebastian/diff": "~1.2",
3288
                "sebastian/exporter": "~1.2"
3289
            },
3290
            "require-dev": {
3291
                "phpunit/phpunit": "~4.4"
3292
            },
3293
            "type": "library",
3294
            "extra": {
3295
                "branch-alias": {
3296
                    "dev-master": "1.2.x-dev"
3297
                }
3298
            },
3299
            "autoload": {
3300
                "classmap": [
3301
                    "src/"
3302
                ]
3303
            },
3304
            "notification-url": "https://packagist.org/downloads/",
3305
            "license": [
3306
                "BSD-3-Clause"
3307
            ],
3308
            "authors": [
3309
                {
3310
                    "name": "Jeff Welch",
3311
                    "email": "[email protected]"
3312
                },
3313
                {
3314
                    "name": "Volker Dusch",
3315
                    "email": "[email protected]"
3316
                },
3317
                {
3318
                    "name": "Bernhard Schussek",
3319
                    "email": "[email protected]"
3320
                },
3321
                {
3322
                    "name": "Sebastian Bergmann",
3323
                    "email": "[email protected]"
3324
                }
3325
            ],
3326
            "description": "Provides the functionality to compare PHP values for equality",
3327
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
3328
            "keywords": [
3329
                "comparator",
3330
                "compare",
3331
                "equality"
3332
            ],
3333
            "time": "2015-07-26 15:48:44"
3334
        },
3335
        {
3336
            "name": "sebastian/diff",
3337
            "version": "1.3.0",
3338
            "source": {
3339
                "type": "git",
3340
                "url": "https://github.com/sebastianbergmann/diff.git",
3341
                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
3342
            },
3343
            "dist": {
3344
                "type": "zip",
3345
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
3346
                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
3347
                "shasum": ""
3348
            },
3349
            "require": {
3350
                "php": ">=5.3.3"
3351
            },
3352
            "require-dev": {
3353
                "phpunit/phpunit": "~4.2"
3354
            },
3355
            "type": "library",
3356
            "extra": {
3357
                "branch-alias": {
3358
                    "dev-master": "1.3-dev"
3359
                }
3360
            },
3361
            "autoload": {
3362
                "classmap": [
3363
                    "src/"
3364
                ]
3365
            },
3366
            "notification-url": "https://packagist.org/downloads/",
3367
            "license": [
3368
                "BSD-3-Clause"
3369
            ],
3370
            "authors": [
3371
                {
3372
                    "name": "Kore Nordmann",
3373
                    "email": "[email protected]"
3374
                },
3375
                {
3376
                    "name": "Sebastian Bergmann",
3377
                    "email": "[email protected]"
3378
                }
3379
            ],
3380
            "description": "Diff implementation",
3381
            "homepage": "http://www.github.com/sebastianbergmann/diff",
3382
            "keywords": [
3383
                "diff"
3384
            ],
3385
            "time": "2015-02-22 15:13:53"
3386
        },
3387
        {
3388
            "name": "sebastian/environment",
3389
            "version": "1.3.2",
3390
            "source": {
3391
                "type": "git",
3392
                "url": "https://github.com/sebastianbergmann/environment.git",
3393
                "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44"
3394
            },
3395
            "dist": {
3396
                "type": "zip",
3397
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6324c907ce7a52478eeeaede764f48733ef5ae44",
3398
                "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44",
3399
                "shasum": ""
3400
            },
3401
            "require": {
3402
                "php": ">=5.3.3"
3403
            },
3404
            "require-dev": {
3405
                "phpunit/phpunit": "~4.4"
3406
            },
3407
            "type": "library",
3408
            "extra": {
3409
                "branch-alias": {
3410
                    "dev-master": "1.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
                }
3427
            ],
3428
            "description": "Provides functionality to handle HHVM/PHP environments",
3429
            "homepage": "http://www.github.com/sebastianbergmann/environment",
3430
            "keywords": [
3431
                "Xdebug",
3432
                "environment",
3433
                "hhvm"
3434
            ],
3435
            "time": "2015-08-03 06:14:51"
3436
        },
3437
        {
3438
            "name": "sebastian/exporter",
3439
            "version": "1.2.1",
3440
            "source": {
3441
                "type": "git",
3442
                "url": "https://github.com/sebastianbergmann/exporter.git",
3443
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
3444
            },
3445
            "dist": {
3446
                "type": "zip",
3447
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
3448
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
3449
                "shasum": ""
3450
            },
3451
            "require": {
3452
                "php": ">=5.3.3",
3453
                "sebastian/recursion-context": "~1.0"
3454
            },
3455
            "require-dev": {
3456
                "phpunit/phpunit": "~4.4"
3457
            },
3458
            "type": "library",
3459
            "extra": {
3460
                "branch-alias": {
3461
                    "dev-master": "1.2.x-dev"
3462
                }
3463
            },
3464
            "autoload": {
3465
                "classmap": [
3466
                    "src/"
3467
                ]
3468
            },
3469
            "notification-url": "https://packagist.org/downloads/",
3470
            "license": [
3471
                "BSD-3-Clause"
3472
            ],
3473
            "authors": [
3474
                {
3475
                    "name": "Jeff Welch",
3476
                    "email": "[email protected]"
3477
                },
3478
                {
3479
                    "name": "Volker Dusch",
3480
                    "email": "[email protected]"
3481
                },
3482
                {
3483
                    "name": "Bernhard Schussek",
3484
                    "email": "[email protected]"
3485
                },
3486
                {
3487
                    "name": "Sebastian Bergmann",
3488
                    "email": "[email protected]"
3489
                },
3490
                {
3491
                    "name": "Adam Harvey",
3492
                    "email": "[email protected]"
3493
                }
3494
            ],
3495
            "description": "Provides the functionality to export PHP variables for visualization",
3496
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
3497
            "keywords": [
3498
                "export",
3499
                "exporter"
3500
            ],
3501
            "time": "2015-06-21 07:55:53"
3502
        },
3503
        {
3504
            "name": "sebastian/finder-facade",
3505
            "version": "1.2.0",
3506
            "source": {
3507
                "type": "git",
3508
                "url": "https://github.com/sebastianbergmann/finder-facade.git",
3509
                "reference": "a520dcc3dd39160eea480daa3426f4fd419a327b"
3510
            },
3511
            "dist": {
3512
                "type": "zip",
3513
                "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/a520dcc3dd39160eea480daa3426f4fd419a327b",
3514
                "reference": "a520dcc3dd39160eea480daa3426f4fd419a327b",
3515
                "shasum": ""
3516
            },
3517
            "require": {
3518
                "symfony/finder": "~2.3",
3519
                "theseer/fdomdocument": "~1.3"
3520
            },
3521
            "type": "library",
3522
            "autoload": {
3523
                "classmap": [
3524
                    "src/"
3525
                ]
3526
            },
3527
            "notification-url": "https://packagist.org/downloads/",
3528
            "license": [
3529
                "BSD-3-Clause"
3530
            ],
3531
            "authors": [
3532
                {
3533
                    "name": "Sebastian Bergmann",
3534
                    "email": "[email protected]",
3535
                    "role": "lead"
3536
                }
3537
            ],
3538
            "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
3539
            "homepage": "https://github.com/sebastianbergmann/finder-facade",
3540
            "time": "2015-06-04 08:11:58"
3541
        },
3542
        {
3543
            "name": "sebastian/global-state",
3544
            "version": "1.1.1",
3545
            "source": {
3546
                "type": "git",
3547
                "url": "https://github.com/sebastianbergmann/global-state.git",
3548
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
3549
            },
3550
            "dist": {
3551
                "type": "zip",
3552
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
3553
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
3554
                "shasum": ""
3555
            },
3556
            "require": {
3557
                "php": ">=5.3.3"
3558
            },
3559
            "require-dev": {
3560
                "phpunit/phpunit": "~4.2"
3561
            },
3562
            "suggest": {
3563
                "ext-uopz": "*"
3564
            },
3565
            "type": "library",
3566
            "extra": {
3567
                "branch-alias": {
3568
                    "dev-master": "1.0-dev"
3569
                }
3570
            },
3571
            "autoload": {
3572
                "classmap": [
3573
                    "src/"
3574
                ]
3575
            },
3576
            "notification-url": "https://packagist.org/downloads/",
3577
            "license": [
3578
                "BSD-3-Clause"
3579
            ],
3580
            "authors": [
3581
                {
3582
                    "name": "Sebastian Bergmann",
3583
                    "email": "[email protected]"
3584
                }
3585
            ],
3586
            "description": "Snapshotting of global state",
3587
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
3588
            "keywords": [
3589
                "global state"
3590
            ],
3591
            "time": "2015-10-12 03:26:01"
3592
        },
3593
        {
3594
            "name": "sebastian/phpcpd",
3595
            "version": "2.0.2",
3596
            "source": {
3597
                "type": "git",
3598
                "url": "https://github.com/sebastianbergmann/phpcpd.git",
3599
                "reference": "d3ad100fdf15805495f6ff19f473f4314c99390c"
3600
            },
3601
            "dist": {
3602
                "type": "zip",
3603
                "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/d3ad100fdf15805495f6ff19f473f4314c99390c",
3604
                "reference": "d3ad100fdf15805495f6ff19f473f4314c99390c",
3605
                "shasum": ""
3606
            },
3607
            "require": {
3608
                "php": ">=5.3.3",
3609
                "phpunit/php-timer": "~1.0",
3610
                "sebastian/finder-facade": "~1.1",
3611
                "sebastian/version": "~1.0",
3612
                "symfony/console": "~2.2",
3613
                "theseer/fdomdocument": "~1.4"
3614
            },
3615
            "bin": [
3616
                "phpcpd"
3617
            ],
3618
            "type": "library",
3619
            "extra": {
3620
                "branch-alias": {
3621
                    "dev-master": "2.0-dev"
3622
                }
3623
            },
3624
            "autoload": {
3625
                "classmap": [
3626
                    "src/"
3627
                ]
3628
            },
3629
            "notification-url": "https://packagist.org/downloads/",
3630
            "license": [
3631
                "BSD-3-Clause"
3632
            ],
3633
            "authors": [
3634
                {
3635
                    "name": "Sebastian Bergmann",
3636
                    "email": "[email protected]",
3637
                    "role": "lead"
3638
                }
3639
            ],
3640
            "description": "Copy/Paste Detector (CPD) for PHP code.",
3641
            "homepage": "https://github.com/sebastianbergmann/phpcpd",
3642
            "time": "2015-03-26 14:47:38"
3643
        },
3644
        {
3645
            "name": "sebastian/recursion-context",
3646
            "version": "1.0.1",
3647
            "source": {
3648
                "type": "git",
3649
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
3650
                "reference": "994d4a811bafe801fb06dccbee797863ba2792ba"
3651
            },
3652
            "dist": {
3653
                "type": "zip",
3654
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba",
3655
                "reference": "994d4a811bafe801fb06dccbee797863ba2792ba",
3656
                "shasum": ""
3657
            },
3658
            "require": {
3659
                "php": ">=5.3.3"
3660
            },
3661
            "require-dev": {
3662
                "phpunit/phpunit": "~4.4"
3663
            },
3664
            "type": "library",
3665
            "extra": {
3666
                "branch-alias": {
3667
                    "dev-master": "1.0.x-dev"
3668
                }
3669
            },
3670
            "autoload": {
3671
                "classmap": [
3672
                    "src/"
3673
                ]
3674
            },
3675
            "notification-url": "https://packagist.org/downloads/",
3676
            "license": [
3677
                "BSD-3-Clause"
3678
            ],
3679
            "authors": [
3680
                {
3681
                    "name": "Jeff Welch",
3682
                    "email": "[email protected]"
3683
                },
3684
                {
3685
                    "name": "Sebastian Bergmann",
3686
                    "email": "[email protected]"
3687
                },
3688
                {
3689
                    "name": "Adam Harvey",
3690
                    "email": "[email protected]"
3691
                }
3692
            ],
3693
            "description": "Provides functionality to recursively process PHP variables",
3694
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3695
            "time": "2015-06-21 08:04:50"
3696
        },
3697
        {
3698
            "name": "sebastian/version",
3699
            "version": "1.0.6",
3700
            "source": {
3701
                "type": "git",
3702
                "url": "https://github.com/sebastianbergmann/version.git",
3703
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
3704
            },
3705
            "dist": {
3706
                "type": "zip",
3707
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
3708
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
3709
                "shasum": ""
3710
            },
3711
            "type": "library",
3712
            "autoload": {
3713
                "classmap": [
3714
                    "src/"
3715
                ]
3716
            },
3717
            "notification-url": "https://packagist.org/downloads/",
3718
            "license": [
3719
                "BSD-3-Clause"
3720
            ],
3721
            "authors": [
3722
                {
3723
                    "name": "Sebastian Bergmann",
3724
                    "email": "[email protected]",
3725
                    "role": "lead"
3726
                }
3727
            ],
3728
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3729
            "homepage": "https://github.com/sebastianbergmann/version",
3730
            "time": "2015-06-21 13:59:46"
3731
        },
3732
        {
3733
            "name": "sensio/generator-bundle",
3734
            "version": "v2.5.3",
3735
            "target-dir": "Sensio/Bundle/GeneratorBundle",
3736
            "source": {
3737
                "type": "git",
3738
                "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
3739
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3"
3740
            },
3741
            "dist": {
3742
                "type": "zip",
3743
                "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/e50108c2133ee5c9c484555faed50c17a61221d3",
3744
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3",
3745
                "shasum": ""
3746
            },
3747
            "require": {
3748
                "symfony/console": "~2.5",
3749
                "symfony/framework-bundle": "~2.2"
3750
            },
3751
            "require-dev": {
3752
                "doctrine/orm": "~2.2,>=2.2.3",
3753
                "symfony/doctrine-bridge": "~2.2",
3754
                "twig/twig": "~1.11"
3755
            },
3756
            "type": "symfony-bundle",
3757
            "extra": {
3758
                "branch-alias": {
3759
                    "dev-master": "2.5.x-dev"
3760
                }
3761
            },
3762
            "autoload": {
3763
                "psr-0": {
3764
                    "Sensio\\Bundle\\GeneratorBundle": ""
3765
                }
3766
            },
3767
            "notification-url": "https://packagist.org/downloads/",
3768
            "license": [
3769
                "MIT"
3770
            ],
3771
            "authors": [
3772
                {
3773
                    "name": "Fabien Potencier",
3774
                    "email": "[email protected]"
3775
                }
3776
            ],
3777
            "description": "This bundle generates code for you",
3778
            "time": "2015-03-17 06:36:52"
3779
        },
3780
        {
3781
            "name": "squizlabs/php_codesniffer",
3782
            "version": "2.3.4",
3783
            "source": {
3784
                "type": "git",
3785
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
3786
                "reference": "11a2545c44a5915f883e2e5ec12e14ed345e3ab2"
3787
            },
3788
            "dist": {
3789
                "type": "zip",
3790
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/11a2545c44a5915f883e2e5ec12e14ed345e3ab2",
3791
                "reference": "11a2545c44a5915f883e2e5ec12e14ed345e3ab2",
3792
                "shasum": ""
3793
            },
3794
            "require": {
3795
                "ext-tokenizer": "*",
3796
                "ext-xmlwriter": "*",
3797
                "php": ">=5.1.2"
3798
            },
3799
            "bin": [
3800
                "scripts/phpcs",
3801
                "scripts/phpcbf"
3802
            ],
3803
            "type": "library",
3804
            "extra": {
3805
                "branch-alias": {
3806
                    "dev-master": "2.0.x-dev"
3807
                }
3808
            },
3809
            "autoload": {
3810
                "classmap": [
3811
                    "CodeSniffer.php",
3812
                    "CodeSniffer/CLI.php",
3813
                    "CodeSniffer/Exception.php",
3814
                    "CodeSniffer/File.php",
3815
                    "CodeSniffer/Fixer.php",
3816
                    "CodeSniffer/Report.php",
3817
                    "CodeSniffer/Reporting.php",
3818
                    "CodeSniffer/Sniff.php",
3819
                    "CodeSniffer/Tokens.php",
3820
                    "CodeSniffer/Reports/",
3821
                    "CodeSniffer/Tokenizers/",
3822
                    "CodeSniffer/DocGenerators/",
3823
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
3824
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
3825
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
3826
                    "CodeSniffer/Standards/IncorrectPatternException.php",
3827
                    "CodeSniffer/Standards/Generic/Sniffs/",
3828
                    "CodeSniffer/Standards/MySource/Sniffs/",
3829
                    "CodeSniffer/Standards/PEAR/Sniffs/",
3830
                    "CodeSniffer/Standards/PSR1/Sniffs/",
3831
                    "CodeSniffer/Standards/PSR2/Sniffs/",
3832
                    "CodeSniffer/Standards/Squiz/Sniffs/",
3833
                    "CodeSniffer/Standards/Zend/Sniffs/"
3834
                ]
3835
            },
3836
            "notification-url": "https://packagist.org/downloads/",
3837
            "license": [
3838
                "BSD-3-Clause"
3839
            ],
3840
            "authors": [
3841
                {
3842
                    "name": "Greg Sherwood",
3843
                    "role": "lead"
3844
                }
3845
            ],
3846
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
3847
            "homepage": "http://www.squizlabs.com/php-codesniffer",
3848
            "keywords": [
3849
                "phpcs",
3850
                "standards"
3851
            ],
3852
            "time": "2015-09-09 00:18:50"
3853
        },
3854
        {
3855
            "name": "theseer/fdomdocument",
3856
            "version": "1.6.1",
3857
            "source": {
3858
                "type": "git",
3859
                "url": "https://github.com/theseer/fDOMDocument.git",
3860
                "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684"
3861
            },
3862
            "dist": {
3863
                "type": "zip",
3864
                "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/d9ad139d6c2e8edf5e313ffbe37ff13344cf0684",
3865
                "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684",
3866
                "shasum": ""
3867
            },
3868
            "require": {
3869
                "ext-dom": "*",
3870
                "lib-libxml": "*",
3871
                "php": ">=5.3.3"
3872
            },
3873
            "type": "library",
3874
            "autoload": {
3875
                "classmap": [
3876
                    "src/"
3877
                ]
3878
            },
3879
            "notification-url": "https://packagist.org/downloads/",
3880
            "license": [
3881
                "BSD-3-Clause"
3882
            ],
3883
            "authors": [
3884
                {
3885
                    "name": "Arne Blankerts",
3886
                    "email": "[email protected]",
3887
                    "role": "lead"
3888
                }
3889
            ],
3890
            "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.",
3891
            "homepage": "https://github.com/theseer/fDOMDocument",
3892
            "time": "2015-05-27 22:58:02"
3893
        },
3894
        {
3895
            "name": "vierbergenlars/php-semver",
3896
            "version": "3.0.1",
3897
            "source": {
3898
                "type": "git",
3899
                "url": "https://github.com/vierbergenlars/php-semver.git",
3900
                "reference": "516bb3061577e60e9420cbecc479362d3ad8c7f1"
3901
            },
3902
            "dist": {
3903
                "type": "zip",
3904
                "url": "https://api.github.com/repos/vierbergenlars/php-semver/zipball/516bb3061577e60e9420cbecc479362d3ad8c7f1",
3905
                "reference": "516bb3061577e60e9420cbecc479362d3ad8c7f1",
3906
                "shasum": ""
3907
            },
3908
            "require": {
3909
                "php": ">=5.3.0"
3910
            },
3911
            "require-dev": {
3912
                "simpletest/simpletest": "1.1.*"
3913
            },
3914
            "bin": [
3915
                "bin/semver",
3916
                "bin/update-versions"
3917
            ],
3918
            "type": "library",
3919
            "autoload": {
3920
                "psr-0": {
3921
                    "vierbergenlars\\SemVer\\": "src/",
3922
                    "vierbergenlars\\LibJs\\": "src/"
3923
                },
3924
                "classmap": [
3925
                    "src/vierbergenlars/SemVer/internal.php"
3926
                ]
3927
            },
3928
            "notification-url": "https://packagist.org/downloads/",
3929
            "license": [
3930
                "MIT"
3931
            ],
3932
            "authors": [
3933
                {
3934
                    "name": "Lars Vierbergen",
3935
                    "email": "[email protected]"
3936
                }
3937
            ],
3938
            "description": "The Semantic Versioner for PHP",
3939
            "keywords": [
3940
                "semantic",
3941
                "semver",
3942
                "versioning"
3943
            ],
3944
            "time": "2015-05-02 19:28:54"
3945
        }
3946
    ],
3947
    "aliases": [],
3948
    "minimum-stability": "stable",
3949
    "stability-flags": {
3950
        "ibuildings/qa-tools": 20
3951
    },
3952
    "prefer-stable": false,
3953
    "prefer-lowest": false,
3954
    "platform": [],
3955
    "platform-dev": []
3956
}
3957