Completed
Push — master ( ab006e...ae7486 )
by Francesco
05:05
created

composer.lock (1 issue)

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": "29c2bfdff839fab43173a9f212ee0e46",
8
    "content-hash": "79c5d9bcf7cdbefc4cb4fa0a5dd9c4c8",
9
    "packages": [
10
        {
11
            "name": "doctrine/cache",
12
            "version": "v1.6.0",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/doctrine/cache.git",
16
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6",
21
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "php": "~5.5|~7.0"
26
            },
27
            "conflict": {
28
                "doctrine/common": ">2.2,<2.4"
29
            },
30
            "require-dev": {
31
                "phpunit/phpunit": "~4.8|~5.0",
32
                "predis/predis": "~1.0",
33
                "satooshi/php-coveralls": "~0.6"
34
            },
35
            "type": "library",
36
            "extra": {
37
                "branch-alias": {
38
                    "dev-master": "1.6.x-dev"
39
                }
40
            },
41
            "autoload": {
42
                "psr-4": {
43
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
44
                }
45
            },
46
            "notification-url": "https://packagist.org/downloads/",
47
            "license": [
48
                "MIT"
49
            ],
50
            "authors": [
51
                {
52
                    "name": "Roman Borschel",
53
                    "email": "[email protected]"
54
                },
55
                {
56
                    "name": "Benjamin Eberlei",
57
                    "email": "[email protected]"
58
                },
59
                {
60
                    "name": "Guilherme Blanco",
61
                    "email": "[email protected]"
62
                },
63
                {
64
                    "name": "Jonathan Wage",
65
                    "email": "[email protected]"
66
                },
67
                {
68
                    "name": "Johannes Schmitt",
69
                    "email": "[email protected]"
70
                }
71
            ],
72
            "description": "Caching library offering an object-oriented API for many cache backends",
73
            "homepage": "http://www.doctrine-project.org",
74
            "keywords": [
75
                "cache",
76
                "caching"
77
            ],
78
            "time": "2015-12-31 16:37:02"
79
        },
80
        {
81
            "name": "guzzlehttp/guzzle",
0 ignored issues
show
There is a security advisory for your installed version of guzzlehttp/guzzle:

HTTP Proxy header vulnerability
Loading history...
82
            "version": "6.2.0",
83
            "source": {
84
                "type": "git",
85
                "url": "https://github.com/guzzle/guzzle.git",
86
                "reference": "d094e337976dff9d8e2424e8485872194e768662"
87
            },
88
            "dist": {
89
                "type": "zip",
90
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d094e337976dff9d8e2424e8485872194e768662",
91
                "reference": "d094e337976dff9d8e2424e8485872194e768662",
92
                "shasum": ""
93
            },
94
            "require": {
95
                "guzzlehttp/promises": "~1.0",
96
                "guzzlehttp/psr7": "~1.1",
97
                "php": ">=5.5.0"
98
            },
99
            "require-dev": {
100
                "ext-curl": "*",
101
                "phpunit/phpunit": "~4.0",
102
                "psr/log": "~1.0"
103
            },
104
            "type": "library",
105
            "extra": {
106
                "branch-alias": {
107
                    "dev-master": "6.2-dev"
108
                }
109
            },
110
            "autoload": {
111
                "files": [
112
                    "src/functions_include.php"
113
                ],
114
                "psr-4": {
115
                    "GuzzleHttp\\": "src/"
116
                }
117
            },
118
            "notification-url": "https://packagist.org/downloads/",
119
            "license": [
120
                "MIT"
121
            ],
122
            "authors": [
123
                {
124
                    "name": "Michael Dowling",
125
                    "email": "[email protected]",
126
                    "homepage": "https://github.com/mtdowling"
127
                }
128
            ],
129
            "description": "Guzzle is a PHP HTTP client library",
130
            "homepage": "http://guzzlephp.org/",
131
            "keywords": [
132
                "client",
133
                "curl",
134
                "framework",
135
                "http",
136
                "http client",
137
                "rest",
138
                "web service"
139
            ],
140
            "time": "2016-03-21 20:02:09"
141
        },
142
        {
143
            "name": "guzzlehttp/promises",
144
            "version": "1.1.0",
145
            "source": {
146
                "type": "git",
147
                "url": "https://github.com/guzzle/promises.git",
148
                "reference": "bb9024c526b22f3fe6ae55a561fd70653d470aa8"
149
            },
150
            "dist": {
151
                "type": "zip",
152
                "url": "https://api.github.com/repos/guzzle/promises/zipball/bb9024c526b22f3fe6ae55a561fd70653d470aa8",
153
                "reference": "bb9024c526b22f3fe6ae55a561fd70653d470aa8",
154
                "shasum": ""
155
            },
156
            "require": {
157
                "php": ">=5.5.0"
158
            },
159
            "require-dev": {
160
                "phpunit/phpunit": "~4.0"
161
            },
162
            "type": "library",
163
            "extra": {
164
                "branch-alias": {
165
                    "dev-master": "1.0-dev"
166
                }
167
            },
168
            "autoload": {
169
                "psr-4": {
170
                    "GuzzleHttp\\Promise\\": "src/"
171
                },
172
                "files": [
173
                    "src/functions_include.php"
174
                ]
175
            },
176
            "notification-url": "https://packagist.org/downloads/",
177
            "license": [
178
                "MIT"
179
            ],
180
            "authors": [
181
                {
182
                    "name": "Michael Dowling",
183
                    "email": "[email protected]",
184
                    "homepage": "https://github.com/mtdowling"
185
                }
186
            ],
187
            "description": "Guzzle promises library",
188
            "keywords": [
189
                "promise"
190
            ],
191
            "time": "2016-03-08 01:15:46"
192
        },
193
        {
194
            "name": "guzzlehttp/psr7",
195
            "version": "1.2.3",
196
            "source": {
197
                "type": "git",
198
                "url": "https://github.com/guzzle/psr7.git",
199
                "reference": "2e89629ff057ebb49492ba08e6995d3a6a80021b"
200
            },
201
            "dist": {
202
                "type": "zip",
203
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/2e89629ff057ebb49492ba08e6995d3a6a80021b",
204
                "reference": "2e89629ff057ebb49492ba08e6995d3a6a80021b",
205
                "shasum": ""
206
            },
207
            "require": {
208
                "php": ">=5.4.0",
209
                "psr/http-message": "~1.0"
210
            },
211
            "provide": {
212
                "psr/http-message-implementation": "1.0"
213
            },
214
            "require-dev": {
215
                "phpunit/phpunit": "~4.0"
216
            },
217
            "type": "library",
218
            "extra": {
219
                "branch-alias": {
220
                    "dev-master": "1.0-dev"
221
                }
222
            },
223
            "autoload": {
224
                "psr-4": {
225
                    "GuzzleHttp\\Psr7\\": "src/"
226
                },
227
                "files": [
228
                    "src/functions_include.php"
229
                ]
230
            },
231
            "notification-url": "https://packagist.org/downloads/",
232
            "license": [
233
                "MIT"
234
            ],
235
            "authors": [
236
                {
237
                    "name": "Michael Dowling",
238
                    "email": "[email protected]",
239
                    "homepage": "https://github.com/mtdowling"
240
                }
241
            ],
242
            "description": "PSR-7 message implementation",
243
            "keywords": [
244
                "http",
245
                "message",
246
                "stream",
247
                "uri"
248
            ],
249
            "time": "2016-02-18 21:54:00"
250
        },
251
        {
252
            "name": "nikic/php-parser",
253
            "version": "v1.4.1",
254
            "source": {
255
                "type": "git",
256
                "url": "https://github.com/nikic/PHP-Parser.git",
257
                "reference": "f78af2c9c86107aa1a34cd1dbb5bbe9eeb0d9f51"
258
            },
259
            "dist": {
260
                "type": "zip",
261
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/f78af2c9c86107aa1a34cd1dbb5bbe9eeb0d9f51",
262
                "reference": "f78af2c9c86107aa1a34cd1dbb5bbe9eeb0d9f51",
263
                "shasum": ""
264
            },
265
            "require": {
266
                "ext-tokenizer": "*",
267
                "php": ">=5.3"
268
            },
269
            "type": "library",
270
            "extra": {
271
                "branch-alias": {
272
                    "dev-master": "1.4-dev"
273
                }
274
            },
275
            "autoload": {
276
                "files": [
277
                    "lib/bootstrap.php"
278
                ]
279
            },
280
            "notification-url": "https://packagist.org/downloads/",
281
            "license": [
282
                "BSD-3-Clause"
283
            ],
284
            "authors": [
285
                {
286
                    "name": "Nikita Popov"
287
                }
288
            ],
289
            "description": "A PHP parser written in PHP",
290
            "keywords": [
291
                "parser",
292
                "php"
293
            ],
294
            "time": "2015-09-19 14:15:08"
295
        },
