Completed
Push — develop ( 722f70...af048b )
by Jaap
15:12 queued 05:04
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": "b4c4a21e61177c5c41ca830b97440296",
8
    "content-hash": "a130907616ec35df4ea63f3eb004f545",
9
    "packages": [
10
        {
11
            "name": "cilex/cilex",
12
            "version": "1.1.0",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/Cilex/Cilex.git",
16
                "reference": "7acd965a609a56d0345e8b6071c261fbdb926cb5"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/Cilex/Cilex/zipball/7acd965a609a56d0345e8b6071c261fbdb926cb5",
21
                "reference": "7acd965a609a56d0345e8b6071c261fbdb926cb5",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "cilex/console-service-provider": "1.*",
26
                "php": ">=5.3.3",
27
                "pimple/pimple": "~1.0",
28
                "symfony/finder": "~2.1",
29
                "symfony/process": "~2.1"
30
            },
31
            "require-dev": {
32
                "phpunit/phpunit": "3.7.*",
33
                "symfony/validator": "~2.1"
34
            },
35
            "suggest": {
36
                "monolog/monolog": ">=1.0.0",
37
                "symfony/validator": ">=1.0.0",
38
                "symfony/yaml": ">=1.0.0"
39
            },
40
            "type": "library",
41
            "extra": {
42
                "branch-alias": {
43
                    "dev-master": "1.0-dev"
44
                }
45
            },
46
            "autoload": {
47
                "psr-0": {
48
                    "Cilex": "src/"
49
                }
50
            },
51
            "notification-url": "https://packagist.org/downloads/",
52
            "license": [
53
                "MIT"
54
            ],
55
            "authors": [
56
                {
57
                    "name": "Mike van Riel",
58
                    "email": "[email protected]"
59
                }
60
            ],
61
            "description": "The PHP micro-framework for Command line tools based on the Symfony2 Components",
62
            "homepage": "http://cilex.github.com",
63
            "keywords": [
64
                "cli",
65
                "microframework"
66
            ],
67
            "time": "2014-03-29 14:03:13"
68
        },
69
        {
70
            "name": "cilex/console-service-provider",
71
            "version": "1.0.0",
72
            "source": {
73
                "type": "git",
74
                "url": "https://github.com/Cilex/console-service-provider.git",
75
                "reference": "25ee3d1875243d38e1a3448ff94bdf944f70d24e"
76
            },
77
            "dist": {
78
                "type": "zip",
79
                "url": "https://api.github.com/repos/Cilex/console-service-provider/zipball/25ee3d1875243d38e1a3448ff94bdf944f70d24e",
80
                "reference": "25ee3d1875243d38e1a3448ff94bdf944f70d24e",
81
                "shasum": ""
82
            },
83
            "require": {
84
                "php": ">=5.3.3",
85
                "pimple/pimple": "1.*@dev",
86
                "symfony/console": "~2.1"
87
            },
88
            "require-dev": {
89
                "cilex/cilex": "1.*@dev",
90
                "silex/silex": "1.*@dev"
91
            },
92
            "type": "library",
93
            "extra": {
94
                "branch-alias": {
95
                    "dev-master": "1.0-dev"
96
                }
97
            },
98
            "autoload": {
99
                "psr-0": {
100
                    "Cilex\\Provider\\Console": "src"
101
                }
102
            },
103
            "notification-url": "https://packagist.org/downloads/",
104
            "license": [
105
                "MIT"
106
            ],
107
            "authors": [
108
                {
109
                    "name": "Beau Simensen",
110
                    "email": "[email protected]",
111
                    "homepage": "http://beausimensen.com"
112
                },
113
                {
114
                    "name": "Mike van Riel",
115
                    "email": "[email protected]"
116
                }
117
            ],
118
            "description": "Console Service Provider",
119
            "keywords": [
120
                "cilex",
121
                "console",
122
                "pimple",
123
                "service-provider",
124
                "silex"
125
            ],
126
            "time": "2012-12-19 10:50:58"
127
        },
128
        {
129
            "name": "doctrine/annotations",
130
            "version": "v1.2.7",
131
            "source": {
132
                "type": "git",
133
                "url": "https://github.com/doctrine/annotations.git",
134
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
135
            },
136
            "dist": {
137
                "type": "zip",
138
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
139
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
140
                "shasum": ""
141
            },
142
            "require": {
143
                "doctrine/lexer": "1.*",
144
                "php": ">=5.3.2"
145
            },
146
            "require-dev": {
147
                "doctrine/cache": "1.*",
148
                "phpunit/phpunit": "4.*"
149
            },
150
            "type": "library",
151
            "extra": {
152
                "branch-alias": {
153
                    "dev-master": "1.3.x-dev"
154
                }
155
            },
156
            "autoload": {
157
                "psr-0": {
158
                    "Doctrine\\Common\\Annotations\\": "lib/"
159
                }
160
            },
161
            "notification-url": "http://packagist.org/downloads/",
162
            "license": [
163
                "MIT"
164
            ],
165
            "authors": [
166
                {
167
                    "name": "Roman Borschel",
168
                    "email": "[email protected]"
169
                },
170
                {
171
                    "name": "Benjamin Eberlei",
172
                    "email": "[email protected]"
173
                },
174
                {
175
                    "name": "Guilherme Blanco",
176
                    "email": "[email protected]"
177
                },
178
                {
179
                    "name": "Jonathan Wage",
180
                    "email": "[email protected]"
181
                },
182
                {
183
                    "name": "Johannes Schmitt",
184
                    "email": "[email protected]"
185
                }
186
            ],
187
            "description": "Docblock Annotations Parser",
188
            "homepage": "http://www.doctrine-project.org",
189
            "keywords": [
190
                "annotations",
191
                "docblock",
192
                "parser"
193
            ],
194
            "time": "2015-08-31 12:32:49"
195
        },
196
        {
197
            "name": "doctrine/lexer",
198
            "version": "v1.0.1",
199
            "source": {
200
                "type": "git",
201
                "url": "https://github.com/doctrine/lexer.git",
202
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
203
            },
204
            "dist": {
205
                "type": "zip",
206
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
207
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
208
                "shasum": ""
209
            },
210
            "require": {
211
                "php": ">=5.3.2"
212
            },
213
            "type": "library",
214
            "extra": {
215
                "branch-alias": {
216
                    "dev-master": "1.0.x-dev"
217
                }
218
            },
219
            "autoload": {
220
                "psr-0": {
221
                    "Doctrine\\Common\\Lexer\\": "lib/"
222
                }
223
            },
224
            "notification-url": "https://packagist.org/downloads/",
225
            "license": [
226
                "MIT"
227
            ],
228
            "authors": [
229
                {
230
                    "name": "Roman Borschel",
231
                    "email": "[email protected]"
232
                },
233
                {
234
                    "name": "Guilherme Blanco",
235
                    "email": "[email protected]"
236
                },
237
                {
238
                    "name": "Johannes Schmitt",
239
                    "email": "[email protected]"
240
                }
241
            ],
242
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
243
            "homepage": "http://www.doctrine-project.org",
244
            "keywords": [
245
                "lexer",
246
                "parser"
247
            ],
248
            "time": "2014-09-09 13:34:57"
249
        },
250
        {
251
            "name": "erusev/parsedown",
252
            "version": "1.6.2",
253
            "source": {
254
                "type": "git",
255
                "url": "https://github.com/erusev/parsedown.git",
256
                "reference": "1bf24f7334fe16c88bf9d467863309ceaf285b01"
257
            },
258
            "dist": {
259
                "type": "zip",
260
                "url": "https://api.github.com/repos/erusev/parsedown/zipball/1bf24f7334fe16c88bf9d467863309ceaf285b01",
261
                "reference": "1bf24f7334fe16c88bf9d467863309ceaf285b01",
262
                "shasum": ""
263
            },
264
            "require": {
265
                "php": ">=5.3.0"
266
            },
267
            "type": "library",
268
            "autoload": {
269
                "psr-0": {
270
                    "Parsedown": ""
271
                }
272
            },
273
            "notification-url": "https://packagist.org/downloads/",
274
            "license": [
275
                "MIT"
276
            ],
277
            "authors": [
278
                {
279
                    "name": "Emanuil Rusev",
280
                    "email": "[email protected]",
281
                    "homepage": "http://erusev.com"
282
                }
283
            ],
284
            "description": "Parser for Markdown.",
285
            "homepage": "http://parsedown.org",
286
            "keywords": [
287
                "markdown",
288
                "parser"
289
            ],
290
            "time": "2017-03-29 16:04:15"
291
        },
292
        {
293
            "name": "herrera-io/json",
294
            "version": "1.0.3",
295
            "source": {
296
                "type": "git",
297
                "url": "https://github.com/kherge-php/json.git",
298
                "reference": "60c696c9370a1e5136816ca557c17f82a6fa83f1"
299
            },
300
            "dist": {
301
                "type": "zip",
302
                "url": "https://api.github.com/repos/kherge-php/json/zipball/60c696c9370a1e5136816ca557c17f82a6fa83f1",
303
                "reference": "60c696c9370a1e5136816ca557c17f82a6fa83f1",
304
                "shasum": ""
305
            },
306
            "require": {
307
                "ext-json": "*",
308
                "justinrainbow/json-schema": ">=1.0,<2.0-dev",
309
                "php": ">=5.3.3",
310
                "seld/jsonlint": ">=1.0,<2.0-dev"
311
            },
312
            "require-dev": {
313
                "herrera-io/phpunit-test-case": "1.*",
314
                "mikey179/vfsstream": "1.1.0",
315
                "phpunit/phpunit": "3.7.*"
316
            },
317
            "type": "library",
318
            "extra": {
319
                "branch-alias": {
320
                    "dev-master": "1.0-dev"
321
                }
322
            },
323
            "autoload": {
324
                "files": [
325
                    "src/lib/json_version.php"
326
                ],
327
                "psr-0": {
328
                    "Herrera\\Json": "src/lib"
329
                }
330
            },
331
            "notification-url": "https://packagist.org/downloads/",
332
            "license": [
333
                "MIT"
334
            ],
335
            "authors": [
336
                {
337
                    "name": "Kevin Herrera",
338
                    "email": "[email protected]",
339
                    "homepage": "http://kevin.herrera.io/",
340
                    "role": "Developer"
341
                }
342
            ],
343
            "description": "A library for simplifying JSON linting and validation.",
344
            "homepage": "http://herrera-io.github.com/php-json",
345
            "keywords": [
346
                "json",
347
                "lint",
348
                "schema",
349
                "validate"
350
            ],
351
            "abandoned": "kherge/json",
352
            "time": "2013-10-30 16:51:34"
353
        },
354
        {
355
            "name": "herrera-io/phar-update",
356
            "version": "1.0.3",
357
            "source": {
358
                "type": "git",
359
                "url": "https://github.com/kherge-abandoned/php-phar-update.git",
360
                "reference": "00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b"
361
            },
362
            "dist": {
363
                "type": "zip",
364
                "url": "https://api.github.com/repos/kherge-abandoned/php-phar-update/zipball/00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b",
365
                "reference": "00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b",
366
                "shasum": ""
367
            },
368
            "require": {
369
                "herrera-io/json": "1.*",
370
                "kherge/version": "1.*",
371
                "php": ">=5.3.3"
372
            },
373
            "require-dev": {
374
                "herrera-io/phpunit-test-case": "1.*",
375
                "mikey179/vfsstream": "1.1.0",
376
                "phpunit/phpunit": "3.7.*"
377
            },
378
            "type": "library",
379
            "extra": {
380
                "branch-alias": {
381
                    "dev-master": "1.0-dev"
382
                }
383
            },
384
            "autoload": {
385
                "files": [
386
                    "src/lib/constants.php"
387
                ],
388
                "psr-0": {
389
                    "Herrera\\Phar\\Update": "src/lib"
390
                }
391
            },
392
            "notification-url": "https://packagist.org/downloads/",
393
            "license": [
394
                "MIT"
395
            ],
396
            "authors": [
397
                {
398
                    "name": "Kevin Herrera",
399
                    "email": "[email protected]",
400
                    "homepage": "http://kevin.herrera.io"
401
                }
402
            ],
403
            "description": "A library for self-updating Phars.",
404
            "homepage": "http://herrera-io.github.com/php-phar-update",
405
            "keywords": [
406
                "phar",
407
                "update"
408
            ],
409
            "abandoned": true,
410
            "time": "2013-10-30 17:23:01"
411
        },
412
        {
413
            "name": "jms/metadata",
414
            "version": "1.6.0",
415
            "source": {
416
                "type": "git",
417
                "url": "https://github.com/schmittjoh/metadata.git",
418
                "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab"
419
            },
420
            "dist": {
421
                "type": "zip",
422
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/6a06970a10e0a532fb52d3959547123b84a3b3ab",
423
                "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab",
424
                "shasum": ""
425
            },
426
            "require": {
427
                "php": ">=5.3.0"
428
            },
429
            "require-dev": {
430
                "doctrine/cache": "~1.0",
431
                "symfony/cache": "~3.1"
432
            },
433
            "type": "library",
434
            "extra": {
435
                "branch-alias": {
436
                    "dev-master": "1.5.x-dev"
437
                }
438
            },
439
            "autoload": {
440
                "psr-0": {
441
                    "Metadata\\": "src/"
442
                }
443
            },
444
            "notification-url": "https://packagist.org/downloads/",
445
            "license": [
446
                "Apache-2.0"
447
            ],
448
            "authors": [
449
                {
450
                    "name": "Johannes M. Schmitt",
451
                    "email": "[email protected]"
452
                }
453
            ],
454
            "description": "Class/method/property metadata management in PHP",
455
            "keywords": [
456
                "annotations",
457
                "metadata",
458
                "xml",
459
                "yaml"
460
            ],
461
            "time": "2016-12-05 10:18:33"
462
        },
463
        {
464
            "name": "jms/parser-lib",
465
            "version": "1.0.0",
466
            "source": {
467
                "type": "git",
468
                "url": "https://github.com/schmittjoh/parser-lib.git",
469
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
470
            },
471
            "dist": {
472
                "type": "zip",
473
                "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
474
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
475
                "shasum": ""
476
            },
477
            "require": {
478
                "phpoption/phpoption": ">=0.9,<2.0-dev"
479
            },
480
            "type": "library",
481
            "extra": {
482
                "branch-alias": {
483
                    "dev-master": "1.0-dev"
484
                }
485
            },
486
            "autoload": {
487
                "psr-0": {
488
                    "JMS\\": "src/"
489
                }
490
            },
491
            "notification-url": "https://packagist.org/downloads/",
492
            "license": [
493
                "Apache2"
494
            ],
495
            "description": "A library for easily creating recursive-descent parsers.",
496
            "time": "2012-11-18 18:08:43"
497
        },
498
        {
499
            "name": "jms/serializer",
500
            "version": "0.16.0",
501
            "source": {
502
                "type": "git",
503
                "url": "https://github.com/schmittjoh/serializer.git",
504
                "reference": "c8a171357ca92b6706e395c757f334902d430ea9"
505
            },
506
            "dist": {
507
                "type": "zip",
508
                "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/c8a171357ca92b6706e395c757f334902d430ea9",
509
                "reference": "c8a171357ca92b6706e395c757f334902d430ea9",
510
                "shasum": ""
511
            },
512
            "require": {
513
                "doctrine/annotations": "1.*",
514
                "jms/metadata": "~1.1",
515
                "jms/parser-lib": "1.*",
516
                "php": ">=5.3.2",
517
                "phpcollection/phpcollection": "~0.1"
518
            },
519
            "require-dev": {
520
                "doctrine/orm": "~2.1",
521
                "doctrine/phpcr-odm": "~1.0.1",
522
                "jackalope/jackalope-doctrine-dbal": "1.0.*",
523
                "propel/propel1": "~1.7",
524
                "symfony/filesystem": "2.*",
525
                "symfony/form": "~2.1",
526
                "symfony/translation": "~2.0",
527
                "symfony/validator": "~2.0",
528
                "symfony/yaml": "2.*",
529
                "twig/twig": ">=1.8,<2.0-dev"
530
            },
531
            "suggest": {
532
                "symfony/yaml": "Required if you'd like to serialize data to YAML format."
533
            },
534
            "type": "library",
535
            "extra": {
536
                "branch-alias": {
537
                    "dev-master": "0.15-dev"
538
                }
539
            },
540
            "autoload": {
541
                "psr-0": {
542
                    "JMS\\Serializer": "src/"
543
                }
544
            },
545
            "notification-url": "http://packagist.org/downloads/",
546
            "license": [
547
                "Apache2"
548
            ],
549
            "authors": [
550
                {
551
                    "name": "Johannes Schmitt",
552
                    "email": "[email protected]",
553
                    "homepage": "https://github.com/schmittjoh",
554
                    "role": "Developer of wrapped JMSSerializerBundle"
555
                }
556
            ],
557
            "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
558
            "homepage": "http://jmsyst.com/libs/serializer",
559
            "keywords": [
560
                "deserialization",
561
                "jaxb",
562
                "json",
563
                "serialization",
564
                "xml"
565
            ],
566
            "time": "2014-03-18 08:39:00"
567
        },
