Completed
Push — master ( 6f9ec5...e03a57 )
by
unknown
01:56
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
    "content-hash": "fe2a68aad10a5f521ba8906caaa2df17",
8
    "packages": [
9
        {
10
            "name": "symfony/yaml",
11
            "version": "v3.2.6",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/symfony/yaml.git",
15
                "reference": "093e416ad096355149e265ea2e4cc1f9ee40ab1a"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/symfony/yaml/zipball/093e416ad096355149e265ea2e4cc1f9ee40ab1a",
20
                "reference": "093e416ad096355149e265ea2e4cc1f9ee40ab1a",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": ">=5.5.9"
25
            },
26
            "require-dev": {
27
                "symfony/console": "~2.8|~3.0"
28
            },
29
            "suggest": {
30
                "symfony/console": "For validating YAML files using the lint command"
31
            },
32
            "type": "library",
33
            "extra": {
34
                "branch-alias": {
35
                    "dev-master": "3.2-dev"
36
                }
37
            },
38
            "autoload": {
39
                "psr-4": {
40
                    "Symfony\\Component\\Yaml\\": ""
41
                },
42
                "exclude-from-classmap": [
43
                    "/Tests/"
44
                ]
45
            },
46
            "notification-url": "https://packagist.org/downloads/",
47
            "license": [
48
                "MIT"
49
            ],
50
            "authors": [
51
                {
52
                    "name": "Fabien Potencier",
53
                    "email": "[email protected]"
54
                },
55
                {
56
                    "name": "Symfony Community",
57
                    "homepage": "https://symfony.com/contributors"
58
                }
59
            ],
60
            "description": "Symfony Yaml Component",
61
            "homepage": "https://symfony.com",
62
            "time": "2017-03-07T16:47:02+00:00"
63
        }
64
    ],