296
        {
297
            "name": "ocramius/code-generator-utils",
298
            "version": "0.3.2",
299
            "source": {
300
                "type": "git",
301
                "url": "https://github.com/Ocramius/CodeGenerationUtils.git",
302
                "reference": "0e2f6c593fc82801cbb5c8fa90559d923bd1445c"
303
            },
304
            "dist": {
305
                "type": "zip",
306
                "url": "https://api.github.com/repos/Ocramius/CodeGenerationUtils/zipball/0e2f6c593fc82801cbb5c8fa90559d923bd1445c",
307
                "reference": "0e2f6c593fc82801cbb5c8fa90559d923bd1445c",
308
                "shasum": ""
309
            },
310
            "require": {
311
                "nikic/php-parser": "~1.3",
312
                "php": ">=5.3.3"
313
            },
314
            "require-dev": {
315
                "phpmd/phpmd": "1.4.*",
316
                "phpunit/phpunit": ">=3.7",
317
                "satooshi/php-coveralls": "~0.6",
318
                "squizlabs/php_codesniffer": "1.4.*"
319
            },
320
            "type": "library",
321
            "extra": {
322
                "branch-alias": {
323
                    "dev-master": "1.0.x-dev"
324
                }
325
            },
326
            "autoload": {
327
                "psr-0": {
328
                    "CodeGenerationUtils\\": "src"
329
                }
330
            },
331
            "notification-url": "https://packagist.org/downloads/",
332
            "license": [
333
                "MIT"
334
            ],
335
            "authors": [
336
                {
337
                    "name": "Marco Pivetta",
338
                    "email": "[email protected]",
339
                    "homepage": "http://ocramius.github.com/"
340
                }
341
            ],
342
            "description": "A set of code generator utilities built on top of PHP-Parsers that ease its use when combined with Reflection",
343
            "homepage": "https://github.com/Ocramius/CodeGenerationUtils",
344
            "keywords": [
345
                "code generation",
346
                "compiler",
347
                "parser",
348
                "php code",
349
                "reflection"
350
            ],
351
            "time": "2015-07-01 00:08:35"
352
        },
353
        {
354
            "name": "ocramius/generated-hydrator",
355
            "version": "1.2.0",
356
            "source": {
357
                "type": "git",
358
                "url": "https://github.com/Ocramius/GeneratedHydrator.git",
359
                "reference": "ba0c96cfbf311203cf7664c566463f4530024ad1"
360
            },
361
            "dist": {
362
                "type": "zip",
363
                "url": "https://api.github.com/repos/Ocramius/GeneratedHydrator/zipball/ba0c96cfbf311203cf7664c566463f4530024ad1",
364
                "reference": "ba0c96cfbf311203cf7664c566463f4530024ad1",
365
                "shasum": ""
366
            },
367
            "require": {
368
                "nikic/php-parser": "~1.0",
369
                "ocramius/code-generator-utils": "0.3.*",
370
                "php": "~5.4|~7.0",
371
                "zendframework/zend-stdlib": "~2.3"
372
            },
373
            "require-dev": {
374
                "athletic/athletic": "~0.1.6",
375
                "phpmd/phpmd": "1.5.*",
376
                "phpunit/phpunit": "~4.0",
377
                "satooshi/php-coveralls": "~0.6",
378
                "squizlabs/php_codesniffer": "1.5.*"
379
            },
380
            "type": "library",
381
            "extra": {
382
                "branch-alias": {
383
                    "dev-master": "1.2.x-dev"
384
                }
385
            },
386
            "autoload": {
387
                "psr-0": {
388
                    "GeneratedHydrator\\": "src"
389
                }
390
            },
391
            "notification-url": "https://packagist.org/downloads/",
392
            "license": [
393
                "MIT"
394
            ],
395
            "authors": [
396
                {
397
                    "name": "Marco Pivetta",
398
                    "email": "[email protected]",
399
                    "homepage": "http://ocramius.github.com/"
400
                }
401
            ],
402
            "description": "An Object Hydrator that allows very fast array to object to array conversion",
403
            "homepage": "https://github.com/Ocramius/GeneratedHydrator",
404
            "keywords": [
405
                "array conversion",
406
                "hydrator",
407
                "object conversion",
408
                "performance",
409
                "serializer"
410
            ],
411
            "time": "2015-04-04 17:57:07"
412
        },
413
        {
414
            "name": "psr/http-message",
415
            "version": "1.0",
416
            "source": {
417
                "type": "git",
418
                "url": "https://github.com/php-fig/http-message.git",
419
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
420
            },
421
            "dist": {
422
                "type": "zip",
423
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
424
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
425
                "shasum": ""
426
            },
427
            "require": {
428
                "php": ">=5.3.0"
429
            },
430
            "type": "library",
431
            "extra": {
432
                "branch-alias": {
433
                    "dev-master": "1.0.x-dev"
434
                }
435
            },
436
            "autoload": {
437
                "psr-4": {
438
                    "Psr\\Http\\Message\\": "src/"
439
                }
440
            },
441
            "notification-url": "https://packagist.org/downloads/",
442
            "license": [
443
                "MIT"
444
            ],
445
            "authors": [
446
                {
447
                    "name": "PHP-FIG",
448
                    "homepage": "http://www.php-fig.org/"
449
                }
450
            ],
451
            "description": "Common interface for HTTP messages",
452
            "keywords": [
453
                "http",
454
                "http-message",
455
                "psr",
456
                "psr-7",
457
                "request",
458
                "response"
459
            ],
460
            "time": "2015-05-04 20:22:00"
461
        },
462
        {
463
            "name": "vlucas/phpdotenv",
464
            "version": "v2.2.0",
465
            "source": {
466
                "type": "git",
467
                "url": "https://github.com/vlucas/phpdotenv.git",
468
                "reference": "9caf304153dc2288e4970caec6f1f3b3bc205412"
469
            },
470
            "dist": {
471
                "type": "zip",
472
                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/9caf304153dc2288e4970caec6f1f3b3bc205412",
473
                "reference": "9caf304153dc2288e4970caec6f1f3b3bc205412",
474
                "shasum": ""
475
            },
476
            "require": {
477
                "php": ">=5.3.9"
478
            },
479
            "require-dev": {
480
                "phpunit/phpunit": "^4.8|^5.0"
481
            },
482
            "type": "library",
483
            "extra": {
484
                "branch-alias": {
485
                    "dev-master": "2.2-dev"
486
                }
487
            },
488
            "autoload": {
489
                "psr-4": {
490
                    "Dotenv\\": "src/"
491
                }
492
            },
493
            "notification-url": "https://packagist.org/downloads/",
494
            "license": [
495
                "BSD"
496
            ],
497
            "authors": [
498
                {
499
                    "name": "Vance Lucas",
500
                    "email": "[email protected]",
501
                    "homepage": "http://www.vancelucas.com"
502
                }
503
            ],
504
            "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
505
            "homepage": "http://github.com/vlucas/phpdotenv",
506
            "keywords": [
507
                "dotenv",
508
                "env",
509
                "environment"
510
            ],
511
            "time": "2015-12-29 15:10:30"
512
        },
513
        {
514
            "name": "zendframework/zend-hydrator",
515
            "version": "1.1.0",
516
            "source": {
517
                "type": "git",
518
                "url": "https://github.com/zendframework/zend-hydrator.git",
519
                "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65"
520
            },
521
            "dist": {
522
                "type": "zip",
523
                "url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/22652e1661a5a10b3f564cf7824a2206cf5a4a65",
524
                "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65",
525
                "shasum": ""
526
            },
527
            "require": {
528
                "php": "^5.5 || ^7.0",
529
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
530
            },
531
            "require-dev": {
532
                "phpunit/phpunit": "~4.0",
533
                "squizlabs/php_codesniffer": "^2.0@dev",
534
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
535
                "zendframework/zend-filter": "^2.6",
536
                "zendframework/zend-inputfilter": "^2.6",
537
                "zendframework/zend-serializer": "^2.6.1",
538
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
539
            },
540
            "suggest": {
541
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0, to support aggregate hydrator usage",
542
                "zendframework/zend-filter": "^2.6, to support naming strategy hydrator usage",
543
                "zendframework/zend-serializer": "^2.6.1, to use the SerializableStrategy",
544
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, to support hydrator plugin manager usage"
545
            },
546
            "type": "library",
547
            "extra": {
548
                "branch-alias": {
549
                    "dev-release-1.0": "1.0-dev",
550
                    "dev-release-1.1": "1.1-dev",
551
                    "dev-master": "2.0-dev",
552
                    "dev-develop": "2.1-dev"
553
                }
554
            },
555
            "autoload": {
556
                "psr-4": {
557
                    "Zend\\Hydrator\\": "src/"
558
                }
559
            },
560
            "notification-url": "https://packagist.org/downloads/",
561
            "license": [
562
                "BSD-3-Clause"
563
            ],
564
            "homepage": "https://github.com/zendframework/zend-hydrator",
565
            "keywords": [
566
                "hydrator",
567
                "zf2"
568
            ],
569
            "time": "2016-02-18 22:38:26"
570
        },
571
        {
572
            "name": "zendframework/zend-stdlib",
573
            "version": "2.7.7",
574
            "source": {
575
                "type": "git",
576
                "url": "https://github.com/zendframework/zend-stdlib.git",
577
                "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f"
578
            },
579
            "dist": {
580
                "type": "zip",
581
                "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/0e44eb46788f65e09e077eb7f44d2659143bcc1f",
582
                "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f",
583
                "shasum": ""
584
            },
585
            "require": {
586
                "php": "^5.5 || ^7.0",
587
                "zendframework/zend-hydrator": "~1.1"
588
            },
589
            "require-dev": {
590
                "athletic/athletic": "~0.1",
591
                "fabpot/php-cs-fixer": "1.7.*",
592
                "phpunit/phpunit": "~4.0",
593
                "zendframework/zend-config": "~2.5",
594
                "zendframework/zend-eventmanager": "~2.5",
595
                "zendframework/zend-filter": "~2.5",
596
                "zendframework/zend-inputfilter": "~2.5",
597
                "zendframework/zend-serializer": "~2.5",
598
                "zendframework/zend-servicemanager": "~2.5"
599
            },
600
            "suggest": {
601
                "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
602
                "zendframework/zend-filter": "To support naming strategy hydrator usage",
603
                "zendframework/zend-serializer": "Zend\\Serializer component",
604
                "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
605
            },
606
            "type": "library",
607
            "extra": {
608
                "branch-alias": {
609
                    "dev-release-2.7": "2.7-dev",
610
                    "dev-master": "3.0-dev",
611
                    "dev-develop": "3.1-dev"
612
                }
613
            },
614
            "autoload": {
615
                "psr-4": {
616
                    "Zend\\Stdlib\\": "src/"
617
                }
618
            },
619
            "notification-url": "https://packagist.org/downloads/",
620
            "license": [
621
                "BSD-3-Clause"
622
            ],
623
            "homepage": "https://github.com/zendframework/zend-stdlib",
624
            "keywords": [
625
                "stdlib",
626
                "zf2"
627
            ],
628
            "time": "2016-04-12 21:17:31"
629
        }
