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