Completed
Push — feature/travis-cleanup ( 4a2f7b )
by Lucas
03:38
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": "c137d5eb385e74f982ddf61c099d13c8",
8
    "packages": [
9
        {
10
            "name": "doctrine/annotations",
11
            "version": "v1.2.7",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/doctrine/annotations.git",
15
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
20
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "doctrine/lexer": "1.*",
25
                "php": ">=5.3.2"
26
            },
27
            "require-dev": {
28
                "doctrine/cache": "1.*",
29
                "phpunit/phpunit": "4.*"
30
            },
31
            "type": "library",
32
            "extra": {
33
                "branch-alias": {
34
                    "dev-master": "1.3.x-dev"
35
                }
36
            },
37
            "autoload": {
38
                "psr-0": {
39
                    "Doctrine\\Common\\Annotations\\": "lib/"
40
                }
41
            },
42
            "notification-url": "https://packagist.org/downloads/",
43
            "license": [
44
                "MIT"
45
            ],
46
            "authors": [
47
                {
48
                    "name": "Roman Borschel",
49
                    "email": "[email protected]"
50
                },
51
                {
52
                    "name": "Benjamin Eberlei",
53
                    "email": "[email protected]"
54
                },
55
                {
56
                    "name": "Guilherme Blanco",
57
                    "email": "[email protected]"
58
                },
59
                {
60
                    "name": "Jonathan Wage",
61
                    "email": "[email protected]"
62
                },
63
                {
64
                    "name": "Johannes Schmitt",
65
                    "email": "[email protected]"
66
                }
67
            ],
68
            "description": "Docblock Annotations Parser",
69
            "homepage": "http://www.doctrine-project.org",
70
            "keywords": [
71
                "annotations",
72
                "docblock",
73
                "parser"
74
            ],
75
            "time": "2015-08-31 12:32:49"
76
        },
77
        {
78
            "name": "doctrine/cache",
79
            "version": "v1.4.2",
80
            "source": {
81
                "type": "git",
82
                "url": "https://github.com/doctrine/cache.git",
83
                "reference": "8c434000f420ade76a07c64cbe08ca47e5c101ca"
84
            },
85
            "dist": {
86
                "type": "zip",
87
                "url": "https://api.github.com/repos/doctrine/cache/zipball/8c434000f420ade76a07c64cbe08ca47e5c101ca",
88
                "reference": "8c434000f420ade76a07c64cbe08ca47e5c101ca",
89
                "shasum": ""
90
            },
91
            "require": {
92
                "php": ">=5.3.2"
93
            },
94
            "conflict": {
95
                "doctrine/common": ">2.2,<2.4"
96
            },
97
            "require-dev": {
98
                "phpunit/phpunit": ">=3.7",
99
                "predis/predis": "~1.0",
100
                "satooshi/php-coveralls": "~0.6"
101
            },
102
            "type": "library",
103
            "extra": {
104
                "branch-alias": {
105
                    "dev-master": "1.5.x-dev"
106
                }
107
            },
108
            "autoload": {
109
                "psr-0": {
110
                    "Doctrine\\Common\\Cache\\": "lib/"
111
                }
112
            },
113
            "notification-url": "https://packagist.org/downloads/",
114
            "license": [
115
                "MIT"
116
            ],
117
            "authors": [
118
                {
119
                    "name": "Roman Borschel",
120
                    "email": "[email protected]"
121
                },
122
                {
123
                    "name": "Benjamin Eberlei",
124
                    "email": "[email protected]"
125
                },
126
                {
127
                    "name": "Guilherme Blanco",
128
                    "email": "[email protected]"
129
                },
130
                {
131
                    "name": "Jonathan Wage",
132
                    "email": "[email protected]"
133
                },
134
                {
135
                    "name": "Johannes Schmitt",
136
                    "email": "[email protected]"
137
                }
138
            ],
139
            "description": "Caching library offering an object-oriented API for many cache backends",
140
            "homepage": "http://www.doctrine-project.org",
141
            "keywords": [
142
                "cache",
143
                "caching"
144
            ],
145
            "time": "2015-08-31 12:36:41"
146
        },
147
        {
148
            "name": "doctrine/collections",
149
            "version": "v1.3.0",
150
            "source": {
151
                "type": "git",
152
                "url": "https://github.com/doctrine/collections.git",
153
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
154
            },
155
            "dist": {
156
                "type": "zip",
157
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
158
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
159
                "shasum": ""
160
            },
161
            "require": {
162
                "php": ">=5.3.2"
163
            },
164
            "require-dev": {
165
                "phpunit/phpunit": "~4.0"
166
            },
167
            "type": "library",
168
            "extra": {
169
                "branch-alias": {
170
                    "dev-master": "1.2.x-dev"
171
                }
172
            },
173
            "autoload": {
174
                "psr-0": {
175
                    "Doctrine\\Common\\Collections\\": "lib/"
176
                }
177
            },
178
            "notification-url": "https://packagist.org/downloads/",
179
            "license": [
180
                "MIT"
181
            ],
182
            "authors": [
183
                {
184
                    "name": "Roman Borschel",
185
                    "email": "[email protected]"
186
                },
187
                {
188
                    "name": "Benjamin Eberlei",
189
                    "email": "[email protected]"
190
                },
191
                {
192
                    "name": "Guilherme Blanco",
193
                    "email": "[email protected]"
194
                },
195
                {
196
                    "name": "Jonathan Wage",
197
                    "email": "[email protected]"
198
                },
199
                {
200
                    "name": "Johannes Schmitt",
201
                    "email": "[email protected]"
202
                }
203
            ],
204
            "description": "Collections Abstraction library",
205
            "homepage": "http://www.doctrine-project.org",
206
            "keywords": [
207
                "array",
208
                "collections",
209
                "iterator"
210
            ],
211
            "time": "2015-04-14 22:21:58"
212
        },