630
    ],
631
    "packages-dev": [
632
        {
633
            "name": "doctrine/instantiator",
634
            "version": "1.0.5",
635
            "source": {
636
                "type": "git",
637
                "url": "https://github.com/doctrine/instantiator.git",
638
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
639
            },
640
            "dist": {
641
                "type": "zip",
642
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
643
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
644
                "shasum": ""
645
            },
646
            "require": {
647
                "php": ">=5.3,<8.0-DEV"
648
            },
649
            "require-dev": {
650
                "athletic/athletic": "~0.1.8",
651
                "ext-pdo": "*",
652
                "ext-phar": "*",
653
                "phpunit/phpunit": "~4.0",
654
                "squizlabs/php_codesniffer": "~2.0"
655
            },
656
            "type": "library",
657
            "extra": {
658
                "branch-alias": {
659
                    "dev-master": "1.0.x-dev"
660
                }
661
            },
662
            "autoload": {
663
                "psr-4": {
664
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
665
                }
666
            },
667
            "notification-url": "https://packagist.org/downloads/",
668
            "license": [
669
                "MIT"
670
            ],
671
            "authors": [
672
                {
673
                    "name": "Marco Pivetta",
674
                    "email": "[email protected]",
675
                    "homepage": "http://ocramius.github.com/"
676
                }
677
            ],
678
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
679
            "homepage": "https://github.com/doctrine/instantiator",
680
            "keywords": [
681
                "constructor",
682
                "instantiate"
683
            ],
684
            "time": "2015-06-14 21:17:01"
685
        },
686
        {
687
            "name": "guzzle/guzzle",
688
            "version": "v3.9.3",
689
            "source": {
690
                "type": "git",
691
                "url": "https://github.com/guzzle/guzzle3.git",
692
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
693
            },
694
            "dist": {
695
                "type": "zip",
696
                "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
697
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
698
                "shasum": ""
699
            },
700
            "require": {
701
                "ext-curl": "*",
702
                "php": ">=5.3.3",
703
                "symfony/event-dispatcher": "~2.1"
704
            },
705
            "replace": {
706
                "guzzle/batch": "self.version",
707
                "guzzle/cache": "self.version",
708
                "guzzle/common": "self.version",
709
                "guzzle/http": "self.version",
710
                "guzzle/inflection": "self.version",
711
                "guzzle/iterator": "self.version",
712
                "guzzle/log": "self.version",
713
                "guzzle/parser": "self.version",
714
                "guzzle/plugin": "self.version",
715
                "guzzle/plugin-async": "self.version",
716
                "guzzle/plugin-backoff": "self.version",
717
                "guzzle/plugin-cache": "self.version",
718
                "guzzle/plugin-cookie": "self.version",
719
                "guzzle/plugin-curlauth": "self.version",
720
                "guzzle/plugin-error-response": "self.version",
721
                "guzzle/plugin-history": "self.version",
722
                "guzzle/plugin-log": "self.version",
723
                "guzzle/plugin-md5": "self.version",
724
                "guzzle/plugin-mock": "self.version",
725
                "guzzle/plugin-oauth": "self.version",
726
                "guzzle/service": "self.version",
727
                "guzzle/stream": "self.version"
728
            },
729
            "require-dev": {
730
                "doctrine/cache": "~1.3",
731
                "monolog/monolog": "~1.0",
732
                "phpunit/phpunit": "3.7.*",
733
                "psr/log": "~1.0",
734
                "symfony/class-loader": "~2.1",
735
                "zendframework/zend-cache": "2.*,<2.3",
736
                "zendframework/zend-log": "2.*,<2.3"
737
            },
738
            "suggest": {
739
                "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
740
            },
741
            "type": "library",
742
            "extra": {
743
                "branch-alias": {
744
                    "dev-master": "3.9-dev"
745
                }
746
            },
747
            "autoload": {
748
                "psr-0": {
749
                    "Guzzle": "src/",
750
                    "Guzzle\\Tests": "tests/"
751
                }
752
            },
753
            "notification-url": "https://packagist.org/downloads/",
754
            "license": [
755
                "MIT"
756
            ],
757
            "authors": [
758
                {
759
                    "name": "Michael Dowling",
760
                    "email": "[email protected]",
761
                    "homepage": "https://github.com/mtdowling"
762
                },
763
                {
764
                    "name": "Guzzle Community",
765
                    "homepage": "https://github.com/guzzle/guzzle/contributors"
766
                }
767
            ],
768
            "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
769
            "homepage": "http://guzzlephp.org/",
770
            "keywords": [
771
                "client",
772
                "curl",
773
                "framework",
774
                "http",
775
                "http client",
776
                "rest",
777
                "web service"
778
            ],
779
            "time": "2015-03-18 18:23:50"
780
        },
781
        {
782
            "name": "myclabs/deep-copy",
783
            "version": "1.5.0",
784
            "source": {
785
                "type": "git",
786
                "url": "https://github.com/myclabs/DeepCopy.git",
787
                "reference": "e3abefcd7f106677fd352cd7c187d6c969aa9ddc"
788
            },
789
            "dist": {
790
                "type": "zip",
791
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/e3abefcd7f106677fd352cd7c187d6c969aa9ddc",
792
                "reference": "e3abefcd7f106677fd352cd7c187d6c969aa9ddc",
793
                "shasum": ""
794
            },
795
            "require": {
796
                "php": ">=5.4.0"
797
            },
798
            "require-dev": {
799
                "doctrine/collections": "1.*",
800
                "phpunit/phpunit": "~4.1"
801
            },
802
            "type": "library",
803
            "autoload": {
804
                "psr-4": {
805
                    "DeepCopy\\": "src/DeepCopy/"
806
                }
807
            },
808
            "notification-url": "https://packagist.org/downloads/",
809
            "license": [
810
                "MIT"
811
            ],
812
            "description": "Create deep copies (clones) of your objects",
813
            "homepage": "https://github.com/myclabs/DeepCopy",
814
            "keywords": [
815
                "clone",
816
                "copy",
817
                "duplicate",
818
                "object",
819
                "object graph"
820
            ],
821
            "time": "2015-11-07 22:20:37"
822
        },
823
        {
824
            "name": "phing/phing",
825
            "version": "2.14.0",
826
            "source": {
827
                "type": "git",
828
                "url": "https://github.com/phingofficial/phing.git",
829
                "reference": "7dd73c83c377623def54b58121f46b4dcb35dd61"
830
            },
831
            "dist": {
832
                "type": "zip",
833
                "url": "https://api.github.com/repos/phingofficial/phing/zipball/7dd73c83c377623def54b58121f46b4dcb35dd61",
834
                "reference": "7dd73c83c377623def54b58121f46b4dcb35dd61",
835
                "shasum": ""
836
            },
837
            "require": {
838
                "php": ">=5.2.0"
839
            },
840
            "require-dev": {
841
                "ext-pdo_sqlite": "*",
842
                "lastcraft/simpletest": "@dev",
843
                "mikey179/vfsstream": "^1.6",
844
                "pdepend/pdepend": "2.x",
845
                "pear/archive_tar": "1.4.x",
846
                "pear/http_request2": "dev-trunk",
847
                "pear/net_growl": "dev-trunk",
848
                "pear/pear-core-minimal": "1.10.1",
849
                "pear/versioncontrol_git": "@dev",
850
                "pear/versioncontrol_svn": "~0.5",
851
                "phpdocumentor/phpdocumentor": "2.x",
852
                "phploc/phploc": "~2.0.6",
853
                "phpmd/phpmd": "~2.2",
854
                "phpunit/phpunit": ">=3.7",
855
                "sebastian/git": "~1.0",
856
                "sebastian/phpcpd": "2.x",
857
                "squizlabs/php_codesniffer": "~2.2",
858
                "symfony/yaml": "~2.7"
859
            },
860
            "suggest": {
861
                "pdepend/pdepend": "PHP version of JDepend",
862
                "pear/archive_tar": "Tar file management class",
863
                "pear/versioncontrol_git": "A library that provides OO interface to handle Git repository",
864
                "pear/versioncontrol_svn": "A simple OO-style interface for Subversion, the free/open-source version control system",
865
                "phpdocumentor/phpdocumentor": "Documentation Generator for PHP",
866
                "phploc/phploc": "A tool for quickly measuring the size of a PHP project",
867
                "phpmd/phpmd": "PHP version of PMD tool",
868
                "phpunit/php-code-coverage": "Library that provides collection, processing, and rendering functionality for PHP code coverage information",
869
                "phpunit/phpunit": "The PHP Unit Testing Framework",
870
                "sebastian/phpcpd": "Copy/Paste Detector (CPD) for PHP code",
871
                "tedivm/jshrink": "Javascript Minifier built in PHP"
872
            },
873
            "bin": [
874
                "bin/phing"
875
            ],
876
            "type": "library",
877
            "extra": {
878
                "branch-alias": {
879
                    "dev-master": "2.14.x-dev"
880
                }
881
            },
882
            "autoload": {
883
                "classmap": [
884
                    "classes/phing/"
885
                ]
886
            },
887
            "notification-url": "https://packagist.org/downloads/",
888
            "include-path": [
889
                "classes"
890
            ],
891
            "license": [
892
                "LGPL-3.0"
893
            ],
894
            "authors": [
895
                {
896
                    "name": "Michiel Rook",
897
                    "email": "[email protected]"
898
                },
899
                {
900
                    "name": "Phing Community",
901
                    "homepage": "https://www.phing.info/trac/wiki/Development/Contributors"
902
                }
903
            ],
904
            "description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.",
905
            "homepage": "https://www.phing.info/",
906
            "keywords": [
907
                "build",
908
                "phing",
909
                "task",
910
                "tool"
911
            ],
912
            "time": "2016-03-10 21:39:23"
913
        },
914
        {
915
            "name": "phpdocumentor/reflection-docblock",
916
            "version": "2.0.4",
917
            "source": {
918
                "type": "git",
919
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
920
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
921
            },
922
            "dist": {
923
                "type": "zip",
924
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
925
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
926
                "shasum": ""
927
            },
928
            "require": {
929
                "php": ">=5.3.3"
930
            },
931
            "require-dev": {
932
                "phpunit/phpunit": "~4.0"
933
            },
934
            "suggest": {
935
                "dflydev/markdown": "~1.0",
936
                "erusev/parsedown": "~1.0"
937
            },
938
            "type": "library",
939
            "extra": {
940
                "branch-alias": {
941
                    "dev-master": "2.0.x-dev"
942
                }
943
            },
944
            "autoload": {
945
                "psr-0": {
946
                    "phpDocumentor": [
947
                        "src/"
948
                    ]
949
                }
950
            },
951
            "notification-url": "https://packagist.org/downloads/",
952
            "license": [
953
                "MIT"
954
            ],
955
            "authors": [
956
                {
957
                    "name": "Mike van Riel",
958
                    "email": "[email protected]"
959
                }
960
            ],
961
            "time": "2015-02-03 12:10:50"
962
        },
963
        {
964
            "name": "phpspec/prophecy",
965
            "version": "v1.6.0",
966
            "source": {
967
                "type": "git",
968
                "url": "https://github.com/phpspec/prophecy.git",
969
                "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972"
970
            },
971
            "dist": {
972
                "type": "zip",
973
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3c91bdf81797d725b14cb62906f9a4ce44235972",
974
                "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972",
975
                "shasum": ""
976
            },
977
            "require": {
978
                "doctrine/instantiator": "^1.0.2",
979
                "php": "^5.3|^7.0",
980
                "phpdocumentor/reflection-docblock": "~2.0",
981
                "sebastian/comparator": "~1.1",
982
                "sebastian/recursion-context": "~1.0"
983
            },
984
            "require-dev": {
985
                "phpspec/phpspec": "~2.0"
986
            },
987
            "type": "library",
988
            "extra": {
989
                "branch-alias": {
990
                    "dev-master": "1.5.x-dev"
991
                }
992
            },
993
            "autoload": {
994
                "psr-0": {
995
                    "Prophecy\\": "src/"
996
                }
997
            },
998
            "notification-url": "https://packagist.org/downloads/",
999
            "license": [
1000
                "MIT"
1001
            ],
1002
            "authors": [
1003
                {
1004
                    "name": "Konstantin Kudryashov",
1005
                    "email": "[email protected]",
1006
                    "homepage": "http://everzet.com"
1007
                },
1008
                {
1009
                    "name": "Marcello Duarte",
1010
                    "email": "[email protected]"
1011
                }
1012
            ],
1013
            "description": "Highly opinionated mocking framework for PHP 5.3+",
1014
            "homepage": "https://github.com/phpspec/prophecy",
1015
            "keywords": [
1016
                "Double",
1017
                "Dummy",
1018
                "fake",
1019
                "mock",
1020
                "spy",
1021
                "stub"
1022
            ],
1023
            "time": "2016-02-15 07:46:21"
1024
        },
1025
        {
1026
            "name": "phpunit/php-code-coverage",
1027
            "version": "3.3.1",
1028
            "source": {
1029
                "type": "git",
1030
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1031
                "reference": "2431befdd451fac43fbcde94d1a92fb3b8b68f86"
1032
            },
1033
            "dist": {
1034
                "type": "zip",
1035
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2431befdd451fac43fbcde94d1a92fb3b8b68f86",
1036
                "reference": "2431befdd451fac43fbcde94d1a92fb3b8b68f86",
1037
                "shasum": ""
1038
            },
1039
            "require": {
1040
                "php": "^5.6 || ^7.0",
1041
                "phpunit/php-file-iterator": "~1.3",
1042
                "phpunit/php-text-template": "~1.2",
1043
                "phpunit/php-token-stream": "^1.4.2",
1044
                "sebastian/code-unit-reverse-lookup": "~1.0",
1045
                "sebastian/environment": "^1.3.2",
1046
                "sebastian/version": "~1.0|~2.0"
1047
            },
1048
            "require-dev": {
1049
                "ext-xdebug": ">=2.1.4",
1050
                "phpunit/phpunit": "~5"
1051
            },
1052
            "suggest": {
1053
                "ext-dom": "*",
1054
                "ext-xdebug": ">=2.4.0",
1055
                "ext-xmlwriter": "*"
1056
            },
1057
            "type": "library",
1058
            "extra": {
1059
                "branch-alias": {
1060
                    "dev-master": "3.3.x-dev"
1061
                }
1062
            },
1063
            "autoload": {
1064
                "classmap": [
1065
                    "src/"
1066
                ]
1067
            },
1068
            "notification-url": "https://packagist.org/downloads/",
1069
            "license": [
1070
                "BSD-3-Clause"
1071
            ],
1072
            "authors": [
1073
                {
1074
                    "name": "Sebastian Bergmann",
1075
                    "email": "[email protected]",
1076
                    "role": "lead"
1077
                }
1078
            ],
1079
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1080
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1081
            "keywords": [
1082
                "coverage",
1083
                "testing",
1084
                "xunit"
1085
            ],
1086
            "time": "2016-04-08 08:14:53"
1087
        },
1088
        {
1089
            "name": "phpunit/php-file-iterator",
1090
            "version": "1.4.1",
1091
            "source": {
1092
                "type": "git",
1093
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1094
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
1095
            },
1096
            "dist": {
1097
                "type": "zip",
1098
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
1099
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
1100
                "shasum": ""
1101
            },
1102
            "require": {
1103
                "php": ">=5.3.3"
1104
            },
1105
            "type": "library",
1106
            "extra": {
1107
                "branch-alias": {
1108
                    "dev-master": "1.4.x-dev"
1109
                }
1110
            },
1111
            "autoload": {
1112
                "classmap": [
1113
                    "src/"
1114
                ]
1115
            },
1116
            "notification-url": "https://packagist.org/downloads/",
1117
            "license": [
1118
                "BSD-3-Clause"
1119
            ],
1120
            "authors": [
1121
                {
1122
                    "name": "Sebastian Bergmann",
1123
                    "email": "[email protected]",
1124
                    "role": "lead"
1125
                }
1126
            ],
1127
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1128
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1129
            "keywords": [
1130
                "filesystem",
1131
                "iterator"
1132
            ],
1133
            "time": "2015-06-21 13:08:43"
1134
        },
1135
        {
1136
            "name": "phpunit/php-text-template",
1137
            "version": "1.2.1",
1138
            "source": {
1139
                "type": "git",
1140
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
1141
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1142
            },
1143
            "dist": {
1144
                "type": "zip",
1145
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1146
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1147
                "shasum": ""
1148
            },
1149
            "require": {
1150
                "php": ">=5.3.3"
1151
            },
1152
            "type": "library",
1153
            "autoload": {
1154
                "classmap": [
1155
                    "src/"
1156
                ]
1157
            },
1158
            "notification-url": "https://packagist.org/downloads/",
1159
            "license": [
1160
                "BSD-3-Clause"
1161
            ],
1162
            "authors": [
1163
                {
1164
                    "name": "Sebastian Bergmann",
1165
                    "email": "[email protected]",
1166
                    "role": "lead"
1167
                }
1168
            ],
1169
            "description": "Simple template engine.",
1170
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1171
            "keywords": [
1172
                "template"
1173
            ],
1174
            "time": "2015-06-21 13:50:34"
1175
        },
1176
        {
1177
            "name": "phpunit/php-timer",
1178
            "version": "1.0.7",
1179
            "source": {
1180
                "type": "git",
1181
                "url": "https://github.com/sebastianbergmann/php-timer.git",
1182
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
1183
            },
1184
            "dist": {
1185
                "type": "zip",
1186
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
1187
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
1188
                "shasum": ""
1189
            },
1190
            "require": {
1191
                "php": ">=5.3.3"
1192
            },
1193
            "type": "library",
1194
            "autoload": {
1195
                "classmap": [
1196
                    "src/"
1197
                ]
1198
            },
1199
            "notification-url": "https://packagist.org/downloads/",
1200
            "license": [
1201
                "BSD-3-Clause"
1202
            ],
1203
            "authors": [
1204
                {
1205
                    "name": "Sebastian Bergmann",
1206
                    "email": "[email protected]",
1207
                    "role": "lead"
1208
                }
1209
            ],
1210
            "description": "Utility class for timing",
1211
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
1212
            "keywords": [
1213
                "timer"
1214
            ],
1215
            "time": "2015-06-21 08:01:12"
1216
        },
1217
        {
1218
            "name": "phpunit/php-token-stream",
1219
            "version": "1.4.8",
1220
            "source": {
1221
                "type": "git",
1222
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1223
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
1224
            },
1225
            "dist": {
1226
                "type": "zip",
1227
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
1228
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
1229
                "shasum": ""
1230
            },
1231
            "require": {
1232
                "ext-tokenizer": "*",
1233
                "php": ">=5.3.3"
1234
            },
1235
            "require-dev": {
1236
                "phpunit/phpunit": "~4.2"
1237
            },
1238
            "type": "library",
1239
            "extra": {
1240
                "branch-alias": {
1241
                    "dev-master": "1.4-dev"
1242
                }
1243
            },
1244
            "autoload": {
1245
                "classmap": [
1246
                    "src/"
1247
                ]
1248
            },
1249
            "notification-url": "https://packagist.org/downloads/",
1250
            "license": [
1251
                "BSD-3-Clause"
1252
            ],
1253
            "authors": [
1254
                {
1255
                    "name": "Sebastian Bergmann",
1256
                    "email": "[email protected]"
1257
                }
1258
            ],
1259
            "description": "Wrapper around PHP's tokenizer extension.",
1260
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1261
            "keywords": [
1262
                "tokenizer"
1263
            ],
1264
            "time": "2015-09-15 10:49:45"
1265
        },
1266
        {
1267
            "name": "phpunit/phpunit",
1268
            "version": "5.3.2",
1269
            "source": {
1270
                "type": "git",
1271
                "url": "https://github.com/sebastianbergmann/phpunit.git",
1272
                "reference": "2c6da3536035617bae3fe3db37283c9e0eb63ab3"
1273
            },
1274
            "dist": {
1275
                "type": "zip",
1276
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2c6da3536035617bae3fe3db37283c9e0eb63ab3",
1277
                "reference": "2c6da3536035617bae3fe3db37283c9e0eb63ab3",
1278
                "shasum": ""
1279
            },
1280
            "require": {
1281
                "ext-dom": "*",
1282
                "ext-json": "*",
1283
                "ext-pcre": "*",
1284
                "ext-reflection": "*",
1285
                "ext-spl": "*",
1286
                "myclabs/deep-copy": "~1.3",
1287
                "php": "^5.6 || ^7.0",
1288
                "phpspec/prophecy": "^1.3.1",
1289
                "phpunit/php-code-coverage": "^3.3.0",
1290
                "phpunit/php-file-iterator": "~1.4",
1291
                "phpunit/php-text-template": "~1.2",
1292
                "phpunit/php-timer": "^1.0.6",
1293
                "phpunit/phpunit-mock-objects": "^3.1",
1294
                "sebastian/comparator": "~1.1",
1295
                "sebastian/diff": "~1.2",
1296
                "sebastian/environment": "~1.3",
1297
                "sebastian/exporter": "~1.2",
1298
                "sebastian/global-state": "~1.0",
1299
                "sebastian/object-enumerator": "~1.0",
1300
                "sebastian/resource-operations": "~1.0",
1301
                "sebastian/version": "~1.0|~2.0",
1302
                "symfony/yaml": "~2.1|~3.0"
1303
            },
1304
            "suggest": {
1305
                "phpunit/php-invoker": "~1.1"
1306
            },
1307
            "bin": [
1308
                "phpunit"
1309
            ],
1310
            "type": "library",
1311
            "extra": {
1312
                "branch-alias": {
1313
                    "dev-master": "5.3.x-dev"
1314
                }
1315
            },
1316
            "autoload": {
1317
                "classmap": [
1318
                    "src/"
1319
                ]
1320
            },
1321
            "notification-url": "https://packagist.org/downloads/",
1322
            "license": [
1323
                "BSD-3-Clause"
1324
            ],
1325
            "authors": [
1326
                {
1327
                    "name": "Sebastian Bergmann",
1328
                    "email": "[email protected]",
1329
                    "role": "lead"
1330
                }
1331
            ],
1332
            "description": "The PHP Unit Testing framework.",
1333
            "homepage": "https://phpunit.de/",
1334
            "keywords": [
1335
                "phpunit",
1336
                "testing",
1337
                "xunit"
1338
            ],
1339
            "time": "2016-04-12 16:20:08"
1340
        },
1341
        {
1342
            "name": "phpunit/phpunit-mock-objects",
1343
            "version": "3.1.2",
1344
            "source": {
1345
                "type": "git",
1346
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1347
                "reference": "7c34c9bdde4131b824086457a3145e27dba10ca1"
1348
            },
1349
            "dist": {
1350
                "type": "zip",
1351
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/7c34c9bdde4131b824086457a3145e27dba10ca1",
1352
                "reference": "7c34c9bdde4131b824086457a3145e27dba10ca1",
1353
                "shasum": ""
1354
            },
1355
            "require": {
1356
                "doctrine/instantiator": "^1.0.2",
1357
                "php": ">=5.6",
1358
                "phpunit/php-text-template": "~1.2",
1359
                "sebastian/exporter": "~1.2"
1360
            },
1361
            "require-dev": {
1362
                "phpunit/phpunit": "~5"
1363
            },
1364
            "suggest": {
1365
                "ext-soap": "*"
1366
            },
1367
            "type": "library",
1368
            "extra": {
1369
                "branch-alias": {
1370
                    "dev-master": "3.1.x-dev"
1371
                }
1372
            },
1373
            "autoload": {
1374
                "classmap": [
1375
                    "src/"
1376
                ]
1377
            },
1378
            "notification-url": "https://packagist.org/downloads/",
1379
            "license": [
1380
                "BSD-3-Clause"
1381
            ],
1382
            "authors": [
1383
                {
1384
                    "name": "Sebastian Bergmann",
1385
                    "email": "[email protected]",
1386
                    "role": "lead"
1387
                }
1388
            ],
1389
            "description": "Mock Object library for PHPUnit",
1390
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1391
            "keywords": [
1392
                "mock",
1393
                "xunit"
1394
            ],
1395
            "time": "2016-03-24 05:58:25"
1396
        },
1397
        {
1398
            "name": "psr/log",
1399
            "version": "1.0.0",
1400
            "source": {
1401
                "type": "git",
1402
                "url": "https://github.com/php-fig/log.git",
1403
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
1404
            },
1405
            "dist": {
1406
                "type": "zip",
1407
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
1408
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
1409
                "shasum": ""
1410
            },
1411
            "type": "library",
1412
            "autoload": {
1413
                "psr-0": {
1414
                    "Psr\\Log\\": ""
1415
                }
1416
            },
1417
            "notification-url": "https://packagist.org/downloads/",
1418
            "license": [
1419
                "MIT"
1420
            ],
1421
            "authors": [
1422
                {
1423
                    "name": "PHP-FIG",
1424
                    "homepage": "http://www.php-fig.org/"
1425
                }
1426
            ],
1427
            "description": "Common interface for logging libraries",
1428
            "keywords": [
1429
                "log",
1430
                "psr",
1431
                "psr-3"
1432
            ],
1433
            "time": "2012-12-21 11:40:51"
1434
        },
1435
        {
1436
            "name": "satooshi/php-coveralls",
1437
            "version": "v1.0.1",
1438
            "source": {
1439
                "type": "git",
1440
                "url": "https://github.com/satooshi/php-coveralls.git",
1441
                "reference": "da51d304fe8622bf9a6da39a8446e7afd432115c"
1442
            },
1443
            "dist": {
1444
                "type": "zip",
1445
                "url": "https://api.github.com/repos/satooshi/php-coveralls/zipball/da51d304fe8622bf9a6da39a8446e7afd432115c",
1446
                "reference": "da51d304fe8622bf9a6da39a8446e7afd432115c",
1447
                "shasum": ""
1448
            },
1449
            "require": {
1450
                "ext-json": "*",
1451
                "ext-simplexml": "*",
1452
                "guzzle/guzzle": "^2.8|^3.0",
1453
                "php": ">=5.3.3",
1454
                "psr/log": "^1.0",
1455
                "symfony/config": "^2.1|^3.0",
1456
                "symfony/console": "^2.1|^3.0",
1457
                "symfony/stopwatch": "^2.0|^3.0",
1458
                "symfony/yaml": "^2.0|^3.0"
1459
            },
1460
            "suggest": {
1461
                "symfony/http-kernel": "Allows Symfony integration"
1462
            },
1463
            "bin": [
1464
                "bin/coveralls"
1465
            ],
1466
            "type": "library",
1467
            "autoload": {
1468
                "psr-4": {
1469
                    "Satooshi\\": "src/Satooshi/"
1470
                }
1471
            },
1472
            "notification-url": "https://packagist.org/downloads/",
1473
            "license": [
1474
                "MIT"
1475
            ],
1476
            "authors": [
1477
                {
1478
                    "name": "Kitamura Satoshi",
1479
                    "email": "[email protected]",
1480
                    "homepage": "https://www.facebook.com/satooshi.jp"
1481
                }
1482
            ],
1483
            "description": "PHP client library for Coveralls API",
1484
            "homepage": "https://github.com/satooshi/php-coveralls",
1485
            "keywords": [
1486
                "ci",
1487
                "coverage",
1488
                "github",
1489
                "test"
1490
            ],
1491
            "time": "2016-01-20 17:35:46"
1492
        },
1493
        {
1494
            "name": "sebastian/code-unit-reverse-lookup",
1495
            "version": "1.0.0",
1496
            "source": {
1497
                "type": "git",
1498
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1499
                "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe"
1500
            },
1501
            "dist": {
1502
                "type": "zip",
1503
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
1504
                "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
1505
                "shasum": ""
1506
            },
1507
            "require": {
1508
                "php": ">=5.6"
1509
            },
1510
            "require-dev": {
1511
                "phpunit/phpunit": "~5"
1512
            },
1513
            "type": "library",
1514
            "extra": {
1515
                "branch-alias": {
1516
                    "dev-master": "1.0.x-dev"
1517
                }
1518
            },
1519
            "autoload": {
1520
                "classmap": [
1521
                    "src/"
1522
                ]
1523
            },
1524
            "notification-url": "https://packagist.org/downloads/",
1525
            "license": [
1526
                "BSD-3-Clause"
1527
            ],
1528
            "authors": [
1529
                {
1530
                    "name": "Sebastian Bergmann",
1531
                    "email": "[email protected]"
1532
                }
1533
            ],
1534
            "description": "Looks up which function or method a line of code belongs to",
1535
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1536
            "time": "2016-02-13 06:45:14"
1537
        },
1538
        {
1539
            "name": "sebastian/comparator",
1540
            "version": "1.2.0",
1541
            "source": {
1542
                "type": "git",
1543
                "url": "https://github.com/sebastianbergmann/comparator.git",
1544
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
1545
            },
1546
            "dist": {
1547
                "type": "zip",
1548
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
1549
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
1550
                "shasum": ""
1551
            },
1552
            "require": {
1553
                "php": ">=5.3.3",
1554
                "sebastian/diff": "~1.2",
1555
                "sebastian/exporter": "~1.2"
1556
            },
1557
            "require-dev": {
1558
                "phpunit/phpunit": "~4.4"
1559
            },
1560
            "type": "library",
1561
            "extra": {
1562
                "branch-alias": {
1563
                    "dev-master": "1.2.x-dev"
1564
                }
1565
            },
1566
            "autoload": {
1567
                "classmap": [
1568
                    "src/"
1569
                ]
1570
            },
1571
            "notification-url": "https://packagist.org/downloads/",
1572
            "license": [
1573
                "BSD-3-Clause"
1574
            ],
1575
            "authors": [
1576
                {
1577
                    "name": "Jeff Welch",
1578
                    "email": "[email protected]"
1579
                },
1580
                {
1581
                    "name": "Volker Dusch",
1582
                    "email": "[email protected]"
1583
                },
1584
                {
1585
                    "name": "Bernhard Schussek",
1586
                    "email": "[email protected]"
1587
                },
1588
                {
1589
                    "name": "Sebastian Bergmann",
1590
                    "email": "[email protected]"
1591
                }
1592
            ],
1593
            "description": "Provides the functionality to compare PHP values for equality",
1594
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
1595
            "keywords": [
1596
                "comparator",
1597
                "compare",
1598
                "equality"
1599
            ],
1600
            "time": "2015-07-26 15:48:44"
1601
        },
1602
        {
1603
            "name": "sebastian/diff",
1604
            "version": "1.4.1",
1605
            "source": {
1606
                "type": "git",
1607
                "url": "https://github.com/sebastianbergmann/diff.git",
1608
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
1609
            },
1610
            "dist": {
1611
                "type": "zip",
1612
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
1613
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
1614
                "shasum": ""
1615
            },
1616
            "require": {
1617
                "php": ">=5.3.3"
1618
            },
1619
            "require-dev": {
1620
                "phpunit/phpunit": "~4.8"
1621
            },
1622
            "type": "library",
1623
            "extra": {
1624
                "branch-alias": {
1625
                    "dev-master": "1.4-dev"
1626
                }
1627
            },
1628
            "autoload": {
1629
                "classmap": [
1630
                    "src/"
1631
                ]
1632
            },
1633
            "notification-url": "https://packagist.org/downloads/",
1634
            "license": [
1635
                "BSD-3-Clause"
1636
            ],
1637
            "authors": [
1638
                {
1639
                    "name": "Kore Nordmann",
1640
                    "email": "[email protected]"
1641
                },
1642
                {
1643
                    "name": "Sebastian Bergmann",
1644
                    "email": "[email protected]"
1645
                }
1646
            ],
1647
            "description": "Diff implementation",
1648
            "homepage": "https://github.com/sebastianbergmann/diff",
1649
            "keywords": [
1650
                "diff"
1651
            ],
1652
            "time": "2015-12-08 07:14:41"
1653
        },
1654
        {
1655
            "name": "sebastian/environment",
1656
            "version": "1.3.5",
1657
            "source": {
1658
                "type": "git",
1659
                "url": "https://github.com/sebastianbergmann/environment.git",
1660
                "reference": "dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf"
1661
            },
1662
            "dist": {
1663
                "type": "zip",
1664
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf",
1665
                "reference": "dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf",
1666
                "shasum": ""
1667
            },
1668
            "require": {
1669
                "php": ">=5.3.3"
1670
            },
1671
            "require-dev": {
1672
                "phpunit/phpunit": "~4.4"
1673
            },
1674
            "type": "library",
1675
            "extra": {
1676
                "branch-alias": {
1677
                    "dev-master": "1.3.x-dev"
1678
                }
1679
            },
1680
            "autoload": {
1681
                "classmap": [
1682
                    "src/"
1683
                ]
1684
            },
1685
            "notification-url": "https://packagist.org/downloads/",
1686
            "license": [
1687
                "BSD-3-Clause"
1688
            ],
1689
            "authors": [
1690
                {
1691
                    "name": "Sebastian Bergmann",
1692
                    "email": "[email protected]"
1693
                }
1694
            ],
1695
            "description": "Provides functionality to handle HHVM/PHP environments",
1696
            "homepage": "http://www.github.com/sebastianbergmann/environment",
1697
            "keywords": [
1698
                "Xdebug",
1699
                "environment",
1700
                "hhvm"
1701
            ],
1702
            "time": "2016-02-26 18:40:46"
1703
        },
1704
        {
1705
            "name": "sebastian/exporter",
1706
            "version": "1.2.1",
1707
            "source": {
1708
                "type": "git",
1709
                "url": "https://github.com/sebastianbergmann/exporter.git",
1710
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
1711
            },
1712
            "dist": {
1713
                "type": "zip",
1714
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
1715
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
1716
                "shasum": ""
1717
            },
1718
            "require": {
1719
                "php": ">=5.3.3",
1720
                "sebastian/recursion-context": "~1.0"
1721
            },
1722
            "require-dev": {
1723
                "phpunit/phpunit": "~4.4"
1724
            },
1725
            "type": "library",
1726
            "extra": {
1727
                "branch-alias": {
1728
                    "dev-master": "1.2.x-dev"
1729
                }
1730
            },
1731
            "autoload": {
1732
                "classmap": [
1733
                    "src/"
1734
                ]
1735
            },
1736
            "notification-url": "https://packagist.org/downloads/",
1737
            "license": [
1738
                "BSD-3-Clause"
1739
            ],
1740
            "authors": [
1741
                {
1742
                    "name": "Jeff Welch",
1743
                    "email": "[email protected]"
1744
                },
1745
                {
1746
                    "name": "Volker Dusch",
1747
                    "email": "[email protected]"
1748
                },
1749
                {
1750
                    "name": "Bernhard Schussek",
1751
                    "email": "[email protected]"
1752
                },
1753
                {
1754
                    "name": "Sebastian Bergmann",
1755
                    "email": "[email protected]"
1756
                },
1757
                {
1758
                    "name": "Adam Harvey",
1759
                    "email": "[email protected]"
1760
                }
1761
            ],
1762
            "description": "Provides the functionality to export PHP variables for visualization",
1763
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
1764
            "keywords": [
1765
                "export",
1766
                "exporter"
1767
            ],
1768
            "time": "2015-06-21 07:55:53"
1769
        },
1770
        {
1771
            "name": "sebastian/global-state",
1772
            "version": "1.1.1",
1773
            "source": {
1774
                "type": "git",
1775
                "url": "https://github.com/sebastianbergmann/global-state.git",
1776
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
1777
            },
1778
            "dist": {
1779
                "type": "zip",
1780
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
1781
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
1782
                "shasum": ""
1783
            },
1784
            "require": {
1785
                "php": ">=5.3.3"
1786
            },
1787
            "require-dev": {
1788
                "phpunit/phpunit": "~4.2"
1789
            },
1790
            "suggest": {
1791
                "ext-uopz": "*"
1792
            },
1793
            "type": "library",
1794
            "extra": {
1795
                "branch-alias": {
1796
                    "dev-master": "1.0-dev"
1797
                }
1798
            },
1799
            "autoload": {
1800
                "classmap": [
1801
                    "src/"
1802
                ]
1803
            },
1804
            "notification-url": "https://packagist.org/downloads/",
1805
            "license": [
1806
                "BSD-3-Clause"
1807
            ],
1808
            "authors": [
1809
                {
1810
                    "name": "Sebastian Bergmann",
1811
                    "email": "[email protected]"
1812
                }
1813
            ],
1814
            "description": "Snapshotting of global state",
1815
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
1816
            "keywords": [
1817
                "global state"
1818
            ],
1819
            "time": "2015-10-12 03:26:01"
1820
        },
1821
        {
1822
            "name": "sebastian/object-enumerator",
1823
            "version": "1.0.0",
1824
            "source": {
1825
                "type": "git",
1826
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
1827
                "reference": "d4ca2fb70344987502567bc50081c03e6192fb26"
1828
            },
1829
            "dist": {
1830
                "type": "zip",
1831
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/d4ca2fb70344987502567bc50081c03e6192fb26",
1832
                "reference": "d4ca2fb70344987502567bc50081c03e6192fb26",
1833
                "shasum": ""
1834
            },
1835
            "require": {
1836
                "php": ">=5.6",
1837
                "sebastian/recursion-context": "~1.0"
1838
            },
1839
            "require-dev": {
1840
                "phpunit/phpunit": "~5"
1841
            },
1842
            "type": "library",
1843
            "extra": {
1844
                "branch-alias": {
1845
                    "dev-master": "1.0.x-dev"
1846
                }
1847
            },
1848
            "autoload": {
1849
                "classmap": [
1850
                    "src/"
1851
                ]
1852
            },
1853
            "notification-url": "https://packagist.org/downloads/",
1854
            "license": [
1855
                "BSD-3-Clause"
1856
            ],
1857
            "authors": [
1858
                {
1859
                    "name": "Sebastian Bergmann",
1860
                    "email": "[email protected]"
1861
                }
1862
            ],
1863
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
1864
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
1865
            "time": "2016-01-28 13:25:10"
1866
        },
1867
        {
1868
            "name": "sebastian/recursion-context",
1869
            "version": "1.0.2",
1870
            "source": {
1871
                "type": "git",
1872
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
1873
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
1874
            },
1875
            "dist": {
1876
                "type": "zip",
1877
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
1878
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
1879
                "shasum": ""
1880
            },
1881
            "require": {
1882
                "php": ">=5.3.3"
1883
            },
1884
            "require-dev": {
1885
                "phpunit/phpunit": "~4.4"
1886
            },
1887
            "type": "library",
1888
            "extra": {
1889
                "branch-alias": {
1890
                    "dev-master": "1.0.x-dev"
1891
                }
1892
            },
1893
            "autoload": {
1894
                "classmap": [
1895
                    "src/"
1896
                ]
1897
            },
1898
            "notification-url": "https://packagist.org/downloads/",
1899
            "license": [
1900
                "BSD-3-Clause"
1901
            ],
1902
            "authors": [
1903
                {
1904
                    "name": "Jeff Welch",
1905
                    "email": "[email protected]"
1906
                },
1907
                {
1908
                    "name": "Sebastian Bergmann",
1909
                    "email": "[email protected]"
1910
                },
1911
                {
1912
                    "name": "Adam Harvey",
1913
                    "email": "[email protected]"
1914
                }
1915
            ],
1916
            "description": "Provides functionality to recursively process PHP variables",
1917
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1918
            "time": "2015-11-11 19:50:13"
1919
        },
1920
        {
1921
            "name": "sebastian/resource-operations",
1922
            "version": "1.0.0",
1923
            "source": {
1924
                "type": "git",
1925
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
1926
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
1927
            },
1928
            "dist": {
1929
                "type": "zip",
1930
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1931
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1932
                "shasum": ""
1933
            },
1934
            "require": {
1935
                "php": ">=5.6.0"
1936
            },
1937
            "type": "library",
1938
            "extra": {
1939
                "branch-alias": {
1940
                    "dev-master": "1.0.x-dev"
1941
                }
1942
            },
1943
            "autoload": {
1944
                "classmap": [
1945
                    "src/"
1946
                ]
1947
            },
1948
            "notification-url": "https://packagist.org/downloads/",
1949
            "license": [
1950
                "BSD-3-Clause"
1951
            ],
1952
            "authors": [
1953
                {
1954
                    "name": "Sebastian Bergmann",
1955
                    "email": "[email protected]"
1956
                }
1957
            ],
1958
            "description": "Provides a list of PHP built-in functions that operate on resources",
1959
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
1960
            "time": "2015-07-28 20:34:47"
1961
        },
1962
        {
1963
            "name": "sebastian/version",
1964
            "version": "2.0.0",
1965
            "source": {
1966
                "type": "git",
1967
                "url": "https://github.com/sebastianbergmann/version.git",
1968
                "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5"
1969
            },
1970
            "dist": {
1971
                "type": "zip",
1972
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
1973
                "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
1974
                "shasum": ""
1975
            },
1976
            "require": {
1977
                "php": ">=5.6"
1978
            },
1979
            "type": "library",
1980
            "extra": {
1981
                "branch-alias": {
1982
                    "dev-master": "2.0.x-dev"
1983
                }
1984
            },
1985
            "autoload": {
1986
                "classmap": [
1987
                    "src/"
1988
                ]
1989
            },
1990
            "notification-url": "https://packagist.org/downloads/",
1991
            "license": [
1992
                "BSD-3-Clause"
1993
            ],
1994
            "authors": [
1995
                {
1996
                    "name": "Sebastian Bergmann",
1997
                    "email": "[email protected]",
1998
                    "role": "lead"
1999
                }
2000
            ],
2001
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2002
            "homepage": "https://github.com/sebastianbergmann/version",
2003
            "time": "2016-02-04 12:56:52"
2004
        },
2005
        {
2006
            "name": "squizlabs/php_codesniffer",
2007
            "version": "2.6.0",
2008
            "source": {
2009
                "type": "git",
2010
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
2011
                "reference": "1bcdf03b068a530ac1962ce671dead356eeba43b"
2012
            },
2013
            "dist": {
2014
                "type": "zip",
2015
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/1bcdf03b068a530ac1962ce671dead356eeba43b",
2016
                "reference": "1bcdf03b068a530ac1962ce671dead356eeba43b",
2017
                "shasum": ""
2018
            },
2019
            "require": {
2020
                "ext-simplexml": "*",
2021
                "ext-tokenizer": "*",
2022
                "ext-xmlwriter": "*",
2023
                "php": ">=5.1.2"
2024
            },
2025
            "require-dev": {
2026
                "phpunit/phpunit": "~4.0"
2027
            },
2028
            "bin": [
2029
                "scripts/phpcs",
2030
                "scripts/phpcbf"
2031
            ],
2032
            "type": "library",
2033
            "extra": {
2034
                "branch-alias": {
2035
                    "dev-master": "2.x-dev"
2036
                }
2037
            },
2038
            "autoload": {
2039
                "classmap": [
2040
                    "CodeSniffer.php",
2041
                    "CodeSniffer/CLI.php",
2042
                    "CodeSniffer/Exception.php",
2043
                    "CodeSniffer/File.php",
2044
                    "CodeSniffer/Fixer.php",
2045
                    "CodeSniffer/Report.php",
2046
                    "CodeSniffer/Reporting.php",
2047
                    "CodeSniffer/Sniff.php",
2048
                    "CodeSniffer/Tokens.php",
2049
                    "CodeSniffer/Reports/",
2050
                    "CodeSniffer/Tokenizers/",
2051
                    "CodeSniffer/DocGenerators/",
2052
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
2053
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
2054
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
2055
                    "CodeSniffer/Standards/IncorrectPatternException.php",
2056
                    "CodeSniffer/Standards/Generic/Sniffs/",
2057
                    "CodeSniffer/Standards/MySource/Sniffs/",
2058
                    "CodeSniffer/Standards/PEAR/Sniffs/",
2059
                    "CodeSniffer/Standards/PSR1/Sniffs/",
2060
                    "CodeSniffer/Standards/PSR2/Sniffs/",
2061
                    "CodeSniffer/Standards/Squiz/Sniffs/",
2062
                    "CodeSniffer/Standards/Zend/Sniffs/"
2063
                ]
2064
            },
2065
            "notification-url": "https://packagist.org/downloads/",
2066
            "license": [
2067
                "BSD-3-Clause"
2068
            ],
2069
            "authors": [
2070
                {
2071
                    "name": "Greg Sherwood",
2072
                    "role": "lead"
2073
                }
2074
            ],
2075
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
2076
            "homepage": "http://www.squizlabs.com/php-codesniffer",
2077
            "keywords": [
2078
                "phpcs",
2079
                "standards"
2080
            ],
2081
            "time": "2016-04-03 22:58:34"
2082
        },
2083
        {
2084
            "name": "symfony/config",
2085
            "version": "v3.0.4",
2086
            "source": {
2087
                "type": "git",
2088
                "url": "https://github.com/symfony/config.git",
2089
                "reference": "980ee40c28f00acff8906c11b778aab5f0db74c2"
2090
            },
2091
            "dist": {
2092
                "type": "zip",
2093
                "url": "https://api.github.com/repos/symfony/config/zipball/980ee40c28f00acff8906c11b778aab5f0db74c2",
2094
                "reference": "980ee40c28f00acff8906c11b778aab5f0db74c2",
2095
                "shasum": ""
2096
            },
2097
            "require": {
2098
                "php": ">=5.5.9",
2099
                "symfony/filesystem": "~2.8|~3.0"
2100
            },
2101
            "suggest": {
2102
                "symfony/yaml": "To use the yaml reference dumper"
2103
            },
2104
            "type": "library",
2105
            "extra": {
2106
                "branch-alias": {
2107
                    "dev-master": "3.0-dev"
2108
                }
2109
            },
2110
            "autoload": {
2111
                "psr-4": {
2112
                    "Symfony\\Component\\Config\\": ""
2113
                },
2114
                "exclude-from-classmap": [
2115
                    "/Tests/"
2116
                ]
2117
            },
2118
            "notification-url": "https://packagist.org/downloads/",
2119
            "license": [
2120
                "MIT"
2121
            ],
2122
            "authors": [
2123
                {
2124
                    "name": "Fabien Potencier",
2125
                    "email": "[email protected]"
2126
                },
2127
                {
2128
                    "name": "Symfony Community",
2129
                    "homepage": "https://symfony.com/contributors"
2130
                }
2131
            ],
2132
            "description": "Symfony Config Component",
2133
            "homepage": "https://symfony.com",
2134
            "time": "2016-03-04 07:55:57"
2135
        },
2136
        {
2137
            "name": "symfony/console",
2138
            "version": "v3.0.4",
2139
            "source": {
2140
                "type": "git",
2141
                "url": "https://github.com/symfony/console.git",
2142
                "reference": "6b1175135bc2a74c08a28d89761272de8beed8cd"
2143
            },
2144
            "dist": {
2145
                "type": "zip",
2146
                "url": "https://api.github.com/repos/symfony/console/zipball/6b1175135bc2a74c08a28d89761272de8beed8cd",
2147
                "reference": "6b1175135bc2a74c08a28d89761272de8beed8cd",
2148
                "shasum": ""
2149
            },
2150
            "require": {
2151
                "php": ">=5.5.9",
2152
                "symfony/polyfill-mbstring": "~1.0"
2153
            },
2154
            "require-dev": {
2155
                "psr/log": "~1.0",
2156
                "symfony/event-dispatcher": "~2.8|~3.0",
2157
                "symfony/process": "~2.8|~3.0"
2158
            },
2159
            "suggest": {
2160
                "psr/log": "For using the console logger",
2161
                "symfony/event-dispatcher": "",
2162
                "symfony/process": ""
2163
            },
2164
            "type": "library",
2165
            "extra": {
2166
                "branch-alias": {
2167
                    "dev-master": "3.0-dev"
2168
                }
2169
            },
2170
            "autoload": {
2171
                "psr-4": {
2172
                    "Symfony\\Component\\Console\\": ""
2173
                },
2174
                "exclude-from-classmap": [
2175
                    "/Tests/"
2176
                ]
2177
            },
2178
            "notification-url": "https://packagist.org/downloads/",
2179
            "license": [
2180
                "MIT"
2181
            ],
2182
            "authors": [
2183
                {
2184
                    "name": "Fabien Potencier",
2185
                    "email": "[email protected]"
2186
                },
2187
                {
2188
                    "name": "Symfony Community",
2189
                    "homepage": "https://symfony.com/contributors"
2190
                }
2191
            ],
2192
            "description": "Symfony Console Component",
2193
            "homepage": "https://symfony.com",
2194
            "time": "2016-03-16 17:00:50"
2195
        },
2196
        {
2197
            "name": "symfony/event-dispatcher",
2198
            "version": "v2.8.4",
2199
            "source": {
2200
                "type": "git",
2201
                "url": "https://github.com/symfony/event-dispatcher.git",
2202
                "reference": "47d2d8cade9b1c3987573d2943bb9352536cdb87"
2203
            },
2204
            "dist": {
2205
                "type": "zip",
2206
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/47d2d8cade9b1c3987573d2943bb9352536cdb87",
2207
                "reference": "47d2d8cade9b1c3987573d2943bb9352536cdb87",
2208
                "shasum": ""
2209
            },
2210
            "require": {
2211
                "php": ">=5.3.9"
2212
            },
2213
            "require-dev": {
2214
                "psr/log": "~1.0",
2215
                "symfony/config": "~2.0,>=2.0.5|~3.0.0",
2216
                "symfony/dependency-injection": "~2.6|~3.0.0",
2217
                "symfony/expression-language": "~2.6|~3.0.0",
2218
                "symfony/stopwatch": "~2.3|~3.0.0"
2219
            },
2220
            "suggest": {
2221
                "symfony/dependency-injection": "",
2222
                "symfony/http-kernel": ""
2223
            },
2224
            "type": "library",
2225
            "extra": {
2226
                "branch-alias": {
2227
                    "dev-master": "2.8-dev"
2228
                }
2229
            },
2230
            "autoload": {
2231
                "psr-4": {
2232
                    "Symfony\\Component\\EventDispatcher\\": ""
2233
                },
2234
                "exclude-from-classmap": [
2235
                    "/Tests/"
2236
                ]
2237
            },
2238
            "notification-url": "https://packagist.org/downloads/",
2239
            "license": [
2240
                "MIT"
2241
            ],
2242
            "authors": [
2243
                {
2244
                    "name": "Fabien Potencier",
2245
                    "email": "[email protected]"
2246
                },
2247
                {
2248
                    "name": "Symfony Community",
2249
                    "homepage": "https://symfony.com/contributors"
2250
                }
2251
            ],
2252
            "description": "Symfony EventDispatcher Component",
2253
            "homepage": "https://symfony.com",
2254
            "time": "2016-03-07 14:04:32"
2255
        },
2256
        {
2257
            "name": "symfony/filesystem",
2258
            "version": "v3.0.4",
2259
            "source": {
2260
                "type": "git",
2261
                "url": "https://github.com/symfony/filesystem.git",
2262
                "reference": "f82499a459dcade2ea56df94cc58b19c8bde3d20"
2263
            },
2264
            "dist": {
2265
                "type": "zip",
2266
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/f82499a459dcade2ea56df94cc58b19c8bde3d20",
2267
                "reference": "f82499a459dcade2ea56df94cc58b19c8bde3d20",
2268
                "shasum": ""
2269
            },
2270
            "require": {
2271
                "php": ">=5.5.9"
2272
            },
2273
            "type": "library",
2274
            "extra": {
2275
                "branch-alias": {
2276
                    "dev-master": "3.0-dev"
2277
                }
2278
            },
2279
            "autoload": {
2280
                "psr-4": {
2281
                    "Symfony\\Component\\Filesystem\\": ""
2282
                },
2283
                "exclude-from-classmap": [
2284
                    "/Tests/"
2285
                ]
2286
            },
2287
            "notification-url": "https://packagist.org/downloads/",
2288
            "license": [
2289
                "MIT"
2290
            ],
2291
            "authors": [
2292
                {
2293
                    "name": "Fabien Potencier",
2294
                    "email": "[email protected]"
2295
                },
2296
                {
2297
                    "name": "Symfony Community",
2298
                    "homepage": "https://symfony.com/contributors"
2299
                }
2300
            ],
2301
            "description": "Symfony Filesystem Component",
2302
            "homepage": "https://symfony.com",
2303
            "time": "2016-03-27 10:24:39"
2304
        },
2305
        {
2306
            "name": "symfony/polyfill-mbstring",
2307
            "version": "v1.1.1",
2308
            "source": {
2309
                "type": "git",
2310
                "url": "https://github.com/symfony/polyfill-mbstring.git",
2311
                "reference": "1289d16209491b584839022f29257ad859b8532d"
2312
            },
2313
            "dist": {
2314
                "type": "zip",
2315
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/1289d16209491b584839022f29257ad859b8532d",
2316
                "reference": "1289d16209491b584839022f29257ad859b8532d",
2317
                "shasum": ""
2318
            },
2319
            "require": {
2320
                "php": ">=5.3.3"
2321
            },
2322
            "suggest": {
2323
                "ext-mbstring": "For best performance"
2324
            },
2325
            "type": "library",
2326
            "extra": {
2327
                "branch-alias": {
2328
                    "dev-master": "1.1-dev"
2329
                }
2330
            },
2331
            "autoload": {
2332
                "psr-4": {
2333
                    "Symfony\\Polyfill\\Mbstring\\": ""
2334
                },
2335
                "files": [
2336
                    "bootstrap.php"
2337
                ]
2338
            },
2339
            "notification-url": "https://packagist.org/downloads/",
2340
            "license": [
2341
                "MIT"
2342
            ],
2343
            "authors": [
2344
                {
2345
                    "name": "Nicolas Grekas",
2346
                    "email": "[email protected]"
2347
                },
2348
                {
2349
                    "name": "Symfony Community",
2350
                    "homepage": "https://symfony.com/contributors"
2351
                }
2352
            ],
2353
            "description": "Symfony polyfill for the Mbstring extension",
2354
            "homepage": "https://symfony.com",
2355
            "keywords": [
2356
                "compatibility",
2357
                "mbstring",
2358
                "polyfill",
2359
                "portable",
2360
                "shim"
2361
            ],
2362
            "time": "2016-01-20 09:13:37"
2363
        },
2364
        {
2365
            "name": "symfony/stopwatch",
2366
            "version": "v3.0.4",
2367
            "source": {
2368
                "type": "git",
2369
                "url": "https://github.com/symfony/stopwatch.git",
2370
                "reference": "6015187088421e9499d8f8316bdb396f8b806c06"
2371
            },
2372
            "dist": {
2373
                "type": "zip",
2374
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/6015187088421e9499d8f8316bdb396f8b806c06",
2375
                "reference": "6015187088421e9499d8f8316bdb396f8b806c06",
2376
                "shasum": ""
2377
            },
2378
            "require": {
2379
                "php": ">=5.5.9"
2380
            },
2381
            "type": "library",
2382
            "extra": {
2383
                "branch-alias": {
2384
                    "dev-master": "3.0-dev"
2385
                }
2386
            },
2387
            "autoload": {
2388
                "psr-4": {
2389
                    "Symfony\\Component\\Stopwatch\\": ""
2390
                },
2391
                "exclude-from-classmap": [
2392
                    "/Tests/"
2393
                ]
2394
            },
2395
            "notification-url": "https://packagist.org/downloads/",
2396
            "license": [
2397
                "MIT"
2398
            ],
2399
            "authors": [
2400
                {
2401
                    "name": "Fabien Potencier",
2402
                    "email": "[email protected]"
2403
                },
2404
                {
2405
                    "name": "Symfony Community",
2406
                    "homepage": "https://symfony.com/contributors"
2407
                }
2408
            ],
2409
            "description": "Symfony Stopwatch Component",
2410
            "homepage": "https://symfony.com",
2411
            "time": "2016-03-04 07:55:57"
2412
        },
2413
        {
2414
            "name": "symfony/yaml",
2415
            "version": "v3.0.4",
2416
            "source": {
2417
                "type": "git",
2418
                "url": "https://github.com/symfony/yaml.git",
2419
                "reference": "0047c8366744a16de7516622c5b7355336afae96"
2420
            },
2421
            "dist": {
2422
                "type": "zip",
2423
                "url": "https://api.github.com/repos/symfony/yaml/zipball/0047c8366744a16de7516622c5b7355336afae96",
2424
                "reference": "0047c8366744a16de7516622c5b7355336afae96",
2425
                "shasum": ""
2426
            },
2427
            "require": {
2428
                "php": ">=5.5.9"
2429
            },
2430
            "type": "library",
2431
            "extra": {
2432
                "branch-alias": {
2433
                    "dev-master": "3.0-dev"
2434
                }
2435
            },
2436
            "autoload": {
2437
                "psr-4": {
2438
                    "Symfony\\Component\\Yaml\\": ""
2439
                },
2440
                "exclude-from-classmap": [
2441
                    "/Tests/"
2442
                ]
2443
            },
2444
            "notification-url": "https://packagist.org/downloads/",
2445
            "license": [
2446
                "MIT"
2447
            ],
2448
            "authors": [
2449
                {
2450
                    "name": "Fabien Potencier",
2451
                    "email": "[email protected]"
2452
                },
2453
                {
2454
                    "name": "Symfony Community",
2455
                    "homepage": "https://symfony.com/contributors"
2456
                }
2457
            ],
2458
            "description": "Symfony Yaml Component",
2459
            "homepage": "https://symfony.com",
2460
            "time": "2016-03-04 07:55:57"
2461
        }
2462
    ],
2463
    "aliases": [],
2464
    "minimum-stability": "stable",
2465
    "stability-flags": [],
2466
    "prefer-stable": true,
2467
    "prefer-lowest": false,
2468
    "platform": {
2469
        "php": ">=5.6"
2470
    },
2471
    "platform-dev": []
2472
}
2473