Completed
Pull Request — master (#32)
by Yves
06:07 queued 03:30
created

composer.lock (2 issues)

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "2116e95e2f881a1c266ceab4ab7b0cf4",
8
    "content-hash": "b4be99a5a03fe9e58d273e94437071c5",
9
    "packages": [
10
        {
11
            "name": "asm89/twig-cache-extension",
12
            "version": "1.0.0",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/asm89/twig-cache-extension.git",
16
                "reference": "92edc2ab522997fd0a2a02b6b9e89b3e08ac5c60"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/asm89/twig-cache-extension/zipball/92edc2ab522997fd0a2a02b6b9e89b3e08ac5c60",
21
                "reference": "92edc2ab522997fd0a2a02b6b9e89b3e08ac5c60",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "php": ">=5.3.2",
26
                "twig/twig": "1.*"
27
            },
28
            "require-dev": {
29
                "doctrine/cache": "1.*"
30
            },
31
            "type": "library",
32
            "extra": {
33
                "branch-alias": {
34
                    "dev-master": "1.0-dev"
35
                }
36
            },
37
            "autoload": {
38
                "psr-0": {
39
                    "Asm89\\Twig\\CacheExtension\\": "lib/"
40
                }
41
            },
42
            "notification-url": "https://packagist.org/downloads/",
43
            "license": [
44
                "MIT"
45
            ],
46
            "authors": [
47
                {
48
                    "name": "Alexander",
49
                    "email": "[email protected]",
50
                    "homepage": "http://asm89.github.io/"
51
                }
52
            ],
53
            "description": "Caching template fragments with Twig.",
54
            "homepage": "https://github.com/asm89/twig-cache-extension",
55
            "keywords": [
56
                "cache",
57
                "extension",
58
                "twig"
59
            ],
60
            "time": "2014-05-31 13:57:16"
61
        },
62
        {
63
            "name": "aura/installer-default",
64
            "version": "1.0.0",
65
            "source": {
66
                "type": "git",
67
                "url": "https://github.com/auraphp/installer-default.git",
68
                "reference": "52f8de3670cc1ef45a916f40f732937436d028c8"
69
            },
70
            "dist": {
71
                "type": "zip",
72
                "url": "https://api.github.com/repos/auraphp/installer-default/zipball/52f8de3670cc1ef45a916f40f732937436d028c8",
73
                "reference": "52f8de3670cc1ef45a916f40f732937436d028c8",
74
                "shasum": ""
75
            },
76
            "type": "composer-installer",
77
            "extra": {
78
                "class": "Aura\\Composer\\DefaultInstaller"
79
            },
80
            "autoload": {
81
                "psr-0": {
82
                    "Aura\\Composer\\": "src/"
83
                }
84
            },
85
            "notification-url": "https://packagist.org/downloads/",
86
            "license": [
87
                "BSD-2-Clause"
88
            ],
89
            "authors": [
90
                {
91
                    "name": "Paul M. Jones",
92
                    "email": "[email protected]",
93
                    "homepage": "http://paul-m-jones.com"
94
                }
95
            ],
96
            "description": "Installs Aura packages using the Composer defaults.",
97
            "keywords": [
98
                "aura",
99
                "installer"
100
            ],
101
            "time": "2012-11-26 21:35:57"
102
        },
103
        {
104
            "name": "aura/intl",
105
            "version": "1.1.1",
106
            "source": {
107
                "type": "git",
108
                "url": "https://github.com/auraphp/Aura.Intl.git",
109
                "reference": "c5fe620167550ad6fa77dd3570fba2efc77a2a21"
110
            },
111
            "dist": {
112
                "type": "zip",
113
                "url": "https://api.github.com/repos/auraphp/Aura.Intl/zipball/c5fe620167550ad6fa77dd3570fba2efc77a2a21",
114
                "reference": "c5fe620167550ad6fa77dd3570fba2efc77a2a21",
115
                "shasum": ""
116
            },
117
            "require": {
118
                "aura/installer-default": "1.0.*",
119
                "php": ">=5.4.0"
120
            },
121
            "type": "aura-package",
122
            "extra": {
123
                "aura": {
124
                    "type": "library",
125
                    "config": {
126
                        "common": "Aura\\Intl\\_Config\\Common"
127
                    }
128
                },
129
                "branch-alias": {
130
                    "dev-develop": "1.1.x-dev"
131
                }
132
            },
133
            "autoload": {
134
                "psr-0": {
135
                    "Aura\\Intl": "src/"
136
                },
137
                "psr-4": {
138
                    "Aura\\Intl\\_Config\\": "config/"
139
                }
140
            },
141
            "notification-url": "https://packagist.org/downloads/",
142
            "license": [
143
                "BSD-2-Clause"
144
            ],
145
            "authors": [
146
                {
147
                    "name": "Paul M. Jones",
148
                    "email": "[email protected]",
149
                    "homepage": "http://paul-m-jones.com"
150
                },
151
                {
152
                    "name": "Aura.Intl Contributors",
153
                    "homepage": "https://github.com/auraphp/Aura.Intl/contributors"
154
                },
155
                {
156
                    "name": "Pascal Borreli",
157
                    "email": "[email protected]"
158
                },
159
                {
160
                    "name": "Mapthegod",
161
                    "email": "[email protected]"
162
                },
163
                {
164
                    "name": "José Lorenzo Rodríguez",
165
                    "email": "[email protected]"
166
                }
167
            ],
168
            "description": "The Aura.Intl package provides internationalization (I18N) tools, specifically\npackage-oriented per-locale message translation.",
169
            "homepage": "http://auraphp.com/Aura.Intl",
170
            "keywords": [
171
                "g11n",
172
                "globalization",
173
                "i18n",
174
                "internationalization",
175
                "intl",
176
                "l10n",
177
                "localization"
178
            ],
179
            "time": "2014-08-24 00:00:00"
180
        },
181
        {
182
            "name": "cakephp/bake",
183
            "version": "1.0.14",
184
            "source": {
185
                "type": "git",
186
                "url": "https://github.com/cakephp/bake.git",
187
                "reference": "3b03927c661d5f26de2e291241ecf9600bae507b"
188
            },
189
            "dist": {
190
                "type": "zip",
191
                "url": "https://api.github.com/repos/cakephp/bake/zipball/3b03927c661d5f26de2e291241ecf9600bae507b",
192
                "reference": "3b03927c661d5f26de2e291241ecf9600bae507b",
193
                "shasum": ""
194
            },
195
            "require": {
196
                "cakephp/cakephp": "~3.0",
197
                "php": ">=5.4"
198
            },
199
            "require-dev": {
200
                "cakephp/cakephp-codesniffer": "dev-master",
201
                "phpunit/phpunit": "*"
202
            },
203
            "type": "cakephp-plugin",
204
            "autoload": {
205
                "psr-4": {
206
                    "Bake\\": "src"
207
                }
208
            },
209
            "notification-url": "https://packagist.org/downloads/",
210
            "license": [
211
                "MIT"
212
            ],
213
            "authors": [
214
                {
215
                    "name": "CakePHP Community",
216
                    "homepage": "https://github.com/cakephp/bake/graphs/contributors"
217
                }
218
            ],
219
            "description": "Bake plugin for CakePHP 3.0",
220
            "homepage": "https://github.com/cakephp/bake",
221
            "keywords": [
222
                "bake",
223
                "cakephp"
224
            ],
225
            "time": "2015-09-12 15:22:04"
226
        },
227
        {
228
            "name": "cakephp/cakephp",
0 ignored issues
show
Loading history...
229
            "version": "3.0.0",
230
            "source": {
231
                "type": "git",
232
                "url": "https://github.com/cakephp/cakephp.git",
233
                "reference": "09eb23891dc8134830f4e39e01a3a39f82935e41"
234
            },
235
            "dist": {
236
                "type": "zip",
237
                "url": "https://api.github.com/repos/cakephp/cakephp/zipball/09eb23891dc8134830f4e39e01a3a39f82935e41",
238
                "reference": "09eb23891dc8134830f4e39e01a3a39f82935e41",
239
                "shasum": ""
240
            },
241
            "require": {
242
                "aura/intl": "1.1.*",
243
                "ext-intl": "*",
244
                "ext-mbstring": "*",
245
                "ircmaxell/password-compat": "1.0.*",
246
                "nesbot/carbon": "1.13.*",
247
                "php": ">=5.4.16",
248
                "psr/log": "1.0"
249
            },
250
            "replace": {
251
                "cakephp/cache": "self.version",
252
                "cakephp/collection": "self.version",
253
                "cakephp/core": "self.version",
254
                "cakephp/database": "self.version",
255
                "cakephp/datasource": "self.version",
256
                "cakephp/event": "self.version",
257
                "cakephp/i18n": "self.version",
258
                "cakephp/log": "self.version",
259
                "cakephp/orm": "self.version",
260
                "cakephp/utility": "self.version",
261
                "cakephp/validation": "self.version"
262
            },
263
            "require-dev": {
264
                "cakephp/cakephp-codesniffer": "dev-master",
265
                "phpunit/phpunit": "*"
266
            },
267
            "type": "library",
268
            "autoload": {
269
                "psr-4": {
270
                    "Cake\\": "src"
271
                },
272
                "files": [
273
                    "src/Core/functions.php",
274
                    "src/Collection/functions.php",
275
                    "src/I18n/functions.php",
276
                    "src/Utility/bootstrap.php"
277
                ]
278
            },
279
            "notification-url": "https://packagist.org/downloads/",
280
            "license": [
281
                "MIT"
282
            ],
283
            "authors": [
284
                {
285
                    "name": "CakePHP Community",
286
                    "homepage": "https://github.com/cakephp/cakephp/graphs/contributors"
287
                }
288
            ],
289
            "description": "The CakePHP framework",
290
            "homepage": "http://cakephp.org",
291
            "keywords": [
292
                "framework"
293
            ],
294
            "time": "2015-03-22 16:42:46"
295
        },
296
        {
297
            "name": "ircmaxell/password-compat",
298
            "version": "v1.0.4",
299
            "source": {
300
                "type": "git",
301
                "url": "https://github.com/ircmaxell/password_compat.git",
302
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
303
            },
304
            "dist": {
305
                "type": "zip",
306
                "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
307
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
308
                "shasum": ""
309
            },
310
            "require-dev": {
311
                "phpunit/phpunit": "4.*"
312
            },
313
            "type": "library",
314
            "autoload": {
315
                "files": [
316
                    "lib/password.php"
317
                ]
318
            },
319
            "notification-url": "https://packagist.org/downloads/",
320
            "license": [
321
                "MIT"
322
            ],
323
            "authors": [
324
                {
325
                    "name": "Anthony Ferrara",
326
                    "email": "[email protected]",
327
                    "homepage": "http://blog.ircmaxell.com"
328
                }
329
            ],
330
            "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
331
            "homepage": "https://github.com/ircmaxell/password_compat",
332
            "keywords": [
333
                "hashing",
334
                "password"
335
            ],
336
            "time": "2014-11-20 16:49:30"
337
        },
338
        {
339
            "name": "nesbot/carbon",
340
            "version": "1.13.0",
341
            "source": {
342
                "type": "git",
343
                "url": "https://github.com/briannesbitt/Carbon.git",
344
                "reference": "5cb6e71055f7b0b57956b73d324cc4de31278f42"
345
            },
346
            "dist": {
347
                "type": "zip",
348
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/5cb6e71055f7b0b57956b73d324cc4de31278f42",
349
                "reference": "5cb6e71055f7b0b57956b73d324cc4de31278f42",
350
                "shasum": ""
351
            },
352
            "require": {
353
                "php": ">=5.3.0"
354
            },
355
            "require-dev": {
356
                "phpunit/phpunit": "~4.0"
357
            },
358
            "type": "library",
359
            "autoload": {
360
                "psr-0": {
361
                    "Carbon": "src"
362
                }
363
            },
364
            "notification-url": "https://packagist.org/downloads/",
365
            "license": [
366
                "MIT"
367
            ],
368
            "authors": [
369
                {
370
                    "name": "Brian Nesbitt",
371
                    "email": "[email protected]",
372
                    "homepage": "http://nesbot.com"
373
                }
374
            ],
375
            "description": "A simple API extension for DateTime.",
376
            "homepage": "https://github.com/briannesbitt/Carbon",
377
            "keywords": [
378
                "date",
379
                "datetime",
380
                "time"
381
            ],
382
            "time": "2014-09-26 02:52:02"
383
        },
384
        {
385
            "name": "psr/log",
386
            "version": "1.0.0",
387
            "source": {
388
                "type": "git",
389
                "url": "https://github.com/php-fig/log.git",
390
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
391
            },
392
            "dist": {
393
                "type": "zip",
394
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
395
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
396
                "shasum": ""
397
            },
398
            "type": "library",
399
            "autoload": {
400
                "psr-0": {
401
                    "Psr\\Log\\": ""
402
                }
403
            },
404
            "notification-url": "https://packagist.org/downloads/",
405
            "license": [
406
                "MIT"
407
            ],
408
            "authors": [
409
                {
410
                    "name": "PHP-FIG",
411
                    "homepage": "http://www.php-fig.org/"
412
                }
413
            ],
414
            "description": "Common interface for logging libraries",
415
            "keywords": [
416
                "log",
417
                "psr",
418
                "psr-3"
419
            ],
420
            "time": "2012-12-21 11:40:51"
421
        },
422
        {
423
            "name": "twig/twig",
0 ignored issues
show
There is a security advisory for your installed version of twig/twig:

Remote code execution in templates
Loading history...
424
            "version": "v1.18.0",
425
            "source": {
426
                "type": "git",
427
                "url": "https://github.com/twigphp/Twig.git",
428
                "reference": "4cf7464348e7f9893a93f7096a90b73722be99cf"
429
            },
430
            "dist": {
431
                "type": "zip",
432
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/4cf7464348e7f9893a93f7096a90b73722be99cf",
433
                "reference": "4cf7464348e7f9893a93f7096a90b73722be99cf",
434
                "shasum": ""
435
            },
436
            "require": {
437
                "php": ">=5.2.4"
438
            },
439
            "type": "library",
440
            "extra": {
441
                "branch-alias": {
442
                    "dev-master": "1.18-dev"
443
                }
444
            },
445
            "autoload": {
446
                "psr-0": {
447
                    "Twig_": "lib/"
448
                }
449
            },
450
            "notification-url": "https://packagist.org/downloads/",
451
            "license": [
452
                "BSD-3-Clause"
453
            ],
454
            "authors": [
455
                {
456
                    "name": "Fabien Potencier",
457
                    "email": "[email protected]",
458
                    "homepage": "http://fabien.potencier.org",
459
                    "role": "Lead Developer"
460
                },
461
                {
462
                    "name": "Armin Ronacher",
463
                    "email": "[email protected]",
464
                    "role": "Project Founder"
465
                },
466
                {
467
                    "name": "Twig Team",
468
                    "homepage": "http://twig.sensiolabs.org/contributors",
469
                    "role": "Contributors"
470
                }
471
            ],
472
            "description": "Twig, the flexible, fast, and secure template language for PHP",
473
            "homepage": "http://twig.sensiolabs.org",
474
            "keywords": [
475
                "templating"
476
            ],
477
            "time": "2015-01-25 17:32:08"
478
        }
479
    ],