213
        {
214
            "name": "doctrine/common",
215
            "version": "v2.5.1",
216
            "source": {
217
                "type": "git",
218
                "url": "https://github.com/doctrine/common.git",
219
                "reference": "0009b8f0d4a917aabc971fb089eba80e872f83f9"
220
            },
221
            "dist": {
222
                "type": "zip",
223
                "url": "https://api.github.com/repos/doctrine/common/zipball/0009b8f0d4a917aabc971fb089eba80e872f83f9",
224
                "reference": "0009b8f0d4a917aabc971fb089eba80e872f83f9",
225
                "shasum": ""
226
            },
227
            "require": {
228
                "doctrine/annotations": "1.*",
229
                "doctrine/cache": "1.*",
230
                "doctrine/collections": "1.*",
231
                "doctrine/inflector": "1.*",
232
                "doctrine/lexer": "1.*",
233
                "php": ">=5.3.2"
234
            },
235
            "require-dev": {
236
                "phpunit/phpunit": "~3.7"
237
            },
238
            "type": "library",
239
            "extra": {
240
                "branch-alias": {
241
                    "dev-master": "2.6.x-dev"
242
                }
243
            },
244
            "autoload": {
245
                "psr-0": {
246
                    "Doctrine\\Common\\": "lib/"
247
                }
248
            },
249
            "notification-url": "https://packagist.org/downloads/",
250
            "license": [
251
                "MIT"
252
            ],
253
            "authors": [
254
                {
255
                    "name": "Roman Borschel",
256
                    "email": "[email protected]"
257
                },
258
                {
259
                    "name": "Benjamin Eberlei",
260
                    "email": "[email protected]"
261
                },
262
                {
263
                    "name": "Guilherme Blanco",
264
                    "email": "[email protected]"
265
                },
266
                {
267
                    "name": "Jonathan Wage",
268
                    "email": "[email protected]"
269
                },
270
                {
271
                    "name": "Johannes Schmitt",
272
                    "email": "[email protected]"
273
                }
274
            ],
275
            "description": "Common Library for Doctrine projects",
276
            "homepage": "http://www.doctrine-project.org",
277
            "keywords": [
278
                "annotations",
279
                "collections",
280
                "eventmanager",
281
                "persistence",
282
                "spl"
283
            ],
284
            "time": "2015-08-31 13:00:22"
285
        },
286
        {
287
            "name": "doctrine/inflector",
288
            "version": "v1.0.1",
289
            "source": {
290
                "type": "git",
291
                "url": "https://github.com/doctrine/inflector.git",
292
                "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604"
293
            },
294
            "dist": {
295
                "type": "zip",
296
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604",
297
                "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604",
298
                "shasum": ""
299
            },
300
            "require": {
301
                "php": ">=5.3.2"
302
            },
303
            "require-dev": {
304
                "phpunit/phpunit": "4.*"
305
            },
306
            "type": "library",
307
            "extra": {
308
                "branch-alias": {
309
                    "dev-master": "1.0.x-dev"
310
                }
311
            },
312
            "autoload": {
313
                "psr-0": {
314
                    "Doctrine\\Common\\Inflector\\": "lib/"
315
                }
316
            },
317
            "notification-url": "https://packagist.org/downloads/",
318
            "license": [
319
                "MIT"
320
            ],
321
            "authors": [
322
                {
323
                    "name": "Roman Borschel",
324
                    "email": "[email protected]"
325
                },
326
                {
327
                    "name": "Benjamin Eberlei",
328
                    "email": "[email protected]"
329
                },
330
                {
331
                    "name": "Guilherme Blanco",
332
                    "email": "[email protected]"
333
                },
334
                {
335
                    "name": "Jonathan Wage",
336
                    "email": "[email protected]"
337
                },
338
                {
339
                    "name": "Johannes Schmitt",
340
                    "email": "[email protected]"
341
                }
342
            ],
343
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
344
            "homepage": "http://www.doctrine-project.org",
345
            "keywords": [
346
                "inflection",
347
                "pluralize",
348
                "singularize",
349
                "string"
350
            ],
351
            "time": "2014-12-20 21:24:13"
352
        },
353
        {
354
            "name": "doctrine/lexer",
355
            "version": "v1.0.1",
356
            "source": {
357
                "type": "git",
358
                "url": "https://github.com/doctrine/lexer.git",
359
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
360
            },
361
            "dist": {
362
                "type": "zip",
363
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
364
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
365
                "shasum": ""
366
            },
367
            "require": {
368
                "php": ">=5.3.2"
369
            },
370
            "type": "library",
371
            "extra": {
372
                "branch-alias": {
373
                    "dev-master": "1.0.x-dev"
374
                }
375
            },
376
            "autoload": {
377
                "psr-0": {
378
                    "Doctrine\\Common\\Lexer\\": "lib/"
379
                }
380
            },
381
            "notification-url": "https://packagist.org/downloads/",
382
            "license": [
383
                "MIT"
384
            ],
385
            "authors": [
386
                {
387
                    "name": "Roman Borschel",
388
                    "email": "[email protected]"
389
                },
390
                {
391
                    "name": "Guilherme Blanco",
392
                    "email": "[email protected]"
393
                },
394
                {
395
                    "name": "Johannes Schmitt",
396
                    "email": "[email protected]"
397
                }
398
            ],
399
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
400
            "homepage": "http://www.doctrine-project.org",
401
            "keywords": [
402
                "lexer",
403
                "parser"
404
            ],
405
            "time": "2014-09-09 13:34:57"
406
        },
407
        {
408
            "name": "hadesarchitect/json-schema-bundle",
409
            "version": "0.1.0",
410
            "target-dir": "HadesArchitect/JsonSchemaBundle",
411
            "source": {
412
                "type": "git",
413
                "url": "https://github.com/HadesArchitect/JsonSchemaBundle.git",
414
                "reference": "f07070f6a36dc0c9c516b0b3c5b5863c68a47f83"
415
            },
416
            "dist": {
417
                "type": "zip",
418
                "url": "https://api.github.com/repos/HadesArchitect/JsonSchemaBundle/zipball/f07070f6a36dc0c9c516b0b3c5b5863c68a47f83",
419
                "reference": "f07070f6a36dc0c9c516b0b3c5b5863c68a47f83",
420
                "shasum": ""
421
            },
422
            "require": {
423
                "justinrainbow/json-schema": "<2",
424
                "symfony/framework-bundle": "~2.3"
425
            },
426
            "require-dev": {
427
                "phpunit/phpunit": "~3.7"
428
            },
429
            "type": "symfony-bundle",
430
            "autoload": {
431
                "psr-0": {
432
                    "HadesArchitect\\JsonSchemaBundle": ""
433
                }
434
            },
435
            "notification-url": "https://packagist.org/downloads/",
436
            "license": [
437
                "MIT"
438
            ],
439
            "authors": [
440
                {
441
                    "name": "Aleksander Volochnev",
442
                    "email": "[email protected]"
443
                }
444
            ],
445
            "description": "Symfony2 bundle for Justin Rainbow's json-schema library.",
446
            "time": "2014-11-30 21:15:20"
447
        },