568
        {
569
            "name": "justinrainbow/json-schema",
570
            "version": "1.6.1",
571
            "source": {
572
                "type": "git",
573
                "url": "https://github.com/justinrainbow/json-schema.git",
574
                "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341"
575
            },
576
            "dist": {
577
                "type": "zip",
578
                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/cc84765fb7317f6b07bd8ac78364747f95b86341",
579
                "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341",
580
                "shasum": ""
581
            },
582
            "require": {
583
                "php": ">=5.3.29"
584
            },
585
            "require-dev": {
586
                "json-schema/json-schema-test-suite": "1.1.0",
587
                "phpdocumentor/phpdocumentor": "~2",
588
                "phpunit/phpunit": "~3.7"
589
            },
590
            "bin": [
591
                "bin/validate-json"
592
            ],
593
            "type": "library",
594
            "extra": {
595
                "branch-alias": {
596
                    "dev-master": "1.6.x-dev"
597
                }
598
            },
599
            "autoload": {
600
                "psr-4": {
601
                    "JsonSchema\\": "src/JsonSchema/"
602
                }
603
            },
604
            "notification-url": "https://packagist.org/downloads/",
605
            "license": [
606
                "BSD-3-Clause"
607
            ],
608
            "authors": [
609
                {
610
                    "name": "Bruno Prieto Reis",
611
                    "email": "[email protected]"
612
                },
613
                {
614
                    "name": "Justin Rainbow",
615
                    "email": "[email protected]"
616
                },
617
                {
618
                    "name": "Igor Wiedler",
619
                    "email": "[email protected]"
620
                },
621
                {
622
                    "name": "Robert Schönthal",
623
                    "email": "[email protected]"
624
                }
625
            ],
626
            "description": "A library to validate a json schema.",
627
            "homepage": "https://github.com/justinrainbow/json-schema",
628
            "keywords": [
629
                "json",
630
                "schema"
631
            ],
632
            "time": "2016-01-25 15:43:01"
633
        },
634
        {
635
            "name": "kherge/version",
636
            "version": "1.0.1",
637
            "source": {
638
                "type": "git",
639
                "url": "https://github.com/kherge-abandoned/Version.git",
640
                "reference": "f07cf83f8ce533be8f93d2893d96d674bbeb7e30"
641
            },
642
            "dist": {
643
                "type": "zip",
644
                "url": "https://api.github.com/repos/kherge-abandoned/Version/zipball/f07cf83f8ce533be8f93d2893d96d674bbeb7e30",
645
                "reference": "f07cf83f8ce533be8f93d2893d96d674bbeb7e30",
646
                "shasum": ""
647
            },
648
            "require": {
649
                "php": ">=5.3.3"
650
            },
651
            "type": "library",
652
            "extra": {
653
                "branch-alias": {
654
                    "dev-master": "1.0-dev"
655
                }
656
            },
657
            "autoload": {
658
                "psr-0": {
659
                    "KevinGH\\Version": "src/lib/"
660
                }
661
            },
662
            "notification-url": "https://packagist.org/downloads/",
663
            "license": [
664
                "MIT"
665
            ],
666
            "authors": [
667
                {
668
                    "name": "Kevin Herrera",
669
                    "email": "[email protected]"
670
                }
671
            ],
672
            "description": "A parsing and comparison library for semantic versioning.",
673
            "homepage": "http://github.com/kherge/Version",
674
            "abandoned": true,
675
            "time": "2012-08-16 17:13:03"
676
        },
677
        {
678
            "name": "monolog/monolog",
679
            "version": "1.22.1",
680
            "source": {
681
                "type": "git",
682
                "url": "https://github.com/Seldaek/monolog.git",
683
                "reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0"
684
            },
685
            "dist": {
686
                "type": "zip",
687
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1e044bc4b34e91743943479f1be7a1d5eb93add0",
688
                "reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0",
689
                "shasum": ""
690
            },
691
            "require": {
692
                "php": ">=5.3.0",
693
                "psr/log": "~1.0"
694
            },
695
            "provide": {
696
                "psr/log-implementation": "1.0.0"
697
            },
698
            "require-dev": {
699
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
700
                "doctrine/couchdb": "~1.0@dev",
701
                "graylog2/gelf-php": "~1.0",
702
                "jakub-onderka/php-parallel-lint": "0.9",
703
                "php-amqplib/php-amqplib": "~2.4",
704
                "php-console/php-console": "^3.1.3",
705
                "phpunit/phpunit": "~4.5",
706
                "phpunit/phpunit-mock-objects": "2.3.0",
707
                "ruflin/elastica": ">=0.90 <3.0",
708
                "sentry/sentry": "^0.13",
709
                "swiftmailer/swiftmailer": "~5.3"
710
            },
711
            "suggest": {
712
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
713
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
714
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
715
                "ext-mongo": "Allow sending log messages to a MongoDB server",
716
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
717
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
718
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
719
                "php-console/php-console": "Allow sending log messages to Google Chrome",
720
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
721
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
722
                "sentry/sentry": "Allow sending log messages to a Sentry server"
723
            },
724
            "type": "library",
725
            "extra": {
726
                "branch-alias": {
727
                    "dev-master": "2.0.x-dev"
728
                }
729
            },
730
            "autoload": {
731
                "psr-4": {
732
                    "Monolog\\": "src/Monolog"
733
                }
734
            },
735
            "notification-url": "https://packagist.org/downloads/",
736
            "license": [
737
                "MIT"
738
            ],
739
            "authors": [
740
                {
741
                    "name": "Jordi Boggiano",
742
                    "email": "[email protected]",
743
                    "homepage": "http://seld.be"
744
                }
745
            ],
746
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
747
            "homepage": "http://github.com/Seldaek/monolog",
748
            "keywords": [
749
                "log",
750
                "logging",
751
                "psr-3"
752
            ],
753
            "time": "2017-03-13 07:08:03"
754
        },
755
        {
756
            "name": "nikic/php-parser",
757
            "version": "v1.4.1",
758
            "source": {
759
                "type": "git",
760
                "url": "https://github.com/nikic/PHP-Parser.git",
761
                "reference": "f78af2c9c86107aa1a34cd1dbb5bbe9eeb0d9f51"
762
            },
763
            "dist": {
764
                "type": "zip",
765
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/f78af2c9c86107aa1a34cd1dbb5bbe9eeb0d9f51",
766
                "reference": "f78af2c9c86107aa1a34cd1dbb5bbe9eeb0d9f51",
767
                "shasum": ""
768
            },
769
            "require": {
770
                "ext-tokenizer": "*",
771
                "php": ">=5.3"
772
            },
773
            "type": "library",
774
            "extra": {
775
                "branch-alias": {
776
                    "dev-master": "1.4-dev"
777
                }
778
            },
779
            "autoload": {
780
                "files": [
781
                    "lib/bootstrap.php"
782
                ]
783
            },
784
            "notification-url": "https://packagist.org/downloads/",
785
            "license": [
786
                "BSD-3-Clause"
787
            ],
788
            "authors": [
789
                {
790
                    "name": "Nikita Popov"
791
                }
792
            ],
793
            "description": "A PHP parser written in PHP",
794
            "keywords": [
795
                "parser",
796
                "php"
797
            ],
798
            "time": "2015-09-19 14:15:08"
799
        },
800
        {
801
            "name": "phpcollection/phpcollection",
802
            "version": "0.5.0",
803
            "source": {
804
                "type": "git",
805
                "url": "https://github.com/schmittjoh/php-collection.git",
806
                "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
807
            },
808
            "dist": {
809
                "type": "zip",
810
                "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
811
                "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
812
                "shasum": ""
813
            },
814
            "require": {
815
                "phpoption/phpoption": "1.*"
816
            },
817
            "type": "library",
818
            "extra": {
819
                "branch-alias": {
820
                    "dev-master": "0.4-dev"
821
                }
822
            },
823
            "autoload": {
824
                "psr-0": {
825
                    "PhpCollection": "src/"
826
                }
827
            },
828
            "notification-url": "https://packagist.org/downloads/",
829
            "license": [
830
                "Apache2"
831
            ],
832
            "authors": [
833
                {
834
                    "name": "Johannes M. Schmitt",
835
                    "email": "[email protected]"
836
                }
837
            ],
838
            "description": "General-Purpose Collection Library for PHP",
839
            "keywords": [
840
                "collection",
841
                "list",
842
                "map",
843
                "sequence",
844
                "set"
845
            ],
846
            "time": "2015-05-17 12:39:23"
847
        },
848
        {
849
            "name": "phpdocumentor/fileset",
850
            "version": "1.0.0",
851
            "source": {
852
                "type": "git",
853
                "url": "https://github.com/phpDocumentor/Fileset.git",
854
                "reference": "bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0"
855
            },
856
            "dist": {
857
                "type": "zip",
858
                "url": "https://api.github.com/repos/phpDocumentor/Fileset/zipball/bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0",
859
                "reference": "bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0",
860
                "shasum": ""
861
            },
862
            "require": {
863
                "php": ">=5.3.3",
864
                "symfony/finder": "~2.1"
865
            },
866
            "require-dev": {
867
                "phpunit/phpunit": "~3.7"
868
            },
869
            "type": "library",
870
            "autoload": {
871
                "psr-0": {
872
                    "phpDocumentor": [
873
                        "src/",
874
                        "tests/unit/"
875
                    ]
876
                }
877
            },
878
            "notification-url": "https://packagist.org/downloads/",
879
            "license": [
880
                "MIT"
881
            ],
882
            "description": "Fileset component for collecting a set of files given directories and file paths",
883
            "homepage": "http://www.phpdoc.org",
884
            "keywords": [
885
                "files",
886
                "fileset",
887
                "phpdoc"
888
            ],
889
            "time": "2013-08-06 21:07:42"
890
        },
891
        {
892
            "name": "phpdocumentor/graphviz",
893
            "version": "1.0.4",
894
            "source": {
895
                "type": "git",
896
                "url": "https://github.com/phpDocumentor/GraphViz.git",
897
                "reference": "a906a90a9f230535f25ea31caf81b2323956283f"
898
            },
899
            "dist": {
900
                "type": "zip",
901
                "url": "https://api.github.com/repos/phpDocumentor/GraphViz/zipball/a906a90a9f230535f25ea31caf81b2323956283f",
902
                "reference": "a906a90a9f230535f25ea31caf81b2323956283f",
903
                "shasum": ""
904
            },
905
            "require": {
906
                "php": ">=5.3.3"
907
            },
908
            "require-dev": {
909
                "phpunit/phpunit": "~4.0"
910
            },
911
            "type": "library",
912
            "autoload": {
913
                "psr-0": {
914
                    "phpDocumentor": [
915
                        "src/",
916
                        "tests/unit"
917
                    ]
918
                }
919
            },
920
            "notification-url": "https://packagist.org/downloads/",
921
            "license": [
922
                "MIT"
923
            ],
924
            "authors": [
925
                {
926
                    "name": "Mike van Riel",
927
                    "email": "[email protected]"
928
                }
929
            ],
930
            "time": "2016-02-02 13:00:08"
931
        },
932
        {
933
            "name": "phpdocumentor/reflection",
934
            "version": "3.0.1",
935
            "source": {
936
                "type": "git",
937
                "url": "https://github.com/phpDocumentor/Reflection.git",
938
                "reference": "793bfd92d9a0fc96ae9608fb3e947c3f59fb3a0d"
939
            },
940
            "dist": {
941
                "type": "zip",
942
                "url": "https://api.github.com/repos/phpDocumentor/Reflection/zipball/793bfd92d9a0fc96ae9608fb3e947c3f59fb3a0d",
943
                "reference": "793bfd92d9a0fc96ae9608fb3e947c3f59fb3a0d",
944
                "shasum": ""
945
            },
946
            "require": {
947
                "nikic/php-parser": "^1.0",
948
                "php": ">=5.3.3",
949
                "phpdocumentor/reflection-docblock": "~2.0",
950
                "psr/log": "~1.0"
951
            },
952
            "require-dev": {
953
                "behat/behat": "~2.4",
954
                "mockery/mockery": "~0.8",
955
                "phpunit/phpunit": "~4.0"
956
            },
957
            "type": "library",
958
            "extra": {
959
                "branch-alias": {
960
                    "dev-master": "1.0.x-dev"
961
                }
962
            },
963
            "autoload": {
964
                "psr-0": {
965
                    "phpDocumentor": [
966
                        "src/",
967
                        "tests/unit/",
968
                        "tests/mocks/"
969
                    ]
970
                }
971
            },
972
            "notification-url": "https://packagist.org/downloads/",
973
            "license": [
974
                "MIT"
975
            ],
976
            "description": "Reflection library to do Static Analysis for PHP Projects",
977
            "homepage": "http://www.phpdoc.org",
978
            "keywords": [
979
                "phpDocumentor",
980
                "phpdoc",
981
                "reflection",
982
                "static analysis"
983
            ],
984
            "time": "2016-05-21 08:42:32"
985
        },
986
        {
987
            "name": "phpdocumentor/reflection-docblock",
988
            "version": "2.0.4",
989
            "source": {
990
                "type": "git",
991
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
992
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
993
            },
994
            "dist": {
995
                "type": "zip",
996
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
997
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
998
                "shasum": ""
999
            },
1000
            "require": {
1001
                "php": ">=5.3.3"
1002
            },
1003
            "require-dev": {
1004
                "phpunit/phpunit": "~4.0"
1005
            },
1006
            "suggest": {
1007
                "dflydev/markdown": "~1.0",
1008
                "erusev/parsedown": "~1.0"
1009
            },
1010
            "type": "library",
1011
            "extra": {
1012
                "branch-alias": {
1013
                    "dev-master": "2.0.x-dev"
1014
                }
1015
            },
1016
            "autoload": {
1017
                "psr-0": {
1018
                    "phpDocumentor": [
1019
                        "src/"
1020
                    ]
1021
                }
1022
            },
1023
            "notification-url": "https://packagist.org/downloads/",
1024
            "license": [
1025
                "MIT"
1026
            ],
1027
            "authors": [
1028
                {
1029
                    "name": "Mike van Riel",
1030
                    "email": "[email protected]"
1031
                }
1032
            ],
1033
            "time": "2015-02-03 12:10:50"
1034
        },
1035
        {
1036
            "name": "phpoption/phpoption",
1037
            "version": "1.5.0",
1038
            "source": {
1039
                "type": "git",
1040
                "url": "https://github.com/schmittjoh/php-option.git",
1041
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
1042
            },
1043
            "dist": {
1044
                "type": "zip",
1045
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
1046
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
1047
                "shasum": ""
1048
            },
1049
            "require": {
1050
                "php": ">=5.3.0"
1051
            },
1052
            "require-dev": {
1053
                "phpunit/phpunit": "4.7.*"
1054
            },
1055
            "type": "library",
1056
            "extra": {
1057
                "branch-alias": {
1058
                    "dev-master": "1.3-dev"
1059
                }
1060
            },
1061
            "autoload": {
1062
                "psr-0": {
1063
                    "PhpOption\\": "src/"
1064
                }
1065
            },
1066
            "notification-url": "https://packagist.org/downloads/",
1067
            "license": [
1068
                "Apache2"
1069
            ],
1070
            "authors": [
1071
                {
1072
                    "name": "Johannes M. Schmitt",
1073
                    "email": "[email protected]"
1074
                }
1075
            ],
1076
            "description": "Option Type for PHP",
1077
            "keywords": [
1078
                "language",
1079
                "option",
1080
                "php",
1081
                "type"
1082
            ],
1083
            "time": "2015-07-25 16:39:46"
1084
        },
1085
        {
1086
            "name": "pimple/pimple",
1087
            "version": "v1.1.1",
1088
            "source": {
1089
                "type": "git",
1090
                "url": "https://github.com/silexphp/Pimple.git",
1091
                "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d"
1092
            },
1093
            "dist": {
1094
                "type": "zip",
1095
                "url": "https://api.github.com/repos/silexphp/Pimple/zipball/2019c145fe393923f3441b23f29bbdfaa5c58c4d",
1096
                "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d",
1097
                "shasum": ""
1098
            },
1099
            "require": {
1100
                "php": ">=5.3.0"
1101
            },
1102
            "type": "library",
1103
            "extra": {
1104
                "branch-alias": {
1105
                    "dev-master": "1.1.x-dev"
1106
                }
1107
            },
1108
            "autoload": {
1109
                "psr-0": {
1110
                    "Pimple": "lib/"
1111
                }
1112
            },
1113
            "notification-url": "https://packagist.org/downloads/",
1114
            "license": [
1115
                "MIT"
1116
            ],
1117
            "authors": [
1118
                {
1119
                    "name": "Fabien Potencier",
1120
                    "email": "[email protected]"
1121
                }
1122
            ],
1123
            "description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
1124
            "homepage": "http://pimple.sensiolabs.org",
1125
            "keywords": [
1126
                "container",
1127
                "dependency injection"
1128
            ],
1129
            "time": "2013-11-22 08:30:29"
1130
        },
