Completed
Pull Request — develop (#74)
by A.
02:18
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": "5d1c31dadf7336bff79bfb827d4e5558",
8
    "content-hash": "cc94faaaddcdcd3060de881261006b80",
9
    "packages": [
10
        {
11
            "name": "beberlei/assert",
12
            "version": "2.6.5",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/beberlei/assert.git",
16
                "reference": "fbadde44717ea3eb98fba35425d49731185bf418"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/beberlei/assert/zipball/fbadde44717ea3eb98fba35425d49731185bf418",
21
                "reference": "fbadde44717ea3eb98fba35425d49731185bf418",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "ext-mbstring": "*",
26
                "php": ">=5.3"
27
            },
28
            "require-dev": {
29
                "friendsofphp/php-cs-fixer": "2.0.0-alpha",
30
                "phpunit/phpunit": "@stable"
31
            },
32
            "type": "library",
33
            "autoload": {
34
                "psr-0": {
35
                    "Assert": "lib/"
36
                },
37
                "files": [
38
                    "lib/Assert/functions.php"
39
                ]
40
            },
41
            "notification-url": "https://packagist.org/downloads/",
42
            "license": [
43
                "BSD-2-Clause"
44
            ],
45
            "authors": [
46
                {
47
                    "name": "Benjamin Eberlei",
48
                    "email": "[email protected]",
49
                    "role": "Lead Developer"
50
                },
51
                {
52
                    "name": "Richard Quadling",
53
                    "email": "[email protected]",
54
                    "role": "Collaborator"
55
                }
56
            ],
57
            "description": "Thin assertion library for input validation in business models.",
58
            "keywords": [
59
                "assert",
60
                "assertion",
61
                "validation"
62
            ],
63
            "time": "2016-10-11 17:13:28"
64
        },
65
        {
66
            "name": "doctrine/annotations",
67
            "version": "v1.2.7",
68
            "source": {
69
                "type": "git",
70
                "url": "https://github.com/doctrine/annotations.git",
71
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
72
            },
73
            "dist": {
74
                "type": "zip",
75
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
76
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
77
                "shasum": ""
78
            },
79
            "require": {
80
                "doctrine/lexer": "1.*",
81
                "php": ">=5.3.2"
82
            },
83
            "require-dev": {
84
                "doctrine/cache": "1.*",
85
                "phpunit/phpunit": "4.*"
86
            },
87
            "type": "library",
88
            "extra": {
89
                "branch-alias": {
90
                    "dev-master": "1.3.x-dev"
91
                }
92
            },
93
            "autoload": {
94
                "psr-0": {
95
                    "Doctrine\\Common\\Annotations\\": "lib/"
96
                }
97
            },
98
            "notification-url": "https://packagist.org/downloads/",
99
            "license": [
100
                "MIT"
101
            ],
102
            "authors": [
103
                {
104
                    "name": "Roman Borschel",
105
                    "email": "[email protected]"
106
                },
107
                {
108
                    "name": "Benjamin Eberlei",
109
                    "email": "[email protected]"
110
                },
111
                {
112
                    "name": "Guilherme Blanco",
113
                    "email": "[email protected]"
114
                },
115
                {
116
                    "name": "Jonathan Wage",
117
                    "email": "[email protected]"
118
                },
119
                {
120
                    "name": "Johannes Schmitt",
121
                    "email": "[email protected]"
122
                }
123
            ],
124
            "description": "Docblock Annotations Parser",
125
            "homepage": "http://www.doctrine-project.org",
126
            "keywords": [
127
                "annotations",
128
                "docblock",
129
                "parser"
130
            ],
131
            "time": "2015-08-31 12:32:49"
132
        },
133
        {
134
            "name": "doctrine/cache",
135
            "version": "v1.6.0",
136
            "source": {
137
                "type": "git",
138
                "url": "https://github.com/doctrine/cache.git",
139
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6"
140
            },
141
            "dist": {
142
                "type": "zip",
143
                "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6",
144
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6",
145
                "shasum": ""
146
            },
147
            "require": {
148
                "php": "~5.5|~7.0"
149
            },
150
            "conflict": {
151
                "doctrine/common": ">2.2,<2.4"
152
            },
153
            "require-dev": {
154
                "phpunit/phpunit": "~4.8|~5.0",
155
                "predis/predis": "~1.0",
156
                "satooshi/php-coveralls": "~0.6"
157
            },
158
            "type": "library",
159
            "extra": {
160
                "branch-alias": {
161
                    "dev-master": "1.6.x-dev"
162
                }
163
            },
164
            "autoload": {
165
                "psr-4": {
166
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
167
                }
168
            },
169
            "notification-url": "https://packagist.org/downloads/",
170
            "license": [
171
                "MIT"
172
            ],
173
            "authors": [
174
                {
175
                    "name": "Roman Borschel",
176
                    "email": "[email protected]"
177
                },
178
                {
179
                    "name": "Benjamin Eberlei",
180
                    "email": "[email protected]"
181
                },
182
                {
183
                    "name": "Guilherme Blanco",
184
                    "email": "[email protected]"
185
                },
186
                {
187
                    "name": "Jonathan Wage",
188
                    "email": "[email protected]"
189
                },
190
                {
191
                    "name": "Johannes Schmitt",
192
                    "email": "[email protected]"
193
                }
194
            ],
195
            "description": "Caching library offering an object-oriented API for many cache backends",
196
            "homepage": "http://www.doctrine-project.org",
197
            "keywords": [
198
                "cache",
199
                "caching"
200
            ],
201
            "time": "2015-12-31 16:37:02"
202
        },
203
        {
204
            "name": "doctrine/collections",
205
            "version": "v1.3.0",
206
            "source": {
207
                "type": "git",
208
                "url": "https://github.com/doctrine/collections.git",
209
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
210
            },
211
            "dist": {
212
                "type": "zip",
213
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
214
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
215
                "shasum": ""
216
            },
217
            "require": {
218
                "php": ">=5.3.2"
219
            },
220
            "require-dev": {
221
                "phpunit/phpunit": "~4.0"
222
            },
223
            "type": "library",
224
            "extra": {
225
                "branch-alias": {
226
                    "dev-master": "1.2.x-dev"
227
                }
228
            },
229
            "autoload": {
230
                "psr-0": {
231
                    "Doctrine\\Common\\Collections\\": "lib/"
232
                }
233
            },
234
            "notification-url": "https://packagist.org/downloads/",
235
            "license": [
236
                "MIT"
237
            ],
238
            "authors": [
239
                {
240
                    "name": "Roman Borschel",
241
                    "email": "[email protected]"
242
                },
243
                {
244
                    "name": "Benjamin Eberlei",
245
                    "email": "[email protected]"
246
                },
247
                {
248
                    "name": "Guilherme Blanco",
249
                    "email": "[email protected]"
250
                },
251
                {
252
                    "name": "Jonathan Wage",
253
                    "email": "[email protected]"
254
                },
255
                {
256
                    "name": "Johannes Schmitt",
257
                    "email": "[email protected]"
258
                }
259
            ],
260
            "description": "Collections Abstraction library",
261
            "homepage": "http://www.doctrine-project.org",
262
            "keywords": [
263
                "array",
264
                "collections",
265
                "iterator"
266
            ],
267
            "time": "2015-04-14 22:21:58"
268
        },
269
        {
270
            "name": "doctrine/common",
271
            "version": "v2.6.1",
272
            "source": {
273
                "type": "git",
274
                "url": "https://github.com/doctrine/common.git",
275
                "reference": "a579557bc689580c19fee4e27487a67fe60defc0"
276
            },
277
            "dist": {
278
                "type": "zip",
279
                "url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0",
280
                "reference": "a579557bc689580c19fee4e27487a67fe60defc0",
281
                "shasum": ""
282
            },
283
            "require": {
284
                "doctrine/annotations": "1.*",
285
                "doctrine/cache": "1.*",
286
                "doctrine/collections": "1.*",
287
                "doctrine/inflector": "1.*",
288
                "doctrine/lexer": "1.*",
289
                "php": "~5.5|~7.0"
290
            },
291
            "require-dev": {
292
                "phpunit/phpunit": "~4.8|~5.0"
293
            },
294
            "type": "library",
295
            "extra": {
296
                "branch-alias": {
297
                    "dev-master": "2.7.x-dev"
298
                }
299
            },
300
            "autoload": {
301
                "psr-4": {
302
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
303
                }
304
            },
305
            "notification-url": "https://packagist.org/downloads/",
306
            "license": [
307
                "MIT"
308
            ],
309
            "authors": [
310
                {
311
                    "name": "Roman Borschel",
312
                    "email": "[email protected]"
313
                },
314
                {
315
                    "name": "Benjamin Eberlei",
316
                    "email": "[email protected]"
317
                },
318
                {
319
                    "name": "Guilherme Blanco",
320
                    "email": "[email protected]"
321
                },
322
                {
323
                    "name": "Jonathan Wage",
324
                    "email": "[email protected]"
325
                },
326
                {
327
                    "name": "Johannes Schmitt",
328
                    "email": "[email protected]"
329
                }
330
            ],
331
            "description": "Common Library for Doctrine projects",
332
            "homepage": "http://www.doctrine-project.org",
333
            "keywords": [
334
                "annotations",
335
                "collections",
336
                "eventmanager",
337
                "persistence",
338
                "spl"
339
            ],
340
            "time": "2015-12-25 13:18:31"
341
        },
342
        {
343
            "name": "doctrine/inflector",
344
            "version": "v1.1.0",
345
            "source": {
346
                "type": "git",
347
                "url": "https://github.com/doctrine/inflector.git",
348
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
349
            },
350
            "dist": {
351
                "type": "zip",
352
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
353
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
354
                "shasum": ""
355
            },
356
            "require": {
357
                "php": ">=5.3.2"
358
            },
359
            "require-dev": {
360
                "phpunit/phpunit": "4.*"
361
            },
362
            "type": "library",
363
            "extra": {
364
                "branch-alias": {
365
                    "dev-master": "1.1.x-dev"
366
                }
367
            },
368
            "autoload": {
369
                "psr-0": {
370
                    "Doctrine\\Common\\Inflector\\": "lib/"
371
                }
372
            },
373
            "notification-url": "https://packagist.org/downloads/",
374
            "license": [
375
                "MIT"
376
            ],
377
            "authors": [
378
                {
379
                    "name": "Roman Borschel",
380
                    "email": "[email protected]"
381
                },
382
                {
383
                    "name": "Benjamin Eberlei",
384
                    "email": "[email protected]"
385
                },
386
                {
387
                    "name": "Guilherme Blanco",
388
                    "email": "[email protected]"
389
                },
390
                {
391
                    "name": "Jonathan Wage",
392
                    "email": "[email protected]"
393
                },
394
                {
395
                    "name": "Johannes Schmitt",
396
                    "email": "[email protected]"
397
                }
398
            ],
399
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
400
            "homepage": "http://www.doctrine-project.org",
401
            "keywords": [
402
                "inflection",
403
                "pluralize",
404
                "singularize",
405
                "string"
406
            ],
407
            "time": "2015-11-06 14:35:42"
408
        },
409
        {
410
            "name": "doctrine/lexer",
411
            "version": "v1.0.1",
412
            "source": {
413
                "type": "git",
414
                "url": "https://github.com/doctrine/lexer.git",
415
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
416
            },
417
            "dist": {
418
                "type": "zip",
419
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
420
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
421
                "shasum": ""
422
            },
423
            "require": {
424
                "php": ">=5.3.2"
425
            },
426
            "type": "library",
427
            "extra": {
428
                "branch-alias": {
429
                    "dev-master": "1.0.x-dev"
430
                }
431
            },
432
            "autoload": {
433
                "psr-0": {
434
                    "Doctrine\\Common\\Lexer\\": "lib/"
435
                }
436
            },
437
            "notification-url": "https://packagist.org/downloads/",
438
            "license": [
439
                "MIT"
440
            ],
441
            "authors": [
442
                {
443
                    "name": "Roman Borschel",
444
                    "email": "[email protected]"
445
                },
446
                {
447
                    "name": "Guilherme Blanco",
448
                    "email": "[email protected]"
449
                },
450
                {
451
                    "name": "Johannes Schmitt",
452
                    "email": "[email protected]"
453
                }
454
            ],
455
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
456
            "homepage": "http://www.doctrine-project.org",
457
            "keywords": [
458
                "lexer",
459
                "parser"
460
            ],
461
            "time": "2014-09-09 13:34:57"
462
        },
463
        {
464
            "name": "guzzlehttp/guzzle",
465
            "version": "6.2.2",
466
            "source": {
467
                "type": "git",
468
                "url": "https://github.com/guzzle/guzzle.git",
469
                "reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60"
470
            },
471
            "dist": {
472
                "type": "zip",
473
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ebf29dee597f02f09f4d5bbecc68230ea9b08f60",
474
                "reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60",
475
                "shasum": ""
476
            },
477
            "require": {
478
                "guzzlehttp/promises": "^1.0",
479
                "guzzlehttp/psr7": "^1.3.1",
480
                "php": ">=5.5"
481
            },
482
            "require-dev": {
483
                "ext-curl": "*",
484
                "phpunit/phpunit": "^4.0",
485
                "psr/log": "^1.0"
486
            },
487
            "type": "library",
488
            "extra": {
489
                "branch-alias": {
490
                    "dev-master": "6.2-dev"
491
                }
492
            },
493
            "autoload": {
494
                "files": [
495
                    "src/functions_include.php"
496
                ],
497
                "psr-4": {
498
                    "GuzzleHttp\\": "src/"
499
                }
500
            },
501
            "notification-url": "https://packagist.org/downloads/",
502
            "license": [
503
                "MIT"
504
            ],
505
            "authors": [
506
                {
507
                    "name": "Michael Dowling",
508
                    "email": "[email protected]",
509
                    "homepage": "https://github.com/mtdowling"
510
                }
511
            ],
512
            "description": "Guzzle is a PHP HTTP client library",
513
            "homepage": "http://guzzlephp.org/",
514
            "keywords": [
515
                "client",
516
                "curl",
517
                "framework",
518
                "http",
519
                "http client",
520
                "rest",
521
                "web service"
522
            ],
523
            "time": "2016-10-08 15:01:37"
524
        },
525
        {
526
            "name": "guzzlehttp/promises",
527
            "version": "1.2.0",
528
            "source": {
529
                "type": "git",
530
                "url": "https://github.com/guzzle/promises.git",
531
                "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579"
532
            },
533
            "dist": {
534
                "type": "zip",
535
                "url": "https://api.github.com/repos/guzzle/promises/zipball/c10d860e2a9595f8883527fa0021c7da9e65f579",
536
                "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579",
537
                "shasum": ""
538
            },
539
            "require": {
540
                "php": ">=5.5.0"
541
            },
542
            "require-dev": {
543
                "phpunit/phpunit": "~4.0"
544
            },
545
            "type": "library",
546
            "extra": {
547
                "branch-alias": {
548
                    "dev-master": "1.0-dev"
549
                }
550
            },
551
            "autoload": {
552
                "psr-4": {
553
                    "GuzzleHttp\\Promise\\": "src/"
554
                },
555
                "files": [
556
                    "src/functions_include.php"
557
                ]
558
            },
559
            "notification-url": "https://packagist.org/downloads/",
560
            "license": [
561
                "MIT"
562
            ],
563
            "authors": [
564
                {
565
                    "name": "Michael Dowling",
566
                    "email": "[email protected]",
567
                    "homepage": "https://github.com/mtdowling"
568
                }
569
            ],
570
            "description": "Guzzle promises library",
571
            "keywords": [
572
                "promise"
573
            ],
574
            "time": "2016-05-18 16:56:05"
575
        },
576
        {
577
            "name": "guzzlehttp/psr7",
578
            "version": "1.3.1",
579
            "source": {
580
                "type": "git",
581
                "url": "https://github.com/guzzle/psr7.git",
582
                "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b"
583
            },
584
            "dist": {
585
                "type": "zip",
586
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
587
                "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
588
                "shasum": ""
589
            },
590
            "require": {
591
                "php": ">=5.4.0",
592
                "psr/http-message": "~1.0"
593
            },
594
            "provide": {
595
                "psr/http-message-implementation": "1.0"
596
            },
597
            "require-dev": {
598
                "phpunit/phpunit": "~4.0"
599
            },
600
            "type": "library",
601
            "extra": {
602
                "branch-alias": {
603
                    "dev-master": "1.4-dev"
604
                }
605
            },
606
            "autoload": {
607
                "psr-4": {
608
                    "GuzzleHttp\\Psr7\\": "src/"
609
                },
610
                "files": [
611
                    "src/functions_include.php"
612
                ]
613
            },
614
            "notification-url": "https://packagist.org/downloads/",
615
            "license": [
616
                "MIT"
617
            ],
618
            "authors": [
619
                {
620
                    "name": "Michael Dowling",
621
                    "email": "[email protected]",
622
                    "homepage": "https://github.com/mtdowling"
623
                }
624
            ],
625
            "description": "PSR-7 message implementation",
626
            "keywords": [
627
                "http",
628
                "message",
629
                "stream",
630
                "uri"
631
            ],
632
            "time": "2016-06-24 23:00:38"
633
        },
634
        {
635
            "name": "incenteev/composer-parameter-handler",
636
            "version": "v2.1.2",
637
            "source": {
638
                "type": "git",
639
                "url": "https://github.com/Incenteev/ParameterHandler.git",
640
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
641
            },
642
            "dist": {
643
                "type": "zip",
644
                "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
645
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
646
                "shasum": ""
647
            },
648
            "require": {
649
                "php": ">=5.3.3",
650
                "symfony/yaml": "~2.3|~3.0"
651
            },
652
            "require-dev": {
653
                "composer/composer": "1.0.*@dev",
654
                "phpspec/prophecy-phpunit": "~1.0",
655
                "symfony/filesystem": "~2.2"
656
            },
657
            "type": "library",
658
            "extra": {
659
                "branch-alias": {
660
                    "dev-master": "2.1.x-dev"
661
                }
662
            },
663
            "autoload": {
664
                "psr-4": {
665
                    "Incenteev\\ParameterHandler\\": ""
666
                }
667
            },
668
            "notification-url": "https://packagist.org/downloads/",
669
            "license": [
670
                "MIT"
671
            ],
672
            "authors": [
673
                {
674
                    "name": "Christophe Coevoet",
675
                    "email": "[email protected]"
676
                }
677
            ],
678
            "description": "Composer script handling your ignored parameter file",
679
            "homepage": "https://github.com/Incenteev/ParameterHandler",
680
            "keywords": [
681
                "parameters management"
682
            ],
683
            "time": "2015-11-10 17:04:01"
684
        },
685
        {
686
            "name": "jms/aop-bundle",
687
            "version": "1.2.0",
688
            "source": {
689
                "type": "git",
690
                "url": "https://github.com/schmittjoh/JMSAopBundle.git",
691
                "reference": "78000d007e74283cc564a58e184d7f62548ad394"
692
            },
693
            "dist": {
694
                "type": "zip",
695
                "url": "https://api.github.com/repos/schmittjoh/JMSAopBundle/zipball/78000d007e74283cc564a58e184d7f62548ad394",
696
                "reference": "78000d007e74283cc564a58e184d7f62548ad394",
697
                "shasum": ""
698
            },
699
            "require": {
700
                "jms/cg": "^1.1",
701
                "php": ">=5.3.9",
702
                "symfony/framework-bundle": "^2.3|^3.0"
703
            },
704
            "require-dev": {
705
                "symfony/phpunit-bridge": "^2.7"
706
            },
707
            "type": "symfony-bundle",
708
            "extra": {
709
                "branch-alias": {
710
                    "dev-master": "1.1.x-dev"
711
                }
712
            },
713
            "autoload": {
714
                "psr-4": {
715
                    "JMS\\AopBundle\\": ""
716
                }
717
            },
718
            "notification-url": "https://packagist.org/downloads/",
719
            "license": [
720
                "Apache-2.0"
721
            ],
722
            "authors": [
723
                {
724
                    "name": "Johannes M. Schmitt",
725
                    "email": "[email protected]"
726
                }
727
            ],
728
            "description": "Adds AOP capabilities to Symfony2",
729
            "keywords": [
730
                "annotations",
731
                "aop"
732
            ],
733
            "time": "2015-12-09 16:30:46"
734
        },
735
        {
736
            "name": "jms/cg",
737
            "version": "1.2.0",
738
            "source": {
739
                "type": "git",
740
                "url": "https://github.com/schmittjoh/cg-library.git",
741
                "reference": "2152ea2c48f746a676debb841644ae64cae27835"
742
            },
743
            "dist": {
744
                "type": "zip",
745
                "url": "https://api.github.com/repos/schmittjoh/cg-library/zipball/2152ea2c48f746a676debb841644ae64cae27835",
746
                "reference": "2152ea2c48f746a676debb841644ae64cae27835",
747
                "shasum": ""
748
            },
749
            "require": {
750
                "php": ">=5.3.0"
751
            },
752
            "require-dev": {
753
                "phpunit/phpunit": ">=4.5"
754
            },
755
            "type": "library",
756
            "extra": {
757
                "branch-alias": {
758
                    "dev-master": "1.1-dev"
759
                }
760
            },
761
            "autoload": {
762
                "psr-0": {
763
                    "CG\\": "src/"
764
                }
765
            },
766
            "notification-url": "https://packagist.org/downloads/",
767
            "license": [
768
                "Apache2"
769
            ],
770
            "authors": [
771
                {
772
                    "name": "Johannes M. Schmitt",
773
                    "email": "[email protected]"
774
                }
775
            ],
776
            "description": "Toolset for generating PHP code",
777
            "keywords": [
778
                "code generation"
779
            ],
780
            "time": "2016-04-07 10:21:44"
781
        },
782
        {
783
            "name": "jms/di-extra-bundle",
784
            "version": "1.8.1",
785
            "source": {
786
                "type": "git",
787
                "url": "https://github.com/schmittjoh/JMSDiExtraBundle.git",
788
                "reference": "53d0a974d79f1793a4168fbafe98f273d3e1b3e0"
789
            },
790
            "dist": {
791
                "type": "zip",
792
                "url": "https://api.github.com/repos/schmittjoh/JMSDiExtraBundle/zipball/53d0a974d79f1793a4168fbafe98f273d3e1b3e0",
793
                "reference": "53d0a974d79f1793a4168fbafe98f273d3e1b3e0",
794
                "shasum": ""
795
            },
796
            "require": {
797
                "jms/aop-bundle": "~1.1",
798
                "jms/metadata": "~1.0",
799
                "php": "~5.3|~7.0",
800
                "symfony/dependency-injection": "~2.3|~3.0",
801
                "symfony/finder": "~2.3|~3.0",
802
                "symfony/framework-bundle": "~2.3|~3.0",
803
                "symfony/http-kernel": "^2.3.24|~3.0",
804
                "symfony/process": "~2.3|~3.0",
805
                "symfony/routing": "~2.3|~3.0"
806
            },
807
            "require-dev": {
808
                "doctrine/doctrine-bundle": "~1.5",
809
                "doctrine/orm": "~2.3",
810
                "jms/security-extra-bundle": "~1.0",
811
                "phpcollection/phpcollection": ">=0.2,<0.3-dev",
812
                "sensio/framework-extra-bundle": "~2.0|~3.0",
813
                "symfony/browser-kit": "~2.3|~3.0",
814
                "symfony/class-loader": "~2.3|~3.0",
815
                "symfony/expression-language": "~2.6|~3.0",
816
                "symfony/form": "~2.3|~3.0",
817
                "symfony/phpunit-bridge": "~2.7",
818
                "symfony/security-bundle": "~2.3",
819
                "symfony/twig-bundle": "~2.3|~3.0",
820
                "symfony/validator": "~2.3|~3.0",
821
                "symfony/yaml": "~2.3|~3.0"
822
            },
823
            "type": "symfony-bundle",
824
            "extra": {
825
                "branch-alias": {
826
                    "dev-master": "1.8-dev"
827
                }
828
            },
829
            "autoload": {
830
                "psr-4": {
831
                    "JMS\\DiExtraBundle\\": ""
832
                }
833
            },
834
            "notification-url": "https://packagist.org/downloads/",
835
            "license": [
836
                "Apache-2.0"
837
            ],
838
            "authors": [
839
                {
840
                    "name": "Johannes M. Schmitt",
841
                    "email": "[email protected]"
842
                }
843
            ],
844
            "description": "Allows to configure dependency injection using annotations",
845
            "homepage": "http://jmsyst.com/bundles/JMSDiExtraBundle",
846
            "keywords": [
847
                "annotations",
848
                "dependency injection"
849
            ],
850
            "time": "2016-09-18 13:06:50"
851
        },
852
        {
853
            "name": "jms/metadata",
854
            "version": "1.5.1",
855
            "source": {
856
                "type": "git",
857
                "url": "https://github.com/schmittjoh/metadata.git",
858
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
859
            },
860
            "dist": {
861
                "type": "zip",
862
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
863
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
864
                "shasum": ""
865
            },
866
            "require": {
867
                "php": ">=5.3.0"
868
            },
869
            "require-dev": {
870
                "doctrine/cache": "~1.0"
871
            },
872
            "type": "library",
873
            "extra": {
874
                "branch-alias": {
875
                    "dev-master": "1.5.x-dev"
876
                }
877
            },
878
            "autoload": {
879
                "psr-0": {
880
                    "Metadata\\": "src/"
881
                }
882
            },
883
            "notification-url": "https://packagist.org/downloads/",
884
            "license": [
885
                "Apache"
886
            ],
887
            "authors": [
888
                {
889
                    "name": "Johannes Schmitt",
890
                    "email": "[email protected]",
891
                    "homepage": "https://github.com/schmittjoh",
892
                    "role": "Developer of wrapped JMSSerializerBundle"
893
                }
894
            ],
895
            "description": "Class/method/property metadata management in PHP",
896
            "keywords": [
897
                "annotations",
898
                "metadata",
899
                "xml",
900
                "yaml"
901
            ],
902
            "time": "2014-07-12 07:13:19"
903
        },
904
        {
905
            "name": "jms/translation-bundle",
906
            "version": "1.3.1",
907
            "target-dir": "JMS/TranslationBundle",
908
            "source": {
909
                "type": "git",
910
                "url": "https://github.com/schmittjoh/JMSTranslationBundle.git",
911
                "reference": "e79fe1cd77e7749223c870bdae0bd400c21a102d"
912
            },
913
            "dist": {
914
                "type": "zip",
915
                "url": "https://api.github.com/repos/schmittjoh/JMSTranslationBundle/zipball/e79fe1cd77e7749223c870bdae0bd400c21a102d",
916
                "reference": "e79fe1cd77e7749223c870bdae0bd400c21a102d",
917
                "shasum": ""
918
            },
919
            "require": {
920
                "nikic/php-parser": "^1.4 || ^2.0",
921
                "php": "^5.3.3 || ^7.0",
922
                "symfony/console": "^2.3 || ^3.0",
923
                "symfony/framework-bundle": "^2.3 || ^3.0"
924
            },
925
            "conflict": {
926
                "twig/twig": "<1.12"
927
            },
928
            "require-dev": {
929
                "jms/di-extra-bundle": "^1.1",
930
                "matthiasnoback/symfony-dependency-injection-test": "^0.7.6",
931
                "nyholm/nsa": "^1.0.1",
932
                "phpunit/phpunit": "4.8.27",
933
                "psr/log": "^1.0",
934
                "sensio/framework-extra-bundle": "^2.3 || ^3.0",
935
                "symfony/expression-language": "^2.6 || ^3.0",
936
                "symfony/symfony": "^2.3 || ^3.0",
937
                "twig/twig": "^1.12"
938
            },
939
            "type": "symfony-bundle",
940
            "extra": {
941
                "branch-alias": {
942
                    "dev-master": "1.4-dev"
943
                }
944
            },
945
            "autoload": {
946
                "psr-0": {
947
                    "JMS\\TranslationBundle": ""
948
                }
949
            },
950
            "notification-url": "https://packagist.org/downloads/",
951
            "license": [
952
                "Apache2"
953
            ],
954
            "authors": [
955
                {
956
                    "name": "Johannes M. Schmitt",
957
                    "email": "[email protected]"
958
                }
959
            ],
960
            "description": "Puts the Symfony Translation Component on steroids",
961
            "homepage": "http://jmsyst.com/bundles/JMSTranslationBundle",
962
            "keywords": [
963
                "extract",
964
                "extraction",
965
                "i18n",
966
                "interface",
967
                "multilanguage",
968
                "translation",
969
                "ui",
970
                "webinterface"
971
            ],
972
            "time": "2016-08-13 23:17:44"
973
        },
974
        {
975
            "name": "monolog/monolog",
976
            "version": "1.21.0",
977
            "source": {
978
                "type": "git",
979
                "url": "https://github.com/Seldaek/monolog.git",
980
                "reference": "f42fbdfd53e306bda545845e4dbfd3e72edb4952"
981
            },
982
            "dist": {
983
                "type": "zip",
984
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f42fbdfd53e306bda545845e4dbfd3e72edb4952",
985
                "reference": "f42fbdfd53e306bda545845e4dbfd3e72edb4952",
986
                "shasum": ""
987
            },
988
            "require": {
989
                "php": ">=5.3.0",
990
                "psr/log": "~1.0"
991
            },
992
            "provide": {
993
                "psr/log-implementation": "1.0.0"
994
            },
995
            "require-dev": {
996
                "aws/aws-sdk-php": "^2.4.9",
997
                "doctrine/couchdb": "~1.0@dev",
998
                "graylog2/gelf-php": "~1.0",
999
                "jakub-onderka/php-parallel-lint": "0.9",
1000
                "php-amqplib/php-amqplib": "~2.4",
1001
                "php-console/php-console": "^3.1.3",
1002
                "phpunit/phpunit": "~4.5",
1003
                "phpunit/phpunit-mock-objects": "2.3.0",
1004
                "ruflin/elastica": ">=0.90 <3.0",
1005
                "sentry/sentry": "^0.13",
1006
                "swiftmailer/swiftmailer": "~5.3"
1007
            },
1008
            "suggest": {
1009
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1010
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1011
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1012
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1013
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1014
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
1015
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1016
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1017
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1018
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1019
                "sentry/sentry": "Allow sending log messages to a Sentry server"
1020
            },
1021
            "type": "library",
1022
            "extra": {
1023
                "branch-alias": {
1024
                    "dev-master": "2.0.x-dev"
1025
                }
1026
            },
1027
            "autoload": {
1028
                "psr-4": {
1029
                    "Monolog\\": "src/Monolog"
1030
                }
1031
            },
1032
            "notification-url": "https://packagist.org/downloads/",
1033
            "license": [
1034
                "MIT"
1035
            ],
1036
            "authors": [
1037
                {
1038
                    "name": "Jordi Boggiano",
1039
                    "email": "[email protected]",
1040
                    "homepage": "http://seld.be"
1041
                }
1042
            ],
1043
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1044
            "homepage": "http://github.com/Seldaek/monolog",
1045
            "keywords": [
1046
                "log",
1047
                "logging",
1048
                "psr-3"
1049
            ],
1050
            "time": "2016-07-29 03:23:52"
1051
        },
1052
        {
1053
            "name": "nelmio/security-bundle",
1054
            "version": "1.10.0",
1055
            "source": {
1056
                "type": "git",
1057
                "url": "https://github.com/nelmio/NelmioSecurityBundle.git",
1058
                "reference": "4be243f1fc85ff85f10aadcf88c8c11ba2096cd9"
1059
            },
1060
            "dist": {
1061
                "type": "zip",
1062
                "url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/4be243f1fc85ff85f10aadcf88c8c11ba2096cd9",
1063
                "reference": "4be243f1fc85ff85f10aadcf88c8c11ba2096cd9",
1064
                "shasum": ""
1065
            },
1066
            "require": {
1067
                "symfony/framework-bundle": "~2.3|~3.0",
1068
                "symfony/security": "~2.3|~3.0"
1069
            },
1070
            "require-dev": {
1071
                "phpunit/phpunit": "^5.2"
1072
            },
1073
            "type": "symfony-bundle",
1074
            "extra": {
1075
                "branch-alias": {
1076
                    "dev-master": "1.10.x-dev"
1077
                }
1078
            },
1079
            "autoload": {
1080
                "psr-4": {
1081
                    "Nelmio\\SecurityBundle\\": ""
1082
                }
1083
            },
1084
            "notification-url": "https://packagist.org/downloads/",
1085
            "license": [
1086
                "MIT"
1087
            ],
1088
            "authors": [
1089
                {
1090
                    "name": "Nelmio",
1091
                    "homepage": "http://nelm.io"
1092
                },
1093
                {
1094
                    "name": "Symfony Community",
1095
                    "homepage": "https://github.com/nelmio/NelmioSecurityBundle/contributors"
1096
                }
1097
            ],
1098
            "description": "Extra security-related features for Symfony: signed/encrypted cookies, HTTPS/SSL/HSTS handling, cookie session storage, ...",
1099
            "keywords": [
1100
                "security"
1101
            ],
1102
            "time": "2016-02-23 10:42:13"
1103
        },
1104
        {
1105
            "name": "nikic/php-parser",
1106
            "version": "v2.1.1",
1107
            "source": {
1108
                "type": "git",
1109
                "url": "https://github.com/nikic/PHP-Parser.git",
1110
                "reference": "4dd659edadffdc2143e4753df655d866dbfeedf0"
1111
            },
1112
            "dist": {
1113
                "type": "zip",
1114
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4dd659edadffdc2143e4753df655d866dbfeedf0",
1115
                "reference": "4dd659edadffdc2143e4753df655d866dbfeedf0",
1116
                "shasum": ""
1117
            },
1118
            "require": {
1119
                "ext-tokenizer": "*",
1120
                "php": ">=5.4"
1121
            },
1122
            "require-dev": {
1123
                "phpunit/phpunit": "~4.0"
1124
            },
1125
            "bin": [
1126
                "bin/php-parse"
1127
            ],
1128
            "type": "library",
1129
            "extra": {
1130
                "branch-alias": {
1131
                    "dev-master": "2.1-dev"
1132
                }
1133
            },
1134
            "autoload": {
1135
                "psr-4": {
1136
                    "PhpParser\\": "lib/PhpParser"
1137
                }
1138
            },
1139
            "notification-url": "https://packagist.org/downloads/",
1140
            "license": [
1141
                "BSD-3-Clause"
1142
            ],
1143
            "authors": [
1144
                {
1145
                    "name": "Nikita Popov"
1146
                }
1147
            ],
1148
            "description": "A PHP parser written in PHP",
1149
            "keywords": [
1150
                "parser",
1151
                "php"
1152
            ],
1153
            "time": "2016-09-16 12:04:44"
1154
        },
1155
        {
1156
            "name": "paragonie/random_compat",
1157
            "version": "v1.4.1",
1158
            "source": {
1159
                "type": "git",
1160
                "url": "https://github.com/paragonie/random_compat.git",
1161
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774"
1162
            },
1163
            "dist": {
1164
                "type": "zip",
1165
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/c7e26a21ba357863de030f0b9e701c7d04593774",
1166
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774",
1167
                "shasum": ""
1168
            },
1169
            "require": {
1170
                "php": ">=5.2.0"
1171
            },
1172
            "require-dev": {
1173
                "phpunit/phpunit": "4.*|5.*"
1174
            },
1175
            "suggest": {
1176
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1177
            },
1178
            "type": "library",
1179
            "autoload": {
1180
                "files": [
1181
                    "lib/random.php"
1182
                ]
1183
            },
1184
            "notification-url": "https://packagist.org/downloads/",
1185
            "license": [
1186
                "MIT"
1187
            ],
1188
            "authors": [
1189
                {
1190
                    "name": "Paragon Initiative Enterprises",
1191
                    "email": "[email protected]",
1192
                    "homepage": "https://paragonie.com"
1193
                }
1194
            ],
1195
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1196
            "keywords": [
1197
                "csprng",
1198
                "pseudorandom",
1199
                "random"
1200
            ],
1201
            "time": "2016-03-18 20:34:03"
1202
        },
1203
        {
1204
            "name": "psr/http-message",
1205
            "version": "1.0.1",
1206
            "source": {
1207
                "type": "git",
1208
                "url": "https://github.com/php-fig/http-message.git",
1209
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
1210
            },
1211
            "dist": {
1212
                "type": "zip",
1213
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
1214
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
1215
                "shasum": ""
1216
            },
1217
            "require": {
1218
                "php": ">=5.3.0"
1219
            },
1220
            "type": "library",
1221
            "extra": {
1222
                "branch-alias": {
1223
                    "dev-master": "1.0.x-dev"
1224
                }
1225
            },
1226
            "autoload": {
1227
                "psr-4": {
1228
                    "Psr\\Http\\Message\\": "src/"
1229
                }
1230
            },
1231
            "notification-url": "https://packagist.org/downloads/",
1232
            "license": [
1233
                "MIT"
1234
            ],
1235
            "authors": [
1236
                {
1237
                    "name": "PHP-FIG",
1238
                    "homepage": "http://www.php-fig.org/"
1239
                }
1240
            ],
1241
            "description": "Common interface for HTTP messages",
1242
            "homepage": "https://github.com/php-fig/http-message",
1243
            "keywords": [
1244
                "http",
1245
                "http-message",
1246
                "psr",
1247
                "psr-7",
1248
                "request",
1249
                "response"
1250
            ],
1251
            "time": "2016-08-06 14:39:51"
1252
        },
1253
        {
1254
            "name": "psr/log",
1255
            "version": "1.0.2",
1256
            "source": {
1257
                "type": "git",
1258
                "url": "https://github.com/php-fig/log.git",
1259
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1260
            },
1261
            "dist": {
1262
                "type": "zip",
1263
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1264
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1265
                "shasum": ""
1266
            },
1267
            "require": {
1268
                "php": ">=5.3.0"
1269
            },
1270
            "type": "library",
1271
            "extra": {
1272
                "branch-alias": {
1273
                    "dev-master": "1.0.x-dev"
1274
                }
1275
            },
1276
            "autoload": {
1277
                "psr-4": {
1278
                    "Psr\\Log\\": "Psr/Log/"
1279
                }
1280
            },
1281
            "notification-url": "https://packagist.org/downloads/",
1282
            "license": [
1283
                "MIT"
1284
            ],
1285
            "authors": [
1286
                {
1287
                    "name": "PHP-FIG",
1288
                    "homepage": "http://www.php-fig.org/"
1289
                }
1290
            ],
1291
            "description": "Common interface for logging libraries",
1292
            "homepage": "https://github.com/php-fig/log",
1293
            "keywords": [
1294
                "log",
1295
                "psr",
1296
                "psr-3"
1297
            ],
1298
            "time": "2016-10-10 12:19:37"
1299
        },
1300
        {
1301
            "name": "robrichards/xmlseclibs",
1302
            "version": "1.4.2",
1303
            "source": {
1304
                "type": "git",
1305
                "url": "https://github.com/robrichards/xmlseclibs.git",
1306
                "reference": "79fb5e03c4ee4dc3ec77e4b2628231374364a017"
1307
            },
1308
            "dist": {
1309
                "type": "zip",
1310
                "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/79fb5e03c4ee4dc3ec77e4b2628231374364a017",
1311
                "reference": "79fb5e03c4ee4dc3ec77e4b2628231374364a017",
1312
                "shasum": ""
1313
            },
1314
            "require": {
1315
                "php": ">= 5.2"
1316
            },
1317
            "suggest": {
1318
                "ext/mcrypt": "MCrypt extension",
1319
                "ext/openssl": "OpenSSL extension"
1320
            },
1321
            "type": "library",
1322
            "autoload": {
1323
                "classmap": [
1324
                    "src/"
1325
                ]
1326
            },
1327
            "notification-url": "https://packagist.org/downloads/",
1328
            "license": [
1329
                "BSD-3-Clause"
1330
            ],
1331
            "description": "A PHP library for XML Security",
1332
            "homepage": "https://github.com/robrichards/xmlseclibs",
1333
            "keywords": [
1334
                "security",
1335
                "signature",
1336
                "xml",
1337
                "xmldsig"
1338
            ],
1339
            "time": "2016-09-08 13:31:44"
1340
        },
1341
        {
1342
            "name": "sensio/distribution-bundle",
1343
            "version": "v4.0.11",
1344
            "target-dir": "Sensio/Bundle/DistributionBundle",
1345
            "source": {
1346
                "type": "git",
1347
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
1348
                "reference": "65c42bd37fca8d64321be5a340058bcbde0f2700"
1349
            },
1350
            "dist": {
1351
                "type": "zip",
1352
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/65c42bd37fca8d64321be5a340058bcbde0f2700",
1353
                "reference": "65c42bd37fca8d64321be5a340058bcbde0f2700",
1354
                "shasum": ""
1355
            },
1356
            "require": {
1357
                "php": ">=5.3.9",
1358
                "sensiolabs/security-checker": "~3.0",
1359
                "symfony/class-loader": "~2.2",
1360
                "symfony/framework-bundle": "~2.3",
1361
                "symfony/process": "~2.2"
1362
            },
1363
            "require-dev": {
1364
                "symfony/form": "~2.2",
1365
                "symfony/validator": "~2.2",
1366
                "symfony/yaml": "~2.2"
1367
            },
1368
            "suggest": {
1369
                "symfony/form": "If you want to use the configurator",
1370
                "symfony/validator": "If you want to use the configurator",
1371
                "symfony/yaml": "If you want to use  the configurator"
1372
            },
1373
            "type": "symfony-bundle",
1374
            "extra": {
1375
                "branch-alias": {
1376
                    "dev-master": "4.0.x-dev"
1377
                }
1378
            },
1379
            "autoload": {
1380
                "psr-0": {
1381
                    "Sensio\\Bundle\\DistributionBundle": ""
1382
                }
1383
            },
1384
            "notification-url": "https://packagist.org/downloads/",
1385
            "license": [
1386
                "MIT"
1387
            ],
1388
            "authors": [
1389
                {
1390
                    "name": "Fabien Potencier",
1391
                    "email": "[email protected]"
1392
                }
1393
            ],
1394
            "description": "Base bundle for Symfony Distributions",
1395
            "keywords": [
1396
                "configuration",
1397
                "distribution"
1398
            ],
1399
            "time": "2016-10-08 18:48:07"
1400
        },
1401
        {
1402
            "name": "sensio/framework-extra-bundle",
1403
            "version": "v3.0.16",
1404
            "source": {
1405
                "type": "git",
1406
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
1407
                "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546"
1408
            },
1409
            "dist": {
1410
                "type": "zip",
1411
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/507a15f56fa7699f6cc8c2c7de4080b19ce22546",
1412
                "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546",
1413
                "shasum": ""
1414
            },
1415
            "require": {
1416
                "doctrine/common": "~2.2",
1417
                "symfony/dependency-injection": "~2.3|~3.0",
1418
                "symfony/framework-bundle": "~2.3|~3.0"
1419
            },
1420
            "require-dev": {
1421
                "symfony/browser-kit": "~2.3|~3.0",
1422
                "symfony/dom-crawler": "~2.3|~3.0",
1423
                "symfony/expression-language": "~2.4|~3.0",
1424
                "symfony/finder": "~2.3|~3.0",
1425
                "symfony/phpunit-bridge": "~2.7|~3.0",
1426
                "symfony/security-bundle": "~2.4|~3.0",
1427
                "symfony/twig-bundle": "~2.3|~3.0",
1428
                "twig/twig": "~1.11|~2.0"
1429
            },
1430
            "suggest": {
1431
                "symfony/expression-language": "",
1432
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
1433
                "symfony/security-bundle": ""
1434
            },
1435
            "type": "symfony-bundle",
1436
            "extra": {
1437
                "branch-alias": {
1438
                    "dev-master": "3.0.x-dev"
1439
                }
1440
            },
1441
            "autoload": {
1442
                "psr-4": {
1443
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
1444
                }
1445
            },
1446
            "notification-url": "https://packagist.org/downloads/",
1447
            "license": [
1448
                "MIT"
1449
            ],
1450
            "authors": [
1451
                {
1452
                    "name": "Fabien Potencier",
1453
                    "email": "[email protected]"
1454
                }
1455
            ],
1456
            "description": "This bundle provides a way to configure your controllers with annotations",
1457
            "keywords": [
1458
                "annotations",
1459
                "controllers"
1460
            ],
1461
            "time": "2016-03-25 17:08:27"
1462
        },
1463
        {
1464
            "name": "sensiolabs/security-checker",
1465
            "version": "v3.0.2",
1466
            "source": {
1467
                "type": "git",
1468
                "url": "https://github.com/sensiolabs/security-checker.git",
1469
                "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93"
1470
            },
1471
            "dist": {
1472
                "type": "zip",
1473
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/21696b0daa731064c23cfb694c60a2584a7b6e93",
1474
                "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93",
1475
                "shasum": ""
1476
            },
1477
            "require": {
1478
                "symfony/console": "~2.0|~3.0"
1479
            },
1480
            "bin": [
1481
                "security-checker"
1482
            ],
1483
            "type": "library",
1484
            "extra": {
1485
                "branch-alias": {
1486
                    "dev-master": "3.0-dev"
1487
                }
1488
            },
1489
            "autoload": {
1490
                "psr-0": {
1491
                    "SensioLabs\\Security": ""
1492
                }
1493
            },
1494
            "notification-url": "https://packagist.org/downloads/",
1495
            "license": [
1496
                "MIT"
1497
            ],
1498
            "authors": [
1499
                {
1500
                    "name": "Fabien Potencier",
1501
                    "email": "[email protected]"
1502
                }
1503
            ],
1504
            "description": "A security checker for your composer.lock",
1505
            "time": "2015-11-07 08:07:40"
1506
        },
1507
        {
1508
            "name": "simplesamlphp/saml2",
1509
            "version": "v1.10.3",
1510
            "source": {
1511
                "type": "git",
1512
                "url": "https://github.com/simplesamlphp/saml2.git",
1513
                "reference": "3f268c25ca5e9748652834faad04525746227ef7"
1514
            },
1515
            "dist": {
1516
                "type": "zip",
1517
                "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/3f268c25ca5e9748652834faad04525746227ef7",
1518
                "reference": "3f268c25ca5e9748652834faad04525746227ef7",
1519
                "shasum": ""
1520
            },
1521
            "require": {
1522
                "ext-dom": "*",
1523
                "ext-openssl": "*",
1524
                "php": ">=5.3.3",
1525
                "psr/log": "~1.0",
1526
                "robrichards/xmlseclibs": "^1.3"
1527
            },
1528
            "require-dev": {
1529
                "mockery/mockery": "~0.9",
1530
                "phpmd/phpmd": "~1.5",
1531
                "phpunit/phpunit": "~3.7",
1532
                "satooshi/php-coveralls": "~0.6.1",
1533
                "sebastian/phpcpd": "~1.4",
1534
                "sensiolabs/security-checker": "~1.1",
1535
                "squizlabs/php_codesniffer": "~1.4"
1536
            },
1537
            "type": "library",
1538
            "autoload": {
1539
                "psr-0": {
1540
                    "SAML2_": "src/"
1541
                }
1542
            },
1543
            "notification-url": "https://packagist.org/downloads/",
1544
            "license": [
1545
                "LGPL-2.1"
1546
            ],
1547
            "authors": [
1548
                {
1549
                    "name": "Andreas Åkre Solberg",
1550
                    "email": "[email protected]"
1551
                }
1552
            ],
1553
            "description": "SAML2 PHP library from SimpleSAMLphp",
1554
            "time": "2016-12-02 12:15:53"
1555
        },
1556
        {
1557
            "name": "surfnet/stepup-saml-bundle",
1558
            "version": "2.6.3",
1559
            "source": {
1560
                "type": "git",
1561
                "url": "https://github.com/OpenConext/Stepup-saml-bundle.git",
1562
                "reference": "2c1e4c084d790f49e867a4c33463b2da872a4182"
1563
            },
1564
            "dist": {
1565
                "type": "zip",
1566
                "url": "https://api.github.com/repos/OpenConext/Stepup-saml-bundle/zipball/2c1e4c084d790f49e867a4c33463b2da872a4182",
1567
                "reference": "2c1e4c084d790f49e867a4c33463b2da872a4182",
1568
                "shasum": ""
1569
            },
1570
            "require": {
1571
                "ext-openssl": "*",
1572
                "php": ">=5.4,<8.0-dev",
1573
                "robrichards/xmlseclibs": "^1.4.0",
1574
                "simplesamlphp/saml2": "^1.8",
1575
                "symfony/dependency-injection": "^2.7",
1576
                "symfony/framework-bundle": "^2.7"
1577
            },
1578
            "require-dev": {
1579
                "ibuildings/qa-tools": "~1.1",
1580
                "liip/rmt": "~1.1",
1581
                "mockery/mockery": "~0.9",
1582
                "psr/log": "~1.0"
1583
            },
1584
            "type": "symfony-bundle",
1585
            "autoload": {
1586
                "psr-4": {
1587
                    "Surfnet\\SamlBundle\\": "src"
1588
                }
1589
            },
1590
            "notification-url": "https://packagist.org/downloads/",
1591
            "license": [
1592
                "Apache-2.0"
1593
            ],
1594
            "description": "A Symfony2 bundle that integrates the simplesamlphp\\saml2 library with Symfony",
1595
            "keywords": [
1596
                "SAML2",
1597
                "saml",
1598
                "simplesamlphp",
1599
                "stepup",
1600
                "surfnet"
1601
            ],
1602
            "time": "2016-12-12 12:31:10"
1603
        },
1604
        {
1605
            "name": "swiftmailer/swiftmailer",
0 ignored issues
show
There is a security advisory for your installed version of swiftmailer/swiftmailer:

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