65
    "packages-dev": [
66
        {
67
            "name": "behat/gherkin",
68
            "version": "v4.4.5",
69
            "source": {
70
                "type": "git",
71
                "url": "https://github.com/Behat/Gherkin.git",
72
                "reference": "5c14cff4f955b17d20d088dec1bde61c0539ec74"
73
            },
74
            "dist": {
75
                "type": "zip",
76
                "url": "https://api.github.com/repos/Behat/Gherkin/zipball/5c14cff4f955b17d20d088dec1bde61c0539ec74",
77
                "reference": "5c14cff4f955b17d20d088dec1bde61c0539ec74",
78
                "shasum": ""
79
            },
80
            "require": {
81
                "php": ">=5.3.1"
82
            },
83
            "require-dev": {
84
                "phpunit/phpunit": "~4.5|~5",
85
                "symfony/phpunit-bridge": "~2.7|~3",
86
                "symfony/yaml": "~2.3|~3"
87
            },
88
            "suggest": {
89
                "symfony/yaml": "If you want to parse features, represented in YAML files"
90
            },
91
            "type": "library",
92
            "extra": {
93
                "branch-alias": {
94
                    "dev-master": "4.4-dev"
95
                }
96
            },
97
            "autoload": {
98
                "psr-0": {
99
                    "Behat\\Gherkin": "src/"
100
                }
101
            },
102
            "notification-url": "https://packagist.org/downloads/",
103
            "license": [
104
                "MIT"
105
            ],
106
            "authors": [
107
                {
108
                    "name": "Konstantin Kudryashov",
109
                    "email": "[email protected]",
110
                    "homepage": "http://everzet.com"
111
                }
112
            ],
113
            "description": "Gherkin DSL parser for PHP 5.3",
114
            "homepage": "http://behat.org/",
115
            "keywords": [
116
                "BDD",
117
                "Behat",
118
                "Cucumber",
119
                "DSL",
120
                "gherkin",
121
                "parser"
122
            ],
123
            "time": "2016-10-30T11:50:56+00:00"
124
        },
125
        {
126
            "name": "cilex/cilex",
127
            "version": "1.1.0",
128
            "source": {
129
                "type": "git",
130
                "url": "https://github.com/Cilex/Cilex.git",
131
                "reference": "7acd965a609a56d0345e8b6071c261fbdb926cb5"
132
            },
133
            "dist": {
134
                "type": "zip",
135
                "url": "https://api.github.com/repos/Cilex/Cilex/zipball/7acd965a609a56d0345e8b6071c261fbdb926cb5",
136
                "reference": "7acd965a609a56d0345e8b6071c261fbdb926cb5",
137
                "shasum": ""
138
            },
139
            "require": {
140
                "cilex/console-service-provider": "1.*",
141
                "php": ">=5.3.3",
142
                "pimple/pimple": "~1.0",
143
                "symfony/finder": "~2.1",
144
                "symfony/process": "~2.1"
145
            },
146
            "require-dev": {
147
                "phpunit/phpunit": "3.7.*",
148
                "symfony/validator": "~2.1"
149
            },
150
            "suggest": {
151
                "monolog/monolog": ">=1.0.0",
152
                "symfony/validator": ">=1.0.0",
153
                "symfony/yaml": ">=1.0.0"
154
            },
155
            "type": "library",
156
            "extra": {
157
                "branch-alias": {
158
                    "dev-master": "1.0-dev"
159
                }
160
            },
161
            "autoload": {
162
                "psr-0": {
163
                    "Cilex": "src/"
164
                }
165
            },
166
            "notification-url": "https://packagist.org/downloads/",
167
            "license": [
168
                "MIT"
169
            ],
170
            "authors": [
171
                {
172
                    "name": "Mike van Riel",
173
                    "email": "[email protected]"
174
                }
175
            ],
176
            "description": "The PHP micro-framework for Command line tools based on the Symfony2 Components",
177
            "homepage": "http://cilex.github.com",
178
            "keywords": [
179
                "cli",
180
                "microframework"
181
            ],
182
            "time": "2014-03-29T14:03:13+00:00"
183
        },
184
        {
185
            "name": "cilex/console-service-provider",
186
            "version": "1.0.0",
187
            "source": {
188
                "type": "git",
189
                "url": "https://github.com/Cilex/console-service-provider.git",
190
                "reference": "25ee3d1875243d38e1a3448ff94bdf944f70d24e"
191
            },
192
            "dist": {
193
                "type": "zip",
194
                "url": "https://api.github.com/repos/Cilex/console-service-provider/zipball/25ee3d1875243d38e1a3448ff94bdf944f70d24e",
195
                "reference": "25ee3d1875243d38e1a3448ff94bdf944f70d24e",
196
                "shasum": ""
197
            },
198
            "require": {
199
                "php": ">=5.3.3",
200
                "pimple/pimple": "1.*@dev",
201
                "symfony/console": "~2.1"
202
            },
203
            "require-dev": {
204
                "cilex/cilex": "1.*@dev",
205
                "silex/silex": "1.*@dev"
206
            },
207
            "type": "library",
208
            "extra": {
209
                "branch-alias": {
210
                    "dev-master": "1.0-dev"
211
                }
212
            },
213
            "autoload": {
214
                "psr-0": {
215
                    "Cilex\\Provider\\Console": "src"
216
                }
217
            },
218
            "notification-url": "https://packagist.org/downloads/",
219
            "license": [
220
                "MIT"
221
            ],
222
            "authors": [
223
                {
224
                    "name": "Beau Simensen",
225
                    "email": "[email protected]",
226
                    "homepage": "http://beausimensen.com"
227
                },
228
                {
229
                    "name": "Mike van Riel",
230
                    "email": "[email protected]"
231
                }
232
            ],
233
            "description": "Console Service Provider",
234
            "keywords": [
235
                "cilex",
236
                "console",
237
                "pimple",
238
                "service-provider",
239
                "silex"
240
            ],
241
            "time": "2012-12-19T10:50:58+00:00"
242
        },
243
        {
244
            "name": "codeception/c3",
245
            "version": "2.0.10",
246
            "source": {
247
                "type": "git",
248
                "url": "https://github.com/Codeception/c3.git",
249
                "reference": "47842d23030638237fd3306657c5fe998273fc18"
250
            },
251
            "dist": {
252
                "type": "zip",
253
                "url": "https://api.github.com/repos/Codeception/c3/zipball/47842d23030638237fd3306657c5fe998273fc18",
254
                "reference": "47842d23030638237fd3306657c5fe998273fc18",
255
                "shasum": ""
256
            },
257
            "require": {
258
                "composer-plugin-api": "^1.0",
259
                "php": ">=5.4.0"
260
            },
261
            "type": "composer-plugin",
262
            "extra": {
263
                "class": "Codeception\\c3\\Installer"
264
            },
265
            "autoload": {
266
                "psr-4": {
267
                    "Codeception\\c3\\": "."
268
                }
269
            },
270
            "notification-url": "https://packagist.org/downloads/",
271
            "license": [
272
                "MIT"
273
            ],
274
            "authors": [
275
                {
276
                    "name": "Tiger Seo",
277
                    "email": "[email protected]"
278
                },
279
                {
280
                    "name": "Michael Bodnarchuk",
281
                    "email": "[email protected]",
282
                    "homepage": "http://codegyre.com"
283
                }
284
            ],
285
            "description": "CodeCoverage collector for Codeception",
286
            "homepage": "http://codeception.com/",
287
            "keywords": [
288
                "code coverage",
289
                "codecoverage"
290
            ],
291
            "time": "2017-02-04T01:52:32+00:00"
292
        },
293
        {
294
            "name": "codeception/codeception",
295
            "version": "2.3.8",
296
            "source": {
297
                "type": "git",
298
                "url": "https://github.com/Codeception/Codeception.git",
299
                "reference": "43eade17a8cd68e9cde401e8585b09d11d41b12d"
300
            },
301
            "dist": {
302
                "type": "zip",
303
                "url": "https://api.github.com/repos/Codeception/Codeception/zipball/43eade17a8cd68e9cde401e8585b09d11d41b12d",
304
                "reference": "43eade17a8cd68e9cde401e8585b09d11d41b12d",
305
                "shasum": ""
306
            },
307
            "require": {
308
                "behat/gherkin": "~4.4.0",
309
                "codeception/stub": "^1.0",
310
                "ext-json": "*",
311
                "ext-mbstring": "*",
312
                "facebook/webdriver": ">=1.1.3 <2.0",
313
                "guzzlehttp/guzzle": ">=4.1.4 <7.0",
314
                "guzzlehttp/psr7": "~1.0",
315
                "php": ">=5.4.0 <8.0",
316
                "phpunit/php-code-coverage": ">=2.2.4 <6.0",
317
                "phpunit/phpunit": ">=4.8.28 <5.0.0 || >=5.6.3 <7.0",
318
                "sebastian/comparator": ">1.1 <3.0",
319
                "sebastian/diff": ">=1.4 <3.0",
320
                "symfony/browser-kit": ">=2.7 <5.0",
321
                "symfony/console": ">=2.7 <5.0",
322
                "symfony/css-selector": ">=2.7 <5.0",
323
                "symfony/dom-crawler": ">=2.7 <5.0",
324
                "symfony/event-dispatcher": ">=2.7 <5.0",
325
                "symfony/finder": ">=2.7 <5.0",
326
                "symfony/yaml": ">=2.7 <5.0"
327
            },
328
            "require-dev": {
329
                "codeception/specify": "~0.3",
330
                "facebook/graph-sdk": "~5.3",
331
                "flow/jsonpath": "~0.2",
332
                "monolog/monolog": "~1.8",
333
                "pda/pheanstalk": "~3.0",
334
                "php-amqplib/php-amqplib": "~2.4",
335
                "predis/predis": "^1.0",
336
                "squizlabs/php_codesniffer": "~2.0",
337
                "symfony/process": ">=2.7 <5.0",
338
                "vlucas/phpdotenv": "^2.4.0"
339
            },
340
            "suggest": {
341
                "aws/aws-sdk-php": "For using AWS Auth in REST module and Queue module",
342
                "codeception/phpbuiltinserver": "Start and stop PHP built-in web server for your tests",
343
                "codeception/specify": "BDD-style code blocks",
344
                "codeception/verify": "BDD-style assertions",
345
                "flow/jsonpath": "For using JSONPath in REST module",
346
                "league/factory-muffin": "For DataFactory module",
347
                "league/factory-muffin-faker": "For Faker support in DataFactory module",
348
                "phpseclib/phpseclib": "for SFTP option in FTP Module",
349
                "stecman/symfony-console-completion": "For BASH autocompletion",
350
                "symfony/phpunit-bridge": "For phpunit-bridge support"
351
            },
352
            "bin": [
353
                "codecept"
354
            ],
355
            "type": "library",
356
            "extra": {
357
                "branch-alias": []
358
            },
359
            "autoload": {
360
                "psr-4": {
361
                    "Codeception\\": "src\\Codeception",
362
                    "Codeception\\Extension\\": "ext"
363
                }
364
            },
365
            "notification-url": "https://packagist.org/downloads/",
366
            "license": [
367
                "MIT"
368
            ],
369
            "authors": [
370
                {
371
                    "name": "Michael Bodnarchuk",
372
                    "email": "[email protected]",
373
                    "homepage": "http://codegyre.com"
374
                }
375
            ],
376
            "description": "BDD-style testing framework",
377
            "homepage": "http://codeception.com/",
378
            "keywords": [
379
                "BDD",
380
                "TDD",
381
                "acceptance testing",
382
                "functional testing",
383
                "unit testing"
384
            ],
385
            "time": "2018-01-27T22:47:33+00:00"
386
        },
387
        {
388
            "name": "codeception/phpbuiltinserver",
389
            "version": "v1.3.0",
390
            "source": {
391
                "type": "git",
392
                "url": "https://github.com/tiger-seo/PhpBuiltinServer.git",
393
                "reference": "e0509bb9e9b55ae841b5c46aca1b0db858f4c652"
394
            },
395
            "dist": {
396
                "type": "zip",
397
                "url": "https://api.github.com/repos/tiger-seo/PhpBuiltinServer/zipball/e0509bb9e9b55ae841b5c46aca1b0db858f4c652",
398
                "reference": "e0509bb9e9b55ae841b5c46aca1b0db858f4c652",
399
                "shasum": ""
400
            },
401
            "require": {
402
                "codeception/codeception": "^2.1",
403
                "php": ">=5.4.0"
404
            },
405
            "type": "library",
406
            "autoload": {
407
                "psr-0": {
408
                    "Codeception": "src"
409
                }
410
            },
411
            "notification-url": "https://packagist.org/downloads/",
412
            "license": [
413
                "MIT"
414
            ],
415
            "authors": [
416
                {
417
                    "name": "tiger-seo",
418
                    "email": "[email protected]"
419
                }
420
            ],
421
            "description": "PhpBuiltinServer extension for Codeception",
422
            "keywords": [
423
                "codeception"
424
            ],
425
            "time": "2016-12-20T01:05:21+00:00"
426
        },
427
        {
428
            "name": "codeception/stub",
429
            "version": "1.0.1",
430
            "source": {
431
                "type": "git",
432
                "url": "https://github.com/Codeception/Stub.git",
433
                "reference": "673ea54cdd7141e0a5138ad78aaa60751912f573"
434
            },
435
            "dist": {
436
                "type": "zip",
437
                "url": "https://api.github.com/repos/Codeception/Stub/zipball/673ea54cdd7141e0a5138ad78aaa60751912f573",
438
                "reference": "673ea54cdd7141e0a5138ad78aaa60751912f573",
439
                "shasum": ""
440
            },
441
            "require": {
442
                "phpunit/phpunit-mock-objects": "^2.3|^3.0|^4.0|^5.0"
443
            },
444
            "require-dev": {
445
                "phpunit/phpunit": "^4.8|^5.0|^6.0|^7.0"
446
            },
447
            "type": "library",
448
            "autoload": {
449
                "psr-4": {
450
                    "Codeception\\": "src/"
451
                }
452
            },
453
            "notification-url": "https://packagist.org/downloads/",
454
            "license": [
455
                "MIT"
456
            ],
457
            "description": "Flexible Stub wrapper for PHPUnit's Mock Builder",
458
            "time": "2018-01-27T00:37:17+00:00"
459
        },
460
        {
461
            "name": "container-interop/container-interop",
462
            "version": "1.2.0",
463
            "source": {
464
                "type": "git",
465
                "url": "https://github.com/container-interop/container-interop.git",
466
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
467
            },
468
            "dist": {
469
                "type": "zip",
470
                "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
471
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
472
                "shasum": ""
473
            },
474
            "require": {
475
                "psr/container": "^1.0"
476
            },
477
            "type": "library",
478
            "autoload": {
479
                "psr-4": {
480
                    "Interop\\Container\\": "src/Interop/Container/"
481
                }
482
            },
483
            "notification-url": "https://packagist.org/downloads/",
484
            "license": [
485
                "MIT"
486
            ],
487
            "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
488
            "homepage": "https://github.com/container-interop/container-interop",
489
            "time": "2017-02-14T19:40:03+00:00"
490
        },
491
        {
492
            "name": "doctrine/annotations",
493
            "version": "v1.4.0",
494
            "source": {
495
                "type": "git",
496
                "url": "https://github.com/doctrine/annotations.git",
497
                "reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
498
            },
499
            "dist": {
500
                "type": "zip",
501
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
502
                "reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
503
                "shasum": ""
504
            },
505
            "require": {
506
                "doctrine/lexer": "1.*",
507
                "php": "^5.6 || ^7.0"
508
            },
509
            "require-dev": {
510
                "doctrine/cache": "1.*",
511
                "phpunit/phpunit": "^5.7"
512
            },
513
            "type": "library",
514
            "extra": {
515
                "branch-alias": {
516
                    "dev-master": "1.4.x-dev"
517
                }
518
            },
519
            "autoload": {
520
                "psr-4": {
521
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
522
                }
523
            },
524
            "notification-url": "https://packagist.org/downloads/",
525
            "license": [
526
                "MIT"
527
            ],
528
            "authors": [
529
                {
530
                    "name": "Roman Borschel",
531
                    "email": "[email protected]"
532
                },
533
                {
534
                    "name": "Benjamin Eberlei",
535
                    "email": "[email protected]"
536
                },
537
                {
538
                    "name": "Guilherme Blanco",
539
                    "email": "[email protected]"
540
                },
541
                {
542
                    "name": "Jonathan Wage",
543
                    "email": "[email protected]"
544
                },
545
                {
546
                    "name": "Johannes Schmitt",
547
                    "email": "[email protected]"
548
                }
549
            ],
550
            "description": "Docblock Annotations Parser",
551
            "homepage": "http://www.doctrine-project.org",
552
            "keywords": [
553
                "annotations",
554
                "docblock",
555
                "parser"
556
            ],
557
            "time": "2017-02-24T16:22:25+00:00"
558
        },
559
        {
560
            "name": "doctrine/instantiator",
561
            "version": "1.0.5",
562
            "source": {
563
                "type": "git",
564
                "url": "https://github.com/doctrine/instantiator.git",
565
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
566
            },
567
            "dist": {
568
                "type": "zip",
569
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
570
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
571
                "shasum": ""
572
            },
573
            "require": {
574
                "php": ">=5.3,<8.0-DEV"
575
            },
576
            "require-dev": {
577
                "athletic/athletic": "~0.1.8",
578
                "ext-pdo": "*",
579
                "ext-phar": "*",
580
                "phpunit/phpunit": "~4.0",
581
                "squizlabs/php_codesniffer": "~2.0"
582
            },
583
            "type": "library",
584
            "extra": {
585
                "branch-alias": {
586
                    "dev-master": "1.0.x-dev"
587
                }
588
            },
589
            "autoload": {
590
                "psr-4": {
591
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
592
                }
593
            },
594
            "notification-url": "https://packagist.org/downloads/",
595
            "license": [
596
                "MIT"
597
            ],
598
            "authors": [
599
                {
600
                    "name": "Marco Pivetta",
601
                    "email": "[email protected]",
602
                    "homepage": "http://ocramius.github.com/"
603
                }
604
            ],
605
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
606
            "homepage": "https://github.com/doctrine/instantiator",
607
            "keywords": [
608
                "constructor",
609
                "instantiate"
610
            ],
611
            "time": "2015-06-14T21:17:01+00:00"
612
        },
613
        {
614
            "name": "doctrine/lexer",
615
            "version": "v1.0.1",
616
            "source": {
617
                "type": "git",
618
                "url": "https://github.com/doctrine/lexer.git",
619
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
620
            },
621
            "dist": {
622
                "type": "zip",
623
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
624
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
625
                "shasum": ""
626
            },
627
            "require": {
628
                "php": ">=5.3.2"
629
            },
630
            "type": "library",
631
            "extra": {
632
                "branch-alias": {
633
                    "dev-master": "1.0.x-dev"
634
                }
635
            },
636
            "autoload": {
637
                "psr-0": {
638
                    "Doctrine\\Common\\Lexer\\": "lib/"
639
                }
640
            },
641
            "notification-url": "https://packagist.org/downloads/",
642
            "license": [
643
                "MIT"
644
            ],
645
            "authors": [
646
                {
647
                    "name": "Roman Borschel",
648
                    "email": "[email protected]"
649
                },
650
                {
651
                    "name": "Guilherme Blanco",
652
                    "email": "[email protected]"
653
                },
654
                {
655
                    "name": "Johannes Schmitt",
656
                    "email": "[email protected]"
657
                }
658
            ],
659
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
660
            "homepage": "http://www.doctrine-project.org",
661
            "keywords": [
662
                "lexer",
663
                "parser"
664
            ],
665
            "time": "2014-09-09T13:34:57+00:00"
666
        },
667
        {
668
            "name": "erusev/parsedown",
0 ignored issues
show
There is a security advisory for your installed version of erusev/parsedown:

Cross-Site Scripting
Loading history...
669
            "version": "1.6.1",
670
            "source": {
671
                "type": "git",
672
                "url": "https://github.com/erusev/parsedown.git",
673
                "reference": "20ff8bbb57205368b4b42d094642a3e52dac85fb"
674
            },
675
            "dist": {
676
                "type": "zip",
677
                "url": "https://api.github.com/repos/erusev/parsedown/zipball/20ff8bbb57205368b4b42d094642a3e52dac85fb",
678
                "reference": "20ff8bbb57205368b4b42d094642a3e52dac85fb",
679
                "shasum": ""
680
            },
681
            "require": {
682
                "php": ">=5.3.0"
683
            },
684
            "type": "library",
685
            "autoload": {
686
                "psr-0": {
687
                    "Parsedown": ""
688
                }
689
            },
690
            "notification-url": "https://packagist.org/downloads/",
691
            "license": [
692
                "MIT"
693
            ],
694
            "authors": [
695
                {
696
                    "name": "Emanuil Rusev",
697
                    "email": "[email protected]",
698
                    "homepage": "http://erusev.com"
699
                }
700
            ],
701
            "description": "Parser for Markdown.",
702
            "homepage": "http://parsedown.org",
703
            "keywords": [
704
                "markdown",
705
                "parser"
706
            ],
707
            "time": "2016-11-02T15:56:58+00:00"
708
        },
709
        {
710
            "name": "facebook/webdriver",
711
            "version": "1.3.0",
712
            "source": {
713
                "type": "git",
714
                "url": "https://github.com/facebook/php-webdriver.git",
715
                "reference": "77300c4ab2025d4316635f592ec849ca7323bd8c"
716
            },
717
            "dist": {
718
                "type": "zip",
719
                "url": "https://api.github.com/repos/facebook/php-webdriver/zipball/77300c4ab2025d4316635f592ec849ca7323bd8c",
720
                "reference": "77300c4ab2025d4316635f592ec849ca7323bd8c",
721
                "shasum": ""
722
            },
723
            "require": {
724
                "ext-curl": "*",
725
                "php": "^5.5 || ~7.0",
726
                "symfony/process": "^2.8 || ^3.1"
727
            },
728
            "require-dev": {
729
                "friendsofphp/php-cs-fixer": "^1.11",
730
                "php-mock/php-mock-phpunit": "^1.1",
731
                "phpunit/phpunit": "4.6.* || ~5.0",
732
                "satooshi/php-coveralls": "^1.0",
733
                "squizlabs/php_codesniffer": "^2.6"
734
            },
735
            "suggest": {
736
                "phpdocumentor/phpdocumentor": "2.*"
737
            },
738
            "type": "library",
739
            "autoload": {
740
                "psr-4": {
741
                    "Facebook\\WebDriver\\": "lib/"
742
                }
743
            },
744
            "notification-url": "https://packagist.org/downloads/",
745
            "license": [
746
                "Apache-2.0"
747
            ],
748
            "description": "A PHP client for WebDriver",
749
            "homepage": "https://github.com/facebook/php-webdriver",
750
            "keywords": [
751
                "facebook",
752
                "php",
753
                "selenium",
754
                "webdriver"
755
            ],
756
            "time": "2017-01-13T15:48:08+00:00"
757
        },
758
        {
759
            "name": "flow/jsonpath",
760
            "version": "0.3.4",
761
            "source": {
762
                "type": "git",
763
                "url": "https://github.com/FlowCommunications/JSONPath.git",
764
                "reference": "00aa9c361e4d0a210dd95f3c917a1e0dde3a957f"
765
            },
766
            "dist": {
767
                "type": "zip",
768
                "url": "https://api.github.com/repos/FlowCommunications/JSONPath/zipball/00aa9c361e4d0a210dd95f3c917a1e0dde3a957f",
769
                "reference": "00aa9c361e4d0a210dd95f3c917a1e0dde3a957f",
770
                "shasum": ""
771
            },
772
            "require": {
773
                "php": ">=5.4.0"
774
            },
775
            "require-dev": {
776
                "peekmo/jsonpath": "dev-master",
777
                "phpunit/phpunit": "^4.0"
778
            },
779
            "type": "library",
780
            "autoload": {
781
                "psr-0": {
782
                    "Flow\\JSONPath": "src/",
783
                    "Flow\\JSONPath\\Test": "tests/"
784
                }
785
            },
786
            "notification-url": "https://packagist.org/downloads/",
787
            "license": [
788
                "MIT"
789
            ],
790
            "authors": [
791
                {
792
                    "name": "Stephen Frank",
793
                    "email": "[email protected]"
794
                }
795
            ],
796
            "description": "JSONPath implementation for parsing, searching and flattening arrays",
797
            "time": "2016-09-06T17:43:18+00:00"
798
        },
799
        {
800
            "name": "guzzlehttp/guzzle",
801
            "version": "6.2.3",
802
            "source": {
803
                "type": "git",
804
                "url": "https://github.com/guzzle/guzzle.git",
805
                "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006"
806
            },
807
            "dist": {
808
                "type": "zip",
809
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/8d6c6cc55186db87b7dc5009827429ba4e9dc006",
810
                "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006",
811
                "shasum": ""
812
            },
813
            "require": {
814
                "guzzlehttp/promises": "^1.0",
815
                "guzzlehttp/psr7": "^1.4",
816
                "php": ">=5.5"
817
            },
818
            "require-dev": {
819
                "ext-curl": "*",
820
                "phpunit/phpunit": "^4.0",
821
                "psr/log": "^1.0"
822
            },
823
            "type": "library",
824
            "extra": {
825
                "branch-alias": {
826
                    "dev-master": "6.2-dev"
827
                }
828
            },
829
            "autoload": {
830
                "files": [
831
                    "src/functions_include.php"
832
                ],
833
                "psr-4": {
834
                    "GuzzleHttp\\": "src/"
835
                }
836
            },
837
            "notification-url": "https://packagist.org/downloads/",
838
            "license": [
839
                "MIT"
840
            ],
841
            "authors": [
842
                {
843
                    "name": "Michael Dowling",
844
                    "email": "[email protected]",
845
                    "homepage": "https://github.com/mtdowling"
846
                }
847
            ],
848
            "description": "Guzzle is a PHP HTTP client library",
849
            "homepage": "http://guzzlephp.org/",
850
            "keywords": [
851
                "client",
852
                "curl",
853
                "framework",
854
                "http",
855
                "http client",
856
                "rest",
857
                "web service"
858
            ],
859
            "time": "2017-02-28T22:50:30+00:00"
860
        },
861
        {
862
            "name": "guzzlehttp/promises",
863
            "version": "v1.3.1",
864
            "source": {
865
                "type": "git",
866
                "url": "https://github.com/guzzle/promises.git",
867
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
868
            },
869
            "dist": {
870
                "type": "zip",
871
                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
872
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
873
                "shasum": ""
874
            },
875
            "require": {
876
                "php": ">=5.5.0"
877
            },
878
            "require-dev": {
879
                "phpunit/phpunit": "^4.0"
880
            },
881
            "type": "library",
882
            "extra": {
883
                "branch-alias": {
884
                    "dev-master": "1.4-dev"
885
                }
886
            },
887
            "autoload": {
888
                "psr-4": {
889
                    "GuzzleHttp\\Promise\\": "src/"
890
                },
891
                "files": [
892
                    "src/functions_include.php"
893
                ]
894
            },
895
            "notification-url": "https://packagist.org/downloads/",
896
            "license": [
897
                "MIT"
898
            ],
899
            "authors": [
900
                {
901
                    "name": "Michael Dowling",
902
                    "email": "[email protected]",
903
                    "homepage": "https://github.com/mtdowling"
904
                }
905
            ],
906
            "description": "Guzzle promises library",
907
            "keywords": [
908
                "promise"
909
            ],
910
            "time": "2016-12-20T10:07:11+00:00"
911
        },
912
        {
913
            "name": "guzzlehttp/psr7",
914
            "version": "1.4.1",
915
            "source": {
916
                "type": "git",
917
                "url": "https://github.com/guzzle/psr7.git",
918
                "reference": "0d6c7ca039329247e4f0f8f8f6506810e8248855"
919
            },
920
            "dist": {
921
                "type": "zip",
922
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/0d6c7ca039329247e4f0f8f8f6506810e8248855",
923
                "reference": "0d6c7ca039329247e4f0f8f8f6506810e8248855",
924
                "shasum": ""
925
            },
926
            "require": {
927
                "php": ">=5.4.0",
928
                "psr/http-message": "~1.0"
929
            },
930
            "provide": {
931
                "psr/http-message-implementation": "1.0"
932
            },
933
            "require-dev": {
934
                "phpunit/phpunit": "~4.0"
935
            },
936
            "type": "library",
937
            "extra": {
938
                "branch-alias": {
939
                    "dev-master": "1.4-dev"
940
                }
941
            },
942
            "autoload": {
943
                "psr-4": {
944
                    "GuzzleHttp\\Psr7\\": "src/"
945
                },
946
                "files": [
947
                    "src/functions_include.php"
948
                ]
949
            },
950
            "notification-url": "https://packagist.org/downloads/",
951
            "license": [
952
                "MIT"
953
            ],
954
            "authors": [
955
                {
956
                    "name": "Michael Dowling",
957
                    "email": "[email protected]",
958
                    "homepage": "https://github.com/mtdowling"
959
                },
960
                {
961
                    "name": "Tobias Schultze",
962
                    "homepage": "https://github.com/Tobion"
963
                }
964
            ],
965
            "description": "PSR-7 message implementation that also provides common utility methods",
966
            "keywords": [
967
                "http",
968
                "message",
969
                "request",
970
                "response",
971
                "stream",
972
                "uri",
973
                "url"
974
            ],
975
            "time": "2017-02-27T10:51:17+00:00"
976
        },
977
        {
978
            "name": "herrera-io/json",
979
            "version": "1.0.3",
980
            "source": {
981
                "type": "git",
982
                "url": "https://github.com/kherge-php/json.git",
983
                "reference": "60c696c9370a1e5136816ca557c17f82a6fa83f1"
984
            },
985
            "dist": {
986
                "type": "zip",
987
                "url": "https://api.github.com/repos/kherge-php/json/zipball/60c696c9370a1e5136816ca557c17f82a6fa83f1",
988
                "reference": "60c696c9370a1e5136816ca557c17f82a6fa83f1",
989
                "shasum": ""
990
            },
991
            "require": {
992
                "ext-json": "*",
993
                "justinrainbow/json-schema": ">=1.0,<2.0-dev",
994
                "php": ">=5.3.3",
995
                "seld/jsonlint": ">=1.0,<2.0-dev"
996
            },
997
            "require-dev": {
998
                "herrera-io/phpunit-test-case": "1.*",
999
                "mikey179/vfsstream": "1.1.0",
1000
                "phpunit/phpunit": "3.7.*"
1001
            },
1002
            "type": "library",
1003
            "extra": {
1004
                "branch-alias": {
1005
                    "dev-master": "1.0-dev"
1006
                }
1007
            },
1008
            "autoload": {
1009
                "files": [
1010
                    "src/lib/json_version.php"
1011
                ],
1012
                "psr-0": {
1013
                    "Herrera\\Json": "src/lib"
1014
                }
1015
            },
1016
            "notification-url": "https://packagist.org/downloads/",
1017
            "license": [
1018
                "MIT"
1019
            ],
1020
            "authors": [
1021
                {
1022
                    "name": "Kevin Herrera",
1023
                    "email": "[email protected]",
1024
                    "homepage": "http://kevin.herrera.io"
1025
                }
1026
            ],
1027
            "description": "A library for simplifying JSON linting and validation.",
1028
            "homepage": "http://herrera-io.github.com/php-json",
1029
            "keywords": [
1030
                "json",
1031
                "lint",
1032
                "schema",
1033
                "validate"
1034
            ],
1035
            "abandoned": "kherge/json",
1036
            "time": "2013-10-30T16:51:34+00:00"
1037
        },
1038
        {
1039
            "name": "herrera-io/phar-update",
1040
            "version": "1.0.3",
1041
            "source": {
1042
                "type": "git",
1043
                "url": "https://github.com/kherge-abandoned/php-phar-update.git",
1044
                "reference": "00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b"
1045
            },
1046
            "dist": {
1047
                "type": "zip",
1048
                "url": "https://api.github.com/repos/kherge-abandoned/php-phar-update/zipball/00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b",
1049
                "reference": "00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b",
1050
                "shasum": ""
1051
            },
1052
            "require": {
1053
                "herrera-io/json": "1.*",
1054
                "kherge/version": "1.*",
1055
                "php": ">=5.3.3"
1056
            },
1057
            "require-dev": {
1058
                "herrera-io/phpunit-test-case": "1.*",
1059
                "mikey179/vfsstream": "1.1.0",
1060
                "phpunit/phpunit": "3.7.*"
1061
            },
1062
            "type": "library",
1063
            "extra": {
1064
                "branch-alias": {
1065
                    "dev-master": "1.0-dev"
1066
                }
1067
            },
1068
            "autoload": {
1069
                "files": [
1070
                    "src/lib/constants.php"
1071
                ],
1072
                "psr-0": {
1073
                    "Herrera\\Phar\\Update": "src/lib"
1074
                }
1075
            },
1076
            "notification-url": "https://packagist.org/downloads/",
1077
            "license": [
1078
                "MIT"
1079
            ],
1080
            "authors": [
1081
                {
1082
                    "name": "Kevin Herrera",
1083
                    "email": "[email protected]",
1084
                    "homepage": "http://kevin.herrera.io"
1085
                }
1086
            ],
1087
            "description": "A library for self-updating Phars.",
1088
            "homepage": "http://herrera-io.github.com/php-phar-update",
1089
            "keywords": [
1090
                "phar",
1091
                "update"
1092
            ],
1093
            "abandoned": true,
1094
            "time": "2013-10-30T17:23:01+00:00"
1095
        },
1096
        {
1097
            "name": "jakub-onderka/php-console-color",
1098
            "version": "0.1",
1099
            "source": {
1100
                "type": "git",
1101
                "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
1102
                "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1"
1103
            },
1104
            "dist": {
1105
                "type": "zip",
1106
                "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1",
1107
                "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1",
1108
                "shasum": ""
1109
            },
1110
            "require": {
1111
                "php": ">=5.3.2"
1112
            },
1113
            "require-dev": {
1114
                "jakub-onderka/php-code-style": "1.0",
1115
                "jakub-onderka/php-parallel-lint": "0.*",
1116
                "jakub-onderka/php-var-dump-check": "0.*",
1117
                "phpunit/phpunit": "3.7.*",
1118
                "squizlabs/php_codesniffer": "1.*"
1119
            },
1120
            "type": "library",
1121
            "autoload": {
1122
                "psr-0": {
1123
                    "JakubOnderka\\PhpConsoleColor": "src/"
1124
                }
1125
            },
1126
            "notification-url": "https://packagist.org/downloads/",
1127
            "license": [
1128
                "BSD-2-Clause"
1129
            ],
1130
            "authors": [
1131
                {
1132
                    "name": "Jakub Onderka",
1133
                    "email": "[email protected]",
1134
                    "homepage": "http://www.acci.cz"
1135
                }
1136
            ],
1137
            "time": "2014-04-08T15:00:19+00:00"
1138
        },
1139
        {
1140
            "name": "jakub-onderka/php-console-highlighter",
1141
            "version": "v0.3.2",
1142
            "source": {
1143
                "type": "git",
1144
                "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
1145
                "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5"
1146
            },
1147
            "dist": {
1148
                "type": "zip",
1149
                "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5",
1150
                "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5",
1151
                "shasum": ""
1152
            },
1153
            "require": {
1154
                "jakub-onderka/php-console-color": "~0.1",
1155
                "php": ">=5.3.0"
1156
            },
1157
            "require-dev": {
1158
                "jakub-onderka/php-code-style": "~1.0",
1159
                "jakub-onderka/php-parallel-lint": "~0.5",
1160
                "jakub-onderka/php-var-dump-check": "~0.1",
1161
                "phpunit/phpunit": "~4.0",
1162
                "squizlabs/php_codesniffer": "~1.5"
1163
            },
1164
            "type": "library",
1165
            "autoload": {
1166
                "psr-0": {
1167
                    "JakubOnderka\\PhpConsoleHighlighter": "src/"
1168
                }
1169
            },
1170
            "notification-url": "https://packagist.org/downloads/",
1171
            "license": [
1172
                "MIT"
1173
            ],
1174
            "authors": [
1175
                {
1176
                    "name": "Jakub Onderka",
1177
                    "email": "[email protected]",
1178
                    "homepage": "http://www.acci.cz/"
1179
                }
1180
            ],
1181
            "time": "2015-04-20T18:58:01+00:00"
1182
        },
1183
        {
1184
            "name": "jakub-onderka/php-parallel-lint",
1185
            "version": "v0.9.2",
1186
            "source": {
1187
                "type": "git",
1188
                "url": "https://github.com/JakubOnderka/PHP-Parallel-Lint.git",
1189
                "reference": "2ead2e4043ab125bee9554f356e0a86742c2d4fa"
1190
            },
1191
            "dist": {
1192
                "type": "zip",
1193
                "url": "https://api.github.com/repos/JakubOnderka/PHP-Parallel-Lint/zipball/2ead2e4043ab125bee9554f356e0a86742c2d4fa",
1194
                "reference": "2ead2e4043ab125bee9554f356e0a86742c2d4fa",
1195
                "shasum": ""
1196
            },
1197
            "require": {
1198
                "php": ">=5.3.3"
1199
            },
1200
            "require-dev": {
1201
                "jakub-onderka/php-console-highlighter": "~0.3",
1202
                "nette/tester": "~1.3"
1203
            },
1204
            "suggest": {
1205
                "jakub-onderka/php-console-highlighter": "Highlight syntax in code snippet"
1206
            },
1207
            "bin": [
1208
                "parallel-lint"
1209
            ],
1210
            "type": "library",
1211
            "autoload": {
1212
                "classmap": [
1213
                    "./"
1214
                ]
1215
            },
1216
            "notification-url": "https://packagist.org/downloads/",
1217
            "license": [
1218
                "BSD-2-Clause"
1219
            ],
1220
            "authors": [
1221
                {
1222
                    "name": "Jakub Onderka",
1223
                    "email": "[email protected]"
1224
                }
1225
            ],
1226
            "description": "This tool check syntax of PHP files about 20x faster than serial check.",
1227
            "homepage": "https://github.com/JakubOnderka/PHP-Parallel-Lint",
1228
            "time": "2015-12-15T10:42:16+00:00"
1229
        },
1230
        {
1231
            "name": "jms/metadata",
1232
            "version": "1.6.0",
1233
            "source": {
1234
                "type": "git",
1235
                "url": "https://github.com/schmittjoh/metadata.git",
1236
                "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab"
1237
            },
1238
            "dist": {
1239
                "type": "zip",
1240
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/6a06970a10e0a532fb52d3959547123b84a3b3ab",
1241
                "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab",
1242
                "shasum": ""
1243
            },
1244
            "require": {
1245
                "php": ">=5.3.0"
1246
            },
1247
            "require-dev": {
1248
                "doctrine/cache": "~1.0",
1249
                "symfony/cache": "~3.1"
1250
            },
1251
            "type": "library",
1252
            "extra": {
1253
                "branch-alias": {
1254
                    "dev-master": "1.5.x-dev"
1255
                }
1256
            },
1257
            "autoload": {
1258
                "psr-0": {
1259
                    "Metadata\\": "src/"
1260
                }
1261
            },
1262
            "notification-url": "https://packagist.org/downloads/",
1263
            "license": [
1264
                "Apache-2.0"
1265
            ],
1266
            "authors": [
1267
                {
1268
                    "name": "Johannes M. Schmitt",
1269
                    "email": "[email protected]"
1270
                }
1271
            ],
1272
            "description": "Class/method/property metadata management in PHP",
1273
            "keywords": [
1274
                "annotations",
1275
                "metadata",
1276
                "xml",
1277
                "yaml"
1278
            ],
1279
            "time": "2016-12-05T10:18:33+00:00"
1280
        },
1281
        {
1282
            "name": "jms/parser-lib",
1283
            "version": "1.0.0",
1284
            "source": {
1285
                "type": "git",
1286
                "url": "https://github.com/schmittjoh/parser-lib.git",
1287
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
1288
            },
1289
            "dist": {
1290
                "type": "zip",
1291
                "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
1292
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
1293
                "shasum": ""
1294
            },
1295
            "require": {
1296
                "phpoption/phpoption": ">=0.9,<2.0-dev"
1297
            },
1298
            "type": "library",
1299
            "extra": {
1300
                "branch-alias": {
1301
                    "dev-master": "1.0-dev"
1302
                }
1303
            },
1304
            "autoload": {
1305
                "psr-0": {
1306
                    "JMS\\": "src/"
1307
                }
1308
            },
1309
            "notification-url": "https://packagist.org/downloads/",
1310
            "license": [
1311
                "Apache2"
1312
            ],
1313
            "description": "A library for easily creating recursive-descent parsers.",
1314
            "time": "2012-11-18T18:08:43+00:00"
1315
        },
1316
        {
1317
            "name": "jms/serializer",
1318
            "version": "1.5.0",
1319
            "source": {
1320
                "type": "git",
1321
                "url": "https://github.com/schmittjoh/serializer.git",
1322
                "reference": "9dc44f2924a90bf526a2e1c4bb1ce9d772a00a45"
1323
            },
1324
            "dist": {
1325
                "type": "zip",
1326
                "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/9dc44f2924a90bf526a2e1c4bb1ce9d772a00a45",
1327
                "reference": "9dc44f2924a90bf526a2e1c4bb1ce9d772a00a45",
1328
                "shasum": ""
1329
            },
1330
            "require": {
1331
                "doctrine/annotations": "^1.0",
1332
                "doctrine/instantiator": "^1.0.3",
1333
                "jms/metadata": "~1.1",
1334
                "jms/parser-lib": "1.*",
1335
                "php": ">=5.5.0",
1336
                "phpcollection/phpcollection": "~0.1",
1337
                "phpoption/phpoption": "^1.1"
1338
            },
1339
            "conflict": {
1340
                "twig/twig": "<1.12"
1341
            },
1342
            "require-dev": {
1343
                "doctrine/orm": "~2.1",
1344
                "doctrine/phpcr-odm": "^1.3|^2.0",
1345
                "ext-pdo_sqlite": "*",
1346
                "jackalope/jackalope-doctrine-dbal": "^1.1.5",
1347
                "phpunit/phpunit": "^4.8|^5.0",
1348
                "propel/propel1": "~1.7",
1349
                "symfony/expression-language": "^2.6|^3.0",
1350
                "symfony/filesystem": "^2.1",
1351
                "symfony/form": "~2.1|^3.0",
1352
                "symfony/translation": "^2.1|^3.0",
1353
                "symfony/validator": "^2.2|^3.0",
1354
                "symfony/yaml": "^2.1|^3.0",
1355
                "twig/twig": "~1.12|~2.0"
1356
            },
1357
            "suggest": {
1358
                "symfony/yaml": "Required if you'd like to serialize data to YAML format."
1359
            },
1360
            "type": "library",
1361
            "extra": {
1362
                "branch-alias": {
1363
                    "dev-master": "1.5-dev"
1364
                }
1365
            },
1366
            "autoload": {
1367
                "psr-0": {
1368
                    "JMS\\Serializer": "src/"
1369
                }
1370
            },
1371
            "notification-url": "https://packagist.org/downloads/",
1372
            "license": [
1373
                "Apache2"
1374
            ],
1375
            "authors": [
1376
                {
1377
                    "name": "Johannes M. Schmitt",
1378
                    "email": "[email protected]"
1379
                }
1380
            ],
1381
            "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
1382
            "homepage": "http://jmsyst.com/libs/serializer",
1383
            "keywords": [
1384
                "deserialization",
1385
                "jaxb",
1386
                "json",
1387
                "serialization",
1388
                "xml"
1389
            ],
1390
            "time": "2017-02-14T14:35:22+00:00"
1391
        },
1392
        {
1393
            "name": "justinrainbow/json-schema",
1394
            "version": "1.6.1",
1395
            "source": {
1396
                "type": "git",
1397
                "url": "https://github.com/justinrainbow/json-schema.git",
1398
                "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341"
1399
            },
1400
            "dist": {
1401
                "type": "zip",
1402
                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/cc84765fb7317f6b07bd8ac78364747f95b86341",
1403
                "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341",
1404
                "shasum": ""
1405
            },
1406
            "require": {
1407
                "php": ">=5.3.29"
1408
            },
1409
            "require-dev": {
1410
                "json-schema/json-schema-test-suite": "1.1.0",
1411
                "phpdocumentor/phpdocumentor": "~2",
1412
                "phpunit/phpunit": "~3.7"
1413
            },
1414
            "bin": [
1415
                "bin/validate-json"
1416
            ],
1417
            "type": "library",
1418
            "extra": {
1419
                "branch-alias": {
1420
                    "dev-master": "1.6.x-dev"
1421
                }
1422
            },
1423
            "autoload": {
1424
                "psr-4": {
1425
                    "JsonSchema\\": "src/JsonSchema/"
1426
                }
1427
            },
1428
            "notification-url": "https://packagist.org/downloads/",
1429
            "license": [
1430
                "BSD-3-Clause"
1431
            ],
1432
            "authors": [
1433
                {
1434
                    "name": "Bruno Prieto Reis",
1435
                    "email": "[email protected]"
1436
                },
1437
                {
1438
                    "name": "Justin Rainbow",
1439
                    "email": "[email protected]"
1440
                },
1441
                {
1442
                    "name": "Igor Wiedler",
1443
                    "email": "[email protected]"
1444
                },
1445
                {
1446
                    "name": "Robert Schönthal",
1447
                    "email": "[email protected]"
1448
                }
1449
            ],
1450
            "description": "A library to validate a json schema.",
1451
            "homepage": "https://github.com/justinrainbow/json-schema",
1452
            "keywords": [
1453
                "json",
1454
                "schema"
1455
            ],
1456
            "time": "2016-01-25T15:43:01+00:00"
1457
        },
1458
        {
1459
            "name": "kherge/version",
1460
            "version": "1.0.1",
1461
            "source": {
1462
                "type": "git",
1463
                "url": "https://github.com/kherge-abandoned/Version.git",
1464
                "reference": "f07cf83f8ce533be8f93d2893d96d674bbeb7e30"
1465
            },
1466
            "dist": {
1467
                "type": "zip",
1468
                "url": "https://api.github.com/repos/kherge-abandoned/Version/zipball/f07cf83f8ce533be8f93d2893d96d674bbeb7e30",
1469
                "reference": "f07cf83f8ce533be8f93d2893d96d674bbeb7e30",
1470
                "shasum": ""
1471
            },
1472
            "require": {
1473
                "php": ">=5.3.3"
1474
            },
1475
            "type": "library",
1476
            "extra": {
1477
                "branch-alias": {
1478
                    "dev-master": "1.0-dev"
1479
                }
1480
            },
1481
            "autoload": {
1482
                "psr-0": {
1483
                    "KevinGH\\Version": "src/lib/"
1484
                }
1485
            },
1486
            "notification-url": "https://packagist.org/downloads/",
1487
            "license": [
1488
                "MIT"
1489
            ],
1490
            "authors": [
1491
                {
1492
                    "name": "Kevin Herrera",
1493
                    "email": "[email protected]"
1494
                }
1495
            ],
1496
            "description": "A parsing and comparison library for semantic versioning.",
1497
            "homepage": "http://github.com/kherge/Version",
1498
            "abandoned": true,
1499
            "time": "2012-08-16T17:13:03+00:00"
1500
        },
1501
        {
1502
            "name": "monolog/monolog",
1503
            "version": "1.22.0",
1504
            "source": {
1505
                "type": "git",
1506
                "url": "https://github.com/Seldaek/monolog.git",
1507
                "reference": "bad29cb8d18ab0315e6c477751418a82c850d558"
1508
            },
1509
            "dist": {
1510
                "type": "zip",
1511
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bad29cb8d18ab0315e6c477751418a82c850d558",
1512
                "reference": "bad29cb8d18ab0315e6c477751418a82c850d558",
1513
                "shasum": ""
1514
            },
1515
            "require": {
1516
                "php": ">=5.3.0",
1517
                "psr/log": "~1.0"
1518
            },
1519
            "provide": {
1520
                "psr/log-implementation": "1.0.0"
1521
            },
1522
            "require-dev": {
1523
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
1524
                "doctrine/couchdb": "~1.0@dev",
1525
                "graylog2/gelf-php": "~1.0",
1526
                "jakub-onderka/php-parallel-lint": "0.9",
1527
                "php-amqplib/php-amqplib": "~2.4",
1528
                "php-console/php-console": "^3.1.3",
1529
                "phpunit/phpunit": "~4.5",
1530
                "phpunit/phpunit-mock-objects": "2.3.0",
1531
                "ruflin/elastica": ">=0.90 <3.0",
1532
                "sentry/sentry": "^0.13",
1533
                "swiftmailer/swiftmailer": "~5.3"
1534
            },
1535
            "suggest": {
1536
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1537
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1538
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1539
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1540
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1541
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
1542
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1543
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1544
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1545
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1546
                "sentry/sentry": "Allow sending log messages to a Sentry server"
1547
            },
1548
            "type": "library",
1549
            "extra": {
1550
                "branch-alias": {
1551
                    "dev-master": "2.0.x-dev"
1552
                }
1553
            },
1554
            "autoload": {
1555
                "psr-4": {
1556
                    "Monolog\\": "src/Monolog"
1557
                }
1558
            },
1559
            "notification-url": "https://packagist.org/downloads/",
1560
            "license": [
1561
                "MIT"
1562
            ],
1563
            "authors": [
1564
                {
1565
                    "name": "Jordi Boggiano",
1566
                    "email": "[email protected]",
1567
                    "homepage": "http://seld.be"
1568
                }
1569
            ],
1570
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1571
            "homepage": "http://github.com/Seldaek/monolog",
1572
            "keywords": [
1573
                "log",
1574
                "logging",
1575
                "psr-3"
1576
            ],
1577
            "time": "2016-11-26T00:15:39+00:00"
1578
        },
1579
        {
1580
            "name": "myclabs/deep-copy",
1581
            "version": "1.7.0",
1582
            "source": {
1583
                "type": "git",
1584
                "url": "https://github.com/myclabs/DeepCopy.git",
1585
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
1586
            },
1587
            "dist": {
1588
                "type": "zip",
1589
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
1590
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
1591
                "shasum": ""
1592
            },
1593
            "require": {
1594
                "php": "^5.6 || ^7.0"
1595
            },
1596
            "require-dev": {
1597
                "doctrine/collections": "^1.0",
1598
                "doctrine/common": "^2.6",
1599
                "phpunit/phpunit": "^4.1"
1600
            },
1601
            "type": "library",
1602
            "autoload": {
1603
                "psr-4": {
1604
                    "DeepCopy\\": "src/DeepCopy/"
1605
                },
1606
                "files": [
1607
                    "src/DeepCopy/deep_copy.php"
1608
                ]
1609
            },
1610
            "notification-url": "https://packagist.org/downloads/",
1611
            "license": [
1612
                "MIT"
1613
            ],
1614
            "description": "Create deep copies (clones) of your objects",
1615
            "keywords": [
1616
                "clone",
1617
                "copy",
1618
                "duplicate",
1619
                "object",
1620
                "object graph"
1621
            ],
1622
            "time": "2017-10-19T19:58:43+00:00"
1623
        },
1624
        {
1625
            "name": "nikic/php-parser",
1626
            "version": "v1.4.1",
1627
            "source": {
1628
                "type": "git",
1629
                "url": "https://github.com/nikic/PHP-Parser.git",
1630
                "reference": "f78af2c9c86107aa1a34cd1dbb5bbe9eeb0d9f51"
1631
            },
1632
            "dist": {
1633
                "type": "zip",
1634
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/f78af2c9c86107aa1a34cd1dbb5bbe9eeb0d9f51",
1635
                "reference": "f78af2c9c86107aa1a34cd1dbb5bbe9eeb0d9f51",
1636
                "shasum": ""
1637
            },
1638
            "require": {
1639
                "ext-tokenizer": "*",
1640
                "php": ">=5.3"
1641
            },
1642
            "type": "library",
1643
            "extra": {
1644
                "branch-alias": {
1645
                    "dev-master": "1.4-dev"
1646
                }
1647
            },
1648
            "autoload": {
1649
                "files": [
1650
                    "lib/bootstrap.php"
1651
                ]
1652
            },
1653
            "notification-url": "https://packagist.org/downloads/",
1654
            "license": [
1655
                "BSD-3-Clause"
1656
            ],
1657
            "authors": [
1658
                {
1659
                    "name": "Nikita Popov"
1660
                }
1661
            ],
1662
            "description": "A PHP parser written in PHP",
1663
            "keywords": [
1664
                "parser",
1665
                "php"
1666
            ],
1667
            "time": "2015-09-19T14:15:08+00:00"
1668
        },
1669
        {
1670
            "name": "phar-io/manifest",
1671
            "version": "1.0.1",
1672
            "source": {
1673
                "type": "git",
1674
                "url": "https://github.com/phar-io/manifest.git",
1675
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
1676
            },
1677
            "dist": {
1678
                "type": "zip",
1679
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
1680
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
1681
                "shasum": ""
1682
            },
1683
            "require": {
1684
                "ext-dom": "*",
1685
                "ext-phar": "*",
1686
                "phar-io/version": "^1.0.1",
1687
                "php": "^5.6 || ^7.0"
1688
            },
1689
            "type": "library",
1690
            "extra": {
1691
                "branch-alias": {
1692
                    "dev-master": "1.0.x-dev"
1693
                }
1694
            },
1695
            "autoload": {
1696
                "classmap": [
1697
                    "src/"
1698
                ]
1699
            },
1700
            "notification-url": "https://packagist.org/downloads/",
1701
            "license": [
1702
                "BSD-3-Clause"
1703
            ],
1704
            "authors": [
1705
                {
1706
                    "name": "Arne Blankerts",
1707
                    "email": "[email protected]",
1708
                    "role": "Developer"
1709
                },
1710
                {
1711
                    "name": "Sebastian Heuer",
1712
                    "email": "[email protected]",
1713
                    "role": "Developer"
1714
                },
1715
                {
1716
                    "name": "Sebastian Bergmann",
1717
                    "email": "[email protected]",
1718
                    "role": "Developer"
1719
                }
1720
            ],
1721
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
1722
            "time": "2017-03-05T18:14:27+00:00"
1723
        },
1724
        {
1725
            "name": "phar-io/version",
1726
            "version": "1.0.1",
1727
            "source": {
1728
                "type": "git",
1729
                "url": "https://github.com/phar-io/version.git",
1730
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
1731
            },
1732
            "dist": {
1733
                "type": "zip",
1734
                "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
1735
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
1736
                "shasum": ""
1737
            },
1738
            "require": {
1739
                "php": "^5.6 || ^7.0"
1740
            },
1741
            "type": "library",
1742
            "autoload": {
1743
                "classmap": [
1744
                    "src/"
1745
                ]
1746
            },
1747
            "notification-url": "https://packagist.org/downloads/",
1748
            "license": [
1749
                "BSD-3-Clause"
1750
            ],
1751
            "authors": [
1752
                {
1753
                    "name": "Arne Blankerts",
1754
                    "email": "[email protected]",
1755
                    "role": "Developer"
1756
                },
1757
                {
1758
                    "name": "Sebastian Heuer",
1759
                    "email": "[email protected]",
1760
                    "role": "Developer"
1761
                },
1762
                {
1763
                    "name": "Sebastian Bergmann",
1764
                    "email": "[email protected]",
1765
                    "role": "Developer"
1766
                }
1767
            ],
1768
            "description": "Library for handling version information and constraints",
1769
            "time": "2017-03-05T17:38:23+00:00"
1770
        },
1771
        {
1772
            "name": "phpcollection/phpcollection",
1773
            "version": "0.5.0",
1774
            "source": {
1775
                "type": "git",
1776
                "url": "https://github.com/schmittjoh/php-collection.git",
1777
                "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
1778
            },
1779
            "dist": {
1780
                "type": "zip",
1781
                "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
1782
                "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
1783
                "shasum": ""
1784
            },
1785
            "require": {
1786
                "phpoption/phpoption": "1.*"
1787
            },
1788
            "type": "library",
1789
            "extra": {
1790
                "branch-alias": {
1791
                    "dev-master": "0.4-dev"
1792
                }
1793
            },
1794
            "autoload": {
1795
                "psr-0": {
1796
                    "PhpCollection": "src/"
1797
                }
1798
            },
1799
            "notification-url": "https://packagist.org/downloads/",
1800
            "license": [
1801
                "Apache2"
1802
            ],
1803
            "authors": [
1804
                {
1805
                    "name": "Johannes M. Schmitt",
1806
                    "email": "[email protected]"
1807
                }
1808
            ],
1809
            "description": "General-Purpose Collection Library for PHP",
1810
            "keywords": [
1811
                "collection",
1812
                "list",
1813
                "map",
1814
                "sequence",
1815
                "set"
1816
            ],
1817
            "time": "2015-05-17T12:39:23+00:00"
1818
        },
1819
        {
1820
            "name": "phpdocumentor/fileset",
1821
            "version": "1.0.0",
1822
            "source": {
1823
                "type": "git",
1824
                "url": "https://github.com/phpDocumentor/Fileset.git",
1825
                "reference": "bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0"
1826
            },
1827
            "dist": {
1828
                "type": "zip",
1829
                "url": "https://api.github.com/repos/phpDocumentor/Fileset/zipball/bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0",
1830
                "reference": "bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0",
1831
                "shasum": ""
1832
            },
1833
            "require": {
1834
                "php": ">=5.3.3",
1835
                "symfony/finder": "~2.1"
1836
            },
1837
            "require-dev": {
1838
                "phpunit/phpunit": "~3.7"
1839
            },
1840
            "type": "library",
1841
            "autoload": {
1842
                "psr-0": {
1843
                    "phpDocumentor": [
1844
                        "src/",
1845
                        "tests/unit/"
1846
                    ]
1847
                }
1848
            },
1849
            "notification-url": "https://packagist.org/downloads/",
1850
            "license": [
1851
                "MIT"
1852
            ],
1853
            "description": "Fileset component for collecting a set of files given directories and file paths",
1854
            "homepage": "http://www.phpdoc.org",
1855
            "keywords": [
1856
                "files",
1857
                "fileset",
1858
                "phpdoc"
1859
            ],
1860
            "time": "2013-08-06T21:07:42+00:00"
1861
        },
1862
        {
1863
            "name": "phpdocumentor/graphviz",
1864
            "version": "1.0.4",
1865
            "source": {
1866
                "type": "git",
1867
                "url": "https://github.com/phpDocumentor/GraphViz.git",
1868
                "reference": "a906a90a9f230535f25ea31caf81b2323956283f"
1869
            },
1870
            "dist": {
1871
                "type": "zip",
1872
                "url": "https://api.github.com/repos/phpDocumentor/GraphViz/zipball/a906a90a9f230535f25ea31caf81b2323956283f",
1873
                "reference": "a906a90a9f230535f25ea31caf81b2323956283f",
1874
                "shasum": ""
1875
            },
1876
            "require": {
1877
                "php": ">=5.3.3"
1878
            },
1879
            "require-dev": {
1880
                "phpunit/phpunit": "~4.0"
1881
            },
1882
            "type": "library",
1883
            "autoload": {
1884
                "psr-0": {
1885
                    "phpDocumentor": [
1886
                        "src/",
1887
                        "tests/unit"
1888
                    ]
1889
                }
1890
            },
1891
            "notification-url": "https://packagist.org/downloads/",
1892
            "license": [
1893
                "MIT"
1894
            ],
1895
            "authors": [
1896
                {
1897
                    "name": "Mike van Riel",
1898
                    "email": "[email protected]"
1899
                }
1900
            ],
1901
            "time": "2016-02-02T13:00:08+00:00"
1902
        },
1903
        {
1904
            "name": "phpdocumentor/phpdocumentor",
1905
            "version": "v2.9.0",
1906
            "source": {
1907
                "type": "git",
1908
                "url": "https://github.com/phpDocumentor/phpDocumentor2.git",
1909
                "reference": "be607da0eef9b9249c43c5b4820d25d631c73667"
1910
            },
1911
            "dist": {
1912
                "type": "zip",
1913
                "url": "https://api.github.com/repos/phpDocumentor/phpDocumentor2/zipball/be607da0eef9b9249c43c5b4820d25d631c73667",
1914
                "reference": "be607da0eef9b9249c43c5b4820d25d631c73667",
1915
                "shasum": ""
1916
            },
1917
            "require": {
1918
                "cilex/cilex": "~1.0",
1919
                "erusev/parsedown": "~1.0",
1920
                "herrera-io/phar-update": "1.0.3",
1921
                "jms/serializer": ">=0.12",
1922
                "monolog/monolog": "~1.6",
1923
                "php": ">=5.3.3",
1924
                "phpdocumentor/fileset": "~1.0",
1925
                "phpdocumentor/graphviz": "~1.0",
1926
                "phpdocumentor/reflection": "^3.0",
1927
                "phpdocumentor/reflection-docblock": "~2.0",
1928
                "symfony/config": "~2.3",
1929
                "symfony/console": "~2.3",
1930
                "symfony/event-dispatcher": "~2.1",
1931
                "symfony/process": "~2.0",
1932
                "symfony/stopwatch": "~2.3",
1933
                "symfony/validator": "~2.2",
1934
                "twig/twig": "~1.3",
1935
                "zendframework/zend-cache": "~2.1",
1936
                "zendframework/zend-config": "~2.1",
1937
                "zendframework/zend-filter": "~2.1",
1938
                "zendframework/zend-i18n": "~2.1",
1939
                "zendframework/zend-serializer": "~2.1",
1940
                "zendframework/zend-servicemanager": "~2.1",
1941
                "zendframework/zend-stdlib": "~2.1",
1942
                "zetacomponents/document": ">=1.3.1"
1943
            },
1944
            "require-dev": {
1945
                "behat/behat": "~3.0",
1946
                "mikey179/vfsstream": "~1.2",
1947
                "mockery/mockery": "~0.9@dev",
1948
                "phpunit/phpunit": "~4.0",
1949
                "squizlabs/php_codesniffer": "~1.4",
1950
                "symfony/expression-language": "~2.4"
1951
            },
1952
            "suggest": {
1953
                "ext-twig": "Enabling the twig extension improves the generation of twig based templates.",
1954
                "ext-xslcache": "Enabling the XSLCache extension improves the generation of xml based templates."
1955
            },
1956
            "bin": [
1957
                "bin/phpdoc.php",
1958
                "bin/phpdoc"
1959
            ],
1960
            "type": "library",
1961
            "extra": {
1962
                "branch-alias": {
1963
                    "dev-develop": "2.9-dev"
1964
                }
1965
            },
1966
            "autoload": {
1967
                "psr-0": {
1968
                    "phpDocumentor": [
1969
                        "src/",
1970
                        "tests/unit/"
1971
                    ],
1972
                    "Cilex\\Provider": [
1973
                        "src/"
1974
                    ]
1975
                }
1976
            },
1977
            "notification-url": "https://packagist.org/downloads/",
1978
            "license": [
1979
                "MIT"
1980
            ],
1981
            "description": "Documentation Generator for PHP",
1982
            "homepage": "http://www.phpdoc.org",
1983
            "keywords": [
1984
                "api",
1985
                "application",
1986
                "dga",
1987
                "documentation",
1988
                "phpdoc"
1989
            ],
1990
            "time": "2016-05-22T09:50:56+00:00"
1991
        },
1992
        {
1993
            "name": "phpdocumentor/reflection",
1994
            "version": "3.0.1",
1995
            "source": {
1996
                "type": "git",
1997
                "url": "https://github.com/phpDocumentor/Reflection.git",
1998
                "reference": "793bfd92d9a0fc96ae9608fb3e947c3f59fb3a0d"
1999
            },
2000
            "dist": {
2001
                "type": "zip",
2002
                "url": "https://api.github.com/repos/phpDocumentor/Reflection/zipball/793bfd92d9a0fc96ae9608fb3e947c3f59fb3a0d",
2003
                "reference": "793bfd92d9a0fc96ae9608fb3e947c3f59fb3a0d",
2004
                "shasum": ""
2005
            },
2006
            "require": {
2007
                "nikic/php-parser": "^1.0",
2008
                "php": ">=5.3.3",
2009
                "phpdocumentor/reflection-docblock": "~2.0",
2010
                "psr/log": "~1.0"
2011
            },
2012
            "require-dev": {
2013
                "behat/behat": "~2.4",
2014
                "mockery/mockery": "~0.8",
2015
                "phpunit/phpunit": "~4.0"
2016
            },
2017
            "type": "library",
2018
            "extra": {
2019
                "branch-alias": {
2020
                    "dev-master": "1.0.x-dev"
2021
                }
2022
            },
2023
            "autoload": {
2024
                "psr-0": {
2025
                    "phpDocumentor": [
2026
                        "src/",
2027
                        "tests/unit/",
2028
                        "tests/mocks/"
2029
                    ]
2030
                }
2031
            },
2032
            "notification-url": "https://packagist.org/downloads/",
2033
            "license": [
2034
                "MIT"
2035
            ],
2036
            "description": "Reflection library to do Static Analysis for PHP Projects",
2037
            "homepage": "http://www.phpdoc.org",
2038
            "keywords": [
2039
                "phpDocumentor",
2040
                "phpdoc",
2041
                "reflection",
2042
                "static analysis"
2043
            ],
2044
            "time": "2016-05-21T08:42:32+00:00"
2045
        },
2046
        {
2047
            "name": "phpdocumentor/reflection-docblock",
2048
            "version": "2.0.4",
2049
            "source": {
2050
                "type": "git",
2051
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2052
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
2053
            },
2054
            "dist": {
2055
                "type": "zip",
2056
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
2057
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
2058
                "shasum": ""
2059
            },
2060
            "require": {
2061
                "php": ">=5.3.3"
2062
            },
2063
            "require-dev": {
2064
                "phpunit/phpunit": "~4.0"
2065
            },
2066
            "suggest": {
2067
                "dflydev/markdown": "~1.0",
2068
                "erusev/parsedown": "~1.0"
2069
            },
2070
            "type": "library",
2071
            "extra": {
2072
                "branch-alias": {
2073
                    "dev-master": "2.0.x-dev"
2074
                }
2075
            },
2076
            "autoload": {
2077
                "psr-0": {
2078
                    "phpDocumentor": [
2079
                        "src/"
2080
                    ]
2081
                }
2082
            },
2083
            "notification-url": "https://packagist.org/downloads/",
2084
            "license": [
2085
                "MIT"
2086
            ],
2087
            "authors": [
2088
                {
2089
                    "name": "Mike van Riel",
2090
                    "email": "[email protected]"
2091
                }
2092
            ],
2093
            "time": "2015-02-03T12:10:50+00:00"
2094
        },
2095
        {
2096
            "name": "phpoption/phpoption",
2097
            "version": "1.5.0",
2098
            "source": {
2099
                "type": "git",
2100
                "url": "https://github.com/schmittjoh/php-option.git",
2101
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
2102
            },
2103
            "dist": {
2104
                "type": "zip",
2105
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
2106
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
2107
                "shasum": ""
2108
            },
2109
            "require": {
2110
                "php": ">=5.3.0"
2111
            },
2112
            "require-dev": {
2113
                "phpunit/phpunit": "4.7.*"
2114
            },
2115
            "type": "library",
2116
            "extra": {
2117
                "branch-alias": {
2118
                    "dev-master": "1.3-dev"
2119
                }
2120
            },
2121
            "autoload": {
2122
                "psr-0": {
2123
                    "PhpOption\\": "src/"
2124
                }
2125
            },
2126
            "notification-url": "https://packagist.org/downloads/",
2127
            "license": [
2128
                "Apache2"
2129
            ],
2130
            "authors": [
2131
                {
2132
                    "name": "Johannes M. Schmitt",
2133
                    "email": "[email protected]"
2134
                }
2135
            ],
2136
            "description": "Option Type for PHP",
2137
            "keywords": [
2138
                "language",
2139
                "option",
2140
                "php",
2141
                "type"
2142
            ],
2143
            "time": "2015-07-25T16:39:46+00:00"
2144
        },
2145
        {
2146
            "name": "phpspec/prophecy",
2147
            "version": "v1.7.0",
2148
            "source": {
2149
                "type": "git",
2150
                "url": "https://github.com/phpspec/prophecy.git",
2151
                "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
2152
            },
2153
            "dist": {
2154
                "type": "zip",
2155
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
2156
                "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
2157
                "shasum": ""
2158
            },
2159
            "require": {
2160
                "doctrine/instantiator": "^1.0.2",
2161
                "php": "^5.3|^7.0",
2162
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
2163
                "sebastian/comparator": "^1.1|^2.0",
2164
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
2165
            },
2166
            "require-dev": {
2167
                "phpspec/phpspec": "^2.5|^3.2",
2168
                "phpunit/phpunit": "^4.8 || ^5.6.5"
2169
            },
2170
            "type": "library",
2171
            "extra": {
2172
                "branch-alias": {
2173
                    "dev-master": "1.6.x-dev"
2174
                }
2175
            },
2176
            "autoload": {
2177
                "psr-0": {
2178
                    "Prophecy\\": "src/"
2179
                }
2180
            },
2181
            "notification-url": "https://packagist.org/downloads/",
2182
            "license": [
2183
                "MIT"
2184
            ],
2185
            "authors": [
2186
                {
2187
                    "name": "Konstantin Kudryashov",
2188
                    "email": "[email protected]",
2189
                    "homepage": "http://everzet.com"
2190
                },
2191
                {
2192
                    "name": "Marcello Duarte",
2193
                    "email": "[email protected]"
2194
                }
2195
            ],
2196
            "description": "Highly opinionated mocking framework for PHP 5.3+",
2197
            "homepage": "https://github.com/phpspec/prophecy",
2198
            "keywords": [
2199
                "Double",
2200
                "Dummy",
2201
                "fake",
2202
                "mock",
2203
                "spy",
2204
                "stub"
2205
            ],
2206
            "time": "2017-03-02T20:05:34+00:00"
2207
        },
2208
        {
2209
            "name": "phpunit/php-code-coverage",
2210
            "version": "5.3.0",
2211
            "source": {
2212
                "type": "git",
2213
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2214
                "reference": "661f34d0bd3f1a7225ef491a70a020ad23a057a1"
2215
            },
2216
            "dist": {
2217
                "type": "zip",
2218
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/661f34d0bd3f1a7225ef491a70a020ad23a057a1",
2219
                "reference": "661f34d0bd3f1a7225ef491a70a020ad23a057a1",
2220
                "shasum": ""
2221
            },
2222
            "require": {
2223
                "ext-dom": "*",
2224
                "ext-xmlwriter": "*",
2225
                "php": "^7.0",
2226
                "phpunit/php-file-iterator": "^1.4.2",
2227
                "phpunit/php-text-template": "^1.2.1",
2228
                "phpunit/php-token-stream": "^2.0.1",
2229
                "sebastian/code-unit-reverse-lookup": "^1.0.1",
2230
                "sebastian/environment": "^3.0",
2231
                "sebastian/version": "^2.0.1",
2232
                "theseer/tokenizer": "^1.1"
2233
            },
2234
            "require-dev": {
2235
                "phpunit/phpunit": "^6.0"
2236
            },
2237
            "suggest": {
2238
                "ext-xdebug": "^2.5.5"
2239
            },
2240
            "type": "library",
2241
            "extra": {
2242
                "branch-alias": {
2243
                    "dev-master": "5.3.x-dev"
2244
                }
2245
            },
2246
            "autoload": {
2247
                "classmap": [
2248
                    "src/"
2249
                ]
2250
            },
2251
            "notification-url": "https://packagist.org/downloads/",
2252
            "license": [
2253
                "BSD-3-Clause"
2254
            ],
2255
            "authors": [
2256
                {
2257
                    "name": "Sebastian Bergmann",
2258
                    "email": "[email protected]",
2259
                    "role": "lead"
2260
                }
2261
            ],
2262
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2263
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2264
            "keywords": [
2265
                "coverage",
2266
                "testing",
2267
                "xunit"
2268
            ],
2269
            "time": "2017-12-06T09:29:45+00:00"
2270
        },
2271
        {
2272
            "name": "phpunit/php-file-iterator",
2273
            "version": "1.4.5",
2274
            "source": {
2275
                "type": "git",
2276
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2277
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
2278
            },
2279
            "dist": {
2280
                "type": "zip",
2281
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
2282
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
2283
                "shasum": ""
2284
            },
2285
            "require": {
2286
                "php": ">=5.3.3"
2287
            },
2288
            "type": "library",
2289
            "extra": {
2290
                "branch-alias": {
2291
                    "dev-master": "1.4.x-dev"
2292
                }
2293
            },
2294
            "autoload": {
2295
                "classmap": [
2296
                    "src/"
2297
                ]
2298
            },
2299
            "notification-url": "https://packagist.org/downloads/",
2300
            "license": [
2301
                "BSD-3-Clause"
2302
            ],
2303
            "authors": [
2304
                {
2305
                    "name": "Sebastian Bergmann",
2306
                    "email": "[email protected]",
2307
                    "role": "lead"
2308
                }
2309
            ],
2310
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2311
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2312
            "keywords": [
2313
                "filesystem",
2314
                "iterator"
2315
            ],
2316
            "time": "2017-11-27T13:52:08+00:00"
2317
        },
2318
        {
2319
            "name": "phpunit/php-text-template",
2320
            "version": "1.2.1",
2321
            "source": {
2322
                "type": "git",
2323
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
2324
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2325
            },
2326
            "dist": {
2327
                "type": "zip",
2328
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2329
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2330
                "shasum": ""
2331
            },
2332
            "require": {
2333
                "php": ">=5.3.3"
2334
            },
2335
            "type": "library",
2336
            "autoload": {
2337
                "classmap": [
2338
                    "src/"
2339
                ]
2340
            },
2341
            "notification-url": "https://packagist.org/downloads/",
2342
            "license": [
2343
                "BSD-3-Clause"
2344
            ],
2345
            "authors": [
2346
                {
2347
                    "name": "Sebastian Bergmann",
2348
                    "email": "[email protected]",
2349
                    "role": "lead"
2350
                }
2351
            ],
2352
            "description": "Simple template engine.",
2353
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2354
            "keywords": [
2355
                "template"
2356
            ],
2357
            "time": "2015-06-21T13:50:34+00:00"
2358
        },
2359
        {
2360
            "name": "phpunit/php-timer",
2361
            "version": "1.0.9",
2362
            "source": {
2363
                "type": "git",
2364
                "url": "https://github.com/sebastianbergmann/php-timer.git",
2365
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
2366
            },
2367
            "dist": {
2368
                "type": "zip",
2369
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2370
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2371
                "shasum": ""
2372
            },
2373
            "require": {
2374
                "php": "^5.3.3 || ^7.0"
2375
            },
2376
            "require-dev": {
2377
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2378
            },
2379
            "type": "library",
2380
            "extra": {
2381
                "branch-alias": {
2382
                    "dev-master": "1.0-dev"
2383
                }
2384
            },
2385
            "autoload": {
2386
                "classmap": [
2387
                    "src/"
2388
                ]
2389
            },
2390
            "notification-url": "https://packagist.org/downloads/",
2391
            "license": [
2392
                "BSD-3-Clause"
2393
            ],
2394
            "authors": [
2395
                {
2396
                    "name": "Sebastian Bergmann",
2397
                    "email": "[email protected]",
2398
                    "role": "lead"
2399
                }
2400
            ],
2401
            "description": "Utility class for timing",
2402
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
2403
            "keywords": [
2404
                "timer"
2405
            ],
2406
            "time": "2017-02-26T11:10:40+00:00"
2407
        },
2408
        {
2409
            "name": "phpunit/php-token-stream",
2410
            "version": "2.0.2",
2411
            "source": {
2412
                "type": "git",
2413
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2414
                "reference": "791198a2c6254db10131eecfe8c06670700904db"
2415
            },
2416
            "dist": {
2417
                "type": "zip",
2418
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
2419
                "reference": "791198a2c6254db10131eecfe8c06670700904db",
2420
                "shasum": ""
2421
            },
2422
            "require": {
2423
                "ext-tokenizer": "*",
2424
                "php": "^7.0"
2425
            },
2426
            "require-dev": {
2427
                "phpunit/phpunit": "^6.2.4"
2428
            },
2429
            "type": "library",
2430
            "extra": {
2431
                "branch-alias": {
2432
                    "dev-master": "2.0-dev"
2433
                }
2434
            },
2435
            "autoload": {
2436
                "classmap": [
2437
                    "src/"
2438
                ]
2439
            },
2440
            "notification-url": "https://packagist.org/downloads/",
2441
            "license": [
2442
                "BSD-3-Clause"
2443
            ],
2444
            "authors": [
2445
                {
2446
                    "name": "Sebastian Bergmann",
2447
                    "email": "[email protected]"
2448
                }
2449
            ],
2450
            "description": "Wrapper around PHP's tokenizer extension.",
2451
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2452
            "keywords": [
2453
                "tokenizer"
2454
            ],
2455
            "time": "2017-11-27T05:48:46+00:00"
2456
        },
2457
        {
2458
            "name": "phpunit/phpunit",
2459
            "version": "6.5.5",
2460
            "source": {
2461
                "type": "git",
2462
                "url": "https://github.com/sebastianbergmann/phpunit.git",
2463
                "reference": "83d27937a310f2984fd575686138597147bdc7df"
2464
            },
2465
            "dist": {
2466
                "type": "zip",
2467
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/83d27937a310f2984fd575686138597147bdc7df",
2468
                "reference": "83d27937a310f2984fd575686138597147bdc7df",
2469
                "shasum": ""
2470
            },
2471
            "require": {
2472
                "ext-dom": "*",
2473
                "ext-json": "*",
2474
                "ext-libxml": "*",
2475
                "ext-mbstring": "*",
2476
                "ext-xml": "*",
2477
                "myclabs/deep-copy": "^1.6.1",
2478
                "phar-io/manifest": "^1.0.1",
2479
                "phar-io/version": "^1.0",
2480
                "php": "^7.0",
2481
                "phpspec/prophecy": "^1.7",
2482
                "phpunit/php-code-coverage": "^5.3",
2483
                "phpunit/php-file-iterator": "^1.4.3",
2484
                "phpunit/php-text-template": "^1.2.1",
2485
                "phpunit/php-timer": "^1.0.9",
2486
                "phpunit/phpunit-mock-objects": "^5.0.5",
2487
                "sebastian/comparator": "^2.1",
2488
                "sebastian/diff": "^2.0",
2489
                "sebastian/environment": "^3.1",
2490
                "sebastian/exporter": "^3.1",
2491
                "sebastian/global-state": "^2.0",
2492
                "sebastian/object-enumerator": "^3.0.3",
2493
                "sebastian/resource-operations": "^1.0",
2494
                "sebastian/version": "^2.0.1"
2495
            },
2496
            "conflict": {
2497
                "phpdocumentor/reflection-docblock": "3.0.2",
2498
                "phpunit/dbunit": "<3.0"
2499
            },
2500
            "require-dev": {
2501
                "ext-pdo": "*"
2502
            },
2503
            "suggest": {
2504
                "ext-xdebug": "*",
2505
                "phpunit/php-invoker": "^1.1"
2506
            },
2507
            "bin": [
2508
                "phpunit"
2509
            ],
2510
            "type": "library",
2511
            "extra": {
2512
                "branch-alias": {
2513
                    "dev-master": "6.5.x-dev"
2514
                }
2515
            },
2516
            "autoload": {
2517
                "classmap": [
2518
                    "src/"
2519
                ]
2520
            },
2521
            "notification-url": "https://packagist.org/downloads/",
2522
            "license": [
2523
                "BSD-3-Clause"
2524
            ],
2525
            "authors": [
2526
                {
2527
                    "name": "Sebastian Bergmann",
2528
                    "email": "[email protected]",
2529
                    "role": "lead"
2530
                }
2531
            ],
2532
            "description": "The PHP Unit Testing framework.",
2533
            "homepage": "https://phpunit.de/",
2534
            "keywords": [
2535
                "phpunit",
2536
                "testing",
2537
                "xunit"
2538
            ],
2539
            "time": "2017-12-17T06:31:19+00:00"
2540
        },
2541
        {
2542
            "name": "phpunit/phpunit-mock-objects",
2543
            "version": "5.0.6",
2544
            "source": {
2545
                "type": "git",
2546
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2547
                "reference": "33fd41a76e746b8fa96d00b49a23dadfa8334cdf"
2548
            },
2549
            "dist": {
2550
                "type": "zip",
2551
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/33fd41a76e746b8fa96d00b49a23dadfa8334cdf",
2552
                "reference": "33fd41a76e746b8fa96d00b49a23dadfa8334cdf",
2553
                "shasum": ""
2554
            },
2555
            "require": {
2556
                "doctrine/instantiator": "^1.0.5",
2557
                "php": "^7.0",
2558
                "phpunit/php-text-template": "^1.2.1",
2559
                "sebastian/exporter": "^3.1"
2560
            },
2561
            "conflict": {
2562
                "phpunit/phpunit": "<6.0"
2563
            },
2564
            "require-dev": {
2565
                "phpunit/phpunit": "^6.5"
2566
            },
2567
            "suggest": {
2568
                "ext-soap": "*"
2569
            },
2570
            "type": "library",
2571
            "extra": {
2572
                "branch-alias": {
2573
                    "dev-master": "5.0.x-dev"
2574
                }
2575
            },
2576
            "autoload": {
2577
                "classmap": [
2578
                    "src/"
2579
                ]
2580
            },
2581
            "notification-url": "https://packagist.org/downloads/",
2582
            "license": [
2583
                "BSD-3-Clause"
2584
            ],
2585
            "authors": [
2586
                {
2587
                    "name": "Sebastian Bergmann",
2588
                    "email": "[email protected]",
2589
                    "role": "lead"
2590
                }
2591
            ],
2592
            "description": "Mock Object library for PHPUnit",
2593
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
2594
            "keywords": [
2595
                "mock",
2596
                "xunit"
2597
            ],
2598
            "time": "2018-01-06T05:45:45+00:00"
2599
        },
2600
        {
2601
            "name": "pimple/pimple",
2602
            "version": "v1.1.1",
2603
            "source": {
2604
                "type": "git",
2605
                "url": "https://github.com/silexphp/Pimple.git",
2606
                "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d"
2607
            },
2608
            "dist": {
2609
                "type": "zip",
2610
                "url": "https://api.github.com/repos/silexphp/Pimple/zipball/2019c145fe393923f3441b23f29bbdfaa5c58c4d",
2611
                "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d",
2612
                "shasum": ""
2613
            },
2614
            "require": {
2615
                "php": ">=5.3.0"
2616
            },
2617
            "type": "library",
2618
            "extra": {
2619
                "branch-alias": {
2620
                    "dev-master": "1.1.x-dev"
2621
                }
2622
            },
2623
            "autoload": {
2624
                "psr-0": {
2625
                    "Pimple": "lib/"
2626
                }
2627
            },
2628
            "notification-url": "https://packagist.org/downloads/",
2629
            "license": [
2630
                "MIT"
2631
            ],
2632
            "authors": [
2633
                {
2634
                    "name": "Fabien Potencier",
2635
                    "email": "[email protected]"
2636
                }
2637
            ],
2638
            "description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
2639
            "homepage": "http://pimple.sensiolabs.org",
2640
            "keywords": [
2641
                "container",
2642
                "dependency injection"
2643
            ],
2644
            "time": "2013-11-22T08:30:29+00:00"
2645
        },
2646
        {
2647
            "name": "psr/container",
2648
            "version": "1.0.0",
2649
            "source": {
2650
                "type": "git",
2651
                "url": "https://github.com/php-fig/container.git",
2652
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
2653
            },
2654
            "dist": {
2655
                "type": "zip",
2656
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2657
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2658
                "shasum": ""
2659
            },
2660
            "require": {
2661
                "php": ">=5.3.0"
2662
            },
2663
            "type": "library",
2664
            "extra": {
2665
                "branch-alias": {
2666
                    "dev-master": "1.0.x-dev"
2667
                }
2668
            },
2669
            "autoload": {
2670
                "psr-4": {
2671
                    "Psr\\Container\\": "src/"
2672
                }
2673
            },
2674
            "notification-url": "https://packagist.org/downloads/",
2675
            "license": [
2676
                "MIT"
2677
            ],
2678
            "authors": [
2679
                {
2680
                    "name": "PHP-FIG",
2681
                    "homepage": "http://www.php-fig.org/"
2682
                }
2683
            ],
2684
            "description": "Common Container Interface (PHP FIG PSR-11)",
2685
            "homepage": "https://github.com/php-fig/container",
2686
            "keywords": [
2687
                "PSR-11",
2688
                "container",
2689
                "container-interface",
2690
                "container-interop",
2691
                "psr"
2692
            ],
2693
            "time": "2017-02-14T16:28:37+00:00"
2694
        },
2695
        {
2696
            "name": "psr/http-message",
2697
            "version": "1.0.1",
2698
            "source": {
2699
                "type": "git",
2700
                "url": "https://github.com/php-fig/http-message.git",
2701
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2702
            },
2703
            "dist": {
2704
                "type": "zip",
2705
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
2706
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2707
                "shasum": ""
2708
            },
2709
            "require": {
2710
                "php": ">=5.3.0"
2711
            },
2712
            "type": "library",
2713
            "extra": {
2714
                "branch-alias": {
2715
                    "dev-master": "1.0.x-dev"
2716
                }
2717
            },
2718
            "autoload": {
2719
                "psr-4": {
2720
                    "Psr\\Http\\Message\\": "src/"
2721
                }
2722
            },
2723
            "notification-url": "https://packagist.org/downloads/",
2724
            "license": [
2725
                "MIT"
2726
            ],
2727
            "authors": [
2728
                {
2729
                    "name": "PHP-FIG",
2730
                    "homepage": "http://www.php-fig.org/"
2731
                }
2732
            ],
2733
            "description": "Common interface for HTTP messages",
2734
            "homepage": "https://github.com/php-fig/http-message",
2735
            "keywords": [
2736
                "http",
2737
                "http-message",
2738
                "psr",
2739
                "psr-7",
2740
                "request",
2741
                "response"
2742
            ],
2743
            "time": "2016-08-06T14:39:51+00:00"
2744
        },
2745
        {
2746
            "name": "psr/log",
2747
            "version": "1.0.2",
2748
            "source": {
2749
                "type": "git",
2750
                "url": "https://github.com/php-fig/log.git",
2751
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
2752
            },
2753
            "dist": {
2754
                "type": "zip",
2755
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2756
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2757
                "shasum": ""
2758
            },
2759
            "require": {
2760
                "php": ">=5.3.0"
2761
            },
2762
            "type": "library",
2763
            "extra": {
2764
                "branch-alias": {
2765
                    "dev-master": "1.0.x-dev"
2766
                }
2767
            },
2768
            "autoload": {
2769
                "psr-4": {
2770
                    "Psr\\Log\\": "Psr/Log/"
2771
                }
2772
            },
2773
            "notification-url": "https://packagist.org/downloads/",
2774
            "license": [
2775
                "MIT"
2776
            ],
2777
            "authors": [
2778
                {
2779
                    "name": "PHP-FIG",
2780
                    "homepage": "http://www.php-fig.org/"
2781
                }
2782
            ],
2783
            "description": "Common interface for logging libraries",
2784
            "homepage": "https://github.com/php-fig/log",
2785
            "keywords": [
2786
                "log",
2787
                "psr",
2788
                "psr-3"
2789
            ],
2790
            "time": "2016-10-10T12:19:37+00:00"
2791
        },
2792
        {
2793
            "name": "sebastian/code-unit-reverse-lookup",
2794
            "version": "1.0.1",
2795
            "source": {
2796
                "type": "git",
2797
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2798
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
2799
            },
2800
            "dist": {
2801
                "type": "zip",
2802
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2803
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2804
                "shasum": ""
2805
            },
2806
            "require": {
2807
                "php": "^5.6 || ^7.0"
2808
            },
2809
            "require-dev": {
2810
                "phpunit/phpunit": "^5.7 || ^6.0"
2811
            },
2812
            "type": "library",
2813
            "extra": {
2814
                "branch-alias": {
2815
                    "dev-master": "1.0.x-dev"
2816
                }
2817
            },
2818
            "autoload": {
2819
                "classmap": [
2820
                    "src/"
2821
                ]
2822
            },
2823
            "notification-url": "https://packagist.org/downloads/",
2824
            "license": [
2825
                "BSD-3-Clause"
2826
            ],
2827
            "authors": [
2828
                {
2829
                    "name": "Sebastian Bergmann",
2830
                    "email": "[email protected]"
2831
                }
2832
            ],
2833
            "description": "Looks up which function or method a line of code belongs to",
2834
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
2835
            "time": "2017-03-04T06:30:41+00:00"
2836
        },
2837
        {
2838
            "name": "sebastian/comparator",
2839
            "version": "2.1.2",
2840
            "source": {
2841
                "type": "git",
2842
                "url": "https://github.com/sebastianbergmann/comparator.git",
2843
                "reference": "11c07feade1d65453e06df3b3b90171d6d982087"
2844
            },
2845
            "dist": {
2846
                "type": "zip",
2847
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/11c07feade1d65453e06df3b3b90171d6d982087",
2848
                "reference": "11c07feade1d65453e06df3b3b90171d6d982087",
2849
                "shasum": ""
2850
            },
2851
            "require": {
2852
                "php": "^7.0",
2853
                "sebastian/diff": "^2.0",
2854
                "sebastian/exporter": "^3.1"
2855
            },
2856
            "require-dev": {
2857
                "phpunit/phpunit": "^6.4"
2858
            },
2859
            "type": "library",
2860
            "extra": {
2861
                "branch-alias": {
2862
                    "dev-master": "2.1.x-dev"
2863
                }
2864
            },
2865
            "autoload": {
2866
                "classmap": [
2867
                    "src/"
2868
                ]
2869
            },
2870
            "notification-url": "https://packagist.org/downloads/",
2871
            "license": [
2872
                "BSD-3-Clause"
2873
            ],
2874
            "authors": [
2875
                {
2876
                    "name": "Jeff Welch",
2877
                    "email": "[email protected]"
2878
                },
2879
                {
2880
                    "name": "Volker Dusch",
2881
                    "email": "[email protected]"
2882
                },
2883
                {
2884
                    "name": "Bernhard Schussek",
2885
                    "email": "[email protected]"
2886
                },
2887
                {
2888
                    "name": "Sebastian Bergmann",
2889
                    "email": "[email protected]"
2890
                }
2891
            ],
2892
            "description": "Provides the functionality to compare PHP values for equality",
2893
            "homepage": "https://github.com/sebastianbergmann/comparator",
2894
            "keywords": [
2895
                "comparator",
2896
                "compare",
2897
                "equality"
2898
            ],
2899
            "time": "2018-01-12T06:34:42+00:00"
2900
        },
2901
        {
2902
            "name": "sebastian/diff",
2903
            "version": "2.0.1",
2904
            "source": {
2905
                "type": "git",
2906
                "url": "https://github.com/sebastianbergmann/diff.git",
2907
                "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
2908
            },
2909
            "dist": {
2910
                "type": "zip",
2911
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
2912
                "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
2913
                "shasum": ""
2914
            },
2915
            "require": {
2916
                "php": "^7.0"
2917
            },
2918
            "require-dev": {
2919
                "phpunit/phpunit": "^6.2"
2920
            },
2921
            "type": "library",
2922
            "extra": {
2923
                "branch-alias": {
2924
                    "dev-master": "2.0-dev"
2925
                }
2926
            },
2927
            "autoload": {
2928
                "classmap": [
2929
                    "src/"
2930
                ]
2931
            },
2932
            "notification-url": "https://packagist.org/downloads/",
2933
            "license": [
2934
                "BSD-3-Clause"
2935
            ],
2936
            "authors": [
2937
                {
2938
                    "name": "Kore Nordmann",
2939
                    "email": "[email protected]"
2940
                },
2941
                {
2942
                    "name": "Sebastian Bergmann",
2943
                    "email": "[email protected]"
2944
                }
2945
            ],
2946
            "description": "Diff implementation",
2947
            "homepage": "https://github.com/sebastianbergmann/diff",
2948
            "keywords": [
2949
                "diff"
2950
            ],
2951
            "time": "2017-08-03T08:09:46+00:00"
2952
        },
2953
        {
2954
            "name": "sebastian/environment",
2955
            "version": "3.1.0",
2956
            "source": {
2957
                "type": "git",
2958
                "url": "https://github.com/sebastianbergmann/environment.git",
2959
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
2960
            },
2961
            "dist": {
2962
                "type": "zip",
2963
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
2964
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
2965
                "shasum": ""
2966
            },
2967
            "require": {
2968
                "php": "^7.0"
2969
            },
2970
            "require-dev": {
2971
                "phpunit/phpunit": "^6.1"
2972
            },
2973
            "type": "library",
2974
            "extra": {
2975
                "branch-alias": {
2976
                    "dev-master": "3.1.x-dev"
2977
                }
2978
            },
2979
            "autoload": {
2980
                "classmap": [
2981
                    "src/"
2982
                ]
2983
            },
2984
            "notification-url": "https://packagist.org/downloads/",
2985
            "license": [
2986
                "BSD-3-Clause"
2987
            ],
2988
            "authors": [
2989
                {
2990
                    "name": "Sebastian Bergmann",
2991
                    "email": "[email protected]"
2992
                }
2993
            ],
2994
            "description": "Provides functionality to handle HHVM/PHP environments",
2995
            "homepage": "http://www.github.com/sebastianbergmann/environment",
2996
            "keywords": [
2997
                "Xdebug",
2998
                "environment",
2999
                "hhvm"
3000
            ],
3001
            "time": "2017-07-01T08:51:00+00:00"
3002
        },
3003
        {
3004
            "name": "sebastian/exporter",
3005
            "version": "3.1.0",
3006
            "source": {
3007
                "type": "git",
3008
                "url": "https://github.com/sebastianbergmann/exporter.git",
3009
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
3010
            },
3011
            "dist": {
3012
                "type": "zip",
3013
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
3014
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
3015
                "shasum": ""
3016
            },
3017
            "require": {
3018
                "php": "^7.0",
3019
                "sebastian/recursion-context": "^3.0"
3020
            },
3021
            "require-dev": {
3022
                "ext-mbstring": "*",
3023
                "phpunit/phpunit": "^6.0"
3024
            },
3025
            "type": "library",
3026
            "extra": {
3027
                "branch-alias": {
3028
                    "dev-master": "3.1.x-dev"
3029
                }
3030
            },
3031
            "autoload": {
3032
                "classmap": [
3033
                    "src/"
3034
                ]
3035
            },
3036
            "notification-url": "https://packagist.org/downloads/",
3037
            "license": [
3038
                "BSD-3-Clause"
3039
            ],
3040
            "authors": [
3041
                {
3042
                    "name": "Jeff Welch",
3043
                    "email": "[email protected]"
3044
                },
3045
                {
3046
                    "name": "Volker Dusch",
3047
                    "email": "[email protected]"
3048
                },
3049
                {
3050
                    "name": "Bernhard Schussek",
3051
                    "email": "[email protected]"
3052
                },
3053
                {
3054
                    "name": "Sebastian Bergmann",
3055
                    "email": "[email protected]"
3056
                },
3057
                {
3058
                    "name": "Adam Harvey",
3059
                    "email": "[email protected]"
3060
                }
3061
            ],
3062
            "description": "Provides the functionality to export PHP variables for visualization",
3063
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
3064
            "keywords": [
3065
                "export",
3066
                "exporter"
3067
            ],
3068
            "time": "2017-04-03T13:19:02+00:00"
3069
        },
3070
        {
3071
            "name": "sebastian/global-state",
3072
            "version": "2.0.0",
3073
            "source": {
3074
                "type": "git",
3075
                "url": "https://github.com/sebastianbergmann/global-state.git",
3076
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
3077
            },
3078
            "dist": {
3079
                "type": "zip",
3080
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
3081
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
3082
                "shasum": ""
3083
            },
3084
            "require": {
3085
                "php": "^7.0"
3086
            },
3087
            "require-dev": {
3088
                "phpunit/phpunit": "^6.0"
3089
            },
3090
            "suggest": {
3091
                "ext-uopz": "*"
3092
            },
3093
            "type": "library",
3094
            "extra": {
3095
                "branch-alias": {
3096
                    "dev-master": "2.0-dev"
3097
                }
3098
            },
3099
            "autoload": {
3100
                "classmap": [
3101
                    "src/"
3102
                ]
3103
            },
3104
            "notification-url": "https://packagist.org/downloads/",
3105
            "license": [
3106
                "BSD-3-Clause"
3107
            ],
3108
            "authors": [
3109
                {
3110
                    "name": "Sebastian Bergmann",
3111
                    "email": "[email protected]"
3112
                }
3113
            ],
3114
            "description": "Snapshotting of global state",
3115
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
3116
            "keywords": [
3117
                "global state"
3118
            ],
3119
            "time": "2017-04-27T15:39:26+00:00"
3120
        },
3121
        {
3122
            "name": "sebastian/object-enumerator",
3123
            "version": "3.0.3",
3124
            "source": {
3125
                "type": "git",
3126
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
3127
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
3128
            },
3129
            "dist": {
3130
                "type": "zip",
3131
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
3132
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
3133
                "shasum": ""
3134
            },
3135
            "require": {
3136
                "php": "^7.0",
3137
                "sebastian/object-reflector": "^1.1.1",
3138
                "sebastian/recursion-context": "^3.0"
3139
            },
3140
            "require-dev": {
3141
                "phpunit/phpunit": "^6.0"
3142
            },
3143
            "type": "library",
3144
            "extra": {
3145
                "branch-alias": {
3146
                    "dev-master": "3.0.x-dev"
3147
                }
3148
            },
3149
            "autoload": {
3150
                "classmap": [
3151
                    "src/"
3152
                ]
3153
            },
3154
            "notification-url": "https://packagist.org/downloads/",
3155
            "license": [
3156
                "BSD-3-Clause"
3157
            ],
3158
            "authors": [
3159
                {
3160
                    "name": "Sebastian Bergmann",
3161
                    "email": "[email protected]"
3162
                }
3163
            ],
3164
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
3165
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
3166
            "time": "2017-08-03T12:35:26+00:00"
3167
        },
3168
        {
3169
            "name": "sebastian/object-reflector",
3170
            "version": "1.1.1",
3171
            "source": {
3172
                "type": "git",
3173
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
3174
                "reference": "773f97c67f28de00d397be301821b06708fca0be"
3175
            },
3176
            "dist": {
3177
                "type": "zip",
3178
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
3179
                "reference": "773f97c67f28de00d397be301821b06708fca0be",
3180
                "shasum": ""
3181
            },
3182
            "require": {
3183
                "php": "^7.0"
3184
            },
3185
            "require-dev": {
3186
                "phpunit/phpunit": "^6.0"
3187
            },
3188
            "type": "library",
3189
            "extra": {
3190
                "branch-alias": {
3191
                    "dev-master": "1.1-dev"
3192
                }
3193
            },
3194
            "autoload": {
3195
                "classmap": [
3196
                    "src/"
3197
                ]
3198
            },
3199
            "notification-url": "https://packagist.org/downloads/",
3200
            "license": [
3201
                "BSD-3-Clause"
3202
            ],
3203
            "authors": [
3204
                {
3205
                    "name": "Sebastian Bergmann",
3206
                    "email": "[email protected]"
3207
                }
3208
            ],
3209
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
3210
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
3211
            "time": "2017-03-29T09:07:27+00:00"
3212
        },
3213
        {
3214
            "name": "sebastian/recursion-context",
3215
            "version": "3.0.0",
3216
            "source": {
3217
                "type": "git",
3218
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
3219
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
3220
            },
3221
            "dist": {
3222
                "type": "zip",
3223
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
3224
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
3225
                "shasum": ""
3226
            },
3227
            "require": {
3228
                "php": "^7.0"
3229
            },
3230
            "require-dev": {
3231
                "phpunit/phpunit": "^6.0"
3232
            },
3233
            "type": "library",
3234
            "extra": {
3235
                "branch-alias": {
3236
                    "dev-master": "3.0.x-dev"
3237
                }
3238
            },
3239
            "autoload": {
3240
                "classmap": [
3241
                    "src/"
3242
                ]
3243
            },
3244
            "notification-url": "https://packagist.org/downloads/",
3245
            "license": [
3246
                "BSD-3-Clause"
3247
            ],
3248
            "authors": [
3249
                {
3250
                    "name": "Jeff Welch",
3251
                    "email": "[email protected]"
3252
                },
3253
                {
3254
                    "name": "Sebastian Bergmann",
3255
                    "email": "[email protected]"
3256
                },
3257
                {
3258
                    "name": "Adam Harvey",
3259
                    "email": "[email protected]"
3260
                }
3261
            ],
3262
            "description": "Provides functionality to recursively process PHP variables",
3263
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3264
            "time": "2017-03-03T06:23:57+00:00"
3265
        },
3266
        {
3267
            "name": "sebastian/resource-operations",
3268
            "version": "1.0.0",
3269
            "source": {
3270
                "type": "git",
3271
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
3272
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
3273
            },
3274
            "dist": {
3275
                "type": "zip",
3276
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3277
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3278
                "shasum": ""
3279
            },
3280
            "require": {
3281
                "php": ">=5.6.0"
3282
            },
3283
            "type": "library",
3284
            "extra": {
3285
                "branch-alias": {
3286
                    "dev-master": "1.0.x-dev"
3287
                }
3288
            },
3289
            "autoload": {
3290
                "classmap": [
3291
                    "src/"
3292
                ]
3293
            },
3294
            "notification-url": "https://packagist.org/downloads/",
3295
            "license": [
3296
                "BSD-3-Clause"
3297
            ],
3298
            "authors": [
3299
                {
3300
                    "name": "Sebastian Bergmann",
3301
                    "email": "[email protected]"
3302
                }
3303
            ],
3304
            "description": "Provides a list of PHP built-in functions that operate on resources",
3305
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
3306
            "time": "2015-07-28T20:34:47+00:00"
3307
        },
3308
        {
3309
            "name": "sebastian/version",
3310
            "version": "2.0.1",
3311
            "source": {
3312
                "type": "git",
3313
                "url": "https://github.com/sebastianbergmann/version.git",
3314
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
3315
            },
3316
            "dist": {
3317
                "type": "zip",
3318
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
3319
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
3320
                "shasum": ""
3321
            },
3322
            "require": {
3323
                "php": ">=5.6"
3324
            },
3325
            "type": "library",
3326
            "extra": {
3327
                "branch-alias": {
3328
                    "dev-master": "2.0.x-dev"
3329
                }
3330
            },
3331
            "autoload": {
3332
                "classmap": [
3333
                    "src/"
3334
                ]
3335
            },
3336
            "notification-url": "https://packagist.org/downloads/",
3337
            "license": [
3338
                "BSD-3-Clause"
3339
            ],
3340
            "authors": [
3341
                {
3342
                    "name": "Sebastian Bergmann",
3343
                    "email": "[email protected]",
3344
                    "role": "lead"
3345
                }
3346
            ],
3347
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3348
            "homepage": "https://github.com/sebastianbergmann/version",
3349
            "time": "2016-10-03T07:35:21+00:00"
3350
        },
3351
        {
3352
            "name": "seld/jsonlint",
3353
            "version": "1.6.0",
3354
            "source": {
3355
                "type": "git",
3356
                "url": "https://github.com/Seldaek/jsonlint.git",
3357
                "reference": "791f8c594f300d246cdf01c6b3e1e19611e301d8"
3358
            },
3359
            "dist": {
3360
                "type": "zip",
3361
                "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/791f8c594f300d246cdf01c6b3e1e19611e301d8",
3362
                "reference": "791f8c594f300d246cdf01c6b3e1e19611e301d8",
3363
                "shasum": ""
3364
            },
3365
            "require": {
3366
                "php": "^5.3 || ^7.0"
3367
            },
3368
            "require-dev": {
3369
                "phpunit/phpunit": "^4.5"
3370
            },
3371
            "bin": [
3372
                "bin/jsonlint"
3373
            ],
3374
            "type": "library",
3375
            "autoload": {
3376
                "psr-4": {
3377
                    "Seld\\JsonLint\\": "src/Seld/JsonLint/"
3378
                }
3379
            },
3380
            "notification-url": "https://packagist.org/downloads/",
3381
            "license": [
3382
                "MIT"
3383
            ],
3384
            "authors": [
3385
                {
3386
                    "name": "Jordi Boggiano",
3387
                    "email": "[email protected]",
3388
                    "homepage": "http://seld.be"
3389
                }
3390
            ],
3391
            "description": "JSON Linter",
3392
            "keywords": [
3393
                "json",
3394
                "linter",
3395
                "parser",
3396
                "validator"
3397
            ],
3398
            "time": "2017-03-06T16:42:24+00:00"
3399
        },
3400
        {
3401
            "name": "symfony/browser-kit",
3402
            "version": "v3.2.6",
3403
            "source": {
3404
                "type": "git",
3405
                "url": "https://github.com/symfony/browser-kit.git",
3406
                "reference": "2fe0caa60c1a1dfeefd0425741182687a9b382b8"
3407
            },
3408
            "dist": {
3409
                "type": "zip",
3410
                "url": "https://api.github.com/repos/symfony/browser-kit/zipball/2fe0caa60c1a1dfeefd0425741182687a9b382b8",
3411
                "reference": "2fe0caa60c1a1dfeefd0425741182687a9b382b8",
3412
                "shasum": ""
3413
            },
3414
            "require": {
3415
                "php": ">=5.5.9",
3416
                "symfony/dom-crawler": "~2.8|~3.0"
3417
            },
3418
            "require-dev": {
3419
                "symfony/css-selector": "~2.8|~3.0",
3420
                "symfony/process": "~2.8|~3.0"
3421
            },
3422
            "suggest": {
3423
                "symfony/process": ""
3424
            },
3425
            "type": "library",
3426
            "extra": {
3427
                "branch-alias": {
3428
                    "dev-master": "3.2-dev"
3429
                }
3430
            },
3431
            "autoload": {
3432
                "psr-4": {
3433
                    "Symfony\\Component\\BrowserKit\\": ""
3434
                },
3435
                "exclude-from-classmap": [
3436
                    "/Tests/"
3437
                ]
3438
            },
3439
            "notification-url": "https://packagist.org/downloads/",
3440
            "license": [
3441
                "MIT"
3442
            ],
3443
            "authors": [
3444
                {
3445
                    "name": "Fabien Potencier",
3446
                    "email": "[email protected]"
3447
                },
3448
                {
3449
                    "name": "Symfony Community",
3450
                    "homepage": "https://symfony.com/contributors"
3451
                }
3452
            ],
3453
            "description": "Symfony BrowserKit Component",
3454
            "homepage": "https://symfony.com",
3455
            "time": "2017-02-21T09:12:04+00:00"
3456
        },
3457
        {
3458
            "name": "symfony/config",
3459
            "version": "v2.8.18",
3460
            "source": {
3461
                "type": "git",
3462
                "url": "https://github.com/symfony/config.git",
3463
                "reference": "06ce6bb46c24963ec09323da45d0f4f85d3cecd2"
3464
            },
3465
            "dist": {
3466
                "type": "zip",
3467
                "url": "https://api.github.com/repos/symfony/config/zipball/06ce6bb46c24963ec09323da45d0f4f85d3cecd2",
3468
                "reference": "06ce6bb46c24963ec09323da45d0f4f85d3cecd2",
3469
                "shasum": ""
3470
            },
3471
            "require": {
3472
                "php": ">=5.3.9",
3473
                "symfony/filesystem": "~2.3|~3.0.0"
3474
            },
3475
            "require-dev": {
3476
                "symfony/yaml": "~2.7|~3.0.0"
3477
            },
3478
            "suggest": {
3479
                "symfony/yaml": "To use the yaml reference dumper"
3480
            },
3481
            "type": "library",
3482
            "extra": {
3483
                "branch-alias": {
3484
                    "dev-master": "2.8-dev"
3485
                }
3486
            },
3487
            "autoload": {
3488
                "psr-4": {
3489
                    "Symfony\\Component\\Config\\": ""
3490
                },
3491
                "exclude-from-classmap": [
3492
                    "/Tests/"
3493
                ]
3494
            },
3495
            "notification-url": "https://packagist.org/downloads/",
3496
            "license": [
3497
                "MIT"
3498
            ],
3499
            "authors": [
3500
                {
3501
                    "name": "Fabien Potencier",
3502
                    "email": "[email protected]"
3503
                },
3504
                {
3505
                    "name": "Symfony Community",
3506
                    "homepage": "https://symfony.com/contributors"
3507
                }
3508
            ],
3509
            "description": "Symfony Config Component",
3510
            "homepage": "https://symfony.com",
3511
            "time": "2017-03-01T18:13:50+00:00"
3512
        },
3513
        {
3514
            "name": "symfony/console",
3515
            "version": "v2.8.18",
3516
            "source": {
3517
                "type": "git",
3518
                "url": "https://github.com/symfony/console.git",
3519
                "reference": "81508e6fac4476771275a3f4f53c3fee9b956bfa"
3520
            },
3521
            "dist": {
3522
                "type": "zip",
3523
                "url": "https://api.github.com/repos/symfony/console/zipball/81508e6fac4476771275a3f4f53c3fee9b956bfa",
3524
                "reference": "81508e6fac4476771275a3f4f53c3fee9b956bfa",
3525
                "shasum": ""
3526
            },
3527
            "require": {
3528
                "php": ">=5.3.9",
3529
                "symfony/debug": "^2.7.2|~3.0.0",
3530
                "symfony/polyfill-mbstring": "~1.0"
3531
            },
3532
            "require-dev": {
3533
                "psr/log": "~1.0",
3534
                "symfony/event-dispatcher": "~2.1|~3.0.0",
3535
                "symfony/process": "~2.1|~3.0.0"
3536
            },
3537
            "suggest": {
3538
                "psr/log": "For using the console logger",
3539
                "symfony/event-dispatcher": "",
3540
                "symfony/process": ""
3541
            },
3542
            "type": "library",
3543
            "extra": {
3544
                "branch-alias": {
3545
                    "dev-master": "2.8-dev"
3546
                }
3547
            },
3548
            "autoload": {
3549
                "psr-4": {
3550
                    "Symfony\\Component\\Console\\": ""
3551
                },
3552
                "exclude-from-classmap": [
3553
                    "/Tests/"
3554
                ]
3555
            },
3556
            "notification-url": "https://packagist.org/downloads/",
3557
            "license": [
3558
                "MIT"
3559
            ],
3560
            "authors": [
3561
                {
3562
                    "name": "Fabien Potencier",
3563
                    "email": "[email protected]"
3564
                },
3565
                {
3566
                    "name": "Symfony Community",
3567
                    "homepage": "https://symfony.com/contributors"
3568
                }
3569
            ],
3570
            "description": "Symfony Console Component",
3571
            "homepage": "https://symfony.com",
3572
            "time": "2017-03-04T11:00:12+00:00"
3573
        },
3574
        {
3575
            "name": "symfony/css-selector",
3576
            "version": "v3.2.6",
3577
            "source": {
3578
                "type": "git",
3579
                "url": "https://github.com/symfony/css-selector.git",
3580
                "reference": "a48f13dc83c168f1253a5d2a5a4fb46c36244c4c"
3581
            },
3582
            "dist": {
3583
                "type": "zip",
3584
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/a48f13dc83c168f1253a5d2a5a4fb46c36244c4c",
3585
                "reference": "a48f13dc83c168f1253a5d2a5a4fb46c36244c4c",
3586
                "shasum": ""
3587
            },
3588
            "require": {
3589
                "php": ">=5.5.9"
3590
            },
3591
            "type": "library",
3592
            "extra": {
3593
                "branch-alias": {
3594
                    "dev-master": "3.2-dev"
3595
                }
3596
            },
3597
            "autoload": {
3598
                "psr-4": {
3599
                    "Symfony\\Component\\CssSelector\\": ""
3600
                },
3601
                "exclude-from-classmap": [
3602
                    "/Tests/"
3603
                ]
3604
            },
3605
            "notification-url": "https://packagist.org/downloads/",
3606
            "license": [
3607
                "MIT"
3608
            ],
3609
            "authors": [
3610
                {
3611
                    "name": "Jean-François Simon",
3612
                    "email": "[email protected]"
3613
                },
3614
                {
3615
                    "name": "Fabien Potencier",
3616
                    "email": "[email protected]"
3617
                },
3618
                {
3619
                    "name": "Symfony Community",
3620
                    "homepage": "https://symfony.com/contributors"
3621
                }
3622
            ],
3623
            "description": "Symfony CssSelector Component",
3624
            "homepage": "https://symfony.com",
3625
            "time": "2017-02-21T09:12:04+00:00"
3626
        },
3627
        {
3628
            "name": "symfony/debug",
3629
            "version": "v3.0.9",
3630
            "source": {
3631
                "type": "git",
3632
                "url": "https://github.com/symfony/debug.git",
3633
                "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a"
3634
            },
3635
            "dist": {
3636
                "type": "zip",
3637
                "url": "https://api.github.com/repos/symfony/debug/zipball/697c527acd9ea1b2d3efac34d9806bf255278b0a",
3638
                "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a",
3639
                "shasum": ""
3640
            },
3641
            "require": {
3642
                "php": ">=5.5.9",
3643
                "psr/log": "~1.0"
3644
            },
3645
            "conflict": {
3646
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
3647
            },
3648
            "require-dev": {
3649
                "symfony/class-loader": "~2.8|~3.0",
3650
                "symfony/http-kernel": "~2.8|~3.0"
3651
            },
3652
            "type": "library",
3653
            "extra": {
3654
                "branch-alias": {
3655
                    "dev-master": "3.0-dev"
3656
                }
3657
            },
3658
            "autoload": {
3659
                "psr-4": {
3660
                    "Symfony\\Component\\Debug\\": ""
3661
                },
3662
                "exclude-from-classmap": [
3663
                    "/Tests/"
3664
                ]
3665
            },
3666
            "notification-url": "https://packagist.org/downloads/",
3667
            "license": [
3668
                "MIT"
3669
            ],
3670
            "authors": [
3671
                {
3672
                    "name": "Fabien Potencier",
3673
                    "email": "[email protected]"
3674
                },
3675
                {
3676
                    "name": "Symfony Community",
3677
                    "homepage": "https://symfony.com/contributors"
3678
                }
3679
            ],
3680
            "description": "Symfony Debug Component",
3681
            "homepage": "https://symfony.com",
3682
            "time": "2016-07-30T07:22:48+00:00"
3683
        },
3684
        {
3685
            "name": "symfony/dom-crawler",
3686
            "version": "v3.2.6",
3687
            "source": {
3688
                "type": "git",
3689
                "url": "https://github.com/symfony/dom-crawler.git",
3690
                "reference": "403944e294cf4ceb3b8447f54cbad88ea7b99cee"
3691
            },
3692
            "dist": {
3693
                "type": "zip",
3694
                "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/403944e294cf4ceb3b8447f54cbad88ea7b99cee",
3695
                "reference": "403944e294cf4ceb3b8447f54cbad88ea7b99cee",
3696
                "shasum": ""
3697
            },
3698
            "require": {
3699
                "php": ">=5.5.9",
3700
                "symfony/polyfill-mbstring": "~1.0"
3701
            },
3702
            "require-dev": {
3703
                "symfony/css-selector": "~2.8|~3.0"
3704
            },
3705
            "suggest": {
3706
                "symfony/css-selector": ""
3707
            },
3708
            "type": "library",
3709
            "extra": {
3710
                "branch-alias": {
3711
                    "dev-master": "3.2-dev"
3712
                }
3713
            },
3714
            "autoload": {
3715
                "psr-4": {
3716
                    "Symfony\\Component\\DomCrawler\\": ""
3717
                },
3718
                "exclude-from-classmap": [
3719
                    "/Tests/"
3720
                ]
3721
            },
3722
            "notification-url": "https://packagist.org/downloads/",
3723
            "license": [
3724
                "MIT"
3725
            ],
3726
            "authors": [
3727
                {
3728
                    "name": "Fabien Potencier",
3729
                    "email": "[email protected]"
3730
                },
3731
                {
3732
                    "name": "Symfony Community",
3733
                    "homepage": "https://symfony.com/contributors"
3734
                }
3735
            ],
3736
            "description": "Symfony DomCrawler Component",
3737
            "homepage": "https://symfony.com",
3738
            "time": "2017-02-21T09:12:04+00:00"
3739
        },
3740
        {
3741
            "name": "symfony/event-dispatcher",
3742
            "version": "v2.8.18",
3743
            "source": {
3744
                "type": "git",
3745
                "url": "https://github.com/symfony/event-dispatcher.git",
3746
                "reference": "bb4ec47e8e109c1c1172145732d0aa468d967cd0"
3747
            },
3748
            "dist": {
3749
                "type": "zip",
3750
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/bb4ec47e8e109c1c1172145732d0aa468d967cd0",
3751
                "reference": "bb4ec47e8e109c1c1172145732d0aa468d967cd0",
3752
                "shasum": ""
3753
            },
3754
            "require": {
3755
                "php": ">=5.3.9"
3756
            },
3757
            "require-dev": {
3758
                "psr/log": "~1.0",
3759
                "symfony/config": "^2.0.5|~3.0.0",
3760
                "symfony/dependency-injection": "~2.6|~3.0.0",
3761
                "symfony/expression-language": "~2.6|~3.0.0",
3762
                "symfony/stopwatch": "~2.3|~3.0.0"
3763
            },
3764
            "suggest": {
3765
                "symfony/dependency-injection": "",
3766
                "symfony/http-kernel": ""
3767
            },
3768
            "type": "library",
3769
            "extra": {
3770
                "branch-alias": {
3771
                    "dev-master": "2.8-dev"
3772
                }
3773
            },
3774
            "autoload": {
3775
                "psr-4": {
3776
                    "Symfony\\Component\\EventDispatcher\\": ""
3777
                },
3778
                "exclude-from-classmap": [
3779
                    "/Tests/"
3780
                ]
3781
            },
3782
            "notification-url": "https://packagist.org/downloads/",
3783
            "license": [
3784
                "MIT"
3785
            ],
3786
            "authors": [
3787
                {
3788
                    "name": "Fabien Potencier",
3789
                    "email": "[email protected]"
3790
                },
3791
                {
3792
                    "name": "Symfony Community",
3793
                    "homepage": "https://symfony.com/contributors"
3794
                }
3795
            ],
3796
            "description": "Symfony EventDispatcher Component",
3797
            "homepage": "https://symfony.com",
3798
            "time": "2017-02-21T08:33:48+00:00"
3799
        },
3800
        {
3801
            "name": "symfony/filesystem",
3802
            "version": "v3.0.9",
3803
            "source": {
3804
                "type": "git",
3805
                "url": "https://github.com/symfony/filesystem.git",
3806
                "reference": "b2da5009d9bacbd91d83486aa1f44c793a8c380d"
3807
            },
3808
            "dist": {
3809
                "type": "zip",
3810
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/b2da5009d9bacbd91d83486aa1f44c793a8c380d",
3811
                "reference": "b2da5009d9bacbd91d83486aa1f44c793a8c380d",
3812
                "shasum": ""
3813
            },
3814
            "require": {
3815
                "php": ">=5.5.9"
3816
            },
3817
            "type": "library",
3818
            "extra": {
3819
                "branch-alias": {
3820
                    "dev-master": "3.0-dev"
3821
                }
3822
            },
3823
            "autoload": {
3824
                "psr-4": {
3825
                    "Symfony\\Component\\Filesystem\\": ""
3826
                },
3827
                "exclude-from-classmap": [
3828
                    "/Tests/"
3829
                ]
3830
            },
3831
            "notification-url": "https://packagist.org/downloads/",
3832
            "license": [
3833
                "MIT"
3834
            ],
3835
            "authors": [
3836
                {
3837
                    "name": "Fabien Potencier",
3838
                    "email": "[email protected]"
3839
                },
3840
                {
3841
                    "name": "Symfony Community",
3842
                    "homepage": "https://symfony.com/contributors"
3843
                }
3844
            ],
3845
            "description": "Symfony Filesystem Component",
3846
            "homepage": "https://symfony.com",
3847
            "time": "2016-07-20T05:43:46+00:00"
3848
        },
3849
        {
3850
            "name": "symfony/finder",
3851
            "version": "v2.8.18",
3852
            "source": {
3853
                "type": "git",
3854
                "url": "https://github.com/symfony/finder.git",
3855
                "reference": "5fc4b5cab38b9d28be318fcffd8066988e7d9451"
3856
            },
3857
            "dist": {
3858
                "type": "zip",
3859
                "url": "https://api.github.com/repos/symfony/finder/zipball/5fc4b5cab38b9d28be318fcffd8066988e7d9451",
3860
                "reference": "5fc4b5cab38b9d28be318fcffd8066988e7d9451",
3861
                "shasum": ""
3862
            },
3863
            "require": {
3864
                "php": ">=5.3.9"
3865
            },
3866
            "type": "library",
3867
            "extra": {
3868
                "branch-alias": {
3869
                    "dev-master": "2.8-dev"
3870
                }
3871
            },
3872
            "autoload": {
3873
                "psr-4": {
3874
                    "Symfony\\Component\\Finder\\": ""
3875
                },
3876
                "exclude-from-classmap": [
3877
                    "/Tests/"
3878
                ]
3879
            },
3880
            "notification-url": "https://packagist.org/downloads/",
3881
            "license": [
3882
                "MIT"
3883
            ],
3884
            "authors": [
3885
                {
3886
                    "name": "Fabien Potencier",
3887
                    "email": "[email protected]"
3888
                },
3889
                {
3890
                    "name": "Symfony Community",
3891
                    "homepage": "https://symfony.com/contributors"
3892
                }
3893
            ],
3894
            "description": "Symfony Finder Component",
3895
            "homepage": "https://symfony.com",
3896
            "time": "2017-02-21T08:33:48+00:00"
3897
        },
3898
        {
3899
            "name": "symfony/polyfill-mbstring",
3900
            "version": "v1.3.0",
3901
            "source": {
3902
                "type": "git",
3903
                "url": "https://github.com/symfony/polyfill-mbstring.git",
3904
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
3905
            },
3906
            "dist": {
3907
                "type": "zip",
3908
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
3909
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
3910
                "shasum": ""
3911
            },
3912
            "require": {
3913
                "php": ">=5.3.3"
3914
            },
3915
            "suggest": {
3916
                "ext-mbstring": "For best performance"
3917
            },
3918
            "type": "library",
3919
            "extra": {
3920
                "branch-alias": {
3921
                    "dev-master": "1.3-dev"
3922
                }
3923
            },
3924
            "autoload": {
3925
                "psr-4": {
3926
                    "Symfony\\Polyfill\\Mbstring\\": ""
3927
                },
3928
                "files": [
3929
                    "bootstrap.php"
3930
                ]
3931
            },
3932
            "notification-url": "https://packagist.org/downloads/",
3933
            "license": [
3934
                "MIT"
3935
            ],
3936
            "authors": [
3937
                {
3938
                    "name": "Nicolas Grekas",
3939
                    "email": "[email protected]"
3940
                },
3941
                {
3942
                    "name": "Symfony Community",
3943
                    "homepage": "https://symfony.com/contributors"
3944
                }
3945
            ],
3946
            "description": "Symfony polyfill for the Mbstring extension",
3947
            "homepage": "https://symfony.com",
3948
            "keywords": [
3949
                "compatibility",
3950
                "mbstring",
3951
                "polyfill",
3952
                "portable",
3953
                "shim"
3954
            ],
3955
            "time": "2016-11-14T01:06:16+00:00"
3956
        },
3957
        {
3958
            "name": "symfony/process",
3959
            "version": "v2.8.18",
3960
            "source": {
3961
                "type": "git",
3962
                "url": "https://github.com/symfony/process.git",
3963
                "reference": "41336b20b52f5fd5b42a227e394e673c8071118f"
3964
            },
3965
            "dist": {
3966
                "type": "zip",
3967
                "url": "https://api.github.com/repos/symfony/process/zipball/41336b20b52f5fd5b42a227e394e673c8071118f",
3968
                "reference": "41336b20b52f5fd5b42a227e394e673c8071118f",
3969
                "shasum": ""
3970
            },
3971
            "require": {
3972
                "php": ">=5.3.9"
3973
            },
3974
            "type": "library",
3975
            "extra": {
3976
                "branch-alias": {
3977
                    "dev-master": "2.8-dev"
3978
                }
3979
            },
3980
            "autoload": {
3981
                "psr-4": {
3982
                    "Symfony\\Component\\Process\\": ""
3983
                },
3984
                "exclude-from-classmap": [
3985
                    "/Tests/"
3986
                ]
3987
            },
3988
            "notification-url": "https://packagist.org/downloads/",
3989
            "license": [
3990
                "MIT"
3991
            ],
3992
            "authors": [
3993
                {
3994
                    "name": "Fabien Potencier",
3995
                    "email": "[email protected]"
3996
                },
3997
                {
3998
                    "name": "Symfony Community",
3999
                    "homepage": "https://symfony.com/contributors"
4000
                }
4001
            ],
4002
            "description": "Symfony Process Component",
4003
            "homepage": "https://symfony.com",
4004
            "time": "2017-03-04T12:20:59+00:00"
4005
        },
4006
        {
4007
            "name": "symfony/stopwatch",
4008
            "version": "v2.8.18",
4009
            "source": {
4010
                "type": "git",
4011
                "url": "https://github.com/symfony/stopwatch.git",
4012
                "reference": "9e4369666d02ee9b8830da878b7f6a769eb96f4b"
4013
            },
4014
            "dist": {
4015
                "type": "zip",
4016
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/9e4369666d02ee9b8830da878b7f6a769eb96f4b",
4017
                "reference": "9e4369666d02ee9b8830da878b7f6a769eb96f4b",
4018
                "shasum": ""
4019
            },
4020
            "require": {
4021
                "php": ">=5.3.9"
4022
            },
4023
            "type": "library",
4024
            "extra": {
4025
                "branch-alias": {
4026
                    "dev-master": "2.8-dev"
4027
                }
4028
            },
4029
            "autoload": {
4030
                "psr-4": {
4031
                    "Symfony\\Component\\Stopwatch\\": ""
4032
                },
4033
                "exclude-from-classmap": [
4034
                    "/Tests/"
4035
                ]
4036
            },
4037
            "notification-url": "https://packagist.org/downloads/",
4038
            "license": [
4039
                "MIT"
4040
            ],
4041
            "authors": [
4042
                {
4043
                    "name": "Fabien Potencier",
4044
                    "email": "[email protected]"
4045
                },
4046
                {
4047
                    "name": "Symfony Community",
4048
                    "homepage": "https://symfony.com/contributors"
4049
                }
4050
            ],
4051
            "description": "Symfony Stopwatch Component",
4052
            "homepage": "https://symfony.com",
4053
            "time": "2017-02-18T17:06:33+00:00"
4054
        },
4055
        {
4056
            "name": "symfony/translation",
4057
            "version": "v3.0.9",
4058
            "source": {
4059
                "type": "git",
4060
                "url": "https://github.com/symfony/translation.git",
4061
                "reference": "eee6c664853fd0576f21ae25725cfffeafe83f26"
4062
            },
4063
            "dist": {
4064
                "type": "zip",
4065
                "url": "https://api.github.com/repos/symfony/translation/zipball/eee6c664853fd0576f21ae25725cfffeafe83f26",
4066
                "reference": "eee6c664853fd0576f21ae25725cfffeafe83f26",
4067
                "shasum": ""
4068
            },
4069
            "require": {
4070
                "php": ">=5.5.9",
4071
                "symfony/polyfill-mbstring": "~1.0"
4072
            },
4073
            "conflict": {
4074
                "symfony/config": "<2.8"
4075
            },
4076
            "require-dev": {
4077
                "psr/log": "~1.0",
4078
                "symfony/config": "~2.8|~3.0",
4079
                "symfony/intl": "~2.8|~3.0",
4080
                "symfony/yaml": "~2.8|~3.0"
4081
            },
4082
            "suggest": {
4083
                "psr/log": "To use logging capability in translator",
4084
                "symfony/config": "",
4085
                "symfony/yaml": ""
4086
            },
4087
            "type": "library",
4088
            "extra": {
4089
                "branch-alias": {
4090
                    "dev-master": "3.0-dev"
4091
                }
4092
            },
4093
            "autoload": {
4094
                "psr-4": {
4095
                    "Symfony\\Component\\Translation\\": ""
4096
                },
4097
                "exclude-from-classmap": [
4098
                    "/Tests/"
4099
                ]
4100
            },
4101
            "notification-url": "https://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 Translation Component",
4116
            "homepage": "https://symfony.com",
4117
            "time": "2016-07-30T07:22:48+00:00"
4118
        },
4119
        {
4120
            "name": "symfony/validator",
4121
            "version": "v2.8.18",
4122
            "source": {
4123
                "type": "git",
4124
                "url": "https://github.com/symfony/validator.git",
4125
                "reference": "8d4bfa7ec24e70ebc28d0cea5f2702d3f1257a63"
4126
            },
4127
            "dist": {
4128
                "type": "zip",
4129
                "url": "https://api.github.com/repos/symfony/validator/zipball/8d4bfa7ec24e70ebc28d0cea5f2702d3f1257a63",
4130
                "reference": "8d4bfa7ec24e70ebc28d0cea5f2702d3f1257a63",
4131
                "shasum": ""
4132
            },
4133
            "require": {
4134
                "php": ">=5.3.9",
4135
                "symfony/polyfill-mbstring": "~1.0",
4136
                "symfony/translation": "~2.4|~3.0.0"
4137
            },
4138
            "require-dev": {
4139
                "doctrine/annotations": "~1.0",
4140
                "doctrine/cache": "~1.0",
4141
                "egulias/email-validator": "^1.2.1",
4142
                "symfony/config": "~2.2|~3.0.0",
4143
                "symfony/expression-language": "~2.4|~3.0.0",
4144
                "symfony/http-foundation": "~2.3|~3.0.0",
4145
                "symfony/intl": "~2.7.25|^2.8.18|~3.2.5",
4146
                "symfony/property-access": "~2.3|~3.0.0",
4147
                "symfony/yaml": "^2.0.5|~3.0.0"
4148
            },
4149
            "suggest": {
4150
                "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
4151
                "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
4152
                "egulias/email-validator": "Strict (RFC compliant) email validation",
4153
                "symfony/config": "",
4154
                "symfony/expression-language": "For using the 2.4 Expression validator",
4155
                "symfony/http-foundation": "",
4156
                "symfony/intl": "",
4157
                "symfony/property-access": "For using the 2.4 Validator API",
4158
                "symfony/yaml": ""
4159
            },
4160
            "type": "library",
4161
            "extra": {
4162
                "branch-alias": {
4163
                    "dev-master": "2.8-dev"
4164
                }
4165
            },
4166
            "autoload": {
4167
                "psr-4": {
4168
                    "Symfony\\Component\\Validator\\": ""
4169
                },
4170
                "exclude-from-classmap": [
4171
                    "/Tests/"
4172
                ]
4173
            },
4174
            "notification-url": "https://packagist.org/downloads/",
4175
            "license": [
4176
                "MIT"
4177
            ],
4178
            "authors": [
4179
                {
4180
                    "name": "Fabien Potencier",
4181
                    "email": "[email protected]"
4182
                },
4183
                {
4184
                    "name": "Symfony Community",
4185
                    "homepage": "https://symfony.com/contributors"
4186
                }
4187
            ],
4188
            "description": "Symfony Validator Component",
4189
            "homepage": "https://symfony.com",
4190
            "time": "2017-02-28T02:24:56+00:00"
4191
        },
4192
        {
4193
            "name": "theseer/tokenizer",
4194
            "version": "1.1.0",
4195
            "source": {
4196
                "type": "git",
4197
                "url": "https://github.com/theseer/tokenizer.git",
4198
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
4199
            },
4200
            "dist": {
4201
                "type": "zip",
4202
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
4203
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
4204
                "shasum": ""
4205
            },
4206
            "require": {
4207
                "ext-dom": "*",
4208
                "ext-tokenizer": "*",
4209
                "ext-xmlwriter": "*",
4210
                "php": "^7.0"
4211
            },
4212
            "type": "library",
4213
            "autoload": {
4214
                "classmap": [
4215
                    "src/"
4216
                ]
4217
            },
4218
            "notification-url": "https://packagist.org/downloads/",
4219
            "license": [
4220
                "BSD-3-Clause"
4221
            ],
4222
            "authors": [
4223
                {
4224
                    "name": "Arne Blankerts",
4225
                    "email": "[email protected]",
4226
                    "role": "Developer"
4227
                }
4228
            ],
4229
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
4230
            "time": "2017-04-07T12:08:54+00:00"
4231
        },
4232
        {
4233
            "name": "twig/twig",
4234
            "version": "v1.32.0",
4235
            "source": {
4236
                "type": "git",
4237
                "url": "https://github.com/twigphp/Twig.git",
4238
                "reference": "9935b662e24d6e634da88901ab534cc12e8c728f"
4239
            },
4240
            "dist": {
4241
                "type": "zip",
4242
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/9935b662e24d6e634da88901ab534cc12e8c728f",
4243
                "reference": "9935b662e24d6e634da88901ab534cc12e8c728f",
4244
                "shasum": ""
4245
            },
4246
            "require": {
4247
                "php": ">=5.2.7"
4248
            },
4249
            "require-dev": {
4250
                "psr/container": "^1.0",
4251
                "symfony/debug": "~2.7",
4252
                "symfony/phpunit-bridge": "~3.2"
4253
            },
4254
            "type": "library",
4255
            "extra": {
4256
                "branch-alias": {
4257
                    "dev-master": "1.32-dev"
4258
                }
4259
            },
4260
            "autoload": {
4261
                "psr-0": {
4262
                    "Twig_": "lib/"
4263
                }
4264
            },
4265
            "notification-url": "https://packagist.org/downloads/",
4266
            "license": [
4267
                "BSD-3-Clause"
4268
            ],
4269
            "authors": [
4270
                {
4271
                    "name": "Fabien Potencier",
4272
                    "email": "[email protected]",
4273
                    "homepage": "http://fabien.potencier.org",
4274
                    "role": "Lead Developer"
4275
                },
4276
                {
4277
                    "name": "Armin Ronacher",
4278
                    "email": "[email protected]",
4279
                    "role": "Project Founder"
4280
                },
4281
                {
4282
                    "name": "Twig Team",
4283
                    "homepage": "http://twig.sensiolabs.org/contributors",
4284
                    "role": "Contributors"
4285
                }
4286
            ],
4287
            "description": "Twig, the flexible, fast, and secure template language for PHP",
4288
            "homepage": "http://twig.sensiolabs.org",
4289
            "keywords": [
4290
                "templating"
4291
            ],
4292
            "time": "2017-02-27T00:07:03+00:00"
4293
        },
4294
        {
4295
            "name": "zendframework/zend-cache",
4296
            "version": "2.7.2",
4297
            "source": {
4298
                "type": "git",
4299
                "url": "https://github.com/zendframework/zend-cache.git",
4300
                "reference": "c98331b96d3b9d9b24cf32d02660602edb34d039"
4301
            },
4302
            "dist": {
4303
                "type": "zip",
4304
                "url": "https://api.github.com/repos/zendframework/zend-cache/zipball/c98331b96d3b9d9b24cf32d02660602edb34d039",
4305
                "reference": "c98331b96d3b9d9b24cf32d02660602edb34d039",
4306
                "shasum": ""
4307
            },
4308
            "require": {
4309
                "php": "^5.5 || ^7.0",
4310
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
4311
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
4312
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
4313
            },
4314
            "require-dev": {
4315
                "phpbench/phpbench": "^0.10.0",
4316
                "phpunit/phpunit": "^4.8",
4317
                "zendframework/zend-coding-standard": "~1.0.0",
4318
                "zendframework/zend-serializer": "^2.6",
4319
                "zendframework/zend-session": "^2.6.2"
4320
            },
4321
            "suggest": {
4322
                "ext-apc": "APC or compatible extension, to use the APC storage adapter",
4323
                "ext-apcu": "APCU >= 5.1.0, to use the APCu storage adapter",
4324
                "ext-dba": "DBA, to use the DBA storage adapter",
4325
                "ext-memcache": "Memcache >= 2.0.0 to use the Memcache storage adapter",
4326
                "ext-memcached": "Memcached >= 1.0.0 to use the Memcached storage adapter",
4327
                "ext-mongo": "Mongo, to use MongoDb storage adapter",
4328
                "ext-redis": "Redis, to use Redis storage adapter",
4329
                "ext-wincache": "WinCache, to use the WinCache storage adapter",
4330
                "ext-xcache": "XCache, to use the XCache storage adapter",
4331
                "mongofill/mongofill": "Alternative to ext-mongo - a pure PHP implementation designed as a drop in replacement",
4332
                "zendframework/zend-serializer": "Zend\\Serializer component",
4333
                "zendframework/zend-session": "Zend\\Session component"
4334
            },
4335
            "type": "library",
4336
            "extra": {
4337
                "branch-alias": {
4338
                    "dev-master": "2.7-dev",
4339
                    "dev-develop": "2.8-dev"
4340
                },
4341
                "zf": {
4342
                    "component": "Zend\\Cache",
4343
                    "config-provider": "Zend\\Cache\\ConfigProvider"
4344
                }
4345
            },
4346
            "autoload": {
4347
                "psr-4": {
4348
                    "Zend\\Cache\\": "src/"
4349
                }
4350
            },
4351
            "notification-url": "https://packagist.org/downloads/",
4352
            "license": [
4353
                "BSD-3-Clause"
4354
            ],
4355
            "description": "provides a generic way to cache any data",
4356
            "homepage": "https://github.com/zendframework/zend-cache",
4357
            "keywords": [
4358
                "cache",
4359
                "zf2"
4360
            ],
4361
            "time": "2016-12-16T11:35:47+00:00"
4362
        },
4363
        {
4364
            "name": "zendframework/zend-config",
4365
            "version": "2.6.0",
4366
            "source": {
4367
                "type": "git",
4368
                "url": "https://github.com/zendframework/zend-config.git",
4369
                "reference": "2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d"
4370
            },
4371
            "dist": {
4372
                "type": "zip",
4373
                "url": "https://api.github.com/repos/zendframework/zend-config/zipball/2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d",
4374
                "reference": "2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d",
4375
                "shasum": ""
4376
            },
4377
            "require": {
4378
                "php": "^5.5 || ^7.0",
4379
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
4380
            },
4381
            "require-dev": {
4382
                "fabpot/php-cs-fixer": "1.7.*",
4383
                "phpunit/phpunit": "~4.0",
4384
                "zendframework/zend-filter": "^2.6",
4385
                "zendframework/zend-i18n": "^2.5",
4386
                "zendframework/zend-json": "^2.6.1",
4387
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
4388
            },
4389
            "suggest": {
4390
                "zendframework/zend-filter": "Zend\\Filter component",
4391
                "zendframework/zend-i18n": "Zend\\I18n component",
4392
                "zendframework/zend-json": "Zend\\Json to use the Json reader or writer classes",
4393
                "zendframework/zend-servicemanager": "Zend\\ServiceManager for use with the Config Factory to retrieve reader and writer instances"
4394
            },
4395
            "type": "library",
4396
            "extra": {
4397
                "branch-alias": {
4398
                    "dev-master": "2.6-dev",
4399
                    "dev-develop": "2.7-dev"
4400
                }
4401
            },
4402
            "autoload": {
4403
                "psr-4": {
4404
                    "Zend\\Config\\": "src/"
4405
                }
4406
            },
4407
            "notification-url": "https://packagist.org/downloads/",
4408
            "license": [
4409
                "BSD-3-Clause"
4410
            ],
4411
            "description": "provides a nested object property based user interface for accessing this configuration data within application code",
4412
            "homepage": "https://github.com/zendframework/zend-config",
4413
            "keywords": [
4414
                "config",
4415
                "zf2"
4416
            ],
4417
            "time": "2016-02-04T23:01:10+00:00"
4418
        },
4419
        {
4420
            "name": "zendframework/zend-eventmanager",
4421
            "version": "3.1.0",
4422
            "source": {
4423
                "type": "git",
4424
                "url": "https://github.com/zendframework/zend-eventmanager.git",
4425
                "reference": "c3bce7b7d47c54040b9ae51bc55491c72513b75d"
4426
            },
4427
            "dist": {
4428
                "type": "zip",
4429
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/c3bce7b7d47c54040b9ae51bc55491c72513b75d",
4430
                "reference": "c3bce7b7d47c54040b9ae51bc55491c72513b75d",
4431
                "shasum": ""
4432
            },
4433
            "require": {
4434
                "php": "^5.6 || ^7.0"
4435
            },
4436
            "require-dev": {
4437
                "athletic/athletic": "^0.1",
4438
                "container-interop/container-interop": "^1.1.0",
4439
                "phpunit/phpunit": "^5.6",
4440
                "zendframework/zend-coding-standard": "~1.0.0",
4441
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
4442
            },
4443
            "suggest": {
4444
                "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
4445
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
4446
            },
4447
            "type": "library",
4448
            "extra": {
4449
                "branch-alias": {
4450
                    "dev-master": "3.1-dev",
4451
                    "dev-develop": "3.2-dev"
4452
                }
4453
            },
4454
            "autoload": {
4455
                "psr-4": {
4456
                    "Zend\\EventManager\\": "src/"
4457
                }
4458
            },
4459
            "notification-url": "https://packagist.org/downloads/",
4460
            "license": [
4461
                "BSD-3-Clause"
4462
            ],
4463
            "description": "Trigger and listen to events within a PHP application",
4464
            "homepage": "https://github.com/zendframework/zend-eventmanager",
4465
            "keywords": [
4466
                "event",
4467
                "eventmanager",
4468
                "events",
4469
                "zf2"
4470
            ],
4471
            "time": "2016-12-19T21:47:12+00:00"
4472
        },
4473
        {
4474
            "name": "zendframework/zend-filter",
4475
            "version": "2.7.1",
4476
            "source": {
4477
                "type": "git",
4478
                "url": "https://github.com/zendframework/zend-filter.git",
4479
                "reference": "84c50246428efb0a1e52868e162dab3e149d5b80"
4480
            },
4481
            "dist": {
4482
                "type": "zip",
4483
                "url": "https://api.github.com/repos/zendframework/zend-filter/zipball/84c50246428efb0a1e52868e162dab3e149d5b80",
4484
                "reference": "84c50246428efb0a1e52868e162dab3e149d5b80",
4485
                "shasum": ""
4486
            },
4487
            "require": {
4488
                "php": "^5.5 || ^7.0",
4489
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
4490
            },
4491
            "require-dev": {
4492
                "fabpot/php-cs-fixer": "1.7.*",
4493
                "pear/archive_tar": "^1.4",
4494
                "phpunit/phpunit": "~4.0",
4495
                "zendframework/zend-crypt": "^2.6",
4496
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
4497
                "zendframework/zend-uri": "^2.5"
4498
            },
4499
            "suggest": {
4500
                "zendframework/zend-crypt": "Zend\\Crypt component, for encryption filters",
4501
                "zendframework/zend-i18n": "Zend\\I18n component for filters depending on i18n functionality",
4502
                "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for using the filter chain functionality",
4503
                "zendframework/zend-uri": "Zend\\Uri component, for the UriNormalize filter"
4504
            },
4505
            "type": "library",
4506
            "extra": {
4507
                "branch-alias": {
4508
                    "dev-master": "2.7-dev",
4509
                    "dev-develop": "2.8-dev"
4510
                },
4511
                "zf": {
4512
                    "component": "Zend\\Filter",
4513
                    "config-provider": "Zend\\Filter\\ConfigProvider"
4514
                }
4515
            },
4516
            "autoload": {
4517
                "psr-4": {
4518
                    "Zend\\Filter\\": "src/"
4519
                }
4520
            },
4521
            "notification-url": "https://packagist.org/downloads/",
4522
            "license": [
4523
                "BSD-3-Clause"
4524
            ],
4525
            "description": "provides a set of commonly needed data filters",
4526
            "homepage": "https://github.com/zendframework/zend-filter",
4527
            "keywords": [
4528
                "filter",
4529
                "zf2"
4530
            ],
4531
            "time": "2016-04-18T18:32:43+00:00"
4532
        },
4533
        {
4534
            "name": "zendframework/zend-hydrator",
4535
            "version": "1.1.0",
4536
            "source": {
4537
                "type": "git",
4538
                "url": "https://github.com/zendframework/zend-hydrator.git",
4539
                "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65"
4540
            },
4541
            "dist": {
4542
                "type": "zip",
4543
                "url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/22652e1661a5a10b3f564cf7824a2206cf5a4a65",
4544
                "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65",
4545
                "shasum": ""
4546
            },
4547
            "require": {
4548
                "php": "^5.5 || ^7.0",
4549
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
4550
            },
4551
            "require-dev": {
4552
                "phpunit/phpunit": "~4.0",
4553
                "squizlabs/php_codesniffer": "^2.0@dev",
4554
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
4555
                "zendframework/zend-filter": "^2.6",
4556
                "zendframework/zend-inputfilter": "^2.6",
4557
                "zendframework/zend-serializer": "^2.6.1",
4558
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
4559
            },
4560
            "suggest": {
4561
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0, to support aggregate hydrator usage",
4562
                "zendframework/zend-filter": "^2.6, to support naming strategy hydrator usage",
4563
                "zendframework/zend-serializer": "^2.6.1, to use the SerializableStrategy",
4564
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, to support hydrator plugin manager usage"
4565
            },
4566
            "type": "library",
4567
            "extra": {
4568
                "branch-alias": {
4569
                    "dev-release-1.0": "1.0-dev",
4570
                    "dev-release-1.1": "1.1-dev",
4571
                    "dev-master": "2.0-dev",
4572
                    "dev-develop": "2.1-dev"
4573
                }
4574
            },
4575
            "autoload": {
4576
                "psr-4": {
4577
                    "Zend\\Hydrator\\": "src/"
4578
                }
4579
            },
4580
            "notification-url": "https://packagist.org/downloads/",
4581
            "license": [
4582
                "BSD-3-Clause"
4583
            ],
4584
            "homepage": "https://github.com/zendframework/zend-hydrator",
4585
            "keywords": [
4586
                "hydrator",
4587
                "zf2"
4588
            ],
4589
            "time": "2016-02-18T22:38:26+00:00"
4590
        },
4591
        {
4592
            "name": "zendframework/zend-i18n",
4593
            "version": "2.7.3",
4594
            "source": {
4595
                "type": "git",
4596
                "url": "https://github.com/zendframework/zend-i18n.git",
4597
                "reference": "b2db0d8246a865c659f93199f90f5fc2cd2f3cd8"
4598
            },
4599
            "dist": {
4600
                "type": "zip",
4601
                "url": "https://api.github.com/repos/zendframework/zend-i18n/zipball/b2db0d8246a865c659f93199f90f5fc2cd2f3cd8",
4602
                "reference": "b2db0d8246a865c659f93199f90f5fc2cd2f3cd8",
4603
                "shasum": ""
4604
            },
4605
            "require": {
4606
                "php": "^5.5 || ^7.0",
4607
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
4608
            },
4609
            "require-dev": {
4610
                "fabpot/php-cs-fixer": "1.7.*",
4611
                "phpunit/phpunit": "~4.0",
4612
                "zendframework/zend-cache": "^2.6.1",
4613
                "zendframework/zend-config": "^2.6",
4614
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
4615
                "zendframework/zend-filter": "^2.6.1",
4616
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
4617
                "zendframework/zend-validator": "^2.6",
4618
                "zendframework/zend-view": "^2.6.3"
4619
            },
4620
            "suggest": {
4621
                "ext-intl": "Required for most features of Zend\\I18n; included in default builds of PHP",
4622
                "zendframework/zend-cache": "Zend\\Cache component",
4623
                "zendframework/zend-config": "Zend\\Config component",
4624
                "zendframework/zend-eventmanager": "You should install this package to use the events in the translator",
4625
                "zendframework/zend-filter": "You should install this package to use the provided filters",
4626
                "zendframework/zend-i18n-resources": "Translation resources",
4627
                "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
4628
                "zendframework/zend-validator": "You should install this package to use the provided validators",
4629
                "zendframework/zend-view": "You should install this package to use the provided view helpers"
4630
            },
4631
            "type": "library",
4632
            "extra": {
4633
                "branch-alias": {
4634
                    "dev-master": "2.7-dev",
4635
                    "dev-develop": "2.8-dev"
4636
                },
4637
                "zf": {
4638
                    "component": "Zend\\I18n",
4639
                    "config-provider": "Zend\\I18n\\ConfigProvider"
4640
                }
4641
            },
4642
            "autoload": {
4643
                "psr-4": {
4644
                    "Zend\\I18n\\": "src/"
4645
                }
4646
            },
4647
            "notification-url": "https://packagist.org/downloads/",
4648
            "license": [
4649
                "BSD-3-Clause"
4650
            ],
4651
            "homepage": "https://github.com/zendframework/zend-i18n",
4652
            "keywords": [
4653
                "i18n",
4654
                "zf2"
4655
            ],
4656
            "time": "2016-06-07T21:08:30+00:00"
4657
        },
4658
        {
4659
            "name": "zendframework/zend-json",
4660
            "version": "3.0.0",
4661
            "source": {
4662
                "type": "git",
4663
                "url": "https://github.com/zendframework/zend-json.git",
4664
                "reference": "f42a1588e75c2a3e338cd94c37906231e616daab"
4665
            },
4666
            "dist": {
4667
                "type": "zip",
4668
                "url": "https://api.github.com/repos/zendframework/zend-json/zipball/f42a1588e75c2a3e338cd94c37906231e616daab",
4669
                "reference": "f42a1588e75c2a3e338cd94c37906231e616daab",
4670
                "shasum": ""
4671
            },
4672
            "require": {
4673
                "php": "^5.5 || ^7.0"
4674
            },
4675
            "require-dev": {
4676
                "phpunit/phpunit": "~4.0",
4677
                "squizlabs/php_codesniffer": "^2.3",
4678
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
4679
            },
4680
            "suggest": {
4681
                "zendframework/zend-json-server": "For implementing JSON-RPC servers",
4682
                "zendframework/zend-xml2json": "For converting XML documents to JSON"
4683
            },
4684
            "type": "library",
4685
            "extra": {
4686
                "branch-alias": {
4687
                    "dev-master": "3.0-dev",
4688
                    "dev-develop": "3.1-dev"
4689
                }
4690
            },
4691
            "autoload": {
4692
                "psr-4": {
4693
                    "Zend\\Json\\": "src/"
4694
                }
4695
            },
4696
            "notification-url": "https://packagist.org/downloads/",
4697
            "license": [
4698
                "BSD-3-Clause"
4699
            ],
4700
            "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP",
4701
            "homepage": "https://github.com/zendframework/zend-json",
4702
            "keywords": [
4703
                "json",
4704
                "zf2"
4705
            ],
4706
            "time": "2016-04-01T02:34:00+00:00"
4707
        },
4708
        {
4709
            "name": "zendframework/zend-serializer",
4710
            "version": "2.8.0",
4711
            "source": {
4712
                "type": "git",
4713
                "url": "https://github.com/zendframework/zend-serializer.git",
4714
                "reference": "ff74ea020f5f90866eb28365327e9bc765a61a6e"
4715
            },
4716
            "dist": {
4717
                "type": "zip",
4718
                "url": "https://api.github.com/repos/zendframework/zend-serializer/zipball/ff74ea020f5f90866eb28365327e9bc765a61a6e",
4719
                "reference": "ff74ea020f5f90866eb28365327e9bc765a61a6e",
4720
                "shasum": ""
4721
            },
4722
            "require": {
4723
                "php": "^5.6 || ^7.0",
4724
                "zendframework/zend-json": "^2.5 || ^3.0",
4725
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
4726
            },
4727
            "require-dev": {
4728
                "phpunit/phpunit": "^4.5",
4729
                "squizlabs/php_codesniffer": "^2.3.1",
4730
                "zendframework/zend-math": "^2.6",
4731
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
4732
            },
4733
            "suggest": {
4734
                "zendframework/zend-math": "(^2.6 || ^3.0) To support Python Pickle serialization",
4735
                "zendframework/zend-servicemanager": "(^2.7.5 || ^3.0.3) To support plugin manager support"
4736
            },
4737
            "type": "library",
4738
            "extra": {
4739
                "branch-alias": {
4740
                    "dev-master": "2.8-dev",
4741
                    "dev-develop": "2.9-dev"
4742
                },
4743
                "zf": {
4744
                    "component": "Zend\\Serializer",
4745
                    "config-provider": "Zend\\Serializer\\ConfigProvider"
4746
                }
4747
            },
4748
            "autoload": {
4749
                "psr-4": {
4750
                    "Zend\\Serializer\\": "src/"
4751
                }
4752
            },
4753
            "notification-url": "https://packagist.org/downloads/",
4754
            "license": [
4755
                "BSD-3-Clause"
4756
            ],
4757
            "description": "provides an adapter based interface to simply generate storable representation of PHP types by different facilities, and recover",
4758
            "homepage": "https://github.com/zendframework/zend-serializer",
4759
            "keywords": [
4760
                "serializer",
4761
                "zf2"
4762
            ],
4763
            "time": "2016-06-21T17:01:55+00:00"
4764
        },
4765
        {
4766
            "name": "zendframework/zend-servicemanager",
4767
            "version": "2.7.8",
4768
            "source": {
4769
                "type": "git",
4770
                "url": "https://github.com/zendframework/zend-servicemanager.git",
4771
                "reference": "2ae3b6e4978ec2e9ff52352e661946714ed989f9"
4772
            },
4773
            "dist": {
4774
                "type": "zip",
4775
                "url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/2ae3b6e4978ec2e9ff52352e661946714ed989f9",
4776
                "reference": "2ae3b6e4978ec2e9ff52352e661946714ed989f9",
4777
                "shasum": ""
4778
            },
4779
            "require": {
4780
                "container-interop/container-interop": "~1.0",
4781
                "php": "^5.5 || ^7.0"
4782
            },
4783
            "require-dev": {
4784
                "athletic/athletic": "dev-master",
4785
                "fabpot/php-cs-fixer": "1.7.*",
4786
                "phpunit/phpunit": "~4.0",
4787
                "zendframework/zend-di": "~2.5",
4788
                "zendframework/zend-mvc": "~2.5"
4789
            },
4790
            "suggest": {
4791
                "ocramius/proxy-manager": "ProxyManager 0.5.* to handle lazy initialization of services",
4792
                "zendframework/zend-di": "Zend\\Di component"
4793
            },
4794
            "type": "library",
4795
            "extra": {
4796
                "branch-alias": {
4797
                    "dev-master": "2.7-dev",
4798
                    "dev-develop": "3.0-dev"
4799
                }
4800
            },
4801
            "autoload": {
4802
                "psr-4": {
4803
                    "Zend\\ServiceManager\\": "src/"
4804
                }
4805
            },
4806
            "notification-url": "https://packagist.org/downloads/",
4807
            "license": [
4808
                "BSD-3-Clause"
4809
            ],
4810
            "homepage": "https://github.com/zendframework/zend-servicemanager",
4811
            "keywords": [
4812
                "servicemanager",
4813
                "zf2"
4814
            ],
4815
            "time": "2016-12-19T19:14:29+00:00"
4816
        },
4817
        {
4818
            "name": "zendframework/zend-stdlib",
4819
            "version": "2.7.7",
4820
            "source": {
4821
                "type": "git",
4822
                "url": "https://github.com/zendframework/zend-stdlib.git",
4823
                "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f"
4824
            },
4825
            "dist": {
4826
                "type": "zip",
4827
                "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/0e44eb46788f65e09e077eb7f44d2659143bcc1f",
4828
                "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f",
4829
                "shasum": ""
4830
            },
4831
            "require": {
4832
                "php": "^5.5 || ^7.0",
4833
                "zendframework/zend-hydrator": "~1.1"
4834
            },
4835
            "require-dev": {
4836
                "athletic/athletic": "~0.1",
4837
                "fabpot/php-cs-fixer": "1.7.*",
4838
                "phpunit/phpunit": "~4.0",
4839
                "zendframework/zend-config": "~2.5",
4840
                "zendframework/zend-eventmanager": "~2.5",
4841
                "zendframework/zend-filter": "~2.5",
4842
                "zendframework/zend-inputfilter": "~2.5",
4843
                "zendframework/zend-serializer": "~2.5",
4844
                "zendframework/zend-servicemanager": "~2.5"
4845
            },
4846
            "suggest": {
4847
                "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
4848
                "zendframework/zend-filter": "To support naming strategy hydrator usage",
4849
                "zendframework/zend-serializer": "Zend\\Serializer component",
4850
                "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
4851
            },
4852
            "type": "library",
4853
            "extra": {
4854
                "branch-alias": {
4855
                    "dev-release-2.7": "2.7-dev",
4856
                    "dev-master": "3.0-dev",
4857
                    "dev-develop": "3.1-dev"
4858
                }
4859
            },
4860
            "autoload": {
4861
                "psr-4": {
4862
                    "Zend\\Stdlib\\": "src/"
4863
                }
4864
            },
4865
            "notification-url": "https://packagist.org/downloads/",
4866
            "license": [
4867
                "BSD-3-Clause"
4868
            ],
4869
            "homepage": "https://github.com/zendframework/zend-stdlib",
4870
            "keywords": [
4871
                "stdlib",
4872
                "zf2"
4873
            ],
4874
            "time": "2016-04-12T21:17:31+00:00"
4875
        },
4876
        {
4877
            "name": "zetacomponents/base",
4878
            "version": "1.9",
4879
            "source": {
4880
                "type": "git",
4881
                "url": "https://github.com/zetacomponents/Base.git",
4882
                "reference": "f20df24e8de3e48b6b69b2503f917e457281e687"
4883
            },
4884
            "dist": {
4885
                "type": "zip",
4886
                "url": "https://api.github.com/repos/zetacomponents/Base/zipball/f20df24e8de3e48b6b69b2503f917e457281e687",
4887
                "reference": "f20df24e8de3e48b6b69b2503f917e457281e687",
4888
                "shasum": ""
4889
            },
4890
            "require-dev": {
4891
                "zetacomponents/unit-test": "*"
4892
            },
4893
            "type": "library",
4894
            "autoload": {
4895
                "classmap": [
4896
                    "src"
4897
                ]
4898
            },
4899
            "notification-url": "https://packagist.org/downloads/",
4900
            "license": [
4901
                "Apache-2.0"
4902
            ],
4903
            "authors": [
4904
                {
4905
                    "name": "Sergey Alexeev"
4906
                },
4907
                {
4908
                    "name": "Sebastian Bergmann"
4909
                },
4910
                {
4911
                    "name": "Jan Borsodi"
4912
                },
4913
                {
4914
                    "name": "Raymond Bosman"
4915
                },
4916
                {
4917
                    "name": "Frederik Holljen"
4918
                },
4919
                {
4920
                    "name": "Kore Nordmann"
4921
                },
4922
                {
4923
                    "name": "Derick Rethans"
4924
                },
4925
                {
4926
                    "name": "Vadym Savchuk"
4927
                },
4928
                {
4929
                    "name": "Tobias Schlitt"
4930
                },
4931
                {
4932
                    "name": "Alexandru Stanoi"
4933
                }
4934
            ],
4935
            "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.",
4936
            "homepage": "https://github.com/zetacomponents",
4937
            "time": "2014-09-19T03:28:34+00:00"
4938
        },
4939
        {
4940
            "name": "zetacomponents/document",
4941
            "version": "1.3.1",
4942
            "source": {
4943
                "type": "git",
4944
                "url": "https://github.com/zetacomponents/Document.git",
4945
                "reference": "688abfde573cf3fe0730f82538fbd7aa9fc95bc8"
4946
            },
4947
            "dist": {
4948
                "type": "zip",
4949
                "url": "https://api.github.com/repos/zetacomponents/Document/zipball/688abfde573cf3fe0730f82538fbd7aa9fc95bc8",
4950
                "reference": "688abfde573cf3fe0730f82538fbd7aa9fc95bc8",
4951
                "shasum": ""
4952
            },
4953
            "require": {
4954
                "zetacomponents/base": "*"
4955
            },
4956
            "require-dev": {
4957
                "zetacomponents/unit-test": "dev-master"
4958
            },
4959
            "type": "library",
4960
            "autoload": {
4961
                "classmap": [
4962
                    "src"
4963
                ]
4964
            },
4965
            "notification-url": "https://packagist.org/downloads/",
4966
            "license": [
4967
                "Apache-2.0"
4968
            ],
4969
            "authors": [
4970
                {
4971
                    "name": "Sebastian Bergmann"
4972
                },
4973
                {
4974
                    "name": "Kore Nordmann"
4975
                },
4976
                {
4977
                    "name": "Derick Rethans"
4978
                },
4979
                {
4980
                    "name": "Tobias Schlitt"
4981
                },
4982
                {
4983
                    "name": "Alexandru Stanoi"
4984
                }
4985
            ],
4986
            "description": "The Document components provides a general conversion framework for different semantic document markup languages like XHTML, Docbook, RST and similar.",
4987
            "homepage": "https://github.com/zetacomponents",
4988
            "time": "2013-12-19T11:40:00+00:00"
4989
        }
4990
    ],
4991
    "aliases": [],
4992
    "minimum-stability": "stable",
4993
    "stability-flags": [],
4994
    "prefer-stable": false,
4995
    "prefer-lowest": false,
4996
    "platform": [],
4997
    "platform-dev": []
4998
}
4999