1131
        {
1132
            "name": "psr/log",
1133
            "version": "1.0.2",
1134
            "source": {
1135
                "type": "git",
1136
                "url": "https://github.com/php-fig/log.git",
1137
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1138
            },
1139
            "dist": {
1140
                "type": "zip",
1141
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1142
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1143
                "shasum": ""
1144
            },
1145
            "require": {
1146
                "php": ">=5.3.0"
1147
            },
1148
            "type": "library",
1149
            "extra": {
1150
                "branch-alias": {
1151
                    "dev-master": "1.0.x-dev"
1152
                }
1153
            },
1154
            "autoload": {
1155
                "psr-4": {
1156
                    "Psr\\Log\\": "Psr/Log/"
1157
                }
1158
            },
1159
            "notification-url": "https://packagist.org/downloads/",
1160
            "license": [
1161
                "MIT"
1162
            ],
1163
            "authors": [
1164
                {
1165
                    "name": "PHP-FIG",
1166
                    "homepage": "http://www.php-fig.org/"
1167
                }
1168
            ],
1169
            "description": "Common interface for logging libraries",
1170
            "homepage": "https://github.com/php-fig/log",
1171
            "keywords": [
1172
                "log",
1173
                "psr",
1174
                "psr-3"
1175
            ],
1176
            "time": "2016-10-10 12:19:37"
1177
        },
1178
        {
1179
            "name": "seld/jsonlint",
1180
            "version": "1.6.0",
1181
            "source": {
1182
                "type": "git",
1183
                "url": "https://github.com/Seldaek/jsonlint.git",
1184
                "reference": "791f8c594f300d246cdf01c6b3e1e19611e301d8"
1185
            },
1186
            "dist": {
1187
                "type": "zip",
1188
                "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/791f8c594f300d246cdf01c6b3e1e19611e301d8",
1189
                "reference": "791f8c594f300d246cdf01c6b3e1e19611e301d8",
1190
                "shasum": ""
1191
            },
1192
            "require": {
1193
                "php": "^5.3 || ^7.0"
1194
            },
1195
            "require-dev": {
1196
                "phpunit/phpunit": "^4.5"
1197
            },
1198
            "bin": [
1199
                "bin/jsonlint"
1200
            ],
1201
            "type": "library",
1202
            "autoload": {
1203
                "psr-4": {
1204
                    "Seld\\JsonLint\\": "src/Seld/JsonLint/"
1205
                }
1206
            },
1207
            "notification-url": "https://packagist.org/downloads/",
1208
            "license": [
1209
                "MIT"
1210
            ],
1211
            "authors": [
1212
                {
1213
                    "name": "Jordi Boggiano",
1214
                    "email": "[email protected]",
1215
                    "homepage": "http://seld.be"
1216
                }
1217
            ],
1218
            "description": "JSON Linter",
1219
            "keywords": [
1220
                "json",
1221
                "linter",
1222
                "parser",
1223
                "validator"
1224
            ],
1225
            "time": "2017-03-06 16:42:24"
1226
        },
1227
        {
1228
            "name": "symfony/config",
1229
            "version": "v2.8.20",
1230
            "source": {
1231
                "type": "git",
1232
                "url": "https://github.com/symfony/config.git",
1233
                "reference": "0b8541d18507d10204a08384640ff6df3c739ebe"
1234
            },
1235
            "dist": {
1236
                "type": "zip",
1237
                "url": "https://api.github.com/repos/symfony/config/zipball/0b8541d18507d10204a08384640ff6df3c739ebe",
1238
                "reference": "0b8541d18507d10204a08384640ff6df3c739ebe",
1239
                "shasum": ""
1240
            },
1241
            "require": {
1242
                "php": ">=5.3.9",
1243
                "symfony/filesystem": "~2.3|~3.0.0"
1244
            },
1245
            "require-dev": {
1246
                "symfony/yaml": "~2.7|~3.0.0"
1247
            },
1248
            "suggest": {
1249
                "symfony/yaml": "To use the yaml reference dumper"
1250
            },
1251
            "type": "library",
1252
            "extra": {
1253
                "branch-alias": {
1254
                    "dev-master": "2.8-dev"
1255
                }
1256
            },
1257
            "autoload": {
1258
                "psr-4": {
1259
                    "Symfony\\Component\\Config\\": ""
1260
                },
1261
                "exclude-from-classmap": [
1262
                    "/Tests/"
1263
                ]
1264
            },
1265
            "notification-url": "https://packagist.org/downloads/",
1266
            "license": [
1267
                "MIT"
1268
            ],
1269
            "authors": [
1270
                {
1271
                    "name": "Fabien Potencier",
1272
                    "email": "[email protected]"
1273
                },
1274
                {
1275
                    "name": "Symfony Community",
1276
                    "homepage": "https://symfony.com/contributors"
1277
                }
1278
            ],
1279
            "description": "Symfony Config Component",
1280
            "homepage": "https://symfony.com",
1281
            "time": "2017-04-12 14:07:15"
1282
        },
1283
        {
1284
            "name": "symfony/console",
1285
            "version": "v2.8.20",
1286
            "source": {
1287
                "type": "git",
1288
                "url": "https://github.com/symfony/console.git",
1289
                "reference": "2cfcbced8e39e2313ed4da8896fc8c59a56c0d7e"
1290
            },
1291
            "dist": {
1292
                "type": "zip",
1293
                "url": "https://api.github.com/repos/symfony/console/zipball/2cfcbced8e39e2313ed4da8896fc8c59a56c0d7e",
1294
                "reference": "2cfcbced8e39e2313ed4da8896fc8c59a56c0d7e",
1295
                "shasum": ""
1296
            },
1297
            "require": {
1298
                "php": ">=5.3.9",
1299
                "symfony/debug": "^2.7.2|~3.0.0",
1300
                "symfony/polyfill-mbstring": "~1.0"
1301
            },
1302
            "require-dev": {
1303
                "psr/log": "~1.0",
1304
                "symfony/event-dispatcher": "~2.1|~3.0.0",
1305
                "symfony/process": "~2.1|~3.0.0"
1306
            },
1307
            "suggest": {
1308
                "psr/log": "For using the console logger",
1309
                "symfony/event-dispatcher": "",
1310
                "symfony/process": ""
1311
            },
1312
            "type": "library",
1313
            "extra": {
1314
                "branch-alias": {
1315
                    "dev-master": "2.8-dev"
1316
                }
1317
            },
1318
            "autoload": {
1319
                "psr-4": {
1320
                    "Symfony\\Component\\Console\\": ""
1321
                },
1322
                "exclude-from-classmap": [
1323
                    "/Tests/"
1324
                ]
1325
            },
1326
            "notification-url": "https://packagist.org/downloads/",
1327
            "license": [
1328
                "MIT"
1329
            ],
1330
            "authors": [
1331
                {
1332
                    "name": "Fabien Potencier",
1333
                    "email": "[email protected]"
1334
                },
1335
                {
1336
                    "name": "Symfony Community",
1337
                    "homepage": "https://symfony.com/contributors"
1338
                }
1339
            ],
1340
            "description": "Symfony Console Component",
1341
            "homepage": "https://symfony.com",
1342
            "time": "2017-04-26 01:38:53"
1343
        },
1344
        {
1345
            "name": "symfony/debug",
1346
            "version": "v2.8.20",
1347
            "source": {
1348
                "type": "git",
1349
                "url": "https://github.com/symfony/debug.git",
1350
                "reference": "344f50ce827413b3640bfcb1e37386a67d06ea1f"
1351
            },
1352
            "dist": {
1353
                "type": "zip",
1354
                "url": "https://api.github.com/repos/symfony/debug/zipball/344f50ce827413b3640bfcb1e37386a67d06ea1f",
1355
                "reference": "344f50ce827413b3640bfcb1e37386a67d06ea1f",
1356
                "shasum": ""
1357
            },
1358
            "require": {
1359
                "php": ">=5.3.9",
1360
                "psr/log": "~1.0"
1361
            },
1362
            "conflict": {
1363
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
1364
            },
1365
            "require-dev": {
1366
                "symfony/class-loader": "~2.2|~3.0.0",
1367
                "symfony/http-kernel": "~2.3.24|~2.5.9|^2.6.2|~3.0.0"
1368
            },
1369
            "type": "library",
1370
            "extra": {
1371
                "branch-alias": {
1372
                    "dev-master": "2.8-dev"
1373
                }
1374
            },
1375
            "autoload": {
1376
                "psr-4": {
1377
                    "Symfony\\Component\\Debug\\": ""
1378
                },
1379
                "exclude-from-classmap": [
1380
                    "/Tests/"
1381
                ]
1382
            },
1383
            "notification-url": "http://packagist.org/downloads/",
1384
            "license": [
1385
                "MIT"
1386
            ],
1387
            "authors": [
1388
                {
1389
                    "name": "Fabien Potencier",
1390
                    "email": "[email protected]"
1391
                },
1392
                {
1393
                    "name": "Symfony Community",
1394
                    "homepage": "https://symfony.com/contributors"
1395
                }
1396
            ],
1397
            "description": "Symfony Debug Component",
1398
            "homepage": "https://symfony.com",
1399
            "time": "2017-04-19 19:56:30"
1400
        },
1401
        {
1402
            "name": "symfony/event-dispatcher",
1403
            "version": "v2.8.20",
1404
            "source": {
1405
                "type": "git",
1406
                "url": "https://github.com/symfony/event-dispatcher.git",
1407
                "reference": "7fc8e2b4118ff316550596357325dfd92a51f531"
1408
            },
1409
            "dist": {
1410
                "type": "zip",
1411
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/7fc8e2b4118ff316550596357325dfd92a51f531",
1412
                "reference": "7fc8e2b4118ff316550596357325dfd92a51f531",
1413
                "shasum": ""
1414
            },
1415
            "require": {
1416
                "php": ">=5.3.9"
1417
            },
1418
            "require-dev": {
1419
                "psr/log": "~1.0",
1420
                "symfony/config": "^2.0.5|~3.0.0",
1421
                "symfony/dependency-injection": "~2.6|~3.0.0",
1422
                "symfony/expression-language": "~2.6|~3.0.0",
1423
                "symfony/stopwatch": "~2.3|~3.0.0"
1424
            },
1425
            "suggest": {
1426
                "symfony/dependency-injection": "",
1427
                "symfony/http-kernel": ""
1428
            },
1429
            "type": "library",
1430
            "extra": {
1431
                "branch-alias": {
1432
                    "dev-master": "2.8-dev"
1433
                }
1434
            },
1435
            "autoload": {
1436
                "psr-4": {
1437
                    "Symfony\\Component\\EventDispatcher\\": ""
1438
                },
1439
                "exclude-from-classmap": [
1440
                    "/Tests/"
1441
                ]
1442
            },
1443
            "notification-url": "https://packagist.org/downloads/",
1444
            "license": [
1445
                "MIT"
1446
            ],
1447
            "authors": [
1448
                {
1449
                    "name": "Fabien Potencier",
1450
                    "email": "[email protected]"
1451
                },
1452
                {
1453
                    "name": "Symfony Community",
1454
                    "homepage": "https://symfony.com/contributors"
1455
                }
1456
            ],
1457
            "description": "Symfony EventDispatcher Component",
1458
            "homepage": "https://symfony.com",
1459
            "time": "2017-04-26 16:56:54"
1460
        },
1461
        {
1462
            "name": "symfony/filesystem",
1463
            "version": "v2.8.20",
1464
            "source": {
1465
                "type": "git",
1466
                "url": "https://github.com/symfony/filesystem.git",
1467
                "reference": "dc40154e26a0116995e4f2f0c71cb9c2fe0775a3"
1468
            },
1469
            "dist": {
1470
                "type": "zip",
1471
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/dc40154e26a0116995e4f2f0c71cb9c2fe0775a3",
1472
                "reference": "dc40154e26a0116995e4f2f0c71cb9c2fe0775a3",
1473
                "shasum": ""
1474
            },
1475
            "require": {
1476
                "php": ">=5.3.9"
1477
            },
1478
            "type": "library",
1479
            "extra": {
1480
                "branch-alias": {
1481
                    "dev-master": "2.8-dev"
1482
                }
1483
            },
1484
            "autoload": {
1485
                "psr-4": {
1486
                    "Symfony\\Component\\Filesystem\\": ""
1487
                },
1488
                "exclude-from-classmap": [
1489
                    "/Tests/"
1490
                ]
1491
            },
1492
            "notification-url": "http://packagist.org/downloads/",
1493
            "license": [
1494
                "MIT"
1495
            ],
1496
            "authors": [
1497
                {
1498
                    "name": "Fabien Potencier",
1499
                    "email": "[email protected]"
1500
                },
1501
                {
1502
                    "name": "Symfony Community",
1503
                    "homepage": "https://symfony.com/contributors"
1504
                }
1505
            ],
1506
            "description": "Symfony Filesystem Component",
1507
            "homepage": "https://symfony.com",
1508
            "time": "2017-04-12 14:07:15"
1509
        },
1510
        {
1511
            "name": "symfony/finder",
1512
            "version": "v2.8.20",
1513
            "source": {
1514
                "type": "git",
1515
                "url": "https://github.com/symfony/finder.git",
1516
                "reference": "16d55394b31547e4a8494551b85c9b9915545347"
1517
            },
1518
            "dist": {
1519
                "type": "zip",
1520
                "url": "https://api.github.com/repos/symfony/finder/zipball/16d55394b31547e4a8494551b85c9b9915545347",
1521
                "reference": "16d55394b31547e4a8494551b85c9b9915545347",
1522
                "shasum": ""
1523
            },
1524
            "require": {
1525
                "php": ">=5.3.9"
1526
            },
1527
            "type": "library",
1528
            "extra": {
1529
                "branch-alias": {
1530
                    "dev-master": "2.8-dev"
1531
                }
1532
            },
1533
            "autoload": {
1534
                "psr-4": {
1535
                    "Symfony\\Component\\Finder\\": ""
1536
                },
1537
                "exclude-from-classmap": [
1538
                    "/Tests/"
1539
                ]
1540
            },
1541
            "notification-url": "https://packagist.org/downloads/",
1542
            "license": [
1543
                "MIT"
1544
            ],
1545
            "authors": [
1546
                {
1547
                    "name": "Fabien Potencier",
1548
                    "email": "[email protected]"
1549
                },
1550
                {
1551
                    "name": "Symfony Community",
1552
                    "homepage": "https://symfony.com/contributors"
1553
                }
1554
            ],
1555
            "description": "Symfony Finder Component",
1556
            "homepage": "https://symfony.com",
1557
            "time": "2017-04-12 14:07:15"
1558
        },
1559
        {
1560
            "name": "symfony/polyfill-mbstring",
1561
            "version": "v1.3.0",
1562
            "source": {
1563
                "type": "git",
1564
                "url": "https://github.com/symfony/polyfill-mbstring.git",
1565
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
1566
            },
1567
            "dist": {
1568
                "type": "zip",
1569
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
1570
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
1571
                "shasum": ""
1572
            },
1573
            "require": {
1574
                "php": ">=5.3.3"
1575
            },
1576
            "suggest": {
1577
                "ext-mbstring": "For best performance"
1578
            },
1579
            "type": "library",
1580
            "extra": {
1581
                "branch-alias": {
1582
                    "dev-master": "1.3-dev"
1583
                }
1584
            },
1585
            "autoload": {
1586
                "psr-4": {
1587
                    "Symfony\\Polyfill\\Mbstring\\": ""
1588
                },
1589
                "files": [
1590
                    "bootstrap.php"
1591
                ]
1592
            },
1593
            "notification-url": "https://packagist.org/downloads/",
1594
            "license": [
1595
                "MIT"
1596
            ],
1597
            "authors": [
1598
                {
1599
                    "name": "Nicolas Grekas",
1600
                    "email": "[email protected]"
1601
                },
1602
                {
1603
                    "name": "Symfony Community",
1604
                    "homepage": "https://symfony.com/contributors"
1605
                }
1606
            ],
1607
            "description": "Symfony polyfill for the Mbstring extension",
1608
            "homepage": "https://symfony.com",
1609
            "keywords": [
1610
                "compatibility",
1611
                "mbstring",
1612
                "polyfill",
1613
                "portable",
1614
                "shim"
1615
            ],
1616
            "time": "2016-11-14 01:06:16"
1617
        },