448
        {
449
            "name": "justinrainbow/json-schema",
450
            "version": "1.5.0",
451
            "source": {
452
                "type": "git",
453
                "url": "https://github.com/justinrainbow/json-schema.git",
454
                "reference": "a4bee9f4b344b66e0a0d96c7afae1e92edf385fe"
455
            },
456
            "dist": {
457
                "type": "zip",
458
                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/a4bee9f4b344b66e0a0d96c7afae1e92edf385fe",
459
                "reference": "a4bee9f4b344b66e0a0d96c7afae1e92edf385fe",
460
                "shasum": ""
461
            },
462
            "require": {
463
                "php": ">=5.3.2"
464
            },
465
            "require-dev": {
466
                "json-schema/json-schema-test-suite": "1.1.0",
467
                "phpdocumentor/phpdocumentor": "~2",
468
                "phpunit/phpunit": "~3.7"
469
            },
470
            "bin": [
471
                "bin/validate-json"
472
            ],
473
            "type": "library",
474
            "extra": {
475
                "branch-alias": {
476
                    "dev-master": "1.4.x-dev"
477
                }
478
            },
479
            "autoload": {
480
                "psr-4": {
481
                    "JsonSchema\\": "src/JsonSchema/"
482
                }
483
            },
484
            "notification-url": "https://packagist.org/downloads/",
485
            "license": [
486
                "BSD-3-Clause"
487
            ],
488
            "authors": [
489
                {
490
                    "name": "Bruno Prieto Reis",
491
                    "email": "[email protected]"
492
                },
493
                {
494
                    "name": "Justin Rainbow",
495
                    "email": "[email protected]"
496
                },
497
                {
498
                    "name": "Igor Wiedler",
499
                    "email": "[email protected]"
500
                },
501
                {
502
                    "name": "Robert Schönthal",
503
                    "email": "[email protected]"
504
                }
505
            ],
506
            "description": "A library to validate a json schema.",
507
            "homepage": "https://github.com/justinrainbow/json-schema",
508
            "keywords": [
509
                "json",
510
                "schema"
511
            ],
512
            "time": "2015-09-08 22:28:04"
513
        },
514
        {
515
            "name": "psr/log",
516
            "version": "1.0.0",
517
            "source": {
518
                "type": "git",
519
                "url": "https://github.com/php-fig/log.git",
520
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
521
            },
522
            "dist": {
523
                "type": "zip",
524
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
525
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
526
                "shasum": ""
527
            },
528
            "type": "library",
529
            "autoload": {
530
                "psr-0": {
531
                    "Psr\\Log\\": ""
532
                }
533
            },
534
            "notification-url": "https://packagist.org/downloads/",
535
            "license": [
536
                "MIT"
537
            ],
538
            "authors": [
539
                {
540
                    "name": "PHP-FIG",
541
                    "homepage": "http://www.php-fig.org/"
542
                }
543
            ],
544
            "description": "Common interface for logging libraries",
545
            "keywords": [
546
                "log",
547
                "psr",
548
                "psr-3"
549
            ],
550
            "time": "2012-12-21 11:40:51"
551
        },
552
        {
553
            "name": "symfony/symfony",
0 ignored issues
show
554
            "version": "v2.7.4",
555
            "source": {
556
                "type": "git",
557
                "url": "https://github.com/symfony/symfony.git",
558
                "reference": "1fdf23fe28876844b887b0e1935c9adda43ee645"
559
            },
560
            "dist": {
561
                "type": "zip",
562
                "url": "https://api.github.com/repos/symfony/symfony/zipball/1fdf23fe28876844b887b0e1935c9adda43ee645",
563
                "reference": "1fdf23fe28876844b887b0e1935c9adda43ee645",
564
                "shasum": ""
565
            },
566
            "require": {
567
                "doctrine/common": "~2.3",
568
                "php": ">=5.3.9",
569
                "psr/log": "~1.0",
570
                "twig/twig": "~1.20|~2.0"
571
            },
572
            "replace": {
573
                "symfony/asset": "self.version",
574
                "symfony/browser-kit": "self.version",
575
                "symfony/class-loader": "self.version",
576
                "symfony/config": "self.version",
577
                "symfony/console": "self.version",
578
                "symfony/css-selector": "self.version",
579
                "symfony/debug": "self.version",
580
                "symfony/debug-bundle": "self.version",
581
                "symfony/dependency-injection": "self.version",
582
                "symfony/doctrine-bridge": "self.version",
583
                "symfony/dom-crawler": "self.version",
584
                "symfony/event-dispatcher": "self.version",
585
                "symfony/expression-language": "self.version",
586
                "symfony/filesystem": "self.version",
587
                "symfony/finder": "self.version",
588
                "symfony/form": "self.version",
589
                "symfony/framework-bundle": "self.version",
590
                "symfony/http-foundation": "self.version",
591
                "symfony/http-kernel": "self.version",
592
                "symfony/intl": "self.version",
593
                "symfony/locale": "self.version",
594
                "symfony/monolog-bridge": "self.version",
595
                "symfony/options-resolver": "self.version",
596
                "symfony/process": "self.version",
597
                "symfony/property-access": "self.version",
598
                "symfony/proxy-manager-bridge": "self.version",
599
                "symfony/routing": "self.version",
600
                "symfony/security": "self.version",
601
                "symfony/security-acl": "self.version",
602
                "symfony/security-bundle": "self.version",
603
                "symfony/security-core": "self.version",
604
                "symfony/security-csrf": "self.version",
605
                "symfony/security-http": "self.version",
606
                "symfony/serializer": "self.version",
607
                "symfony/stopwatch": "self.version",
608
                "symfony/swiftmailer-bridge": "self.version",
609
                "symfony/templating": "self.version",
610
                "symfony/translation": "self.version",
611
                "symfony/twig-bridge": "self.version",
612
                "symfony/twig-bundle": "self.version",
613
                "symfony/validator": "self.version",
614
                "symfony/var-dumper": "self.version",
615
                "symfony/web-profiler-bundle": "self.version",
616
                "symfony/yaml": "self.version"
617
            },
618
            "require-dev": {
619
                "doctrine/data-fixtures": "1.0.*",
620
                "doctrine/dbal": "~2.2",
621
                "doctrine/doctrine-bundle": "~1.2",
622
                "doctrine/orm": "~2.2,>=2.2.3",
623
                "egulias/email-validator": "~1.2",
624
                "ircmaxell/password-compat": "~1.0",
625
                "monolog/monolog": "~1.11",
626
                "ocramius/proxy-manager": "~0.4|~1.0",
627
                "symfony/phpunit-bridge": "self.version"
628
            },
629
            "type": "library",
630
            "extra": {
631
                "branch-alias": {
632
                    "dev-master": "2.7-dev"
633
                }
634
            },
635
            "autoload": {
636
                "psr-4": {
637
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
638
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
639
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
640
                    "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
641
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
642
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
643
                    "Symfony\\Component\\": "src/Symfony/Component/"
644
                },
645
                "classmap": [
646
                    "src/Symfony/Component/HttpFoundation/Resources/stubs",
647
                    "src/Symfony/Component/Intl/Resources/stubs"
648
                ],
649
                "files": [
650
                    "src/Symfony/Component/Intl/Resources/stubs/functions.php"
651
                ]
652
            },
653
            "notification-url": "https://packagist.org/downloads/",
654
            "license": [
655
                "MIT"
656
            ],
657
            "authors": [
658
                {
659
                    "name": "Fabien Potencier",
660
                    "email": "[email protected]"
661
                },
662
                {
663
                    "name": "Symfony Community",
664
                    "homepage": "https://symfony.com/contributors"
665
                }
666
            ],
667
            "description": "The Symfony PHP framework",
668
            "homepage": "https://symfony.com",
669
            "keywords": [
670
                "framework"
671
            ],
672
            "time": "2015-09-08 14:26:39"
673
        },
