Completed
Push — master ( 5e9c8e...a4cd89 )
by Lorenzo
06:59
created

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

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

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