1618
        {
1619
            "name": "symfony/process",
1620
            "version": "v2.8.20",
1621
            "source": {
1622
                "type": "git",
1623
                "url": "https://github.com/symfony/process.git",
1624
                "reference": "aff35fb3dee799c84a7313c576b72208b046ef8d"
1625
            },
1626
            "dist": {
1627
                "type": "zip",
1628
                "url": "https://api.github.com/repos/symfony/process/zipball/aff35fb3dee799c84a7313c576b72208b046ef8d",
1629
                "reference": "aff35fb3dee799c84a7313c576b72208b046ef8d",
1630
                "shasum": ""
1631
            },
1632
            "require": {
1633
                "php": ">=5.3.9"
1634
            },
1635
            "type": "library",
1636
            "extra": {
1637
                "branch-alias": {
1638
                    "dev-master": "2.8-dev"
1639
                }
1640
            },
1641
            "autoload": {
1642
                "psr-4": {
1643
                    "Symfony\\Component\\Process\\": ""
1644
                },
1645
                "exclude-from-classmap": [
1646
                    "/Tests/"
1647
                ]
1648
            },
1649
            "notification-url": "https://packagist.org/downloads/",
1650
            "license": [
1651
                "MIT"
1652
            ],
1653
            "authors": [
1654
                {
1655
                    "name": "Fabien Potencier",
1656
                    "email": "[email protected]"
1657
                },
1658
                {
1659
                    "name": "Symfony Community",
1660
                    "homepage": "https://symfony.com/contributors"
1661
                }
1662
            ],
1663
            "description": "Symfony Process Component",
1664
            "homepage": "https://symfony.com",
1665
            "time": "2017-04-12 14:07:15"
1666
        },
1667
        {
1668
            "name": "symfony/stopwatch",
1669
            "version": "v2.8.20",
1670
            "source": {
1671
                "type": "git",
1672
                "url": "https://github.com/symfony/stopwatch.git",
1673
                "reference": "e02577b841394a78306d7b547701bb7bb705bad5"
1674
            },
1675
            "dist": {
1676
                "type": "zip",
1677
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/e02577b841394a78306d7b547701bb7bb705bad5",
1678
                "reference": "e02577b841394a78306d7b547701bb7bb705bad5",
1679
                "shasum": ""
1680
            },
1681
            "require": {
1682
                "php": ">=5.3.9"
1683
            },
1684
            "type": "library",
1685
            "extra": {
1686
                "branch-alias": {
1687
                    "dev-master": "2.8-dev"
1688
                }
1689
            },
1690
            "autoload": {
1691
                "psr-4": {
1692
                    "Symfony\\Component\\Stopwatch\\": ""
1693
                },
1694
                "exclude-from-classmap": [
1695
                    "/Tests/"
1696
                ]
1697
            },
1698
            "notification-url": "https://packagist.org/downloads/",
1699
            "license": [
1700
                "MIT"
1701
            ],
1702
            "authors": [
1703
                {
1704
                    "name": "Fabien Potencier",
1705
                    "email": "[email protected]"
1706
                },
1707
                {
1708
                    "name": "Symfony Community",
1709
                    "homepage": "https://symfony.com/contributors"
1710
                }
1711
            ],
1712
            "description": "Symfony Stopwatch Component",
1713
            "homepage": "https://symfony.com",
1714
            "time": "2017-04-12 14:07:15"
1715
        },
1716
        {
1717
            "name": "symfony/translation",
1718
            "version": "v2.8.20",
1719
            "source": {
1720
                "type": "git",
1721
                "url": "https://github.com/symfony/translation.git",
1722
                "reference": "32b7c0bffc07772cf1a902e3464ef77117fa07c7"
1723
            },
1724
            "dist": {
1725
                "type": "zip",
1726
                "url": "https://api.github.com/repos/symfony/translation/zipball/32b7c0bffc07772cf1a902e3464ef77117fa07c7",
1727
                "reference": "32b7c0bffc07772cf1a902e3464ef77117fa07c7",
1728
                "shasum": ""
1729
            },
1730
            "require": {
1731
                "php": ">=5.3.9",
1732
                "symfony/polyfill-mbstring": "~1.0"
1733
            },
1734
            "conflict": {
1735
                "symfony/config": "<2.7"
1736
            },
1737
            "require-dev": {
1738
                "psr/log": "~1.0",
1739
                "symfony/config": "~2.8",
1740
                "symfony/intl": "~2.7.25|^2.8.18|~3.2.5",
1741
                "symfony/yaml": "~2.2|~3.0.0"
1742
            },
1743
            "suggest": {
1744
                "psr/log": "To use logging capability in translator",
1745
                "symfony/config": "",
1746
                "symfony/yaml": ""
1747
            },
1748
            "type": "library",
1749
            "extra": {
1750
                "branch-alias": {
1751
                    "dev-master": "2.8-dev"
1752
                }
1753
            },
1754
            "autoload": {
1755
                "psr-4": {
1756
                    "Symfony\\Component\\Translation\\": ""
1757
                },
1758
                "exclude-from-classmap": [
1759
                    "/Tests/"
1760
                ]
1761
            },
1762
            "notification-url": "http://packagist.org/downloads/",
1763
            "license": [
1764
                "MIT"
1765
            ],
1766
            "authors": [
1767
                {
1768
                    "name": "Fabien Potencier",
1769
                    "email": "[email protected]"
1770
                },
1771
                {
1772
                    "name": "Symfony Community",
1773
                    "homepage": "https://symfony.com/contributors"
1774
                }
1775
            ],
1776
            "description": "Symfony Translation Component",
1777
            "homepage": "https://symfony.com",
1778
            "time": "2017-04-12 14:07:15"
1779
        },
1780
        {
1781
            "name": "symfony/validator",
1782
            "version": "v2.8.20",
1783
            "source": {
1784
                "type": "git",
1785
                "url": "https://github.com/symfony/validator.git",
1786
                "reference": "e125c9ec86d615231817302115a1558cd74d9aa1"
1787
            },
1788
            "dist": {
1789
                "type": "zip",
1790
                "url": "https://api.github.com/repos/symfony/validator/zipball/e125c9ec86d615231817302115a1558cd74d9aa1",
1791
                "reference": "e125c9ec86d615231817302115a1558cd74d9aa1",
1792
                "shasum": ""
1793
            },
1794
            "require": {
1795
                "php": ">=5.3.9",
1796
                "symfony/polyfill-mbstring": "~1.0",
1797
                "symfony/translation": "~2.4|~3.0.0"
1798
            },
1799
            "require-dev": {
1800
                "doctrine/annotations": "~1.0",
1801
                "doctrine/cache": "~1.0",
1802
                "egulias/email-validator": "^1.2.1",
1803
                "symfony/config": "~2.2|~3.0.0",
1804
                "symfony/expression-language": "~2.4|~3.0.0",
1805
                "symfony/http-foundation": "~2.3|~3.0.0",
1806
                "symfony/intl": "~2.7.25|^2.8.18|~3.2.5",
1807
                "symfony/property-access": "~2.3|~3.0.0",
1808
                "symfony/yaml": "^2.0.5|~3.0.0"
1809
            },
1810
            "suggest": {
1811
                "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
1812
                "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
1813
                "egulias/email-validator": "Strict (RFC compliant) email validation",
1814
                "symfony/config": "",
1815
                "symfony/expression-language": "For using the 2.4 Expression validator",
1816
                "symfony/http-foundation": "",
1817
                "symfony/intl": "",
1818
                "symfony/property-access": "For using the 2.4 Validator API",
1819
                "symfony/yaml": ""
1820
            },
1821
            "type": "library",
1822
            "extra": {
1823
                "branch-alias": {
1824
                    "dev-master": "2.8-dev"
1825
                }
1826
            },
1827
            "autoload": {
1828
                "psr-4": {
1829
                    "Symfony\\Component\\Validator\\": ""
1830
                },
1831
                "exclude-from-classmap": [
1832
                    "/Tests/"
1833
                ]
1834
            },
1835
            "notification-url": "https://packagist.org/downloads/",
1836
            "license": [
1837
                "MIT"
1838
            ],
1839
            "authors": [
1840
                {
1841
                    "name": "Fabien Potencier",
1842
                    "email": "[email protected]"
1843
                },
1844
                {
1845
                    "name": "Symfony Community",
1846
                    "homepage": "https://symfony.com/contributors"
1847
                }
1848
            ],
1849
            "description": "Symfony Validator Component",
1850
            "homepage": "https://symfony.com",
1851
            "time": "2017-04-12 14:07:15"
1852
        },
1853
        {
1854
            "name": "twig/twig",
1855
            "version": "v1.33.2",
1856
            "source": {
1857
                "type": "git",
1858
                "url": "https://github.com/twigphp/Twig.git",
1859
                "reference": "dd6ca96227917e1e85b41c7c3cc6507b411e0927"
1860
            },
1861
            "dist": {
1862
                "type": "zip",
1863
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/dd6ca96227917e1e85b41c7c3cc6507b411e0927",
1864
                "reference": "dd6ca96227917e1e85b41c7c3cc6507b411e0927",
1865
                "shasum": ""
1866
            },
1867
            "require": {
1868
                "php": ">=5.2.7"
1869
            },
1870
            "require-dev": {
1871
                "psr/container": "^1.0",
1872
                "symfony/debug": "~2.7",
1873
                "symfony/phpunit-bridge": "~3.3@dev"
1874
            },
1875
            "type": "library",
1876
            "extra": {
1877
                "branch-alias": {
1878
                    "dev-master": "1.33-dev"
1879
                }
1880
            },
1881
            "autoload": {
1882
                "psr-0": {
1883
                    "Twig_": "lib/"
1884
                }
1885
            },
1886
            "notification-url": "https://packagist.org/downloads/",
1887
            "license": [
1888
                "BSD-3-Clause"
1889
            ],
1890
            "authors": [
1891
                {
1892
                    "name": "Fabien Potencier",
1893
                    "email": "[email protected]",
1894
                    "homepage": "http://fabien.potencier.org",
1895
                    "role": "Lead Developer"
1896
                },
1897
                {
1898
                    "name": "Armin Ronacher",
1899
                    "email": "[email protected]",
1900
                    "role": "Project Founder"
1901
                },
1902
                {
1903
                    "name": "Twig Team",
1904
                    "homepage": "http://twig.sensiolabs.org/contributors",
1905
                    "role": "Contributors"
1906
                }
1907
            ],
1908
            "description": "Twig, the flexible, fast, and secure template language for PHP",
1909
            "homepage": "http://twig.sensiolabs.org",
1910
            "keywords": [
1911
                "templating"
1912
            ],
1913
            "time": "2017-04-20 17:39:48"
1914
        },
1915
        {
1916
            "name": "zendframework/zend-cache",
0 ignored issues
show
There is a security advisory for your installed version of zendframework/zend-cache:

Filesystem Permissions Issues in Multiple Components
Loading history...
1917
            "version": "2.5.1",
1918
            "source": {
1919
                "type": "git",
1920
                "url": "https://github.com/zendframework/zend-cache.git",
1921
                "reference": "5999e5a03f7dcf82abbbe67eea74da641f959684"
1922
            },
1923
            "dist": {
1924
                "type": "zip",
1925
                "url": "https://api.github.com/repos/zendframework/zend-cache/zipball/5999e5a03f7dcf82abbbe67eea74da641f959684",
1926
                "reference": "5999e5a03f7dcf82abbbe67eea74da641f959684",
1927
                "shasum": ""
1928
            },
1929
            "require": {
1930
                "php": ">=5.3.23",
1931
                "zendframework/zend-eventmanager": "~2.5",
1932
                "zendframework/zend-serializer": "~2.5",
1933
                "zendframework/zend-servicemanager": "~2.5",
1934
                "zendframework/zend-stdlib": "~2.5"
1935
            },
1936
            "require-dev": {
1937
                "fabpot/php-cs-fixer": "1.7.*",
1938
                "phpunit/phpunit": "~4.0",
1939
                "zendframework/zend-session": "~2.5"
1940
            },
1941
            "suggest": {
1942
                "ext-apc": "APC >= 3.1.6 to use the APC storage adapter",
1943
                "ext-dba": "DBA, to use the DBA storage adapter",
1944
                "ext-memcached": "Memcached >= 1.0.0 to use the Memcached storage adapter",
1945
                "ext-mongo": "Mongo, to use MongoDb storage adapter",
1946
                "ext-wincache": "WinCache, to use the WinCache storage adapter",
1947
                "mongofill/mongofill": "Alternative to ext-mongo - a pure PHP implementation designed as a drop in replacement",
1948
                "zendframework/zend-serializer": "Zend\\Serializer component",
1949
                "zendframework/zend-session": "Zend\\Session component"
1950
            },
1951
            "type": "library",
1952
            "extra": {
1953
                "branch-alias": {
1954
                    "dev-master": "2.5-dev",
1955
                    "dev-develop": "2.6-dev"
1956
                }
1957
            },
1958
            "autoload": {
1959
                "psr-4": {
1960
                    "Zend\\Cache\\": "src/"
1961
                }
1962
            },
1963
            "notification-url": "http://packagist.org/downloads/",
1964
            "license": [
1965
                "BSD-3-Clause"
1966
            ],
1967
            "description": "provides a generic way to cache any data",
1968
            "homepage": "https://github.com/zendframework/zend-cache",
1969
            "keywords": [
1970
                "cache",
1971
                "zf2"
1972
            ],
1973
            "time": "2015-06-03 15:31:59"
1974
        },
1975
        {
1976
            "name": "zendframework/zend-config",
1977
            "version": "2.5.1",
1978
            "source": {
1979
                "type": "git",
1980
                "url": "https://github.com/zendframework/zend-config.git",
1981
                "reference": "ec49b1df1bdd9772df09dc2f612fbfc279bf4c27"
1982
            },
1983
            "dist": {
1984
                "type": "zip",
1985
                "url": "https://api.github.com/repos/zendframework/zend-config/zipball/ec49b1df1bdd9772df09dc2f612fbfc279bf4c27",
1986
                "reference": "ec49b1df1bdd9772df09dc2f612fbfc279bf4c27",
1987
                "shasum": ""
1988
            },
1989
            "require": {
1990
                "php": ">=5.3.23",
1991
                "zendframework/zend-stdlib": "~2.5"
1992
            },
1993
            "require-dev": {
1994
                "fabpot/php-cs-fixer": "1.7.*",
1995
                "phpunit/phpunit": "~4.0",
1996
                "zendframework/zend-filter": "~2.5",
1997
                "zendframework/zend-i18n": "~2.5",
1998
                "zendframework/zend-json": "~2.5",
1999
                "zendframework/zend-mvc": "~2.5",
2000
                "zendframework/zend-servicemanager": "~2.5"
2001
            },
2002
            "suggest": {
2003
                "zendframework/zend-filter": "Zend\\Filter component",
2004
                "zendframework/zend-i18n": "Zend\\I18n component",
2005
                "zendframework/zend-json": "Zend\\Json to use the Json reader or writer classes",
2006
                "zendframework/zend-servicemanager": "Zend\\ServiceManager for use with the Config Factory to retrieve reader and writer instances"
2007
            },
2008
            "type": "library",
2009
            "extra": {
2010
                "branch-alias": {
2011
                    "dev-master": "2.5-dev",
2012
                    "dev-develop": "2.6-dev"
2013
                }
2014
            },
2015
            "autoload": {
2016
                "psr-4": {
2017
                    "Zend\\Config\\": "src/"
2018
                }
2019
            },
2020
            "notification-url": "http://packagist.org/downloads/",
2021
            "license": [
2022
                "BSD-3-Clause"
2023
            ],
2024
            "description": "provides a nested object property based user interface for accessing this configuration data within application code",
2025
            "homepage": "https://github.com/zendframework/zend-config",
2026
            "keywords": [
2027
                "config",
2028
                "zf2"
2029
            ],
2030
            "time": "2015-06-03 15:32:00"
2031
        },
2032
        {
2033
            "name": "zendframework/zend-eventmanager",
2034
            "version": "2.5.1",
2035
            "source": {
2036
                "type": "git",
2037
                "url": "https://github.com/zendframework/zend-eventmanager.git",
2038
                "reference": "d94a16039144936f107f906896349900fd634443"
2039
            },
2040
            "dist": {
2041
                "type": "zip",
2042
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/d94a16039144936f107f906896349900fd634443",
2043
                "reference": "d94a16039144936f107f906896349900fd634443",
2044
                "shasum": ""
2045
            },
2046
            "require": {
2047
                "php": ">=5.3.23",
2048
                "zendframework/zend-stdlib": "~2.5"
2049
            },
2050
            "require-dev": {
2051
                "fabpot/php-cs-fixer": "1.7.*",
2052
                "phpunit/phpunit": "~4.0"
2053
            },
2054
            "type": "library",
2055
            "extra": {
2056
                "branch-alias": {
2057
                    "dev-master": "2.5-dev",
2058
                    "dev-develop": "2.6-dev"
2059
                }
2060
            },
2061
            "autoload": {
2062
                "psr-4": {
2063
                    "Zend\\EventManager\\": "src/"
2064
                }
2065
            },
2066
            "notification-url": "http://packagist.org/downloads/",
2067
            "license": [
2068
                "BSD-3-Clause"
2069
            ],
2070
            "homepage": "https://github.com/zendframework/zend-eventmanager",
2071
            "keywords": [
2072
                "eventmanager",
2073
                "zf2"
2074
            ],
2075
            "time": "2015-06-03 15:32:01"
2076
        },