674
        {
675
            "name": "twig/twig",
676
            "version": "v1.21.2",
677
            "source": {
678
                "type": "git",
679
                "url": "https://github.com/twigphp/Twig.git",
680
                "reference": "ddce1136beb8db29b9cd7dffa8ab518b978c9db3"
681
            },
682
            "dist": {
683
                "type": "zip",
684
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/ddce1136beb8db29b9cd7dffa8ab518b978c9db3",
685
                "reference": "ddce1136beb8db29b9cd7dffa8ab518b978c9db3",
686
                "shasum": ""
687
            },
688
            "require": {
689
                "php": ">=5.2.7"
690
            },
691
            "require-dev": {
692
                "symfony/debug": "~2.7",
693
                "symfony/phpunit-bridge": "~2.7"
694
            },
695
            "type": "library",
696
            "extra": {
697
                "branch-alias": {
698
                    "dev-master": "1.21-dev"
699
                }
700
            },
701
            "autoload": {
702
                "psr-0": {
703
                    "Twig_": "lib/"
704
                }
705
            },
706
            "notification-url": "https://packagist.org/downloads/",
707
            "license": [
708
                "BSD-3-Clause"
709
            ],
710
            "authors": [
711
                {
712
                    "name": "Fabien Potencier",
713
                    "email": "[email protected]",
714
                    "homepage": "http://fabien.potencier.org",
715
                    "role": "Lead Developer"
716
                },
717
                {
718
                    "name": "Armin Ronacher",
719
                    "email": "[email protected]",
720
                    "role": "Project Founder"
721
                },
722
                {
723
                    "name": "Twig Team",
724
                    "homepage": "http://twig.sensiolabs.org/contributors",
725
                    "role": "Contributors"
726
                }
727
            ],
728
            "description": "Twig, the flexible, fast, and secure template language for PHP",
729
            "homepage": "http://twig.sensiolabs.org",
730
            "keywords": [
731
                "templating"
732
            ],
733
            "time": "2015-09-09 05:28:51"
734
        }
735
    ],