480
    "packages-dev": [
481
        {
482
            "name": "cakephp/debug_kit",
483
            "version": "3.0.1",
484
            "source": {
485
                "type": "git",
486
                "url": "https://github.com/cakephp/debug_kit.git",
487
                "reference": "824c1610fe4a79f14f0a22b56de06241dfa49c37"
488
            },
489
            "dist": {
490
                "type": "zip",
491
                "url": "https://api.github.com/repos/cakephp/debug_kit/zipball/824c1610fe4a79f14f0a22b56de06241dfa49c37",
492
                "reference": "824c1610fe4a79f14f0a22b56de06241dfa49c37",
493
                "shasum": ""
494
            },
495
            "require": {
496
                "cakephp/cakephp": "~3.0"
497
            },
498
            "require-dev": {
499
                "cakephp/cakephp-codesniffer": "dev-master",
500
                "phpunit/phpunit": "4.1.*"
501
            },
502
            "suggest": {
503
                "ext-sqlite": "DebugKit needs to store panel data in a database. SQLite is simple and easy to use."
504
            },
505
            "type": "cakephp-plugin",
506
            "extra": {
507
                "branch-alias": {
508
                    "dev-master": "2.2.x-dev"
509
                }
510
            },
511
            "autoload": {
512
                "psr-4": {
513
                    "DebugKit\\": "src",
514
                    "DebugKit\\Test\\Fixture\\": "tests\\Fixture"
515
                }
516
            },
517
            "notification-url": "https://packagist.org/downloads/",
518
            "license": [
519
                "MIT"
520
            ],
521
            "authors": [
522
                {
523
                    "name": "Mark Story",
524
                    "homepage": "http://mark-story.com",
525
                    "role": "Author"
526
                },
527
                {
528
                    "name": "CakePHP Community",
529
                    "homepage": "https://github.com/cakephp/debug_kit/graphs/contributors"
530
                }
531
            ],
532
            "description": "CakePHP Debug Kit",
533
            "homepage": "https://github.com/cakephp/debug_kit",
534
            "keywords": [
535
                "cakephp",
536
                "debug",
537
                "kit"
538
            ],
539
            "time": "2015-03-22 18:05:17"
540
        },
541
        {
542
            "name": "doctrine/instantiator",
543
            "version": "1.0.4",
544
            "source": {
545
                "type": "git",
546
                "url": "https://github.com/doctrine/instantiator.git",
547
                "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119"
548
            },
549
            "dist": {
550
                "type": "zip",
551
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f976e5de371104877ebc89bd8fecb0019ed9c119",
552
                "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119",
553
                "shasum": ""
554
            },
555
            "require": {
556
                "php": ">=5.3,<8.0-DEV"
557
            },
558
            "require-dev": {
559
                "athletic/athletic": "~0.1.8",
560
                "ext-pdo": "*",
561
                "ext-phar": "*",
562
                "phpunit/phpunit": "~4.0",
563
                "squizlabs/php_codesniffer": "2.0.*@ALPHA"
564
            },
565
            "type": "library",
566
            "extra": {
567
                "branch-alias": {
568
                    "dev-master": "1.0.x-dev"
569
                }
570
            },
571
            "autoload": {
572
                "psr-0": {
573
                    "Doctrine\\Instantiator\\": "src"
574
                }
575
            },
576
            "notification-url": "https://packagist.org/downloads/",
577
            "license": [
578
                "MIT"
579
            ],
580
            "authors": [
581
                {
582
                    "name": "Marco Pivetta",
583
                    "email": "[email protected]",
584
                    "homepage": "http://ocramius.github.com/"
585
                }
586
            ],
587
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
588
            "homepage": "https://github.com/doctrine/instantiator",
589
            "keywords": [
590
                "constructor",
591
                "instantiate"
592
            ],
593
            "time": "2014-10-13 12:58:55"
594
        },
595
        {
596
            "name": "guzzle/guzzle",
597
            "version": "v3.9.3",
598
            "source": {
599
                "type": "git",
600
                "url": "https://github.com/guzzle/guzzle3.git",
601
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
602
            },
603
            "dist": {
604
                "type": "zip",
605
                "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
606
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
607
                "shasum": ""
608
            },
609
            "require": {
610
                "ext-curl": "*",
611
                "php": ">=5.3.3",
612
                "symfony/event-dispatcher": "~2.1"
613
            },
614
            "replace": {
615
                "guzzle/batch": "self.version",
616
                "guzzle/cache": "self.version",
617
                "guzzle/common": "self.version",
618
                "guzzle/http": "self.version",
619
                "guzzle/inflection": "self.version",
620
                "guzzle/iterator": "self.version",
621
                "guzzle/log": "self.version",
622
                "guzzle/parser": "self.version",
623
                "guzzle/plugin": "self.version",
624
                "guzzle/plugin-async": "self.version",
625
                "guzzle/plugin-backoff": "self.version",
626
                "guzzle/plugin-cache": "self.version",
627
                "guzzle/plugin-cookie": "self.version",
628
                "guzzle/plugin-curlauth": "self.version",
629
                "guzzle/plugin-error-response": "self.version",
630
                "guzzle/plugin-history": "self.version",
631
                "guzzle/plugin-log": "self.version",
632
                "guzzle/plugin-md5": "self.version",
633
                "guzzle/plugin-mock": "self.version",
634
                "guzzle/plugin-oauth": "self.version",
635
                "guzzle/service": "self.version",
636
                "guzzle/stream": "self.version"
637
            },
638
            "require-dev": {
639
                "doctrine/cache": "~1.3",
640
                "monolog/monolog": "~1.0",
641
                "phpunit/phpunit": "3.7.*",
642
                "psr/log": "~1.0",
643
                "symfony/class-loader": "~2.1",
644
                "zendframework/zend-cache": "2.*,<2.3",
645
                "zendframework/zend-log": "2.*,<2.3"
646
            },
647
            "suggest": {
648
                "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
649
            },
650
            "type": "library",
651
            "extra": {
652
                "branch-alias": {
653
                    "dev-master": "3.9-dev"
654
                }
655
            },
656
            "autoload": {
657
                "psr-0": {
658
                    "Guzzle": "src/",
659
                    "Guzzle\\Tests": "tests/"
660
                }
661
            },
662
            "notification-url": "https://packagist.org/downloads/",
663
            "license": [
664
                "MIT"
665
            ],
666
            "authors": [
667
                {
668
                    "name": "Michael Dowling",
669
                    "email": "[email protected]",
670
                    "homepage": "https://github.com/mtdowling"
671
                },
672
                {
673
                    "name": "Guzzle Community",
674
                    "homepage": "https://github.com/guzzle/guzzle/contributors"
675
                }
676
            ],
677
            "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
678
            "homepage": "http://guzzlephp.org/",
679
            "keywords": [
680
                "client",
681
                "curl",
682
                "framework",
683
                "http",
684
                "http client",
685
                "rest",
686
                "web service"
687
            ],
688
            "time": "2015-03-18 18:23:50"
689
        },
690
        {
691
            "name": "phake/phake",
692
            "version": "1.0.8",
693
            "source": {
694
                "type": "git",
695
                "url": "https://github.com/mlively/Phake.git",
696
                "reference": "c5a3d7a75fc7431e8a5e21a922f084af95456bc6"
697
            },
698
            "dist": {
699
                "type": "zip",
700
                "url": "https://api.github.com/repos/mlively/Phake/zipball/c5a3d7a75fc7431e8a5e21a922f084af95456bc6",
701
                "reference": "c5a3d7a75fc7431e8a5e21a922f084af95456bc6",
702
                "shasum": ""
703
            },
704
            "require": {
705
                "php": ">=5.2.0"
706
            },
707
            "require-dev": {
708
                "doctrine/common": "2.3.*",
709
                "ext-soap": "*",
710
                "hamcrest/hamcrest-php": "1.1.0",
711
                "phpunit/phpunit": "3.7.*"
712
            },
713
            "type": "library",
714
            "autoload": {
715
                "classmap": [
716
                    "src"
717
                ]
718
            },
719
            "notification-url": "https://packagist.org/downloads/",
720
            "include-path": [
721
                "src"
722
            ],
723
            "license": [
724
                "BSD"
725
            ],
726
            "authors": [
727
                {
728
                    "name": "Mike Lively",
729
                    "email": "[email protected]"
730
                }
731
            ],
732
            "description": "The Phake mock testing library",
733
            "homepage": "https://github.com/mlively/Phake",
734
            "keywords": [
735
                "mock",
736
                "testing"
737
            ],
738
            "time": "2015-01-27 15:48:39"
739
        },
740
        {
741
            "name": "phpdocumentor/reflection-docblock",
742
            "version": "2.0.4",
743
            "source": {
744
                "type": "git",
745
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
746
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
747
            },
748
            "dist": {
749
                "type": "zip",
750
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
751
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
752
                "shasum": ""
753
            },
754
            "require": {
755
                "php": ">=5.3.3"
756
            },
757
            "require-dev": {
758
                "phpunit/phpunit": "~4.0"
759
            },
760
            "suggest": {
761
                "dflydev/markdown": "~1.0",
762
                "erusev/parsedown": "~1.0"
763
            },
764
            "type": "library",
765
            "extra": {
766
                "branch-alias": {
767
                    "dev-master": "2.0.x-dev"
768
                }
769
            },
770
            "autoload": {
771
                "psr-0": {
772
                    "phpDocumentor": [
773
                        "src/"
774
                    ]
775
                }
776
            },
777
            "notification-url": "https://packagist.org/downloads/",
778
            "license": [
779
                "MIT"
780
            ],
781
            "authors": [
782
                {
783
                    "name": "Mike van Riel",
784
                    "email": "[email protected]"
785
                }
786
            ],
787
            "time": "2015-02-03 12:10:50"
788
        },
789
        {
790
            "name": "phpspec/prophecy",
791
            "version": "v1.3.1",
792
            "source": {
793
                "type": "git",
794
                "url": "https://github.com/phpspec/prophecy.git",
795
                "reference": "9ca52329bcdd1500de24427542577ebf3fc2f1c9"
796
            },
797
            "dist": {
798
                "type": "zip",
799
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/9ca52329bcdd1500de24427542577ebf3fc2f1c9",
800
                "reference": "9ca52329bcdd1500de24427542577ebf3fc2f1c9",
801
                "shasum": ""
802
            },
803
            "require": {
804
                "doctrine/instantiator": "~1.0,>=1.0.2",
805
                "phpdocumentor/reflection-docblock": "~2.0"
806
            },
807
            "require-dev": {
808
                "phpspec/phpspec": "~2.0"
809
            },
810
            "type": "library",
811
            "extra": {
812
                "branch-alias": {
813
                    "dev-master": "1.2.x-dev"
814
                }
815
            },
816
            "autoload": {
817
                "psr-0": {
818
                    "Prophecy\\": "src/"
819
                }
820
            },
821
            "notification-url": "https://packagist.org/downloads/",
822
            "license": [
823
                "MIT"
824
            ],
825
            "authors": [
826
                {
827
                    "name": "Konstantin Kudryashov",
828
                    "email": "[email protected]",
829
                    "homepage": "http://everzet.com"
830
                },
831
                {
832
                    "name": "Marcello Duarte",
833
                    "email": "[email protected]"
834
                }
835
            ],
836
            "description": "Highly opinionated mocking framework for PHP 5.3+",
837
            "homepage": "http://phpspec.org",
838
            "keywords": [
839
                "Double",
840
                "Dummy",
841
                "fake",
842
                "mock",
843
                "spy",
844
                "stub"
845
            ],
846
            "time": "2014-11-17 16:23:49"
847
        },
848
        {
849
            "name": "phpunit/php-code-coverage",
850
            "version": "2.0.15",
851
            "source": {
852
                "type": "git",
853
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
854
                "reference": "34cc484af1ca149188d0d9e91412191e398e0b67"
855
            },
856
            "dist": {
857
                "type": "zip",
858
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/34cc484af1ca149188d0d9e91412191e398e0b67",
859
                "reference": "34cc484af1ca149188d0d9e91412191e398e0b67",
860
                "shasum": ""
861
            },
862
            "require": {
863
                "php": ">=5.3.3",
864
                "phpunit/php-file-iterator": "~1.3",
865
                "phpunit/php-text-template": "~1.2",
866
                "phpunit/php-token-stream": "~1.3",
867
                "sebastian/environment": "~1.0",
868
                "sebastian/version": "~1.0"
869
            },
870
            "require-dev": {
871
                "ext-xdebug": ">=2.1.4",
872
                "phpunit/phpunit": "~4"
873
            },
874
            "suggest": {
875
                "ext-dom": "*",
876
                "ext-xdebug": ">=2.2.1",
877
                "ext-xmlwriter": "*"
878
            },
879
            "type": "library",
880
            "extra": {
881
                "branch-alias": {
882
                    "dev-master": "2.0.x-dev"
883
                }
884
            },
885
            "autoload": {
886
                "classmap": [
887
                    "src/"
888
                ]
889
            },
890
            "notification-url": "https://packagist.org/downloads/",
891
            "license": [
892
                "BSD-3-Clause"
893
            ],
894
            "authors": [
895
                {
896
                    "name": "Sebastian Bergmann",
897
                    "email": "[email protected]",
898
                    "role": "lead"
899
                }
900
            ],
901
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
902
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
903
            "keywords": [
904
                "coverage",
905
                "testing",
906
                "xunit"
907
            ],
908
            "time": "2015-01-24 10:06:35"
909
        },
910
        {
911
            "name": "phpunit/php-file-iterator",
912
            "version": "1.3.4",
913
            "source": {
914
                "type": "git",
915
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
916
                "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb"
917
            },
918
            "dist": {
919
                "type": "zip",
920
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb",
921
                "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb",
922
                "shasum": ""
923
            },
924
            "require": {
925
                "php": ">=5.3.3"
926
            },
927
            "type": "library",
928
            "autoload": {
929
                "classmap": [
930
                    "File/"
931
                ]
932
            },
933
            "notification-url": "https://packagist.org/downloads/",
934
            "include-path": [
935
                ""
936
            ],
937
            "license": [
938
                "BSD-3-Clause"
939
            ],
940
            "authors": [
941
                {
942
                    "name": "Sebastian Bergmann",
943
                    "email": "[email protected]",
944
                    "role": "lead"
945
                }
946
            ],
947
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
948
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
949
            "keywords": [
950
                "filesystem",
951
                "iterator"
952
            ],
953
            "time": "2013-10-10 15:34:57"
954
        },
955
        {
956
            "name": "phpunit/php-text-template",
957
            "version": "1.2.0",
958
            "source": {
959
                "type": "git",
960
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
961
                "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
962
            },
963
            "dist": {
964
                "type": "zip",
965
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
966
                "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
967
                "shasum": ""
968
            },
969
            "require": {
970
                "php": ">=5.3.3"
971
            },
972
            "type": "library",
973
            "autoload": {
974
                "classmap": [
975
                    "Text/"
976
                ]
977
            },
978
            "notification-url": "https://packagist.org/downloads/",
979
            "include-path": [
980
                ""
981
            ],
982
            "license": [
983
                "BSD-3-Clause"
984
            ],
985
            "authors": [
986
                {
987
                    "name": "Sebastian Bergmann",
988
                    "email": "[email protected]",
989
                    "role": "lead"
990
                }
991
            ],
992
            "description": "Simple template engine.",
993
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
994
            "keywords": [
995
                "template"
996
            ],
997
            "time": "2014-01-30 17:20:04"
998
        },
999
        {
1000
            "name": "phpunit/php-timer",
1001
            "version": "1.0.5",
1002
            "source": {
1003
                "type": "git",
1004
                "url": "https://github.com/sebastianbergmann/php-timer.git",
1005
                "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
1006
            },
1007
            "dist": {
1008
                "type": "zip",
1009
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
1010
                "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
1011
                "shasum": ""
1012
            },
1013
            "require": {
1014
                "php": ">=5.3.3"
1015
            },
1016
            "type": "library",
1017
            "autoload": {
1018
                "classmap": [
1019
                    "PHP/"
1020
                ]
1021
            },
1022
            "notification-url": "https://packagist.org/downloads/",
1023
            "include-path": [
1024
                ""
1025
            ],
1026
            "license": [
1027
                "BSD-3-Clause"
1028
            ],
1029
            "authors": [
1030
                {
1031
                    "name": "Sebastian Bergmann",
1032
                    "email": "[email protected]",
1033
                    "role": "lead"
1034
                }
1035
            ],
1036
            "description": "Utility class for timing",
1037
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
1038
            "keywords": [
1039
                "timer"
1040
            ],
1041
            "time": "2013-08-02 07:42:54"
1042
        },
1043
        {
1044
            "name": "phpunit/php-token-stream",
1045
            "version": "1.4.0",
1046
            "source": {
1047
                "type": "git",
1048
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1049
                "reference": "db32c18eba00b121c145575fcbcd4d4d24e6db74"
1050
            },
1051
            "dist": {
1052
                "type": "zip",
1053
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/db32c18eba00b121c145575fcbcd4d4d24e6db74",
1054
                "reference": "db32c18eba00b121c145575fcbcd4d4d24e6db74",
1055
                "shasum": ""
1056
            },
1057
            "require": {
1058
                "ext-tokenizer": "*",
1059
                "php": ">=5.3.3"
1060
            },
1061
            "require-dev": {
1062
                "phpunit/phpunit": "~4.2"
1063
            },
1064
            "type": "library",
1065
            "extra": {
1066
                "branch-alias": {
1067
                    "dev-master": "1.4-dev"
1068
                }
1069
            },
1070
            "autoload": {
1071
                "classmap": [
1072
                    "src/"
1073
                ]
1074
            },
1075
            "notification-url": "https://packagist.org/downloads/",
1076
            "license": [
1077
                "BSD-3-Clause"
1078
            ],
1079
            "authors": [
1080
                {
1081
                    "name": "Sebastian Bergmann",
1082
                    "email": "[email protected]"
1083
                }
1084
            ],
1085
            "description": "Wrapper around PHP's tokenizer extension.",
1086
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1087
            "keywords": [
1088
                "tokenizer"
1089
            ],
1090
            "time": "2015-01-17 09:51:32"
1091
        },
1092
        {
1093
            "name": "phpunit/phpunit",
1094
            "version": "4.5.0",
1095
            "source": {
1096
                "type": "git",
1097
                "url": "https://github.com/sebastianbergmann/phpunit.git",
1098
                "reference": "5b578d3865a9128b9c209b011fda6539ec06e7a5"
1099
            },
1100
            "dist": {
1101
                "type": "zip",
1102
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/5b578d3865a9128b9c209b011fda6539ec06e7a5",
1103
                "reference": "5b578d3865a9128b9c209b011fda6539ec06e7a5",
1104
                "shasum": ""
1105
            },
1106
            "require": {
1107
                "ext-dom": "*",
1108
                "ext-json": "*",
1109
                "ext-pcre": "*",
1110
                "ext-reflection": "*",
1111
                "ext-spl": "*",
1112
                "php": ">=5.3.3",
1113
                "phpspec/prophecy": "~1.3.1",
1114
                "phpunit/php-code-coverage": "~2.0",
1115
                "phpunit/php-file-iterator": "~1.3.2",
1116
                "phpunit/php-text-template": "~1.2",
1117
                "phpunit/php-timer": "~1.0.2",
1118
                "phpunit/phpunit-mock-objects": "~2.3",
1119
                "sebastian/comparator": "~1.1",
1120
                "sebastian/diff": "~1.1",
1121
                "sebastian/environment": "~1.2",
1122
                "sebastian/exporter": "~1.2",
1123
                "sebastian/global-state": "~1.0",
1124
                "sebastian/version": "~1.0",
1125
                "symfony/yaml": "~2.0"
1126
            },
1127
            "suggest": {
1128
                "phpunit/php-invoker": "~1.1"
1129
            },
1130
            "bin": [
1131
                "phpunit"
1132
            ],
1133
            "type": "library",
1134
            "extra": {
1135
                "branch-alias": {
1136
                    "dev-master": "4.5.x-dev"
1137
                }
1138
            },
1139
            "autoload": {
1140
                "classmap": [
1141
                    "src/"
1142
                ]
1143
            },
1144
            "notification-url": "https://packagist.org/downloads/",
1145
            "license": [
1146
                "BSD-3-Clause"
1147
            ],
1148
            "authors": [
1149
                {
1150
                    "name": "Sebastian Bergmann",
1151
                    "email": "[email protected]",
1152
                    "role": "lead"
1153
                }
1154
            ],
1155
            "description": "The PHP Unit Testing framework.",
1156
            "homepage": "https://phpunit.de/",
1157
            "keywords": [
1158
                "phpunit",
1159
                "testing",
1160
                "xunit"
1161
            ],
1162
            "time": "2015-02-05 15:51:19"
1163
        },
1164
        {
1165
            "name": "phpunit/phpunit-mock-objects",
1166
            "version": "2.3.0",
1167
            "source": {
1168
                "type": "git",
1169
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1170
                "reference": "c63d2367247365f688544f0d500af90a11a44c65"
1171
            },
1172
            "dist": {
1173
                "type": "zip",
1174
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/c63d2367247365f688544f0d500af90a11a44c65",
1175
                "reference": "c63d2367247365f688544f0d500af90a11a44c65",
1176
                "shasum": ""
1177
            },
1178
            "require": {
1179
                "doctrine/instantiator": "~1.0,>=1.0.1",
1180
                "php": ">=5.3.3",
1181
                "phpunit/php-text-template": "~1.2"
1182
            },
1183
            "require-dev": {
1184
                "phpunit/phpunit": "~4.3"
1185
            },
1186
            "suggest": {
1187
                "ext-soap": "*"
1188
            },
1189
            "type": "library",
1190
            "extra": {
1191
                "branch-alias": {
1192
                    "dev-master": "2.3.x-dev"
1193
                }
1194
            },
1195
            "autoload": {
1196
                "classmap": [
1197
                    "src/"
1198
                ]
1199
            },
1200
            "notification-url": "https://packagist.org/downloads/",
1201
            "license": [
1202
                "BSD-3-Clause"
1203
            ],
1204
            "authors": [
1205
                {
1206
                    "name": "Sebastian Bergmann",
1207
                    "email": "[email protected]",
1208
                    "role": "lead"
1209
                }
1210
            ],
1211
            "description": "Mock Object library for PHPUnit",
1212
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1213
            "keywords": [
1214
                "mock",
1215
                "xunit"
1216
            ],
1217
            "time": "2014-10-03 05:12:11"
1218
        },
1219
        {
1220
            "name": "sebastian/comparator",
1221
            "version": "1.1.1",
1222
            "source": {
1223
                "type": "git",
1224
                "url": "https://github.com/sebastianbergmann/comparator.git",
1225
                "reference": "1dd8869519a225f7f2b9eb663e225298fade819e"
1226
            },
1227
            "dist": {
1228
                "type": "zip",
1229
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1dd8869519a225f7f2b9eb663e225298fade819e",
1230
                "reference": "1dd8869519a225f7f2b9eb663e225298fade819e",
1231
                "shasum": ""
1232
            },
1233
            "require": {
1234
                "php": ">=5.3.3",
1235
                "sebastian/diff": "~1.2",
1236
                "sebastian/exporter": "~1.2"
1237
            },
1238
            "require-dev": {
1239
                "phpunit/phpunit": "~4.4"
1240
            },
1241
            "type": "library",
1242
            "extra": {
1243
                "branch-alias": {
1244
                    "dev-master": "1.1.x-dev"
1245
                }
1246
            },
1247
            "autoload": {
1248
                "classmap": [
1249
                    "src/"
1250
                ]
1251
            },
1252
            "notification-url": "https://packagist.org/downloads/",
1253
            "license": [
1254
                "BSD-3-Clause"
1255
            ],
1256
            "authors": [
1257
                {
1258
                    "name": "Jeff Welch",
1259
                    "email": "[email protected]"
1260
                },
1261
                {
1262
                    "name": "Volker Dusch",
1263
                    "email": "[email protected]"
1264
                },
1265
                {
1266
                    "name": "Bernhard Schussek",
1267
                    "email": "[email protected]"
1268
                },
1269
                {
1270
                    "name": "Sebastian Bergmann",
1271
                    "email": "[email protected]"
1272
                }
1273
            ],
1274
            "description": "Provides the functionality to compare PHP values for equality",
1275
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
1276
            "keywords": [
1277
                "comparator",
1278
                "compare",
1279
                "equality"
1280
            ],
1281
            "time": "2015-01-29 16:28:08"
1282
        },
1283
        {
1284
            "name": "sebastian/diff",
1285
            "version": "1.2.0",
1286
            "source": {
1287
                "type": "git",
1288
                "url": "https://github.com/sebastianbergmann/diff.git",
1289
                "reference": "5843509fed39dee4b356a306401e9dd1a931fec7"
1290
            },
1291
            "dist": {
1292
                "type": "zip",
1293
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/5843509fed39dee4b356a306401e9dd1a931fec7",
1294
                "reference": "5843509fed39dee4b356a306401e9dd1a931fec7",
1295
                "shasum": ""
1296
            },
1297
            "require": {
1298
                "php": ">=5.3.3"
1299
            },
1300
            "require-dev": {
1301
                "phpunit/phpunit": "~4.2"
1302
            },
1303
            "type": "library",
1304
            "extra": {
1305
                "branch-alias": {
1306
                    "dev-master": "1.2-dev"
1307
                }
1308
            },
1309
            "autoload": {
1310
                "classmap": [
1311
                    "src/"
1312
                ]
1313
            },
1314
            "notification-url": "https://packagist.org/downloads/",
1315
            "license": [
1316
                "BSD-3-Clause"
1317
            ],
1318
            "authors": [
1319
                {
1320
                    "name": "Kore Nordmann",
1321
                    "email": "[email protected]"
1322
                },
1323
                {
1324
                    "name": "Sebastian Bergmann",
1325
                    "email": "[email protected]"
1326
                }
1327
            ],
1328
            "description": "Diff implementation",
1329
            "homepage": "http://www.github.com/sebastianbergmann/diff",
1330
            "keywords": [
1331
                "diff"
1332
            ],
1333
            "time": "2014-08-15 10:29:00"
1334
        },
1335
        {
1336
            "name": "sebastian/environment",
1337
            "version": "1.2.1",
1338
            "source": {
1339
                "type": "git",
1340
                "url": "https://github.com/sebastianbergmann/environment.git",
1341
                "reference": "6e6c71d918088c251b181ba8b3088af4ac336dd7"
1342
            },
1343
            "dist": {
1344
                "type": "zip",
1345
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6e6c71d918088c251b181ba8b3088af4ac336dd7",
1346
                "reference": "6e6c71d918088c251b181ba8b3088af4ac336dd7",
1347
                "shasum": ""
1348
            },
1349
            "require": {
1350
                "php": ">=5.3.3"
1351
            },
1352
            "require-dev": {
1353
                "phpunit/phpunit": "~4.3"
1354
            },
1355
            "type": "library",
1356
            "extra": {
1357
                "branch-alias": {
1358
                    "dev-master": "1.2.x-dev"
1359
                }
1360
            },
1361
            "autoload": {
1362
                "classmap": [
1363
                    "src/"
1364
                ]
1365
            },
1366
            "notification-url": "https://packagist.org/downloads/",
1367
            "license": [
1368
                "BSD-3-Clause"
1369
            ],
1370
            "authors": [
1371
                {
1372
                    "name": "Sebastian Bergmann",
1373
                    "email": "[email protected]"
1374
                }
1375
            ],
1376
            "description": "Provides functionality to handle HHVM/PHP environments",
1377
            "homepage": "http://www.github.com/sebastianbergmann/environment",
1378
            "keywords": [
1379
                "Xdebug",
1380
                "environment",
1381
                "hhvm"
1382
            ],
1383
            "time": "2014-10-25 08:00:45"
1384
        },
1385
        {
1386
            "name": "sebastian/exporter",
1387
            "version": "1.2.0",
1388
            "source": {
1389
                "type": "git",
1390
                "url": "https://github.com/sebastianbergmann/exporter.git",
1391
                "reference": "84839970d05254c73cde183a721c7af13aede943"
1392
            },
1393
            "dist": {
1394
                "type": "zip",
1395
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/84839970d05254c73cde183a721c7af13aede943",
1396
                "reference": "84839970d05254c73cde183a721c7af13aede943",
1397
                "shasum": ""
1398
            },
1399
            "require": {
1400
                "php": ">=5.3.3",
1401
                "sebastian/recursion-context": "~1.0"
1402
            },
1403
            "require-dev": {
1404
                "phpunit/phpunit": "~4.4"
1405
            },
1406
            "type": "library",
1407
            "extra": {
1408
                "branch-alias": {
1409
                    "dev-master": "1.2.x-dev"
1410
                }
1411
            },
1412
            "autoload": {
1413
                "classmap": [
1414
                    "src/"
1415
                ]
1416
            },
1417
            "notification-url": "https://packagist.org/downloads/",
1418
            "license": [
1419
                "BSD-3-Clause"
1420
            ],
1421
            "authors": [
1422
                {
1423
                    "name": "Jeff Welch",
1424
                    "email": "[email protected]"
1425
                },
1426
                {
1427
                    "name": "Volker Dusch",
1428
                    "email": "[email protected]"
1429
                },
1430
                {
1431
                    "name": "Bernhard Schussek",
1432
                    "email": "[email protected]"
1433
                },
1434
                {
1435
                    "name": "Sebastian Bergmann",
1436
                    "email": "[email protected]"
1437
                },
1438
                {
1439
                    "name": "Adam Harvey",
1440
                    "email": "[email protected]"
1441
                }
1442
            ],
1443
            "description": "Provides the functionality to export PHP variables for visualization",
1444
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
1445
            "keywords": [
1446
                "export",
1447
                "exporter"
1448
            ],
1449
            "time": "2015-01-27 07:23:06"
1450
        },
1451
        {
1452
            "name": "sebastian/global-state",
1453
            "version": "1.0.0",
1454
            "source": {
1455
                "type": "git",
1456
                "url": "https://github.com/sebastianbergmann/global-state.git",
1457
                "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
1458
            },
1459
            "dist": {
1460
                "type": "zip",
1461
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
1462
                "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
1463
                "shasum": ""
1464
            },
1465
            "require": {
1466
                "php": ">=5.3.3"
1467
            },
1468
            "require-dev": {
1469
                "phpunit/phpunit": "~4.2"
1470
            },
1471
            "suggest": {
1472
                "ext-uopz": "*"
1473
            },
1474
            "type": "library",
1475
            "extra": {
1476
                "branch-alias": {
1477
                    "dev-master": "1.0-dev"
1478
                }
1479
            },
1480
            "autoload": {
1481
                "classmap": [
1482
                    "src/"
1483
                ]
1484
            },
1485
            "notification-url": "https://packagist.org/downloads/",
1486
            "license": [
1487
                "BSD-3-Clause"
1488
            ],
1489
            "authors": [
1490
                {
1491
                    "name": "Sebastian Bergmann",
1492
                    "email": "[email protected]"
1493
                }
1494
            ],
1495
            "description": "Snapshotting of global state",
1496
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
1497
            "keywords": [
1498
                "global state"
1499
            ],
1500
            "time": "2014-10-06 09:23:50"
1501
        },
1502
        {
1503
            "name": "sebastian/recursion-context",
1504
            "version": "1.0.0",
1505
            "source": {
1506
                "type": "git",
1507
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
1508
                "reference": "3989662bbb30a29d20d9faa04a846af79b276252"
1509
            },
1510
            "dist": {
1511
                "type": "zip",
1512
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/3989662bbb30a29d20d9faa04a846af79b276252",
1513
                "reference": "3989662bbb30a29d20d9faa04a846af79b276252",
1514
                "shasum": ""
1515
            },
1516
            "require": {
1517
                "php": ">=5.3.3"
1518
            },
1519
            "require-dev": {
1520
                "phpunit/phpunit": "~4.4"
1521
            },
1522
            "type": "library",
1523
            "extra": {
1524
                "branch-alias": {
1525
                    "dev-master": "1.0.x-dev"
1526
                }
1527
            },
1528
            "autoload": {
1529
                "classmap": [
1530
                    "src/"
1531
                ]
1532
            },
1533
            "notification-url": "https://packagist.org/downloads/",
1534
            "license": [
1535
                "BSD-3-Clause"
1536
            ],
1537
            "authors": [
1538
                {
1539
                    "name": "Jeff Welch",
1540
                    "email": "[email protected]"
1541
                },
1542
                {
1543
                    "name": "Sebastian Bergmann",
1544
                    "email": "[email protected]"
1545
                },
1546
                {
1547
                    "name": "Adam Harvey",
1548
                    "email": "[email protected]"
1549
                }
1550
            ],
1551
            "description": "Provides functionality to recursively process PHP variables",
1552
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1553
            "time": "2015-01-24 09:48:32"
1554
        },
1555
        {
1556
            "name": "sebastian/version",
1557
            "version": "1.0.4",
1558
            "source": {
1559
                "type": "git",
1560
                "url": "https://github.com/sebastianbergmann/version.git",
1561
                "reference": "a77d9123f8e809db3fbdea15038c27a95da4058b"
1562
            },
1563
            "dist": {
1564
                "type": "zip",
1565
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/a77d9123f8e809db3fbdea15038c27a95da4058b",
1566
                "reference": "a77d9123f8e809db3fbdea15038c27a95da4058b",
1567
                "shasum": ""
1568
            },
1569
            "type": "library",
1570
            "autoload": {
1571
                "classmap": [
1572
                    "src/"
1573
                ]
1574
            },
1575
            "notification-url": "https://packagist.org/downloads/",
1576
            "license": [
1577
                "BSD-3-Clause"
1578
            ],
1579
            "authors": [
1580
                {
1581
                    "name": "Sebastian Bergmann",
1582
                    "email": "[email protected]",
1583
                    "role": "lead"
1584
                }
1585
            ],
1586
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1587
            "homepage": "https://github.com/sebastianbergmann/version",
1588
            "time": "2014-12-15 14:25:24"
1589
        },
1590
        {
1591
            "name": "squizlabs/php_codesniffer",
1592
            "version": "1.5.6",
1593
            "source": {
1594
                "type": "git",
1595
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
1596
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5"
1597
            },
1598
            "dist": {
1599
                "type": "zip",
1600
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6f3e42d311b882b25b4d409d23a289f4d3b803d5",
1601
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5",
1602
                "shasum": ""
1603
            },
1604
            "require": {
1605
                "ext-tokenizer": "*",
1606
                "php": ">=5.1.2"
1607
            },
1608
            "suggest": {
1609
                "phpunit/php-timer": "dev-master"
1610
            },
1611
            "bin": [
1612
                "scripts/phpcs"
1613
            ],
1614
            "type": "library",
1615
            "extra": {
1616
                "branch-alias": {
1617
                    "dev-phpcs-fixer": "2.0.x-dev"
1618
                }
1619
            },
1620
            "autoload": {
1621
                "classmap": [
1622
                    "CodeSniffer.php",
1623
                    "CodeSniffer/CLI.php",
1624
                    "CodeSniffer/Exception.php",
1625
                    "CodeSniffer/File.php",
1626
                    "CodeSniffer/Report.php",
1627
                    "CodeSniffer/Reporting.php",
1628
                    "CodeSniffer/Sniff.php",
1629
                    "CodeSniffer/Tokens.php",
1630
                    "CodeSniffer/Reports/",
1631
                    "CodeSniffer/CommentParser/",
1632
                    "CodeSniffer/Tokenizers/",
1633
                    "CodeSniffer/DocGenerators/",
1634
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
1635
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
1636
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
1637
                    "CodeSniffer/Standards/IncorrectPatternException.php",
1638
                    "CodeSniffer/Standards/Generic/Sniffs/",
1639
                    "CodeSniffer/Standards/MySource/Sniffs/",
1640
                    "CodeSniffer/Standards/PEAR/Sniffs/",
1641
                    "CodeSniffer/Standards/PSR1/Sniffs/",
1642
                    "CodeSniffer/Standards/PSR2/Sniffs/",
1643
                    "CodeSniffer/Standards/Squiz/Sniffs/",
1644
                    "CodeSniffer/Standards/Zend/Sniffs/"
1645
                ]
1646
            },
1647
            "notification-url": "https://packagist.org/downloads/",
1648
            "license": [
1649
                "BSD-3-Clause"
1650
            ],
1651
            "authors": [
1652
                {
1653
                    "name": "Greg Sherwood",
1654
                    "role": "lead"
1655
                }
1656
            ],
1657
            "description": "PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
1658
            "homepage": "http://www.squizlabs.com/php-codesniffer",
1659
            "keywords": [
1660
                "phpcs",
1661
                "standards"
1662
            ],
1663
            "time": "2014-12-04 22:32:15"
1664
        },
1665
        {
1666
            "name": "symfony/config",
1667
            "version": "v2.6.5",
1668
            "target-dir": "Symfony/Component/Config",
1669
            "source": {
1670
                "type": "git",
1671
                "url": "https://github.com/symfony/config.git",
1672
                "reference": "7a47189c7667ca69bcaafd19ef8a8941db449a2c"
1673
            },
1674
            "dist": {
1675
                "type": "zip",
1676
                "url": "https://api.github.com/repos/symfony/config/zipball/7a47189c7667ca69bcaafd19ef8a8941db449a2c",
1677
                "reference": "7a47189c7667ca69bcaafd19ef8a8941db449a2c",
1678
                "shasum": ""
1679
            },
1680
            "require": {
1681
                "php": ">=5.3.3",
1682
                "symfony/filesystem": "~2.3"
1683
            },
1684
            "require-dev": {
1685
                "symfony/phpunit-bridge": "~2.7"
1686
            },
1687
            "type": "library",
1688
            "extra": {
1689
                "branch-alias": {
1690
                    "dev-master": "2.6-dev"
1691
                }
1692
            },
1693
            "autoload": {
1694
                "psr-0": {
1695
                    "Symfony\\Component\\Config\\": ""
1696
                }
1697
            },
1698
            "notification-url": "https://packagist.org/downloads/",
1699
            "license": [
1700
                "MIT"
1701
            ],
1702
            "authors": [
1703
                {
1704
                    "name": "Symfony Community",
1705
                    "homepage": "http://symfony.com/contributors"
1706
                },
1707
                {
1708
                    "name": "Fabien Potencier",
1709
                    "email": "[email protected]"
1710
                }
1711
            ],
1712
            "description": "Symfony Config Component",
1713
            "homepage": "http://symfony.com",
1714
            "time": "2015-03-12 10:28:44"
1715
        },
1716
        {
1717
            "name": "symfony/console",
1718
            "version": "v2.6.5",
1719
            "target-dir": "Symfony/Component/Console",
1720
            "source": {
1721
                "type": "git",
1722
                "url": "https://github.com/symfony/console.git",
1723
                "reference": "53f86497ccd01677e22435cfb7262599450a90d1"
1724
            },
1725
            "dist": {
1726
                "type": "zip",
1727
                "url": "https://api.github.com/repos/symfony/console/zipball/53f86497ccd01677e22435cfb7262599450a90d1",
1728
                "reference": "53f86497ccd01677e22435cfb7262599450a90d1",
1729
                "shasum": ""
1730
            },
1731
            "require": {
1732
                "php": ">=5.3.3"
1733
            },
1734
            "require-dev": {
1735
                "psr/log": "~1.0",
1736
                "symfony/event-dispatcher": "~2.1",
1737
                "symfony/phpunit-bridge": "~2.7",
1738
                "symfony/process": "~2.1"
1739
            },
1740
            "suggest": {
1741
                "psr/log": "For using the console logger",
1742
                "symfony/event-dispatcher": "",
1743
                "symfony/process": ""
1744
            },
1745
            "type": "library",
1746
            "extra": {
1747
                "branch-alias": {
1748
                    "dev-master": "2.6-dev"
1749
                }
1750
            },
1751
            "autoload": {
1752
                "psr-0": {
1753
                    "Symfony\\Component\\Console\\": ""
1754
                }
1755
            },
1756
            "notification-url": "https://packagist.org/downloads/",
1757
            "license": [
1758
                "MIT"
1759
            ],
1760
            "authors": [
1761
                {
1762
                    "name": "Symfony Community",
1763
                    "homepage": "http://symfony.com/contributors"
1764
                },
1765
                {
1766
                    "name": "Fabien Potencier",
1767
                    "email": "[email protected]"
1768
                }
1769
            ],
1770
            "description": "Symfony Console Component",
1771
            "homepage": "http://symfony.com",
1772
            "time": "2015-03-13 17:37:22"
1773
        },
1774
        {
1775
            "name": "symfony/event-dispatcher",
1776
            "version": "v2.6.5",
1777
            "target-dir": "Symfony/Component/EventDispatcher",
1778
            "source": {
1779
                "type": "git",
1780
                "url": "https://github.com/symfony/event-dispatcher.git",
1781
                "reference": "70f7c8478739ad21e3deef0d977b38c77f1fb284"
1782
            },
1783
            "dist": {
1784
                "type": "zip",
1785
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/70f7c8478739ad21e3deef0d977b38c77f1fb284",
1786
                "reference": "70f7c8478739ad21e3deef0d977b38c77f1fb284",
1787
                "shasum": ""
1788
            },
1789
            "require": {
1790
                "php": ">=5.3.3"
1791
            },
1792
            "require-dev": {
1793
                "psr/log": "~1.0",
1794
                "symfony/config": "~2.0,>=2.0.5",
1795
                "symfony/dependency-injection": "~2.6",
1796
                "symfony/expression-language": "~2.6",
1797
                "symfony/phpunit-bridge": "~2.7",
1798
                "symfony/stopwatch": "~2.3"
1799
            },
1800
            "suggest": {
1801
                "symfony/dependency-injection": "",
1802
                "symfony/http-kernel": ""
1803
            },
1804
            "type": "library",
1805
            "extra": {
1806
                "branch-alias": {
1807
                    "dev-master": "2.6-dev"
1808
                }
1809
            },
1810
            "autoload": {
1811
                "psr-0": {
1812
                    "Symfony\\Component\\EventDispatcher\\": ""
1813
                }
1814
            },
1815
            "notification-url": "https://packagist.org/downloads/",
1816
            "license": [
1817
                "MIT"
1818
            ],
1819
            "authors": [
1820
                {
1821
                    "name": "Symfony Community",
1822
                    "homepage": "http://symfony.com/contributors"
1823
                },
1824
                {
1825
                    "name": "Fabien Potencier",
1826
                    "email": "[email protected]"
1827
                }
1828
            ],
1829
            "description": "Symfony EventDispatcher Component",
1830
            "homepage": "http://symfony.com",
1831
            "time": "2015-03-13 17:37:22"
1832
        },
1833
        {
1834
            "name": "symfony/filesystem",
1835
            "version": "v2.6.5",
1836
            "target-dir": "Symfony/Component/Filesystem",
1837
            "source": {
1838
                "type": "git",
1839
                "url": "https://github.com/symfony/filesystem.git",
1840
                "reference": "fdc5f151bc2db066b51870d5bea3773d915ced0b"
1841
            },
1842
            "dist": {
1843
                "type": "zip",
1844
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/fdc5f151bc2db066b51870d5bea3773d915ced0b",
1845
                "reference": "fdc5f151bc2db066b51870d5bea3773d915ced0b",
1846
                "shasum": ""
1847
            },
1848
            "require": {
1849
                "php": ">=5.3.3"
1850
            },
1851
            "require-dev": {
1852
                "symfony/phpunit-bridge": "~2.7"
1853
            },
1854
            "type": "library",
1855
            "extra": {
1856
                "branch-alias": {
1857
                    "dev-master": "2.6-dev"
1858
                }
1859
            },
1860
            "autoload": {
1861
                "psr-0": {
1862
                    "Symfony\\Component\\Filesystem\\": ""
1863
                }
1864
            },
1865
            "notification-url": "https://packagist.org/downloads/",
1866
            "license": [
1867
                "MIT"
1868
            ],
1869
            "authors": [
1870
                {
1871
                    "name": "Symfony Community",
1872
                    "homepage": "http://symfony.com/contributors"
1873
                },
1874
                {
1875
                    "name": "Fabien Potencier",
1876
                    "email": "[email protected]"
1877
                }
1878
            ],
1879
            "description": "Symfony Filesystem Component",
1880
            "homepage": "http://symfony.com",
1881
            "time": "2015-03-12 10:28:44"
1882
        },
1883
        {
1884
            "name": "symfony/stopwatch",
1885
            "version": "v2.6.5",
1886
            "target-dir": "Symfony/Component/Stopwatch",
1887
            "source": {
1888
                "type": "git",
1889
                "url": "https://github.com/symfony/Stopwatch.git",
1890
                "reference": "ba4e774f71e2ce3e3f65cabac4031b9029972af5"
1891
            },
1892
            "dist": {
1893
                "type": "zip",
1894
                "url": "https://api.github.com/repos/symfony/Stopwatch/zipball/ba4e774f71e2ce3e3f65cabac4031b9029972af5",
1895
                "reference": "ba4e774f71e2ce3e3f65cabac4031b9029972af5",
1896
                "shasum": ""
1897
            },
1898
            "require": {
1899
                "php": ">=5.3.3"
1900
            },
1901
            "require-dev": {
1902
                "symfony/phpunit-bridge": "~2.7"
1903
            },
1904
            "type": "library",
1905
            "extra": {
1906
                "branch-alias": {
1907
                    "dev-master": "2.6-dev"
1908
                }
1909
            },
1910
            "autoload": {
1911
                "psr-0": {
1912
                    "Symfony\\Component\\Stopwatch\\": ""
1913
                }
1914
            },
1915
            "notification-url": "https://packagist.org/downloads/",
1916
            "license": [
1917
                "MIT"
1918
            ],
1919
            "authors": [
1920
                {
1921
                    "name": "Symfony Community",
1922
                    "homepage": "http://symfony.com/contributors"
1923
                },
1924
                {
1925
                    "name": "Fabien Potencier",
1926
                    "email": "[email protected]"
1927
                }
1928
            ],
1929
            "description": "Symfony Stopwatch Component",
1930
            "homepage": "http://symfony.com",
1931
            "time": "2015-02-24 11:52:21"
1932
        },
1933
        {
1934
            "name": "symfony/yaml",
1935
            "version": "v2.6.5",
1936
            "target-dir": "Symfony/Component/Yaml",
1937
            "source": {
1938
                "type": "git",
1939
                "url": "https://github.com/symfony/Yaml.git",
1940
                "reference": "0cd8e72071e46e15fc072270ae39ea1b66b10a9d"
1941
            },
1942
            "dist": {
1943
                "type": "zip",
1944
                "url": "https://api.github.com/repos/symfony/Yaml/zipball/0cd8e72071e46e15fc072270ae39ea1b66b10a9d",
1945
                "reference": "0cd8e72071e46e15fc072270ae39ea1b66b10a9d",
1946
                "shasum": ""
1947
            },
1948
            "require": {
1949
                "php": ">=5.3.3"
1950
            },
1951
            "require-dev": {
1952
                "symfony/phpunit-bridge": "~2.7"
1953
            },
1954
            "type": "library",
1955
            "extra": {
1956
                "branch-alias": {
1957
                    "dev-master": "2.6-dev"
1958
                }
1959
            },
1960
            "autoload": {
1961
                "psr-0": {
1962
                    "Symfony\\Component\\Yaml\\": ""
1963
                }
1964
            },
1965
            "notification-url": "https://packagist.org/downloads/",
1966
            "license": [
1967
                "MIT"
1968
            ],
1969
            "authors": [
1970
                {
1971
                    "name": "Symfony Community",
1972
                    "homepage": "http://symfony.com/contributors"
1973
                },
1974
                {
1975
                    "name": "Fabien Potencier",
1976
                    "email": "[email protected]"
1977
                }
1978
            ],
1979
            "description": "Symfony Yaml Component",
1980
            "homepage": "http://symfony.com",
1981
            "time": "2015-03-12 10:28:44"
1982
        },
1983
        {
1984
            "name": "vectorface/dunit",
1985
            "version": "v2.0.1",
1986
            "source": {
1987
                "type": "git",
1988
                "url": "https://github.com/Vectorface/dunit.git",
1989
                "reference": "b3b7de0d12e47406a0c1326baa5dba3a7d07af26"
1990
            },
1991
            "dist": {
1992
                "type": "zip",
1993
                "url": "https://api.github.com/repos/Vectorface/dunit/zipball/b3b7de0d12e47406a0c1326baa5dba3a7d07af26",
1994
                "reference": "b3b7de0d12e47406a0c1326baa5dba3a7d07af26",
1995
                "shasum": ""
1996
            },
1997
            "require-dev": {
1998
                "phpunit/phpunit": "~4.3",
1999
                "symfony/console": "~2.5"
2000
            },
2001
            "bin": [
2002
                "bin/dunit"
2003
            ],
2004
            "type": "library",
2005
            "autoload": {
2006
                "psr-4": {
2007
                    "Vectorface\\Dunit\\": "src"
2008
                }
2009
            },
2010
            "notification-url": "https://packagist.org/downloads/",
2011
            "license": [
2012
                "MIT"
2013
            ],
2014
            "authors": [
2015
                {
2016
                    "name": "Daniel Bruce",
2017
                    "email": "[email protected]",
2018
                    "role": "Developer"
2019
                },
2020
                {
2021
                    "name": "Cory Darby",
2022
                    "email": "[email protected]",
2023
                    "role": "Developer"
2024
                }
2025
            ],
2026
            "description": "Test code against multiple versions of PHP with the help of docker",
2027
            "homepage": "https://github.com/Vectorface/dunit",
2028
            "keywords": [
2029
                "docker",
2030
                "php",
2031
                "phpunit",
2032
                "testing"
2033
            ],
2034
            "time": "2015-01-07 15:33:36"
2035
        },
2036
        {
2037
            "name": "wyrihaximus/phpunit-class-reflection-helpers",
2038
            "version": "dev-master",
2039
            "source": {
2040
                "type": "git",
2041
                "url": "https://github.com/WyriHaximus/PHPUnitClassReflectionHelpers.git",
2042
                "reference": "ce4760ba53ddc965869f095171b80513c3c35e59"
2043
            },
2044
            "dist": {
2045
                "type": "zip",
2046
                "url": "https://api.github.com/repos/WyriHaximus/PHPUnitClassReflectionHelpers/zipball/ce4760ba53ddc965869f095171b80513c3c35e59",
2047
                "reference": "ce4760ba53ddc965869f095171b80513c3c35e59",
2048
                "shasum": ""
2049
            },
2050
            "type": "library",
2051
            "autoload": {
2052
                "psr-4": {
2053
                    "WyriHaximus\\PHPUnit\\Helpers\\": "src/"
2054
                }
2055
            },
2056
            "notification-url": "https://packagist.org/downloads/",
2057
            "license": [
2058
                "MIT"
2059
            ],
2060
            "authors": [
2061
                {
2062
                    "name": "Cees-Jan Kiewiet",
2063
                    "email": "[email protected]"
2064
                }
2065
            ],
2066
            "time": "2014-08-17 16:31:47"
2067
        }
2068
    ],
2069
    "aliases": [],
2070
    "minimum-stability": "stable",
2071
    "stability-flags": {
2072
        "wyrihaximus/phpunit-class-reflection-helpers": 20
2073
    },
2074
    "prefer-stable": false,
2075
    "prefer-lowest": false,
2076
    "platform": {
2077
        "php": ">=5.5.9"
2078
    },
2079
    "platform-dev": []
2080
}
2081