2077
        {
2078
            "name": "zendframework/zend-filter",
2079
            "version": "2.5.1",
2080
            "source": {
2081
                "type": "git",
2082
                "url": "https://github.com/zendframework/zend-filter.git",
2083
                "reference": "93e6990a198e6cdd811064083acac4693f4b29ae"
2084
            },
2085
            "dist": {
2086
                "type": "zip",
2087
                "url": "https://api.github.com/repos/zendframework/zend-filter/zipball/93e6990a198e6cdd811064083acac4693f4b29ae",
2088
                "reference": "93e6990a198e6cdd811064083acac4693f4b29ae",
2089
                "shasum": ""
2090
            },
2091
            "require": {
2092
                "php": ">=5.3.23",
2093
                "zendframework/zend-stdlib": "~2.5"
2094
            },
2095
            "require-dev": {
2096
                "fabpot/php-cs-fixer": "1.7.*",
2097
                "phpunit/phpunit": "~4.0",
2098
                "zendframework/zend-config": "~2.5",
2099
                "zendframework/zend-crypt": "~2.5",
2100
                "zendframework/zend-i18n": "~2.5",
2101
                "zendframework/zend-loader": "~2.5",
2102
                "zendframework/zend-servicemanager": "~2.5",
2103
                "zendframework/zend-uri": "~2.5"
2104
            },
2105
            "suggest": {
2106
                "zendframework/zend-crypt": "Zend\\Crypt component",
2107
                "zendframework/zend-i18n": "Zend\\I18n component",
2108
                "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
2109
                "zendframework/zend-uri": "Zend\\Uri component for UriNormalize filter"
2110
            },
2111
            "type": "library",
2112
            "extra": {
2113
                "branch-alias": {
2114
                    "dev-master": "2.5-dev",
2115
                    "dev-develop": "2.6-dev"
2116
                }
2117
            },
2118
            "autoload": {
2119
                "psr-4": {
2120
                    "Zend\\Filter\\": "src/"
2121
                }
2122
            },
2123
            "notification-url": "http://packagist.org/downloads/",
2124
            "license": [
2125
                "BSD-3-Clause"
2126
            ],
2127
            "description": "provides a set of commonly needed data filters",
2128
            "homepage": "https://github.com/zendframework/zend-filter",
2129
            "keywords": [
2130
                "filter",
2131
                "zf2"
2132
            ],
2133
            "time": "2015-06-03 15:32:01"
2134
        },
2135
        {
2136
            "name": "zendframework/zend-i18n",
2137
            "version": "2.5.1",
2138
            "source": {
2139
                "type": "git",
2140
                "url": "https://github.com/zendframework/zend-i18n.git",
2141
                "reference": "509271eb7947e4aabebfc376104179cffea42696"
2142
            },
2143
            "dist": {
2144
                "type": "zip",
2145
                "url": "https://api.github.com/repos/zendframework/zend-i18n/zipball/509271eb7947e4aabebfc376104179cffea42696",
2146
                "reference": "509271eb7947e4aabebfc376104179cffea42696",
2147
                "shasum": ""
2148
            },
2149
            "require": {
2150
                "php": ">=5.3.23",
2151
                "zendframework/zend-stdlib": "~2.5"
2152
            },
2153
            "require-dev": {
2154
                "fabpot/php-cs-fixer": "1.7.*",
2155
                "phpunit/phpunit": "~4.0",
2156
                "zendframework/zend-cache": "~2.5",
2157
                "zendframework/zend-config": "~2.5",
2158
                "zendframework/zend-eventmanager": "~2.5",
2159
                "zendframework/zend-filter": "~2.5",
2160
                "zendframework/zend-servicemanager": "~2.5",
2161
                "zendframework/zend-validator": "~2.5",
2162
                "zendframework/zend-view": "~2.5"
2163
            },
2164
            "suggest": {
2165
                "ext-intl": "Required for most features of Zend\\I18n; included in default builds of PHP",
2166
                "zendframework/zend-cache": "Zend\\Cache component",
2167
                "zendframework/zend-config": "Zend\\Config component",
2168
                "zendframework/zend-eventmanager": "You should install this package to use the events in the translator",
2169
                "zendframework/zend-filter": "You should install this package to use the provided filters",
2170
                "zendframework/zend-resources": "Translation resources",
2171
                "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
2172
                "zendframework/zend-validator": "You should install this package to use the provided validators",
2173
                "zendframework/zend-view": "You should install this package to use the provided view helpers"
2174
            },
2175
            "type": "library",
2176
            "extra": {
2177
                "branch-alias": {
2178
                    "dev-master": "2.5-dev",
2179
                    "dev-develop": "2.6-dev"
2180
                }
2181
            },
2182
            "autoload": {
2183
                "psr-4": {
2184
                    "Zend\\I18n\\": "src/"
2185
                }
2186
            },
2187
            "notification-url": "http://packagist.org/downloads/",
2188
            "license": [
2189
                "BSD-3-Clause"
2190
            ],
2191
            "homepage": "https://github.com/zendframework/zend-i18n",
2192
            "keywords": [
2193
                "i18n",
2194
                "zf2"
2195
            ],
2196
            "time": "2015-06-03 15:32:01"
2197
        },
2198
        {
2199
            "name": "zendframework/zend-json",
2200
            "version": "2.5.1",
2201
            "source": {
2202
                "type": "git",
2203
                "url": "https://github.com/zendframework/zend-json.git",
2204
                "reference": "c74eaf17d2dd37dc1e964be8dfde05706a821ebc"
2205
            },
2206
            "dist": {
2207
                "type": "zip",
2208
                "url": "https://api.github.com/repos/zendframework/zend-json/zipball/c74eaf17d2dd37dc1e964be8dfde05706a821ebc",
2209
                "reference": "c74eaf17d2dd37dc1e964be8dfde05706a821ebc",
2210
                "shasum": ""
2211
            },
2212
            "require": {
2213
                "php": ">=5.3.23",
2214
                "zendframework/zend-stdlib": "~2.5"
2215
            },
2216
            "require-dev": {
2217
                "fabpot/php-cs-fixer": "1.7.*",
2218
                "phpunit/phpunit": "~4.0",
2219
                "zendframework/zend-http": "~2.5",
2220
                "zendframework/zend-server": "~2.5",
2221
                "zendframework/zendxml": "~1.0"
2222
            },
2223
            "suggest": {
2224
                "zendframework/zend-http": "Zend\\Http component",
2225
                "zendframework/zend-server": "Zend\\Server component",
2226
                "zendframework/zendxml": "To support Zend\\Json\\Json::fromXml() usage"
2227
            },
2228
            "type": "library",
2229
            "extra": {
2230
                "branch-alias": {
2231
                    "dev-master": "2.5-dev",
2232
                    "dev-develop": "2.6-dev"
2233
                }
2234
            },
2235
            "autoload": {
2236
                "psr-4": {
2237
                    "Zend\\Json\\": "src/"
2238
                }
2239
            },
2240
            "notification-url": "http://packagist.org/downloads/",
2241
            "license": [
2242
                "BSD-3-Clause"
2243
            ],
2244
            "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP",
2245
            "homepage": "https://github.com/zendframework/zend-json",
2246
            "keywords": [
2247
                "json",
2248
                "zf2"
2249
            ],
2250
            "time": "2015-06-03 15:32:01"
2251
        },
2252
        {
2253
            "name": "zendframework/zend-math",
2254
            "version": "2.5.1",
2255
            "source": {
2256
                "type": "git",
2257
                "url": "https://github.com/zendframework/zend-math.git",
2258
                "reference": "9f02a1ac4d3374d3332c80f9215deec9c71558fc"
2259
            },
2260
            "dist": {
2261
                "type": "zip",
2262
                "url": "https://api.github.com/repos/zendframework/zend-math/zipball/9f02a1ac4d3374d3332c80f9215deec9c71558fc",
2263
                "reference": "9f02a1ac4d3374d3332c80f9215deec9c71558fc",
2264
                "shasum": ""
2265
            },
2266
            "require": {
2267
                "php": ">=5.3.23"
2268
            },
2269
            "require-dev": {
2270
                "fabpot/php-cs-fixer": "1.7.*",
2271
                "ircmaxell/random-lib": "~1.1",
2272
                "phpunit/phpunit": "~4.0",
2273
                "zendframework/zend-servicemanager": "~2.5"
2274
            },
2275
            "suggest": {
2276
                "ext-bcmath": "If using the bcmath functionality",
2277
                "ext-gmp": "If using the gmp functionality",
2278
                "ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if OpenSSL/Mcrypt extensions are unavailable",
2279
                "zendframework/zend-servicemanager": ">= current version, if using the BigInteger::factory functionality"
2280
            },
2281
            "type": "library",
2282
            "extra": {
2283
                "branch-alias": {
2284
                    "dev-master": "2.5-dev",
2285
                    "dev-develop": "2.6-dev"
2286
                }
2287
            },
2288
            "autoload": {
2289
                "psr-4": {
2290
                    "Zend\\Math\\": "src/"
2291
                }
2292
            },
2293
            "notification-url": "http://packagist.org/downloads/",
2294
            "license": [
2295
                "BSD-3-Clause"
2296
            ],
2297
            "homepage": "https://github.com/zendframework/zend-math",
2298
            "keywords": [
2299
                "math",
2300
                "zf2"
2301
            ],
2302
            "time": "2015-06-03 15:32:02"
2303
        },
2304
        {
2305
            "name": "zendframework/zend-serializer",
2306
            "version": "2.5.1",
2307
            "source": {
2308
                "type": "git",
2309
                "url": "https://github.com/zendframework/zend-serializer.git",
2310
                "reference": "b7208eb17dc4a4fb3a660b85e6c4af035eeed40c"
2311
            },
2312
            "dist": {
2313
                "type": "zip",
2314
                "url": "https://api.github.com/repos/zendframework/zend-serializer/zipball/b7208eb17dc4a4fb3a660b85e6c4af035eeed40c",
2315
                "reference": "b7208eb17dc4a4fb3a660b85e6c4af035eeed40c",
2316
                "shasum": ""
2317
            },
2318
            "require": {
2319
                "php": ">=5.3.23",
2320
                "zendframework/zend-json": "~2.5",
2321
                "zendframework/zend-math": "~2.5",
2322
                "zendframework/zend-stdlib": "~2.5"
2323
            },
2324
            "require-dev": {
2325
                "fabpot/php-cs-fixer": "1.7.*",
2326
                "phpunit/phpunit": "~4.0",
2327
                "zendframework/zend-servicemanager": "~2.5"
2328
            },
2329
            "suggest": {
2330
                "zendframework/zend-servicemanager": "To support plugin manager support"
2331
            },
2332
            "type": "library",
2333
            "extra": {
2334
                "branch-alias": {
2335
                    "dev-master": "2.5-dev",
2336
                    "dev-develop": "2.6-dev"
2337
                }
2338
            },
2339
            "autoload": {
2340
                "psr-4": {
2341
                    "Zend\\Serializer\\": "src/"
2342
                }
2343
            },
2344
            "notification-url": "http://packagist.org/downloads/",
2345
            "license": [
2346
                "BSD-3-Clause"
2347
            ],
2348
            "description": "provides an adapter based interface to simply generate storable representation of PHP types by different facilities, and recover",
2349
            "homepage": "https://github.com/zendframework/zend-serializer",
2350
            "keywords": [
2351
                "serializer",
2352
                "zf2"
2353
            ],
2354
            "time": "2015-06-03 15:32:02"
2355
        },
2356
        {
2357
            "name": "zendframework/zend-servicemanager",
2358
            "version": "2.5.1",
2359
            "source": {
2360
                "type": "git",
2361
                "url": "https://github.com/zendframework/zend-servicemanager.git",
2362
                "reference": "3b22c403e351d92526c642cba0bd810bc22e1c56"
2363
            },
2364
            "dist": {
2365
                "type": "zip",
2366
                "url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/3b22c403e351d92526c642cba0bd810bc22e1c56",
2367
                "reference": "3b22c403e351d92526c642cba0bd810bc22e1c56",
2368
                "shasum": ""
2369
            },
2370
            "require": {
2371
                "php": ">=5.3.23"
2372
            },
2373
            "require-dev": {
2374
                "fabpot/php-cs-fixer": "1.7.*",
2375
                "phpunit/phpunit": "~4.0",
2376
                "zendframework/zend-di": "~2.5",
2377
                "zendframework/zend-mvc": "~2.5"
2378
            },
2379
            "suggest": {
2380
                "ocramius/proxy-manager": "ProxyManager 0.5.* to handle lazy initialization of services",
2381
                "zendframework/zend-di": "Zend\\Di component"
2382
            },
2383
            "type": "library",
2384
            "extra": {
2385
                "branch-alias": {
2386
                    "dev-master": "2.5-dev",
2387
                    "dev-develop": "2.6-dev"
2388
                }
2389
            },
2390
            "autoload": {
2391
                "psr-4": {
2392
                    "Zend\\ServiceManager\\": "src/"
2393
                }
2394
            },
2395
            "notification-url": "http://packagist.org/downloads/",
2396
            "license": [
2397
                "BSD-3-Clause"
2398
            ],
2399
            "homepage": "https://github.com/zendframework/zend-servicemanager",
2400
            "keywords": [
2401
                "servicemanager",
2402
                "zf2"
2403
            ],
2404
            "time": "2015-06-03 15:32:02"
2405
        },
2406
        {
2407
            "name": "zendframework/zend-stdlib",
2408
            "version": "2.5.1",
2409
            "source": {
2410
                "type": "git",
2411
                "url": "https://github.com/zendframework/zend-stdlib.git",
2412
                "reference": "cc8e90a60dd5d44b9730b77d07b97550091da1ae"
2413
            },
2414
            "dist": {
2415
                "type": "zip",
2416
                "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/cc8e90a60dd5d44b9730b77d07b97550091da1ae",
2417
                "reference": "cc8e90a60dd5d44b9730b77d07b97550091da1ae",
2418
                "shasum": ""
2419
            },
2420
            "require": {
2421
                "php": ">=5.3.23"
2422
            },
2423
            "require-dev": {
2424
                "fabpot/php-cs-fixer": "1.7.*",
2425
                "phpunit/phpunit": "~4.0",
2426
                "zendframework/zend-config": "~2.5",
2427
                "zendframework/zend-eventmanager": "~2.5",
2428
                "zendframework/zend-filter": "~2.5",
2429
                "zendframework/zend-inputfilter": "~2.5",
2430
                "zendframework/zend-serializer": "~2.5",
2431
                "zendframework/zend-servicemanager": "~2.5"
2432
            },
2433
            "suggest": {
2434
                "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
2435
                "zendframework/zend-filter": "To support naming strategy hydrator usage",
2436
                "zendframework/zend-serializer": "Zend\\Serializer component",
2437
                "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
2438
            },
2439
            "type": "library",
2440
            "extra": {
2441
                "branch-alias": {
2442
                    "dev-master": "2.5-dev",
2443
                    "dev-develop": "2.6-dev"
2444
                }
2445
            },
2446
            "autoload": {
2447
                "psr-4": {
2448
                    "Zend\\Stdlib\\": "src/"
2449
                }
2450
            },
2451
            "notification-url": "http://packagist.org/downloads/",
2452
            "license": [
2453
                "BSD-3-Clause"
2454
            ],
2455
            "homepage": "https://github.com/zendframework/zend-stdlib",
2456
            "keywords": [
2457
                "stdlib",
2458
                "zf2"
2459
            ],
2460
            "time": "2015-06-03 15:32:03"
2461
        },
2462
        {
2463
            "name": "zetacomponents/base",
2464
            "version": "1.9",
2465
            "source": {
2466
                "type": "git",
2467
                "url": "https://github.com/zetacomponents/Base.git",
2468
                "reference": "f20df24e8de3e48b6b69b2503f917e457281e687"
2469
            },
2470
            "dist": {
2471
                "type": "zip",
2472
                "url": "https://api.github.com/repos/zetacomponents/Base/zipball/f20df24e8de3e48b6b69b2503f917e457281e687",
2473
                "reference": "f20df24e8de3e48b6b69b2503f917e457281e687",
2474
                "shasum": ""
2475
            },
2476
            "require-dev": {
2477
                "zetacomponents/unit-test": "*"
2478
            },
2479
            "type": "library",
2480
            "autoload": {
2481
                "classmap": [
2482
                    "src"
2483
                ]
2484
            },
2485
            "notification-url": "https://packagist.org/downloads/",
2486
            "license": [
2487
                "Apache-2.0"
2488
            ],
2489
            "authors": [
2490
                {
2491
                    "name": "Sergey Alexeev"
2492
                },
2493
                {
2494
                    "name": "Sebastian Bergmann"
2495
                },
2496
                {
2497
                    "name": "Jan Borsodi"
2498
                },
2499
                {
2500
                    "name": "Raymond Bosman"
2501
                },
2502
                {
2503
                    "name": "Frederik Holljen"
2504
                },
2505
                {
2506
                    "name": "Kore Nordmann"
2507
                },
2508
                {
2509
                    "name": "Derick Rethans"
2510
                },
2511
                {
2512
                    "name": "Vadym Savchuk"
2513
                },
2514
                {
2515
                    "name": "Tobias Schlitt"
2516
                },
2517
                {
2518
                    "name": "Alexandru Stanoi"
2519
                }
2520
            ],
2521
            "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.",
2522
            "homepage": "https://github.com/zetacomponents",
2523
            "time": "2014-09-19 03:28:34"
2524
        },