736
    "packages-dev": [
737
        {
738
            "name": "doctrine/instantiator",
739
            "version": "1.0.5",
740
            "source": {
741
                "type": "git",
742
                "url": "https://github.com/doctrine/instantiator.git",
743
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
744
            },
745
            "dist": {
746
                "type": "zip",
747
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
748
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
749
                "shasum": ""
750
            },
751
            "require": {
752
                "php": ">=5.3,<8.0-DEV"
753
            },
754
            "require-dev": {
755
                "athletic/athletic": "~0.1.8",
756
                "ext-pdo": "*",
757
                "ext-phar": "*",
758
                "phpunit/phpunit": "~4.0",
759
                "squizlabs/php_codesniffer": "~2.0"
760
            },
761
            "type": "library",
762
            "extra": {
763
                "branch-alias": {
764
                    "dev-master": "1.0.x-dev"
765
                }
766
            },
767
            "autoload": {
768
                "psr-4": {
769
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
770
                }
771
            },
772
            "notification-url": "https://packagist.org/downloads/",
773
            "license": [
774
                "MIT"
775
            ],
776
            "authors": [
777
                {
778
                    "name": "Marco Pivetta",
779
                    "email": "[email protected]",
780
                    "homepage": "http://ocramius.github.com/"
781
                }
782
            ],
783
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
784
            "homepage": "https://github.com/doctrine/instantiator",
785
            "keywords": [
786
                "constructor",
787
                "instantiate"
788
            ],
789
            "time": "2015-06-14 21:17:01"
790
        },
791
        {
792
            "name": "libgraviton/codesniffer",
793
            "version": "v1.3.0",
794
            "target-dir": "CodeSniffer/Standards/ENTB",
795
            "source": {
796
                "type": "git",
797
                "url": "https://github.com/libgraviton/codesniffer-ruleset-entb.git",
798
                "reference": "6f10debdb3de17b241544e28c0e874bb85a948a8"
799
            },
800
            "dist": {
801
                "type": "zip",
802
                "url": "https://api.github.com/repos/libgraviton/codesniffer-ruleset-entb/zipball/6f10debdb3de17b241544e28c0e874bb85a948a8",
803
                "reference": "6f10debdb3de17b241544e28c0e874bb85a948a8",
804
                "shasum": ""
805
            },
806
            "type": "phpcs-standard",
807
            "notification-url": "https://packagist.org/downloads/",
808
            "license": [
809
                "BSD-3-Clause",
810
                "GPL-3.0+"
811
            ],
812
            "keywords": [
813
                "codesniffer",
814
                "libgraviton"
815
            ],
816
            "time": "2015-02-23 21:52:18"
817
        },
818
        {
819
            "name": "phpdocumentor/reflection-docblock",
820
            "version": "2.0.4",
821
            "source": {
822
                "type": "git",
823
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
824
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
825
            },
826
            "dist": {
827
                "type": "zip",
828
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
829
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
830
                "shasum": ""
831
            },
832
            "require": {
833
                "php": ">=5.3.3"
834
            },
835
            "require-dev": {
836
                "phpunit/phpunit": "~4.0"
837
            },
838
            "suggest": {
839
                "dflydev/markdown": "~1.0",
840
                "erusev/parsedown": "~1.0"
841
            },
842
            "type": "library",
843
            "extra": {
844
                "branch-alias": {
845
                    "dev-master": "2.0.x-dev"
846
                }
847
            },
848
            "autoload": {
849
                "psr-0": {
850
                    "phpDocumentor": [
851
                        "src/"
852
                    ]
853
                }
854
            },
855
            "notification-url": "https://packagist.org/downloads/",
856
            "license": [
857
                "MIT"
858
            ],
859
            "authors": [
860
                {
861
                    "name": "Mike van Riel",
862
                    "email": "[email protected]"
863
                }
864
            ],
865
            "time": "2015-02-03 12:10:50"
866
        },
867
        {
868
            "name": "phpspec/prophecy",
869
            "version": "v1.5.0",
870
            "source": {
871
                "type": "git",
872
                "url": "https://github.com/phpspec/prophecy.git",
873
                "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
874
            },
875
            "dist": {
876
                "type": "zip",
877
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
878
                "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
879
                "shasum": ""
880
            },
881
            "require": {
882
                "doctrine/instantiator": "^1.0.2",
883
                "phpdocumentor/reflection-docblock": "~2.0",
884
                "sebastian/comparator": "~1.1"
885
            },
886
            "require-dev": {
887
                "phpspec/phpspec": "~2.0"
888
            },
889
            "type": "library",
890
            "extra": {
891
                "branch-alias": {
892
                    "dev-master": "1.4.x-dev"
893
                }
894
            },
895
            "autoload": {
896
                "psr-0": {
897
                    "Prophecy\\": "src/"
898
                }
899
            },
900
            "notification-url": "https://packagist.org/downloads/",
901
            "license": [
902
                "MIT"
903
            ],
904
            "authors": [
905
                {
906
                    "name": "Konstantin Kudryashov",
907
                    "email": "[email protected]",
908
                    "homepage": "http://everzet.com"
909
                },
910
                {
911
                    "name": "Marcello Duarte",
912
                    "email": "[email protected]"
913
                }
914
            ],
915
            "description": "Highly opinionated mocking framework for PHP 5.3+",
916
            "homepage": "https://github.com/phpspec/prophecy",
917
            "keywords": [
918
                "Double",
919
                "Dummy",
920
                "fake",
921
                "mock",
922
                "spy",
923
                "stub"
924
            ],
925
            "time": "2015-08-13 10:07:40"
926
        },
927
        {
928
            "name": "phpunit/php-code-coverage",
929
            "version": "2.2.2",
930
            "source": {
931
                "type": "git",
932
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
933
                "reference": "2d7c03c0e4e080901b8f33b2897b0577be18a13c"
934
            },
935
            "dist": {
936
                "type": "zip",
937
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2d7c03c0e4e080901b8f33b2897b0577be18a13c",
938
                "reference": "2d7c03c0e4e080901b8f33b2897b0577be18a13c",
939
                "shasum": ""
940
            },
941
            "require": {
942
                "php": ">=5.3.3",
943
                "phpunit/php-file-iterator": "~1.3",
944
                "phpunit/php-text-template": "~1.2",
945
                "phpunit/php-token-stream": "~1.3",
946
                "sebastian/environment": "^1.3.2",
947
                "sebastian/version": "~1.0"
948
            },
949
            "require-dev": {
950
                "ext-xdebug": ">=2.1.4",
951
                "phpunit/phpunit": "~4"
952
            },
953
            "suggest": {
954
                "ext-dom": "*",
955
                "ext-xdebug": ">=2.2.1",
956
                "ext-xmlwriter": "*"
957
            },
958
            "type": "library",
959
            "extra": {
960
                "branch-alias": {
961
                    "dev-master": "2.2.x-dev"
962
                }
963
            },
964
            "autoload": {
965
                "classmap": [
966
                    "src/"
967
                ]
968
            },
969
            "notification-url": "https://packagist.org/downloads/",
970
            "license": [
971
                "BSD-3-Clause"
972
            ],
973
            "authors": [
974
                {
975
                    "name": "Sebastian Bergmann",
976
                    "email": "[email protected]",
977
                    "role": "lead"
978
                }
979
            ],
980
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
981
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
982
            "keywords": [
983
                "coverage",
984
                "testing",
985
                "xunit"
986
            ],
987
            "time": "2015-08-04 03:42:39"
988
        },
989
        {
990
            "name": "phpunit/php-file-iterator",
991
            "version": "1.4.1",
992
            "source": {
993
                "type": "git",
994
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
995
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
996
            },
997
            "dist": {
998
                "type": "zip",
999
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
1000
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
1001
                "shasum": ""
1002
            },
1003
            "require": {
1004
                "php": ">=5.3.3"
1005
            },
1006
            "type": "library",
1007
            "extra": {
1008
                "branch-alias": {
1009
                    "dev-master": "1.4.x-dev"
1010
                }
1011
            },
1012
            "autoload": {
1013
                "classmap": [
1014
                    "src/"
1015
                ]
1016
            },
1017
            "notification-url": "https://packagist.org/downloads/",
1018
            "license": [
1019
                "BSD-3-Clause"
1020
            ],
1021
            "authors": [
1022
                {
1023
                    "name": "Sebastian Bergmann",
1024
                    "email": "[email protected]",
1025
                    "role": "lead"
1026
                }
1027
            ],
1028
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1029
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1030
            "keywords": [
1031
                "filesystem",
1032
                "iterator"
1033
            ],
1034
            "time": "2015-06-21 13:08:43"
1035
        },
1036
        {
1037
            "name": "phpunit/php-text-template",
1038
            "version": "1.2.1",
1039
            "source": {
1040
                "type": "git",
1041
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
1042
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1043
            },
1044
            "dist": {
1045
                "type": "zip",
1046
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1047
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1048
                "shasum": ""
1049
            },
1050
            "require": {
1051
                "php": ">=5.3.3"
1052
            },
1053
            "type": "library",
1054
            "autoload": {
1055
                "classmap": [
1056
                    "src/"
1057
                ]
1058
            },
1059
            "notification-url": "https://packagist.org/downloads/",
1060
            "license": [
1061
                "BSD-3-Clause"
1062
            ],
1063
            "authors": [
1064
                {
1065
                    "name": "Sebastian Bergmann",
1066
                    "email": "[email protected]",
1067
                    "role": "lead"
1068
                }
1069
            ],
1070
            "description": "Simple template engine.",
1071
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1072
            "keywords": [
1073
                "template"
1074
            ],
1075
            "time": "2015-06-21 13:50:34"
1076
        },
1077
        {
1078
            "name": "phpunit/php-timer",
1079
            "version": "1.0.7",
1080
            "source": {
1081
                "type": "git",
1082
                "url": "https://github.com/sebastianbergmann/php-timer.git",
1083
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
1084
            },
1085
            "dist": {
1086
                "type": "zip",
1087
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
1088
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
1089
                "shasum": ""
1090
            },
1091
            "require": {
1092
                "php": ">=5.3.3"
1093
            },
1094
            "type": "library",
1095
            "autoload": {
1096
                "classmap": [
1097
                    "src/"
1098
                ]
1099
            },
1100
            "notification-url": "https://packagist.org/downloads/",
1101
            "license": [
1102
                "BSD-3-Clause"
1103
            ],
1104
            "authors": [
1105
                {
1106
                    "name": "Sebastian Bergmann",
1107
                    "email": "[email protected]",
1108
                    "role": "lead"
1109
                }
1110
            ],
1111
            "description": "Utility class for timing",
1112
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
1113
            "keywords": [
1114
                "timer"
1115
            ],
1116
            "time": "2015-06-21 08:01:12"
1117
        },
1118
        {
1119
            "name": "phpunit/php-token-stream",
1120
            "version": "1.4.6",
1121
            "source": {
1122
                "type": "git",
1123
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1124
                "reference": "3ab72c62e550370a6cd5dc873e1a04ab57562f5b"
1125
            },
1126
            "dist": {
1127
                "type": "zip",
1128
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3ab72c62e550370a6cd5dc873e1a04ab57562f5b",
1129
                "reference": "3ab72c62e550370a6cd5dc873e1a04ab57562f5b",
1130
                "shasum": ""
1131
            },
1132
            "require": {
1133
                "ext-tokenizer": "*",
1134
                "php": ">=5.3.3"
1135
            },
1136
            "require-dev": {
1137
                "phpunit/phpunit": "~4.2"
1138
            },
1139
            "type": "library",
1140
            "extra": {
1141
                "branch-alias": {
1142
                    "dev-master": "1.4-dev"
1143
                }
1144
            },
1145
            "autoload": {
1146
                "classmap": [
1147
                    "src/"
1148
                ]
1149
            },
1150
            "notification-url": "https://packagist.org/downloads/",
1151
            "license": [
1152
                "BSD-3-Clause"
1153
            ],
1154
            "authors": [
1155
                {
1156
                    "name": "Sebastian Bergmann",
1157
                    "email": "[email protected]"
1158
                }
1159
            ],
1160
            "description": "Wrapper around PHP's tokenizer extension.",
1161
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1162
            "keywords": [
1163
                "tokenizer"
1164
            ],
1165
            "time": "2015-08-16 08:51:00"
1166
        },
1167
        {
1168
            "name": "phpunit/phpunit",
1169
            "version": "4.8.6",
1170
            "source": {
1171
                "type": "git",
1172
                "url": "https://github.com/sebastianbergmann/phpunit.git",
1173
                "reference": "2246830f4a1a551c67933e4171bf2126dc29d357"
1174
            },
1175
            "dist": {
1176
                "type": "zip",
1177
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2246830f4a1a551c67933e4171bf2126dc29d357",
1178
                "reference": "2246830f4a1a551c67933e4171bf2126dc29d357",
1179
                "shasum": ""
1180
            },
1181
            "require": {
1182
                "ext-dom": "*",
1183
                "ext-json": "*",
1184
                "ext-pcre": "*",
1185
                "ext-reflection": "*",
1186
                "ext-spl": "*",
1187
                "php": ">=5.3.3",
1188
                "phpspec/prophecy": "^1.3.1",
1189
                "phpunit/php-code-coverage": "~2.1",
1190
                "phpunit/php-file-iterator": "~1.4",
1191
                "phpunit/php-text-template": "~1.2",
1192
                "phpunit/php-timer": ">=1.0.6",
1193
                "phpunit/phpunit-mock-objects": "~2.3",
1194
                "sebastian/comparator": "~1.1",
1195
                "sebastian/diff": "~1.2",
1196
                "sebastian/environment": "~1.3",
1197
                "sebastian/exporter": "~1.2",
1198
                "sebastian/global-state": "~1.0",
1199
                "sebastian/version": "~1.0",
1200
                "symfony/yaml": "~2.1|~3.0"
1201
            },
1202
            "suggest": {
1203
                "phpunit/php-invoker": "~1.1"
1204
            },
1205
            "bin": [
1206
                "phpunit"
1207
            ],
1208
            "type": "library",
1209
            "extra": {
1210
                "branch-alias": {
1211
                    "dev-master": "4.8.x-dev"
1212
                }
1213
            },
1214
            "autoload": {
1215
                "classmap": [
1216
                    "src/"
1217
                ]
1218
            },
1219
            "notification-url": "https://packagist.org/downloads/",
1220
            "license": [
1221
                "BSD-3-Clause"
1222
            ],
1223
            "authors": [
1224
                {
1225
                    "name": "Sebastian Bergmann",
1226
                    "email": "[email protected]",
1227
                    "role": "lead"
1228
                }
1229
            ],
1230
            "description": "The PHP Unit Testing framework.",
1231
            "homepage": "https://phpunit.de/",
1232
            "keywords": [
1233
                "phpunit",
1234
                "testing",
1235
                "xunit"
1236
            ],
1237
            "time": "2015-08-24 04:09:38"
1238
        },
1239
        {
1240
            "name": "phpunit/phpunit-mock-objects",
1241
            "version": "2.3.7",
1242
            "source": {
1243
                "type": "git",
1244
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1245
                "reference": "5e2645ad49d196e020b85598d7c97e482725786a"
1246
            },
1247
            "dist": {
1248
                "type": "zip",
1249
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5e2645ad49d196e020b85598d7c97e482725786a",
1250
                "reference": "5e2645ad49d196e020b85598d7c97e482725786a",
1251
                "shasum": ""
1252
            },
1253
            "require": {
1254
                "doctrine/instantiator": "^1.0.2",
1255
                "php": ">=5.3.3",
1256
                "phpunit/php-text-template": "~1.2",
1257
                "sebastian/exporter": "~1.2"
1258
            },
1259
            "require-dev": {
1260
                "phpunit/phpunit": "~4.4"
1261
            },
1262
            "suggest": {
1263
                "ext-soap": "*"
1264
            },
1265
            "type": "library",
1266
            "extra": {
1267
                "branch-alias": {
1268
                    "dev-master": "2.3.x-dev"
1269
                }
1270
            },
1271
            "autoload": {
1272
                "classmap": [
1273
                    "src/"
1274
                ]
1275
            },
1276
            "notification-url": "https://packagist.org/downloads/",
1277
            "license": [
1278
                "BSD-3-Clause"
1279
            ],
1280
            "authors": [
1281
                {
1282
                    "name": "Sebastian Bergmann",
1283
                    "email": "[email protected]",
1284
                    "role": "lead"
1285
                }
1286
            ],
1287
            "description": "Mock Object library for PHPUnit",
1288
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1289
            "keywords": [
1290
                "mock",
1291
                "xunit"
1292
            ],
1293
            "time": "2015-08-19 09:14:08"
1294
        },
1295
        {
1296
            "name": "sebastian/comparator",
1297
            "version": "1.2.0",
1298
            "source": {
1299
                "type": "git",
1300
                "url": "https://github.com/sebastianbergmann/comparator.git",
1301
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
1302
            },
1303
            "dist": {
1304
                "type": "zip",
1305
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
1306
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
1307
                "shasum": ""
1308
            },
1309
            "require": {
1310
                "php": ">=5.3.3",
1311
                "sebastian/diff": "~1.2",
1312
                "sebastian/exporter": "~1.2"
1313
            },
1314
            "require-dev": {
1315
                "phpunit/phpunit": "~4.4"
1316
            },
1317
            "type": "library",
1318
            "extra": {
1319
                "branch-alias": {
1320
                    "dev-master": "1.2.x-dev"
1321
                }
1322
            },
1323
            "autoload": {
1324
                "classmap": [
1325
                    "src/"
1326
                ]
1327
            },
1328
            "notification-url": "https://packagist.org/downloads/",
1329
            "license": [
1330
                "BSD-3-Clause"
1331
            ],
1332
            "authors": [
1333
                {
1334
                    "name": "Jeff Welch",
1335
                    "email": "[email protected]"
1336
                },
1337
                {
1338
                    "name": "Volker Dusch",
1339
                    "email": "[email protected]"
1340
                },
1341
                {
1342
                    "name": "Bernhard Schussek",
1343
                    "email": "[email protected]"
1344
                },
1345
                {
1346
                    "name": "Sebastian Bergmann",
1347
                    "email": "[email protected]"
1348
                }
1349
            ],
1350
            "description": "Provides the functionality to compare PHP values for equality",
1351
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
1352
            "keywords": [
1353
                "comparator",
1354
                "compare",
1355
                "equality"
1356
            ],
1357
            "time": "2015-07-26 15:48:44"
1358
        },
1359
        {
1360
            "name": "sebastian/diff",
1361
            "version": "1.3.0",
1362
            "source": {
1363
                "type": "git",
1364
                "url": "https://github.com/sebastianbergmann/diff.git",
1365
                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
1366
            },
1367
            "dist": {
1368
                "type": "zip",
1369
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
1370
                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
1371
                "shasum": ""
1372
            },
1373
            "require": {
1374
                "php": ">=5.3.3"
1375
            },
1376
            "require-dev": {
1377
                "phpunit/phpunit": "~4.2"
1378
            },
1379
            "type": "library",
1380
            "extra": {
1381
                "branch-alias": {
1382
                    "dev-master": "1.3-dev"
1383
                }
1384
            },
1385
            "autoload": {
1386
                "classmap": [
1387
                    "src/"
1388
                ]
1389
            },
1390
            "notification-url": "https://packagist.org/downloads/",
1391
            "license": [
1392
                "BSD-3-Clause"
1393
            ],
1394
            "authors": [
1395
                {
1396
                    "name": "Kore Nordmann",
1397
                    "email": "[email protected]"
1398
                },
1399
                {
1400
                    "name": "Sebastian Bergmann",
1401
                    "email": "[email protected]"
1402
                }
1403
            ],
1404
            "description": "Diff implementation",
1405
            "homepage": "http://www.github.com/sebastianbergmann/diff",
1406
            "keywords": [
1407
                "diff"
1408
            ],
1409
            "time": "2015-02-22 15:13:53"
1410
        },
1411
        {
1412
            "name": "sebastian/environment",
1413
            "version": "1.3.2",
1414
            "source": {
1415
                "type": "git",
1416
                "url": "https://github.com/sebastianbergmann/environment.git",
1417
                "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44"
1418
            },
1419
            "dist": {
1420
                "type": "zip",
1421
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6324c907ce7a52478eeeaede764f48733ef5ae44",
1422
                "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44",
1423
                "shasum": ""
1424
            },
1425
            "require": {
1426
                "php": ">=5.3.3"
1427
            },
1428
            "require-dev": {
1429
                "phpunit/phpunit": "~4.4"
1430
            },
1431
            "type": "library",
1432
            "extra": {
1433
                "branch-alias": {
1434
                    "dev-master": "1.3.x-dev"
1435
                }
1436
            },
1437
            "autoload": {
1438
                "classmap": [
1439
                    "src/"
1440
                ]
1441
            },
1442
            "notification-url": "https://packagist.org/downloads/",
1443
            "license": [
1444
                "BSD-3-Clause"
1445
            ],
1446
            "authors": [
1447
                {
1448
                    "name": "Sebastian Bergmann",
1449
                    "email": "[email protected]"
1450
                }
1451
            ],
1452
            "description": "Provides functionality to handle HHVM/PHP environments",
1453
            "homepage": "http://www.github.com/sebastianbergmann/environment",
1454
            "keywords": [
1455
                "Xdebug",
1456
                "environment",
1457
                "hhvm"
1458
            ],
1459
            "time": "2015-08-03 06:14:51"
1460
        },
1461
        {
1462
            "name": "sebastian/exporter",
1463
            "version": "1.2.1",
1464
            "source": {
1465
                "type": "git",
1466
                "url": "https://github.com/sebastianbergmann/exporter.git",
1467
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
1468
            },
1469
            "dist": {
1470
                "type": "zip",
1471
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
1472
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
1473
                "shasum": ""
1474
            },
1475
            "require": {
1476
                "php": ">=5.3.3",
1477
                "sebastian/recursion-context": "~1.0"
1478
            },
1479
            "require-dev": {
1480
                "phpunit/phpunit": "~4.4"
1481
            },
1482
            "type": "library",
1483
            "extra": {
1484
                "branch-alias": {
1485
                    "dev-master": "1.2.x-dev"
1486
                }
1487
            },
1488
            "autoload": {
1489
                "classmap": [
1490
                    "src/"
1491
                ]
1492
            },
1493
            "notification-url": "https://packagist.org/downloads/",
1494
            "license": [
1495
                "BSD-3-Clause"
1496
            ],
1497
            "authors": [
1498
                {
1499
                    "name": "Jeff Welch",
1500
                    "email": "[email protected]"
1501
                },
1502
                {
1503
                    "name": "Volker Dusch",
1504
                    "email": "[email protected]"
1505
                },
1506
                {
1507
                    "name": "Bernhard Schussek",
1508
                    "email": "[email protected]"
1509
                },
1510
                {
1511
                    "name": "Sebastian Bergmann",
1512
                    "email": "[email protected]"
1513
                },
1514
                {
1515
                    "name": "Adam Harvey",
1516
                    "email": "[email protected]"
1517
                }
1518
            ],
1519
            "description": "Provides the functionality to export PHP variables for visualization",
1520
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
1521
            "keywords": [
1522
                "export",
1523
                "exporter"
1524
            ],
1525
            "time": "2015-06-21 07:55:53"
1526
        },
1527
        {
1528
            "name": "sebastian/global-state",
1529
            "version": "1.0.0",
1530
            "source": {
1531
                "type": "git",
1532
                "url": "https://github.com/sebastianbergmann/global-state.git",
1533
                "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
1534
            },
1535
            "dist": {
1536
                "type": "zip",
1537
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
1538
                "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
1539
                "shasum": ""
1540
            },
1541
            "require": {
1542
                "php": ">=5.3.3"
1543
            },
1544
            "require-dev": {
1545
                "phpunit/phpunit": "~4.2"
1546
            },
1547
            "suggest": {
1548
                "ext-uopz": "*"
1549
            },
1550
            "type": "library",
1551
            "extra": {
1552
                "branch-alias": {
1553
                    "dev-master": "1.0-dev"
1554
                }
1555
            },
1556
            "autoload": {
1557
                "classmap": [
1558
                    "src/"
1559
                ]
1560
            },
1561
            "notification-url": "https://packagist.org/downloads/",
1562
            "license": [
1563
                "BSD-3-Clause"
1564
            ],
1565
            "authors": [
1566
                {
1567
                    "name": "Sebastian Bergmann",
1568
                    "email": "[email protected]"
1569
                }
1570
            ],
1571
            "description": "Snapshotting of global state",
1572
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
1573
            "keywords": [
1574
                "global state"
1575
            ],
1576
            "time": "2014-10-06 09:23:50"
1577
        },
1578
        {
1579
            "name": "sebastian/recursion-context",
1580
            "version": "1.0.1",
1581
            "source": {
1582
                "type": "git",
1583
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
1584
                "reference": "994d4a811bafe801fb06dccbee797863ba2792ba"
1585
            },
1586
            "dist": {
1587
                "type": "zip",
1588
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba",
1589
                "reference": "994d4a811bafe801fb06dccbee797863ba2792ba",
1590
                "shasum": ""
1591
            },
1592
            "require": {
1593
                "php": ">=5.3.3"
1594
            },
1595
            "require-dev": {
1596
                "phpunit/phpunit": "~4.4"
1597
            },
1598
            "type": "library",
1599
            "extra": {
1600
                "branch-alias": {
1601
                    "dev-master": "1.0.x-dev"
1602
                }
1603
            },
1604
            "autoload": {
1605
                "classmap": [
1606
                    "src/"
1607
                ]
1608
            },
1609
            "notification-url": "https://packagist.org/downloads/",
1610
            "license": [
1611
                "BSD-3-Clause"
1612
            ],
1613
            "authors": [
1614
                {
1615
                    "name": "Jeff Welch",
1616
                    "email": "[email protected]"
1617
                },
1618
                {
1619
                    "name": "Sebastian Bergmann",
1620
                    "email": "[email protected]"
1621
                },
1622
                {
1623
                    "name": "Adam Harvey",
1624
                    "email": "[email protected]"
1625
                }
1626
            ],
1627
            "description": "Provides functionality to recursively process PHP variables",
1628
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1629
            "time": "2015-06-21 08:04:50"
1630
        },
1631
        {
1632
            "name": "sebastian/version",
1633
            "version": "1.0.6",
1634
            "source": {
1635
                "type": "git",
1636
                "url": "https://github.com/sebastianbergmann/version.git",
1637
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
1638
            },
1639
            "dist": {
1640
                "type": "zip",
1641
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1642
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1643
                "shasum": ""
1644
            },
1645
            "type": "library",
1646
            "autoload": {
1647
                "classmap": [
1648
                    "src/"
1649
                ]
1650
            },
1651
            "notification-url": "https://packagist.org/downloads/",
1652
            "license": [
1653
                "BSD-3-Clause"
1654
            ],
1655
            "authors": [
1656
                {
1657
                    "name": "Sebastian Bergmann",
1658
                    "email": "[email protected]",
1659
                    "role": "lead"
1660
                }
1661
            ],
1662
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1663
            "homepage": "https://github.com/sebastianbergmann/version",
1664
            "time": "2015-06-21 13:59:46"
1665
        },
1666
        {
1667
            "name": "squizlabs/php_codesniffer",
1668
            "version": "2.3.4",
1669
            "source": {
1670
                "type": "git",
1671
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
1672
                "reference": "11a2545c44a5915f883e2e5ec12e14ed345e3ab2"
1673
            },
1674
            "dist": {
1675
                "type": "zip",
1676
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/11a2545c44a5915f883e2e5ec12e14ed345e3ab2",
1677
                "reference": "11a2545c44a5915f883e2e5ec12e14ed345e3ab2",
1678
                "shasum": ""
1679
            },
1680
            "require": {
1681
                "ext-tokenizer": "*",
1682
                "ext-xmlwriter": "*",
1683
                "php": ">=5.1.2"
1684
            },
1685
            "bin": [
1686
                "scripts/phpcs",
1687
                "scripts/phpcbf"
1688
            ],
1689
            "type": "library",
1690
            "extra": {
1691
                "branch-alias": {
1692
                    "dev-master": "2.0.x-dev"
1693
                }
1694
            },
1695
            "autoload": {
1696
                "classmap": [
1697
                    "CodeSniffer.php",
1698
                    "CodeSniffer/CLI.php",
1699
                    "CodeSniffer/Exception.php",
1700
                    "CodeSniffer/File.php",
1701
                    "CodeSniffer/Fixer.php",
1702
                    "CodeSniffer/Report.php",
1703
                    "CodeSniffer/Reporting.php",
1704
                    "CodeSniffer/Sniff.php",
1705
                    "CodeSniffer/Tokens.php",
1706
                    "CodeSniffer/Reports/",
1707
                    "CodeSniffer/Tokenizers/",
1708
                    "CodeSniffer/DocGenerators/",
1709
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
1710
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
1711
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
1712
                    "CodeSniffer/Standards/IncorrectPatternException.php",
1713
                    "CodeSniffer/Standards/Generic/Sniffs/",
1714
                    "CodeSniffer/Standards/MySource/Sniffs/",
1715
                    "CodeSniffer/Standards/PEAR/Sniffs/",
1716
                    "CodeSniffer/Standards/PSR1/Sniffs/",
1717
                    "CodeSniffer/Standards/PSR2/Sniffs/",
1718
                    "CodeSniffer/Standards/Squiz/Sniffs/",
1719
                    "CodeSniffer/Standards/Zend/Sniffs/"
1720
                ]
1721
            },
1722
            "notification-url": "https://packagist.org/downloads/",
1723
            "license": [
1724
                "BSD-3-Clause"
1725
            ],
1726
            "authors": [
1727
                {
1728
                    "name": "Greg Sherwood",
1729
                    "role": "lead"
1730
                }
1731
            ],
1732
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
1733
            "homepage": "http://www.squizlabs.com/php-codesniffer",
1734
            "keywords": [
1735
                "phpcs",
1736
                "standards"
1737
            ],
1738
            "time": "2015-09-09 00:18:50"
1739
        }
1740
    ],
1741
    "aliases": [],
1742
    "minimum-stability": "stable",
1743
    "stability-flags": [],
1744
    "prefer-stable": false,
1745
    "prefer-lowest": false,
1746
    "platform": [],
1747
    "platform-dev": []
1748
}
1749