2525
        {
2526
            "name": "zetacomponents/document",
2527
            "version": "1.3.1",
2528
            "source": {
2529
                "type": "git",
2530
                "url": "https://github.com/zetacomponents/Document.git",
2531
                "reference": "688abfde573cf3fe0730f82538fbd7aa9fc95bc8"
2532
            },
2533
            "dist": {
2534
                "type": "zip",
2535
                "url": "https://api.github.com/repos/zetacomponents/Document/zipball/688abfde573cf3fe0730f82538fbd7aa9fc95bc8",
2536
                "reference": "688abfde573cf3fe0730f82538fbd7aa9fc95bc8",
2537
                "shasum": ""
2538
            },
2539
            "require": {
2540
                "zetacomponents/base": "*"
2541
            },
2542
            "require-dev": {
2543
                "zetacomponents/unit-test": "dev-master"
2544
            },
2545
            "type": "library",
2546
            "autoload": {
2547
                "classmap": [
2548
                    "src"
2549
                ]
2550
            },
2551
            "notification-url": "https://packagist.org/downloads/",
2552
            "license": [
2553
                "Apache-2.0"
2554
            ],
2555
            "authors": [
2556
                {
2557
                    "name": "Sebastian Bergmann"
2558
                },
2559
                {
2560
                    "name": "Kore Nordmann"
2561
                },
2562
                {
2563
                    "name": "Derick Rethans"
2564
                },
2565
                {
2566
                    "name": "Tobias Schlitt"
2567
                },
2568
                {
2569
                    "name": "Alexandru Stanoi"
2570
                }
2571
            ],
2572
            "description": "The Document components provides a general conversion framework for different semantic document markup languages like XHTML, Docbook, RST and similar.",
2573
            "homepage": "https://github.com/zetacomponents",
2574
            "time": "2013-12-19 11:40:00"
2575
        }
2576
    ],
2577
    "packages-dev": [
2578
        {
2579
            "name": "behat/behat",
2580
            "version": "v3.0.0",
2581
            "source": {
2582
                "type": "git",
2583
                "url": "https://github.com/Behat/Behat.git",
2584
                "reference": "f5a6eb6c3d872870d310f238cc66c9b33ab73d9a"
2585
            },
2586
            "dist": {
2587
                "type": "zip",
2588
                "url": "https://api.github.com/repos/Behat/Behat/zipball/f5a6eb6c3d872870d310f238cc66c9b33ab73d9a",
2589
                "reference": "f5a6eb6c3d872870d310f238cc66c9b33ab73d9a",
2590
                "shasum": ""
2591
            },
2592
            "require": {
2593
                "behat/gherkin": "~4.1",
2594
                "behat/transliterator": "~1.0",
2595
                "php": ">=5.3.3",
2596
                "symfony/class-loader": "~2.1",
2597
                "symfony/config": "~2.3",
2598
                "symfony/console": "~2.1",
2599
                "symfony/dependency-injection": "~2.1",
2600
                "symfony/event-dispatcher": "~2.1",
2601
                "symfony/translation": "~2.1",
2602
                "symfony/yaml": "~2.1"
2603
            },
2604
            "require-dev": {
2605
                "phpspec/prophecy-phpunit": "~1.0",
2606
                "phpunit/phpunit": "~4.0.7",
2607
                "symfony/process": "~2.1"
2608
            },
2609
            "suggest": {
2610
                "behat/mink-extension": "for integration with Mink testing framework",
2611
                "behat/symfony2-extension": "for integration with Symfony2 web framework",
2612
                "behat/yii-extension": "for integration with Yii web framework"
2613
            },
2614
            "bin": [
2615
                "bin/behat"
2616
            ],
2617
            "type": "library",
2618
            "autoload": {
2619
                "psr-0": {
2620
                    "Behat\\Behat": "src/",
2621
                    "Behat\\Testwork": "src/"
2622
                }
2623
            },
2624
            "notification-url": "http://packagist.org/downloads/",
2625
            "license": [
2626
                "MIT"
2627
            ],
2628
            "authors": [
2629
                {
2630
                    "name": "Konstantin Kudryashov",
2631
                    "email": "[email protected]",
2632
                    "homepage": "http://everzet.com"
2633
                }
2634
            ],
2635
            "description": "Scenario-oriented BDD framework for PHP 5.3",
2636
            "homepage": "http://behat.org/",
2637
            "keywords": [
2638
                "Agile",
2639
                "BDD",
2640
                "ScenarioBDD",
2641
                "Scrum",
2642
                "StoryBDD",
2643
                "User story",
2644
                "business",
2645
                "development",
2646
                "documentation",
2647
                "examples",
2648
                "symfony",
2649
                "testing"
2650
            ],
2651
            "time": "2014-04-20 18:32:33"
2652
        },
2653
        {
2654
            "name": "behat/gherkin",
2655
            "version": "v4.4.5",
2656
            "source": {
2657
                "type": "git",
2658
                "url": "https://github.com/Behat/Gherkin.git",
2659
                "reference": "5c14cff4f955b17d20d088dec1bde61c0539ec74"
2660
            },
2661
            "dist": {
2662
                "type": "zip",
2663
                "url": "https://api.github.com/repos/Behat/Gherkin/zipball/5c14cff4f955b17d20d088dec1bde61c0539ec74",
2664
                "reference": "5c14cff4f955b17d20d088dec1bde61c0539ec74",
2665
                "shasum": ""
2666
            },
2667
            "require": {
2668
                "php": ">=5.3.1"
2669
            },
2670
            "require-dev": {
2671
                "phpunit/phpunit": "~4.5|~5",
2672
                "symfony/phpunit-bridge": "~2.7|~3",
2673
                "symfony/yaml": "~2.3|~3"
2674
            },
2675
            "suggest": {
2676
                "symfony/yaml": "If you want to parse features, represented in YAML files"
2677
            },
2678
            "type": "library",
2679
            "extra": {
2680
                "branch-alias": {
2681
                    "dev-master": "4.4-dev"
2682
                }
2683
            },
2684
            "autoload": {
2685
                "psr-0": {
2686
                    "Behat\\Gherkin": "src/"
2687
                }
2688
            },
2689
            "notification-url": "https://packagist.org/downloads/",
2690
            "license": [
2691
                "MIT"
2692
            ],
2693
            "authors": [
2694
                {
2695
                    "name": "Konstantin Kudryashov",
2696
                    "email": "[email protected]",
2697
                    "homepage": "http://everzet.com"
2698
                }
2699
            ],
2700
            "description": "Gherkin DSL parser for PHP 5.3",
2701
            "homepage": "http://behat.org/",
2702
            "keywords": [
2703
                "BDD",
2704
                "Behat",
2705
                "Cucumber",
2706
                "DSL",
2707
                "gherkin",
2708
                "parser"
2709
            ],
2710
            "time": "2016-10-30 11:50:56"
2711
        },
2712
        {
2713
            "name": "behat/transliterator",
2714
            "version": "v1.2.0",
2715
            "source": {
2716
                "type": "git",
2717
                "url": "https://github.com/Behat/Transliterator.git",
2718
                "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c"
2719
            },
2720
            "dist": {
2721
                "type": "zip",
2722
                "url": "https://api.github.com/repos/Behat/Transliterator/zipball/826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
2723
                "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
2724
                "shasum": ""
2725
            },
2726
            "require": {
2727
                "php": ">=5.3.3"
2728
            },
2729
            "require-dev": {
2730
                "chuyskywalker/rolling-curl": "^3.1",
2731
                "php-yaoi/php-yaoi": "^1.0"
2732
            },
2733
            "type": "library",
2734
            "extra": {
2735
                "branch-alias": {
2736
                    "dev-master": "1.2-dev"
2737
                }
2738
            },
2739
            "autoload": {
2740
                "psr-0": {
2741
                    "Behat\\Transliterator": "src/"
2742
                }
2743
            },
2744
            "notification-url": "https://packagist.org/downloads/",
2745
            "license": [
2746
                "Artistic-1.0"
2747
            ],
2748
            "description": "String transliterator",
2749
            "keywords": [
2750
                "i18n",
2751
                "slug",
2752
                "transliterator"
2753
            ],
2754
            "time": "2017-04-04 11:38:05"
2755
        },
2756
        {
2757
            "name": "doctrine/instantiator",
2758
            "version": "1.0.5",
2759
            "source": {
2760
                "type": "git",
2761
                "url": "https://github.com/doctrine/instantiator.git",
2762
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
2763
            },
2764
            "dist": {
2765
                "type": "zip",
2766
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
2767
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
2768
                "shasum": ""
2769
            },
2770
            "require": {
2771
                "php": ">=5.3,<8.0-DEV"
2772
            },
2773
            "require-dev": {
2774
                "athletic/athletic": "~0.1.8",
2775
                "ext-pdo": "*",
2776
                "ext-phar": "*",
2777
                "phpunit/phpunit": "~4.0",
2778
                "squizlabs/php_codesniffer": "~2.0"
2779
            },
2780
            "type": "library",
2781
            "extra": {
2782
                "branch-alias": {
2783
                    "dev-master": "1.0.x-dev"
2784
                }
2785
            },
2786
            "autoload": {
2787
                "psr-4": {
2788
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
2789
                }
2790
            },
2791
            "notification-url": "https://packagist.org/downloads/",
2792
            "license": [
2793
                "MIT"
2794
            ],
2795
            "authors": [
2796
                {
2797
                    "name": "Marco Pivetta",
2798
                    "email": "[email protected]",
2799
                    "homepage": "http://ocramius.github.com/"
2800
                }
2801
            ],
2802
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2803
            "homepage": "https://github.com/doctrine/instantiator",
2804
            "keywords": [
2805
                "constructor",
2806
                "instantiate"
2807
            ],
2808
            "time": "2015-06-14 21:17:01"
2809
        },
2810
        {
2811
            "name": "hamcrest/hamcrest-php",
2812
            "version": "v1.2.2",
2813
            "source": {
2814
                "type": "git",
2815
                "url": "https://github.com/hamcrest/hamcrest-php.git",
2816
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
2817
            },
2818
            "dist": {
2819
                "type": "zip",
2820
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
2821
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
2822
                "shasum": ""
2823
            },
2824
            "require": {
2825
                "php": ">=5.3.2"
2826
            },
2827
            "replace": {
2828
                "cordoval/hamcrest-php": "*",
2829
                "davedevelopment/hamcrest-php": "*",
2830
                "kodova/hamcrest-php": "*"
2831
            },
2832
            "require-dev": {
2833
                "phpunit/php-file-iterator": "1.3.3",
2834
                "satooshi/php-coveralls": "dev-master"
2835
            },
2836
            "type": "library",
2837
            "autoload": {
2838
                "classmap": [
2839
                    "hamcrest"
2840
                ],
2841
                "files": [
2842
                    "hamcrest/Hamcrest.php"
2843
                ]
2844
            },
2845
            "notification-url": "https://packagist.org/downloads/",
2846
            "license": [
2847
                "BSD"
2848
            ],
2849
            "description": "This is the PHP port of Hamcrest Matchers",
2850
            "keywords": [
2851
                "test"
2852
            ],
2853
            "time": "2015-05-11 14:41:42"
2854
        },
2855
        {
2856
            "name": "mikey179/vfsStream",
2857
            "version": "v1.6.4",
2858
            "source": {
2859
                "type": "git",
2860
                "url": "https://github.com/mikey179/vfsStream.git",
2861
                "reference": "0247f57b2245e8ad2e689d7cee754b45fbabd592"
2862
            },
2863
            "dist": {
2864
                "type": "zip",
2865
                "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/0247f57b2245e8ad2e689d7cee754b45fbabd592",
2866
                "reference": "0247f57b2245e8ad2e689d7cee754b45fbabd592",
2867
                "shasum": ""
2868
            },
2869
            "require": {
2870
                "php": ">=5.3.0"
2871
            },
2872
            "require-dev": {
2873
                "phpunit/phpunit": "~4.5"
2874
            },
2875
            "type": "library",
2876
            "extra": {
2877
                "branch-alias": {
2878
                    "dev-master": "1.6.x-dev"
2879
                }
2880
            },
2881
            "autoload": {
2882
                "psr-0": {
2883
                    "org\\bovigo\\vfs\\": "src/main/php"
2884
                }
2885
            },
2886
            "notification-url": "https://packagist.org/downloads/",
2887
            "license": [
2888
                "BSD-3-Clause"
2889
            ],
2890
            "authors": [
2891
                {
2892
                    "name": "Frank Kleine",
2893
                    "homepage": "http://frankkleine.de/",
2894
                    "role": "Developer"
2895
                }
2896
            ],
2897
            "description": "Virtual file system to mock the real file system in unit tests.",
2898
            "homepage": "http://vfs.bovigo.org/",
2899
            "time": "2016-07-18 14:02:57"
2900
        },
2901
        {
2902
            "name": "mockery/mockery",
2903
            "version": "0.9.x-dev",
2904
            "source": {
2905
                "type": "git",
2906
                "url": "https://github.com/mockery/mockery.git",
2907
                "reference": "483c43d92b6581ea7f8c330231d2dabf8b1ec51f"
2908
            },
2909
            "dist": {
2910
                "type": "zip",
2911
                "url": "https://api.github.com/repos/mockery/mockery/zipball/483c43d92b6581ea7f8c330231d2dabf8b1ec51f",
2912
                "reference": "483c43d92b6581ea7f8c330231d2dabf8b1ec51f",
2913
                "shasum": ""
2914
            },
2915
            "require": {
2916
                "hamcrest/hamcrest-php": "~1.1",
2917
                "lib-pcre": ">=7.0",
2918
                "php": ">=5.3.2"
2919
            },
2920
            "require-dev": {
2921
                "phpunit/phpunit": "~4.0"
2922
            },
2923
            "type": "library",
2924
            "extra": {
2925
                "branch-alias": {
2926
                    "dev-master": "0.9.x-dev"
2927
                }
2928
            },
2929
            "autoload": {
2930
                "psr-0": {
2931
                    "Mockery": "library/"
2932
                }
2933
            },
2934
            "notification-url": "https://packagist.org/downloads/",
2935
            "license": [
2936
                "BSD-3-Clause"
2937
            ],
2938
            "authors": [
2939
                {
2940
                    "name": "Pádraic Brady",
2941
                    "email": "[email protected]",
2942
                    "homepage": "http://blog.astrumfutura.com"
2943
                },
2944
                {
2945
                    "name": "Dave Marshall",
2946
                    "email": "[email protected]",
2947
                    "homepage": "http://davedevelopment.co.uk"
2948
                }
2949
            ],
2950
            "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.",
2951
            "homepage": "http://github.com/padraic/mockery",
2952
            "keywords": [
2953
                "BDD",
2954
                "TDD",
2955
                "library",
2956
                "mock",
2957
                "mock objects",
2958
                "mockery",
2959
                "stub",
2960
                "test",
2961
                "test double",
2962
                "testing"
2963
            ],
2964
            "time": "2017-04-07 09:06:30"
2965
        },
2966
        {
2967
            "name": "phpspec/prophecy",
2968
            "version": "v1.7.0",
2969
            "source": {
2970
                "type": "git",
2971
                "url": "https://github.com/phpspec/prophecy.git",
2972
                "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
2973
            },
2974
            "dist": {
2975
                "type": "zip",
2976
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
2977
                "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
2978
                "shasum": ""
2979
            },
2980
            "require": {
2981
                "doctrine/instantiator": "^1.0.2",
2982
                "php": "^5.3|^7.0",
2983
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
2984
                "sebastian/comparator": "^1.1|^2.0",
2985
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
2986
            },
2987
            "require-dev": {
2988
                "phpspec/phpspec": "^2.5|^3.2",
2989
                "phpunit/phpunit": "^4.8 || ^5.6.5"
2990
            },
2991
            "type": "library",
2992
            "extra": {
2993
                "branch-alias": {
2994
                    "dev-master": "1.6.x-dev"
2995
                }
2996
            },
2997
            "autoload": {
2998
                "psr-0": {
2999
                    "Prophecy\\": "src/"
3000
                }
3001
            },
3002
            "notification-url": "https://packagist.org/downloads/",
3003
            "license": [
3004
                "MIT"
3005
            ],
3006
            "authors": [
3007
                {
3008
                    "name": "Konstantin Kudryashov",
3009
                    "email": "[email protected]",
3010
                    "homepage": "http://everzet.com"
3011
                },
3012
                {
3013
                    "name": "Marcello Duarte",
3014
                    "email": "[email protected]"
3015
                }
3016
            ],
3017
            "description": "Highly opinionated mocking framework for PHP 5.3+",
3018
            "homepage": "https://github.com/phpspec/prophecy",
3019
            "keywords": [
3020
                "Double",
3021
                "Dummy",
3022
                "fake",
3023
                "mock",
3024
                "spy",
3025
                "stub"
3026
            ],
3027
            "time": "2017-03-02 20:05:34"
3028
        },
3029
        {
3030
            "name": "phpunit/php-code-coverage",
3031
            "version": "2.2.4",
3032
            "source": {
3033
                "type": "git",
3034
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3035
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
3036
            },
3037
            "dist": {
3038
                "type": "zip",
3039
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
3040
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
3041
                "shasum": ""
3042
            },
3043
            "require": {
3044
                "php": ">=5.3.3",
3045
                "phpunit/php-file-iterator": "~1.3",
3046
                "phpunit/php-text-template": "~1.2",
3047
                "phpunit/php-token-stream": "~1.3",
3048
                "sebastian/environment": "^1.3.2",
3049
                "sebastian/version": "~1.0"
3050
            },
3051
            "require-dev": {
3052
                "ext-xdebug": ">=2.1.4",
3053
                "phpunit/phpunit": "~4"
3054
            },
3055
            "suggest": {
3056
                "ext-dom": "*",
3057
                "ext-xdebug": ">=2.2.1",
3058
                "ext-xmlwriter": "*"
3059
            },
3060
            "type": "library",
3061
            "extra": {
3062
                "branch-alias": {
3063
                    "dev-master": "2.2.x-dev"
3064
                }
3065
            },
3066
            "autoload": {
3067
                "classmap": [
3068
                    "src/"
3069
                ]
3070
            },
3071
            "notification-url": "https://packagist.org/downloads/",
3072
            "license": [
3073
                "BSD-3-Clause"
3074
            ],
3075
            "authors": [
3076
                {
3077
                    "name": "Sebastian Bergmann",
3078
                    "email": "[email protected]",
3079
                    "role": "lead"
3080
                }
3081
            ],
3082
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3083
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3084
            "keywords": [
3085
                "coverage",
3086
                "testing",
3087
                "xunit"
3088
            ],
3089
            "time": "2015-10-06 15:47:00"
3090
        },
3091
        {
3092
            "name": "phpunit/php-file-iterator",
3093
            "version": "1.4.2",
3094
            "source": {
3095
                "type": "git",
3096
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
3097
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
3098
            },
3099
            "dist": {
3100
                "type": "zip",
3101
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
3102
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
3103
                "shasum": ""
3104
            },
3105
            "require": {
3106
                "php": ">=5.3.3"
3107
            },
3108
            "type": "library",
3109
            "extra": {
3110
                "branch-alias": {
3111
                    "dev-master": "1.4.x-dev"
3112
                }
3113
            },
3114
            "autoload": {
3115
                "classmap": [
3116
                    "src/"
3117
                ]
3118
            },
3119
            "notification-url": "https://packagist.org/downloads/",
3120
            "license": [
3121
                "BSD-3-Clause"
3122
            ],
3123
            "authors": [
3124
                {
3125
                    "name": "Sebastian Bergmann",
3126
                    "email": "[email protected]",
3127
                    "role": "lead"
3128
                }
3129
            ],
3130
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3131
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3132
            "keywords": [
3133
                "filesystem",
3134
                "iterator"
3135
            ],
3136
            "time": "2016-10-03 07:40:28"
3137
        },
3138
        {
3139
            "name": "phpunit/php-text-template",
3140
            "version": "1.2.1",
3141
            "source": {
3142
                "type": "git",
3143
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
3144
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
3145
            },
3146
            "dist": {
3147
                "type": "zip",
3148
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3149
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3150
                "shasum": ""
3151
            },
3152
            "require": {
3153
                "php": ">=5.3.3"
3154
            },
3155
            "type": "library",
3156
            "autoload": {
3157
                "classmap": [
3158
                    "src/"
3159
                ]
3160
            },
3161
            "notification-url": "https://packagist.org/downloads/",
3162
            "license": [
3163
                "BSD-3-Clause"
3164
            ],
3165
            "authors": [
3166
                {
3167
                    "name": "Sebastian Bergmann",
3168
                    "email": "[email protected]",
3169
                    "role": "lead"
3170
                }
3171
            ],
3172
            "description": "Simple template engine.",
3173
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3174
            "keywords": [
3175
                "template"
3176
            ],
3177
            "time": "2015-06-21 13:50:34"
3178
        },
3179
        {
3180
            "name": "phpunit/php-timer",
3181
            "version": "1.0.9",
3182
            "source": {
3183
                "type": "git",
3184
                "url": "https://github.com/sebastianbergmann/php-timer.git",
3185
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
3186
            },
3187
            "dist": {
3188
                "type": "zip",
3189
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
3190
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
3191
                "shasum": ""
3192
            },
3193
            "require": {
3194
                "php": "^5.3.3 || ^7.0"
3195
            },
3196
            "require-dev": {
3197
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
3198
            },
3199
            "type": "library",
3200
            "extra": {
3201
                "branch-alias": {
3202
                    "dev-master": "1.0-dev"
3203
                }
3204
            },
3205
            "autoload": {
3206
                "classmap": [
3207
                    "src/"
3208
                ]
3209
            },
3210
            "notification-url": "https://packagist.org/downloads/",
3211
            "license": [
3212
                "BSD-3-Clause"
3213
            ],
3214
            "authors": [
3215
                {
3216
                    "name": "Sebastian Bergmann",
3217
                    "email": "[email protected]",
3218
                    "role": "lead"
3219
                }
3220
            ],
3221
            "description": "Utility class for timing",
3222
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
3223
            "keywords": [
3224
                "timer"
3225
            ],
3226
            "time": "2017-02-26 11:10:40"
3227
        },
3228
        {
3229
            "name": "phpunit/php-token-stream",
3230
            "version": "1.4.11",
3231
            "source": {
3232
                "type": "git",
3233
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3234
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
3235
            },
3236
            "dist": {
3237
                "type": "zip",
3238
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
3239
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
3240
                "shasum": ""
3241
            },
3242
            "require": {
3243
                "ext-tokenizer": "*",
3244
                "php": ">=5.3.3"
3245
            },
3246
            "require-dev": {
3247
                "phpunit/phpunit": "~4.2"
3248
            },
3249
            "type": "library",
3250
            "extra": {
3251
                "branch-alias": {
3252
                    "dev-master": "1.4-dev"
3253
                }
3254
            },
3255
            "autoload": {
3256
                "classmap": [
3257
                    "src/"
3258
                ]
3259
            },
3260
            "notification-url": "https://packagist.org/downloads/",
3261
            "license": [
3262
                "BSD-3-Clause"
3263
            ],
3264
            "authors": [
3265
                {
3266
                    "name": "Sebastian Bergmann",
3267
                    "email": "[email protected]"
3268
                }
3269
            ],
3270
            "description": "Wrapper around PHP's tokenizer extension.",
3271
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3272
            "keywords": [
3273
                "tokenizer"
3274
            ],
3275
            "time": "2017-02-27 10:12:30"
3276
        },
3277
        {
3278
            "name": "phpunit/phpunit",
3279
            "version": "4.8.35",
3280
            "source": {
3281
                "type": "git",
3282
                "url": "https://github.com/sebastianbergmann/phpunit.git",
3283
                "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87"
3284
            },
3285
            "dist": {
3286
                "type": "zip",
3287
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/791b1a67c25af50e230f841ee7a9c6eba507dc87",
3288
                "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87",
3289
                "shasum": ""
3290
            },
3291
            "require": {
3292
                "ext-dom": "*",
3293
                "ext-json": "*",
3294
                "ext-pcre": "*",
3295
                "ext-reflection": "*",
3296
                "ext-spl": "*",
3297
                "php": ">=5.3.3",
3298
                "phpspec/prophecy": "^1.3.1",
3299
                "phpunit/php-code-coverage": "~2.1",
3300
                "phpunit/php-file-iterator": "~1.4",
3301
                "phpunit/php-text-template": "~1.2",
3302
                "phpunit/php-timer": "^1.0.6",
3303
                "phpunit/phpunit-mock-objects": "~2.3",
3304
                "sebastian/comparator": "~1.2.2",
3305
                "sebastian/diff": "~1.2",
3306
                "sebastian/environment": "~1.3",
3307
                "sebastian/exporter": "~1.2",
3308
                "sebastian/global-state": "~1.0",
3309
                "sebastian/version": "~1.0",
3310
                "symfony/yaml": "~2.1|~3.0"
3311
            },
3312
            "suggest": {
3313
                "phpunit/php-invoker": "~1.1"
3314
            },
3315
            "bin": [
3316
                "phpunit"
3317
            ],
3318
            "type": "library",
3319
            "extra": {
3320
                "branch-alias": {
3321
                    "dev-master": "4.8.x-dev"
3322
                }
3323
            },
3324
            "autoload": {
3325
                "classmap": [
3326
                    "src/"
3327
                ]
3328
            },
3329
            "notification-url": "https://packagist.org/downloads/",
3330
            "license": [
3331
                "BSD-3-Clause"
3332
            ],
3333
            "authors": [
3334
                {
3335
                    "name": "Sebastian Bergmann",
3336
                    "email": "[email protected]",
3337
                    "role": "lead"
3338
                }
3339
            ],
3340
            "description": "The PHP Unit Testing framework.",
3341
            "homepage": "https://phpunit.de/",
3342
            "keywords": [
3343
                "phpunit",
3344
                "testing",
3345
                "xunit"
3346
            ],
3347
            "time": "2017-02-06 05:18:07"
3348
        },
3349
        {
3350
            "name": "phpunit/phpunit-mock-objects",
3351
            "version": "2.3.8",
3352
            "source": {
3353
                "type": "git",
3354
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
3355
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
3356
            },
3357
            "dist": {
3358
                "type": "zip",
3359
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
3360
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
3361
                "shasum": ""
3362
            },
3363
            "require": {
3364
                "doctrine/instantiator": "^1.0.2",
3365
                "php": ">=5.3.3",
3366
                "phpunit/php-text-template": "~1.2",
3367
                "sebastian/exporter": "~1.2"
3368
            },
3369
            "require-dev": {
3370
                "phpunit/phpunit": "~4.4"
3371
            },
3372
            "suggest": {
3373
                "ext-soap": "*"
3374
            },
3375
            "type": "library",
3376
            "extra": {
3377
                "branch-alias": {
3378
                    "dev-master": "2.3.x-dev"
3379
                }
3380
            },
3381
            "autoload": {
3382
                "classmap": [
3383
                    "src/"
3384
                ]
3385
            },
3386
            "notification-url": "https://packagist.org/downloads/",
3387
            "license": [
3388
                "BSD-3-Clause"
3389
            ],
3390
            "authors": [
3391
                {
3392
                    "name": "Sebastian Bergmann",
3393
                    "email": "[email protected]",
3394
                    "role": "lead"
3395
                }
3396
            ],
3397
            "description": "Mock Object library for PHPUnit",
3398
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
3399
            "keywords": [
3400
                "mock",
3401
                "xunit"
3402
            ],
3403
            "time": "2015-10-02 06:51:40"
3404
        },
3405
        {
3406
            "name": "sebastian/comparator",
3407
            "version": "1.2.4",
3408
            "source": {
3409
                "type": "git",
3410
                "url": "https://github.com/sebastianbergmann/comparator.git",
3411
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
3412
            },
3413
            "dist": {
3414
                "type": "zip",
3415
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
3416
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
3417
                "shasum": ""
3418
            },
3419
            "require": {
3420
                "php": ">=5.3.3",
3421
                "sebastian/diff": "~1.2",
3422
                "sebastian/exporter": "~1.2 || ~2.0"
3423
            },
3424
            "require-dev": {
3425
                "phpunit/phpunit": "~4.4"
3426
            },
3427
            "type": "library",
3428
            "extra": {
3429
                "branch-alias": {
3430
                    "dev-master": "1.2.x-dev"
3431
                }
3432
            },
3433
            "autoload": {
3434
                "classmap": [
3435
                    "src/"
3436
                ]
3437
            },
3438
            "notification-url": "https://packagist.org/downloads/",
3439
            "license": [
3440
                "BSD-3-Clause"
3441
            ],
3442
            "authors": [
3443
                {
3444
                    "name": "Jeff Welch",
3445
                    "email": "[email protected]"
3446
                },
3447
                {
3448
                    "name": "Volker Dusch",
3449
                    "email": "[email protected]"
3450
                },
3451
                {
3452
                    "name": "Bernhard Schussek",
3453
                    "email": "[email protected]"
3454
                },
3455
                {
3456
                    "name": "Sebastian Bergmann",
3457
                    "email": "[email protected]"
3458
                }
3459
            ],
3460
            "description": "Provides the functionality to compare PHP values for equality",
3461
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
3462
            "keywords": [
3463
                "comparator",
3464
                "compare",
3465
                "equality"
3466
            ],
3467
            "time": "2017-01-29 09:50:25"
3468
        },
3469
        {
3470
            "name": "sebastian/diff",
3471
            "version": "1.4.1",
3472
            "source": {
3473
                "type": "git",
3474
                "url": "https://github.com/sebastianbergmann/diff.git",
3475
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
3476
            },
3477
            "dist": {
3478
                "type": "zip",
3479
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
3480
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
3481
                "shasum": ""
3482
            },
3483
            "require": {
3484
                "php": ">=5.3.3"
3485
            },
3486
            "require-dev": {
3487
                "phpunit/phpunit": "~4.8"
3488
            },
3489
            "type": "library",
3490
            "extra": {
3491
                "branch-alias": {
3492
                    "dev-master": "1.4-dev"
3493
                }
3494
            },
3495
            "autoload": {
3496
                "classmap": [
3497
                    "src/"
3498
                ]
3499
            },
3500
            "notification-url": "https://packagist.org/downloads/",
3501
            "license": [
3502
                "BSD-3-Clause"
3503
            ],
3504
            "authors": [
3505
                {
3506
                    "name": "Kore Nordmann",
3507
                    "email": "[email protected]"
3508
                },
3509
                {
3510
                    "name": "Sebastian Bergmann",
3511
                    "email": "[email protected]"
3512
                }
3513
            ],
3514
            "description": "Diff implementation",
3515
            "homepage": "https://github.com/sebastianbergmann/diff",
3516
            "keywords": [
3517
                "diff"
3518
            ],
3519
            "time": "2015-12-08 07:14:41"
3520
        },
3521
        {
3522
            "name": "sebastian/environment",
3523
            "version": "1.3.8",
3524
            "source": {
3525
                "type": "git",
3526
                "url": "https://github.com/sebastianbergmann/environment.git",
3527
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
3528
            },
3529
            "dist": {
3530
                "type": "zip",
3531
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
3532
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
3533
                "shasum": ""
3534
            },
3535
            "require": {
3536
                "php": "^5.3.3 || ^7.0"
3537
            },
3538
            "require-dev": {
3539
                "phpunit/phpunit": "^4.8 || ^5.0"
3540
            },
3541
            "type": "library",
3542
            "extra": {
3543
                "branch-alias": {
3544
                    "dev-master": "1.3.x-dev"
3545
                }
3546
            },
3547
            "autoload": {
3548
                "classmap": [
3549
                    "src/"
3550
                ]
3551
            },
3552
            "notification-url": "https://packagist.org/downloads/",
3553
            "license": [
3554
                "BSD-3-Clause"
3555
            ],
3556
            "authors": [
3557
                {
3558
                    "name": "Sebastian Bergmann",
3559
                    "email": "[email protected]"
3560
                }
3561
            ],
3562
            "description": "Provides functionality to handle HHVM/PHP environments",
3563
            "homepage": "http://www.github.com/sebastianbergmann/environment",
3564
            "keywords": [
3565
                "Xdebug",
3566
                "environment",
3567
                "hhvm"
3568
            ],
3569
            "time": "2016-08-18 05:49:44"
3570
        },
3571
        {
3572
            "name": "sebastian/exporter",
3573
            "version": "1.2.2",
3574
            "source": {
3575
                "type": "git",
3576
                "url": "https://github.com/sebastianbergmann/exporter.git",
3577
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
3578
            },
3579
            "dist": {
3580
                "type": "zip",
3581
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
3582
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
3583
                "shasum": ""
3584
            },
3585
            "require": {
3586
                "php": ">=5.3.3",
3587
                "sebastian/recursion-context": "~1.0"
3588
            },
3589
            "require-dev": {
3590
                "ext-mbstring": "*",
3591
                "phpunit/phpunit": "~4.4"
3592
            },
3593
            "type": "library",
3594
            "extra": {
3595
                "branch-alias": {
3596
                    "dev-master": "1.3.x-dev"
3597
                }
3598
            },
3599
            "autoload": {
3600
                "classmap": [
3601
                    "src/"
3602
                ]
3603
            },
3604
            "notification-url": "https://packagist.org/downloads/",
3605
            "license": [
3606
                "BSD-3-Clause"
3607
            ],
3608
            "authors": [
3609
                {
3610
                    "name": "Jeff Welch",
3611
                    "email": "[email protected]"
3612
                },
3613
                {
3614
                    "name": "Volker Dusch",
3615
                    "email": "[email protected]"
3616
                },
3617
                {
3618
                    "name": "Bernhard Schussek",
3619
                    "email": "[email protected]"
3620
                },
3621
                {
3622
                    "name": "Sebastian Bergmann",
3623
                    "email": "[email protected]"
3624
                },
3625
                {
3626
                    "name": "Adam Harvey",
3627
                    "email": "[email protected]"
3628
                }
3629
            ],
3630
            "description": "Provides the functionality to export PHP variables for visualization",
3631
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
3632
            "keywords": [
3633
                "export",
3634
                "exporter"
3635
            ],
3636
            "time": "2016-06-17 09:04:28"
3637
        },
3638
        {
3639
            "name": "sebastian/global-state",
3640
            "version": "1.1.1",
3641
            "source": {
3642
                "type": "git",
3643
                "url": "https://github.com/sebastianbergmann/global-state.git",
3644
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
3645
            },
3646
            "dist": {
3647
                "type": "zip",
3648
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
3649
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
3650
                "shasum": ""
3651
            },
3652
            "require": {
3653
                "php": ">=5.3.3"
3654
            },
3655
            "require-dev": {
3656
                "phpunit/phpunit": "~4.2"
3657
            },
3658
            "suggest": {
3659
                "ext-uopz": "*"
3660
            },
3661
            "type": "library",
3662
            "extra": {
3663
                "branch-alias": {
3664
                    "dev-master": "1.0-dev"
3665
                }
3666
            },
3667
            "autoload": {
3668
                "classmap": [
3669
                    "src/"
3670
                ]
3671
            },
3672
            "notification-url": "https://packagist.org/downloads/",
3673
            "license": [
3674
                "BSD-3-Clause"
3675
            ],
3676
            "authors": [
3677
                {
3678
                    "name": "Sebastian Bergmann",
3679
                    "email": "[email protected]"
3680
                }
3681
            ],
3682
            "description": "Snapshotting of global state",
3683
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
3684
            "keywords": [
3685
                "global state"
3686
            ],
3687
            "time": "2015-10-12 03:26:01"
3688
        },
3689
        {
3690
            "name": "sebastian/recursion-context",
3691
            "version": "1.0.5",
3692
            "source": {
3693
                "type": "git",
3694
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
3695
                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
3696
            },
3697
            "dist": {
3698
                "type": "zip",
3699
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
3700
                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
3701
                "shasum": ""
3702
            },
3703
            "require": {
3704
                "php": ">=5.3.3"
3705
            },
3706
            "require-dev": {
3707
                "phpunit/phpunit": "~4.4"
3708
            },
3709
            "type": "library",
3710
            "extra": {
3711
                "branch-alias": {
3712
                    "dev-master": "1.0.x-dev"
3713
                }
3714
            },
3715
            "autoload": {
3716
                "classmap": [
3717
                    "src/"
3718
                ]
3719
            },
3720
            "notification-url": "https://packagist.org/downloads/",
3721
            "license": [
3722
                "BSD-3-Clause"
3723
            ],
3724
            "authors": [
3725
                {
3726
                    "name": "Jeff Welch",
3727
                    "email": "[email protected]"
3728
                },
3729
                {
3730
                    "name": "Sebastian Bergmann",
3731
                    "email": "[email protected]"
3732
                },
3733
                {
3734
                    "name": "Adam Harvey",
3735
                    "email": "[email protected]"
3736
                }
3737
            ],
3738
            "description": "Provides functionality to recursively process PHP variables",
3739
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3740
            "time": "2016-10-03 07:41:43"
3741
        },
3742
        {
3743
            "name": "sebastian/version",
3744
            "version": "1.0.6",
3745
            "source": {
3746
                "type": "git",
3747
                "url": "https://github.com/sebastianbergmann/version.git",
3748
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
3749
            },
3750
            "dist": {
3751
                "type": "zip",
3752
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
3753
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
3754
                "shasum": ""
3755
            },
3756
            "type": "library",
3757
            "autoload": {
3758
                "classmap": [
3759
                    "src/"
3760
                ]
3761
            },
3762
            "notification-url": "https://packagist.org/downloads/",
3763
            "license": [
3764
                "BSD-3-Clause"
3765
            ],
3766
            "authors": [
3767
                {
3768
                    "name": "Sebastian Bergmann",
3769
                    "email": "[email protected]",
3770
                    "role": "lead"
3771
                }
3772
            ],
3773
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3774
            "homepage": "https://github.com/sebastianbergmann/version",
3775
            "time": "2015-06-21 13:59:46"
3776
        },
3777
        {
3778
            "name": "squizlabs/php_codesniffer",
3779
            "version": "1.5.6",
3780
            "source": {
3781
                "type": "git",
3782
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
3783
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5"
3784
            },
3785
            "dist": {
3786
                "type": "zip",
3787
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6f3e42d311b882b25b4d409d23a289f4d3b803d5",
3788
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5",
3789
                "shasum": ""
3790
            },
3791
            "require": {
3792
                "ext-tokenizer": "*",
3793
                "php": ">=5.1.2"
3794
            },
3795
            "suggest": {
3796
                "phpunit/php-timer": "dev-master"
3797
            },
3798
            "bin": [
3799
                "scripts/phpcs"
3800
            ],
3801
            "type": "library",
3802
            "extra": {
3803
                "branch-alias": {
3804
                    "dev-phpcs-fixer": "2.0.x-dev"
3805
                }
3806
            },
3807
            "autoload": {
3808
                "classmap": [
3809
                    "CodeSniffer.php",
3810
                    "CodeSniffer/CLI.php",
3811
                    "CodeSniffer/Exception.php",
3812
                    "CodeSniffer/File.php",
3813
                    "CodeSniffer/Report.php",
3814
                    "CodeSniffer/Reporting.php",
3815
                    "CodeSniffer/Sniff.php",
3816
                    "CodeSniffer/Tokens.php",
3817
                    "CodeSniffer/Reports/",
3818
                    "CodeSniffer/CommentParser/",
3819
                    "CodeSniffer/Tokenizers/",
3820
                    "CodeSniffer/DocGenerators/",
3821
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
3822
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
3823
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
3824
                    "CodeSniffer/Standards/IncorrectPatternException.php",
3825
                    "CodeSniffer/Standards/Generic/Sniffs/",
3826
                    "CodeSniffer/Standards/MySource/Sniffs/",
3827
                    "CodeSniffer/Standards/PEAR/Sniffs/",
3828
                    "CodeSniffer/Standards/PSR1/Sniffs/",
3829
                    "CodeSniffer/Standards/PSR2/Sniffs/",
3830
                    "CodeSniffer/Standards/Squiz/Sniffs/",
3831
                    "CodeSniffer/Standards/Zend/Sniffs/"
3832
                ]
3833
            },
3834
            "notification-url": "https://packagist.org/downloads/",
3835
            "license": [
3836
                "BSD-3-Clause"
3837
            ],
3838
            "authors": [
3839
                {
3840
                    "name": "Greg Sherwood",
3841
                    "role": "lead"
3842
                }
3843
            ],
3844
            "description": "PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
3845
            "homepage": "http://www.squizlabs.com/php-codesniffer",
3846
            "keywords": [
3847
                "phpcs",
3848
                "standards"
3849
            ],
3850
            "time": "2014-12-04 22:32:15"
3851
        },
3852
        {
3853
            "name": "symfony/class-loader",
3854
            "version": "v2.8.20",
3855
            "source": {
3856
                "type": "git",
3857
                "url": "https://github.com/symfony/class-loader.git",
3858
                "reference": "6789dc86c94c5686d90aa416ef63eb911e73fd26"
3859
            },
3860
            "dist": {
3861
                "type": "zip",
3862
                "url": "https://api.github.com/repos/symfony/class-loader/zipball/6789dc86c94c5686d90aa416ef63eb911e73fd26",
3863
                "reference": "6789dc86c94c5686d90aa416ef63eb911e73fd26",
3864
                "shasum": ""
3865
            },
3866
            "require": {
3867
                "php": ">=5.3.9",
3868
                "symfony/polyfill-apcu": "~1.1"
3869
            },
3870
            "require-dev": {
3871
                "symfony/finder": "^2.0.5|~3.0.0"
3872
            },
3873
            "type": "library",
3874
            "extra": {
3875
                "branch-alias": {
3876
                    "dev-master": "2.8-dev"
3877
                }
3878
            },
3879
            "autoload": {
3880
                "psr-4": {
3881
                    "Symfony\\Component\\ClassLoader\\": ""
3882
                },
3883
                "exclude-from-classmap": [
3884
                    "/Tests/"
3885
                ]
3886
            },
3887
            "notification-url": "http://packagist.org/downloads/",
3888
            "license": [
3889
                "MIT"
3890
            ],
3891
            "authors": [
3892
                {
3893
                    "name": "Fabien Potencier",
3894
                    "email": "[email protected]"
3895
                },
3896
                {
3897
                    "name": "Symfony Community",
3898
                    "homepage": "https://symfony.com/contributors"
3899
                }
3900
            ],
3901
            "description": "Symfony ClassLoader Component",
3902
            "homepage": "https://symfony.com",
3903
            "time": "2017-04-12 14:07:15"
3904
        },
3905
        {
3906
            "name": "symfony/dependency-injection",
3907
            "version": "v2.8.20",
3908
            "source": {
3909
                "type": "git",
3910
                "url": "https://github.com/symfony/dependency-injection.git",
3911
                "reference": "e1c722dfe4dd04453aeb6b7a6deefb400c878394"
3912
            },
3913
            "dist": {
3914
                "type": "zip",
3915
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/e1c722dfe4dd04453aeb6b7a6deefb400c878394",
3916
                "reference": "e1c722dfe4dd04453aeb6b7a6deefb400c878394",
3917
                "shasum": ""
3918
            },
3919
            "require": {
3920
                "php": ">=5.3.9"
3921
            },
3922
            "conflict": {
3923
                "symfony/expression-language": "<2.6"
3924
            },
3925
            "require-dev": {
3926
                "symfony/config": "~2.2|~3.0.0",
3927
                "symfony/expression-language": "~2.6|~3.0.0",
3928
                "symfony/yaml": "~2.3.42|~2.7.14|~2.8.7|~3.0.7"
3929
            },
3930
            "suggest": {
3931
                "symfony/config": "",
3932
                "symfony/expression-language": "For using expressions in service container configuration",
3933
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
3934
                "symfony/yaml": ""
3935
            },
3936
            "type": "library",
3937
            "extra": {
3938
                "branch-alias": {
3939
                    "dev-master": "2.8-dev"
3940
                }
3941
            },
3942
            "autoload": {
3943
                "psr-4": {
3944
                    "Symfony\\Component\\DependencyInjection\\": ""
3945
                },
3946
                "exclude-from-classmap": [
3947
                    "/Tests/"
3948
                ]
3949
            },
3950
            "notification-url": "http://packagist.org/downloads/",
3951
            "license": [
3952
                "MIT"
3953
            ],
3954
            "authors": [
3955
                {
3956
                    "name": "Fabien Potencier",
3957
                    "email": "[email protected]"
3958
                },
3959
                {
3960
                    "name": "Symfony Community",
3961
                    "homepage": "https://symfony.com/contributors"
3962
                }
3963
            ],
3964
            "description": "Symfony DependencyInjection Component",
3965
            "homepage": "https://symfony.com",
3966
            "time": "2017-04-26 01:38:53"
3967
        },
3968
        {
3969
            "name": "symfony/expression-language",
3970
            "version": "v2.8.20",
3971
            "source": {
3972
                "type": "git",
3973
                "url": "https://github.com/symfony/expression-language.git",
3974
                "reference": "3de003c1d37ab8a8432ccd112d52228bf0fce134"
3975
            },
3976
            "dist": {
3977
                "type": "zip",
3978
                "url": "https://api.github.com/repos/symfony/expression-language/zipball/3de003c1d37ab8a8432ccd112d52228bf0fce134",
3979
                "reference": "3de003c1d37ab8a8432ccd112d52228bf0fce134",
3980
                "shasum": ""
3981
            },
3982
            "require": {
3983
                "php": ">=5.3.9"
3984
            },
3985
            "type": "library",
3986
            "extra": {
3987
                "branch-alias": {
3988
                    "dev-master": "2.8-dev"
3989
                }
3990
            },
3991
            "autoload": {
3992
                "psr-4": {
3993
                    "Symfony\\Component\\ExpressionLanguage\\": ""
3994
                },
3995
                "exclude-from-classmap": [
3996
                    "/Tests/"
3997
                ]
3998
            },
3999
            "notification-url": "https://packagist.org/downloads/",
4000
            "license": [
4001
                "MIT"
4002
            ],
4003
            "authors": [
4004
                {
4005
                    "name": "Fabien Potencier",
4006
                    "email": "[email protected]"
4007
                },
4008
                {
4009
                    "name": "Symfony Community",
4010
                    "homepage": "https://symfony.com/contributors"
4011
                }
4012
            ],
4013
            "description": "Symfony ExpressionLanguage Component",
4014
            "homepage": "https://symfony.com",
4015
            "time": "2017-05-01 14:31:55"
4016
        },
4017
        {
4018
            "name": "symfony/polyfill-apcu",
4019
            "version": "v1.3.0",
4020
            "source": {
4021
                "type": "git",
4022
                "url": "https://github.com/symfony/polyfill-apcu.git",
4023
                "reference": "5d4474f447403c3348e37b70acc2b95475b7befa"
4024
            },
4025
            "dist": {
4026
                "type": "zip",
4027
                "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/5d4474f447403c3348e37b70acc2b95475b7befa",
4028
                "reference": "5d4474f447403c3348e37b70acc2b95475b7befa",
4029
                "shasum": ""
4030
            },
4031
            "require": {
4032
                "php": ">=5.3.3"
4033
            },
4034
            "type": "library",
4035
            "extra": {
4036
                "branch-alias": {
4037
                    "dev-master": "1.3-dev"
4038
                }
4039
            },
4040
            "autoload": {
4041
                "files": [
4042
                    "bootstrap.php"
4043
                ]
4044
            },
4045
            "notification-url": "http://packagist.org/downloads/",
4046
            "license": [
4047
                "MIT"
4048
            ],
4049
            "authors": [
4050
                {
4051
                    "name": "Nicolas Grekas",
4052
                    "email": "[email protected]"
4053
                },
4054
                {
4055
                    "name": "Symfony Community",
4056
                    "homepage": "https://symfony.com/contributors"
4057
                }
4058
            ],
4059
            "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
4060
            "homepage": "https://symfony.com",
4061
            "keywords": [
4062
                "apcu",
4063
                "compatibility",
4064
                "polyfill",
4065
                "portable",
4066
                "shim"
4067
            ],
4068
            "time": "2016-11-14 01:06:16"
4069
        },
4070
        {
4071
            "name": "symfony/yaml",
4072
            "version": "v2.8.20",
4073
            "source": {
4074
                "type": "git",
4075
                "url": "https://github.com/symfony/yaml.git",
4076
                "reference": "93ccdde79f4b079c7558da4656a3cb1c50c68e02"
4077
            },
4078
            "dist": {
4079
                "type": "zip",
4080
                "url": "https://api.github.com/repos/symfony/yaml/zipball/93ccdde79f4b079c7558da4656a3cb1c50c68e02",
4081
                "reference": "93ccdde79f4b079c7558da4656a3cb1c50c68e02",
4082
                "shasum": ""
4083
            },
4084
            "require": {
4085
                "php": ">=5.3.9"
4086
            },
4087
            "type": "library",
4088
            "extra": {
4089
                "branch-alias": {
4090
                    "dev-master": "2.8-dev"
4091
                }
4092
            },
4093
            "autoload": {
4094
                "psr-4": {
4095
                    "Symfony\\Component\\Yaml\\": ""
4096
                },
4097
                "exclude-from-classmap": [
4098
                    "/Tests/"
4099
                ]
4100
            },
4101
            "notification-url": "http://packagist.org/downloads/",
4102
            "license": [
4103
                "MIT"
4104
            ],
4105
            "authors": [
4106
                {
4107
                    "name": "Fabien Potencier",
4108
                    "email": "[email protected]"
4109
                },
4110
                {
4111
                    "name": "Symfony Community",
4112
                    "homepage": "https://symfony.com/contributors"
4113
                }
4114
            ],
4115
            "description": "Symfony Yaml Component",
4116
            "homepage": "https://symfony.com",
4117
            "time": "2017-05-01 14:31:55"
4118
        }
4119
    ],
4120
    "aliases": [],
4121
    "minimum-stability": "stable",
4122
    "stability-flags": {
4123
        "mockery/mockery": 20
4124
    },
4125
    "prefer-stable": false,
4126
    "prefer-lowest": false,
4127
    "platform": {
4128
        "php": ">=5.3.3"
4129
    },
4130
    "platform-dev": []
4131
}
4132