Completed
Push — master ( 1f186b...c02ec6 )
by Jay
13:22 queued 03:33
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": "5a8ee3b154ea4f6c580b3a8c96e721ac",
8
    "packages": [
9
        {
10
            "name": "monolog/monolog",
11
            "version": "1.22.1",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/Seldaek/monolog.git",
15
                "reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1e044bc4b34e91743943479f1be7a1d5eb93add0",
20
                "reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": ">=5.3.0",
25
                "psr/log": "~1.0"
26
            },
27
            "provide": {
28
                "psr/log-implementation": "1.0.0"
29
            },
30
            "require-dev": {
31
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
32
                "doctrine/couchdb": "~1.0@dev",
33
                "graylog2/gelf-php": "~1.0",
34
                "jakub-onderka/php-parallel-lint": "0.9",
35
                "php-amqplib/php-amqplib": "~2.4",
36
                "php-console/php-console": "^3.1.3",
37
                "phpunit/phpunit": "~4.5",
38
                "phpunit/phpunit-mock-objects": "2.3.0",
39
                "ruflin/elastica": ">=0.90 <3.0",
40
                "sentry/sentry": "^0.13",
41
                "swiftmailer/swiftmailer": "~5.3"
42
            },
43
            "suggest": {
44
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
45
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
46
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
47
                "ext-mongo": "Allow sending log messages to a MongoDB server",
48
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
49
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
50
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
51
                "php-console/php-console": "Allow sending log messages to Google Chrome",
52
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
53
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
54
                "sentry/sentry": "Allow sending log messages to a Sentry server"
55
            },
56
            "type": "library",
57
            "extra": {
58
                "branch-alias": {
59
                    "dev-master": "2.0.x-dev"
60
                }
61
            },
62
            "autoload": {
63
                "psr-4": {
64
                    "Monolog\\": "src/Monolog"
65
                }
66
            },
67
            "notification-url": "https://packagist.org/downloads/",
68
            "license": [
69
                "MIT"
70
            ],
71
            "authors": [
72
                {
73
                    "name": "Jordi Boggiano",
74
                    "email": "[email protected]",
75
                    "homepage": "http://seld.be"
76
                }
77
            ],
78
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
79
            "homepage": "http://github.com/Seldaek/monolog",
80
            "keywords": [
81
                "log",
82
                "logging",
83
                "psr-3"
84
            ],
85
            "time": "2017-03-13T07:08:03+00:00"
86
        },
87
        {
88
            "name": "phpmailer/phpmailer",
0 ignored issues
show
There is a security advisory for your installed version of phpmailer/phpmailer:

XSS vulnerability in code example
Loading history...
89
            "version": "v5.2.23",
90
            "source": {
91
                "type": "git",
92
                "url": "https://github.com/PHPMailer/PHPMailer.git",
93
                "reference": "7115df4a6f76281109ebe352900c42403b728bb4"
94
            },
95
            "dist": {
96
                "type": "zip",
97
                "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/7115df4a6f76281109ebe352900c42403b728bb4",
98
                "reference": "7115df4a6f76281109ebe352900c42403b728bb4",
99
                "shasum": ""
100
            },
101
            "require": {
102
                "php": ">=5.0.0"
103
            },
104
            "require-dev": {
105
                "doctrine/annotations": "1.2.*",
106
                "jms/serializer": "0.16.*",
107
                "phpdocumentor/phpdocumentor": "2.*",
108
                "phpunit/phpunit": "4.8.*",
109
                "symfony/debug": "2.8.*",
110
                "symfony/filesystem": "2.8.*",
111
                "symfony/translation": "2.8.*",
112
                "symfony/yaml": "2.8.*",
113
                "zendframework/zend-cache": "2.5.1",
114
                "zendframework/zend-config": "2.5.1",
115
                "zendframework/zend-eventmanager": "2.5.1",
116
                "zendframework/zend-filter": "2.5.1",
117
                "zendframework/zend-i18n": "2.5.1",
118
                "zendframework/zend-json": "2.5.1",
119
                "zendframework/zend-math": "2.5.1",
120
                "zendframework/zend-serializer": "2.5.*",
121
                "zendframework/zend-servicemanager": "2.5.*",
122
                "zendframework/zend-stdlib": "2.5.1"
123
            },
124
            "suggest": {
125
                "league/oauth2-google": "Needed for Google XOAUTH2 authentication"
126
            },
127
            "type": "library",
128
            "autoload": {
129
                "classmap": [
130
                    "class.phpmailer.php",
131
                    "class.phpmaileroauth.php",
132
                    "class.phpmaileroauthgoogle.php",
133
                    "class.smtp.php",
134
                    "class.pop3.php",
135
                    "extras/EasyPeasyICS.php",
136
                    "extras/ntlm_sasl_client.php"
137
                ]
138
            },
139
            "notification-url": "https://packagist.org/downloads/",
140
            "license": [
141
                "LGPL-2.1"
142
            ],
143
            "authors": [
144
                {
145
                    "name": "Jim Jagielski",
146
                    "email": "[email protected]"
147
                },
148
                {
149
                    "name": "Marcus Bointon",
150
                    "email": "[email protected]"
151
                },
152
                {
153
                    "name": "Andy Prevost",
154
                    "email": "[email protected]"
155
                },
156
                {
157
                    "name": "Brent R. Matzelle"
158
                }
159
            ],
160
            "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
161
            "time": "2017-03-15T19:32:56+00:00"
162
        },
163
        {
164
            "name": "psr/log",
165
            "version": "1.0.2",
166
            "source": {
167
                "type": "git",
168
                "url": "https://github.com/php-fig/log.git",
169
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
170
            },
171
            "dist": {
172
                "type": "zip",
173
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
174
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
175
                "shasum": ""
176
            },
177
            "require": {
178
                "php": ">=5.3.0"
179
            },
180
            "type": "library",
181
            "extra": {
182
                "branch-alias": {
183
                    "dev-master": "1.0.x-dev"
184
                }
185
            },
186
            "autoload": {
187
                "psr-4": {
188
                    "Psr\\Log\\": "Psr/Log/"
189
                }
190
            },
191
            "notification-url": "https://packagist.org/downloads/",
192
            "license": [
193
                "MIT"
194
            ],
195
            "authors": [
196
                {
197
                    "name": "PHP-FIG",
198
                    "homepage": "http://www.php-fig.org/"
199
                }
200
            ],
201
            "description": "Common interface for logging libraries",
202
            "homepage": "https://github.com/php-fig/log",
203
            "keywords": [
204
                "log",
205
                "psr",
206
                "psr-3"
207
            ],
208
            "time": "2016-10-10T12:19:37+00:00"
209
        }
210
    ],
211
    "packages-dev": [
212
        {
213
            "name": "cilex/cilex",
214
            "version": "1.1.0",
215
            "source": {
216
                "type": "git",
217
                "url": "https://github.com/Cilex/Cilex.git",
218
                "reference": "7acd965a609a56d0345e8b6071c261fbdb926cb5"
219
            },
220
            "dist": {
221
                "type": "zip",
222
                "url": "https://api.github.com/repos/Cilex/Cilex/zipball/7acd965a609a56d0345e8b6071c261fbdb926cb5",
223
                "reference": "7acd965a609a56d0345e8b6071c261fbdb926cb5",
224
                "shasum": ""
225
            },
226
            "require": {
227
                "cilex/console-service-provider": "1.*",
228
                "php": ">=5.3.3",
229
                "pimple/pimple": "~1.0",
230
                "symfony/finder": "~2.1",
231
                "symfony/process": "~2.1"
232
            },
233
            "require-dev": {
234
                "phpunit/phpunit": "3.7.*",
235
                "symfony/validator": "~2.1"
236
            },
237
            "suggest": {
238
                "monolog/monolog": ">=1.0.0",
239
                "symfony/validator": ">=1.0.0",
240
                "symfony/yaml": ">=1.0.0"
241
            },
242
            "type": "library",
243
            "extra": {
244
                "branch-alias": {
245
                    "dev-master": "1.0-dev"
246
                }
247
            },
248
            "autoload": {
249
                "psr-0": {
250
                    "Cilex": "src/"
251
                }
252
            },
253
            "notification-url": "https://packagist.org/downloads/",
254
            "license": [
255
                "MIT"
256
            ],
257
            "authors": [
258
                {
259
                    "name": "Mike van Riel",
260
                    "email": "[email protected]"
261
                }
262
            ],
263
            "description": "The PHP micro-framework for Command line tools based on the Symfony2 Components",
264
            "homepage": "http://cilex.github.com",
265
            "keywords": [
266
                "cli",
267
                "microframework"
268
            ],
269
            "time": "2014-03-29T14:03:13+00:00"
270
        },
271
        {
272
            "name": "cilex/console-service-provider",
273
            "version": "1.0.0",
274
            "source": {
275
                "type": "git",
276
                "url": "https://github.com/Cilex/console-service-provider.git",
277
                "reference": "25ee3d1875243d38e1a3448ff94bdf944f70d24e"
278
            },
279
            "dist": {
280
                "type": "zip",
281
                "url": "https://api.github.com/repos/Cilex/console-service-provider/zipball/25ee3d1875243d38e1a3448ff94bdf944f70d24e",
282
                "reference": "25ee3d1875243d38e1a3448ff94bdf944f70d24e",
283
                "shasum": ""
284
            },
285
            "require": {
286
                "php": ">=5.3.3",
287
                "pimple/pimple": "1.*@dev",
288
                "symfony/console": "~2.1"
289
            },
290
            "require-dev": {
291
                "cilex/cilex": "1.*@dev",
292
                "silex/silex": "1.*@dev"
293
            },
294
            "type": "library",
295
            "extra": {
296
                "branch-alias": {
297
                    "dev-master": "1.0-dev"
298
                }
299
            },
300
            "autoload": {
301
                "psr-0": {
302
                    "Cilex\\Provider\\Console": "src"
303
                }
304
            },
305
            "notification-url": "https://packagist.org/downloads/",
306
            "license": [
307
                "MIT"
308
            ],
309
            "authors": [
310
                {
311
                    "name": "Beau Simensen",
312
                    "email": "[email protected]",
313
                    "homepage": "http://beausimensen.com"
314
                },
315
                {
316
                    "name": "Mike van Riel",
317
                    "email": "[email protected]"
318
                }
319
            ],
320
            "description": "Console Service Provider",
321
            "keywords": [
322
                "cilex",
323
                "console",
324
                "pimple",
325
                "service-provider",
326
                "silex"
327
            ],
328
            "time": "2012-12-19T10:50:58+00:00"
329
        },
330
        {
331
            "name": "container-interop/container-interop",
332
            "version": "1.2.0",
333
            "source": {
334
                "type": "git",
335
                "url": "https://github.com/container-interop/container-interop.git",
336
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
337
            },
338
            "dist": {
339
                "type": "zip",
340
                "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
341
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
342
                "shasum": ""
343
            },
344
            "require": {
345
                "psr/container": "^1.0"
346
            },
347
            "type": "library",
348
            "autoload": {
349
                "psr-4": {
350
                    "Interop\\Container\\": "src/Interop/Container/"
351
                }
352
            },
353
            "notification-url": "https://packagist.org/downloads/",
354
            "license": [
355
                "MIT"
356
            ],
357
            "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
358
            "homepage": "https://github.com/container-interop/container-interop",
359
            "time": "2017-02-14T19:40:03+00:00"
360
        },
361
        {
362
            "name": "doctrine/annotations",
363
            "version": "v1.4.0",
364
            "source": {
365
                "type": "git",
366
                "url": "https://github.com/doctrine/annotations.git",
367
                "reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
368
            },
369
            "dist": {
370
                "type": "zip",
371
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
372
                "reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
373
                "shasum": ""
374
            },
375
            "require": {
376
                "doctrine/lexer": "1.*",
377
                "php": "^5.6 || ^7.0"
378
            },
379
            "require-dev": {
380
                "doctrine/cache": "1.*",
381
                "phpunit/phpunit": "^5.7"
382
            },
383
            "type": "library",
384
            "extra": {
385
                "branch-alias": {
386
                    "dev-master": "1.4.x-dev"
387
                }
388
            },
389
            "autoload": {
390
                "psr-4": {
391
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
392
                }
393
            },
394
            "notification-url": "https://packagist.org/downloads/",
395
            "license": [
396
                "MIT"
397
            ],
398
            "authors": [
399
                {
400
                    "name": "Roman Borschel",
401
                    "email": "[email protected]"
402
                },
403
                {
404
                    "name": "Benjamin Eberlei",
405
                    "email": "[email protected]"
406
                },
407
                {
408
                    "name": "Guilherme Blanco",
409
                    "email": "[email protected]"
410
                },
411
                {
412
                    "name": "Jonathan Wage",
413
                    "email": "[email protected]"
414
                },
415
                {
416
                    "name": "Johannes Schmitt",
417
                    "email": "[email protected]"
418
                }
419
            ],
420
            "description": "Docblock Annotations Parser",
421
            "homepage": "http://www.doctrine-project.org",
422
            "keywords": [
423
                "annotations",
424
                "docblock",
425
                "parser"
426
            ],
427
            "time": "2017-02-24T16:22:25+00:00"
428
        },
429
        {
430
            "name": "doctrine/instantiator",
431
            "version": "1.0.5",
432
            "source": {
433
                "type": "git",
434
                "url": "https://github.com/doctrine/instantiator.git",
435
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
436
            },
437
            "dist": {
438
                "type": "zip",
439
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
440
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
441
                "shasum": ""
442
            },
443
            "require": {
444
                "php": ">=5.3,<8.0-DEV"
445
            },
446
            "require-dev": {
447
                "athletic/athletic": "~0.1.8",
448
                "ext-pdo": "*",
449
                "ext-phar": "*",
450
                "phpunit/phpunit": "~4.0",
451
                "squizlabs/php_codesniffer": "~2.0"
452
            },
453
            "type": "library",
454
            "extra": {
455
                "branch-alias": {
456
                    "dev-master": "1.0.x-dev"
457
                }
458
            },
459
            "autoload": {
460
                "psr-4": {
461
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
462
                }
463
            },
464
            "notification-url": "https://packagist.org/downloads/",
465
            "license": [
466
                "MIT"
467
            ],
468
            "authors": [
469
                {
470
                    "name": "Marco Pivetta",
471
                    "email": "[email protected]",
472
                    "homepage": "http://ocramius.github.com/"
473
                }
474
            ],
475
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
476
            "homepage": "https://github.com/doctrine/instantiator",
477
            "keywords": [
478
                "constructor",
479
                "instantiate"
480
            ],
481
            "time": "2015-06-14T21:17:01+00:00"
482
        },
483
        {
484
            "name": "doctrine/lexer",
485
            "version": "v1.0.1",
486
            "source": {
487
                "type": "git",
488
                "url": "https://github.com/doctrine/lexer.git",
489
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
490
            },
491
            "dist": {
492
                "type": "zip",
493
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
494
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
495
                "shasum": ""
496
            },
497
            "require": {
498
                "php": ">=5.3.2"
499
            },
500
            "type": "library",
501
            "extra": {
502
                "branch-alias": {
503
                    "dev-master": "1.0.x-dev"
504
                }
505
            },
506
            "autoload": {
507
                "psr-0": {
508
                    "Doctrine\\Common\\Lexer\\": "lib/"
509
                }
510
            },
511
            "notification-url": "https://packagist.org/downloads/",
512
            "license": [
513
                "MIT"
514
            ],
515
            "authors": [
516
                {
517
                    "name": "Roman Borschel",
518
                    "email": "[email protected]"
519
                },
520
                {
521
                    "name": "Guilherme Blanco",
522
                    "email": "[email protected]"
523
                },
524
                {
525
                    "name": "Johannes Schmitt",
526
                    "email": "[email protected]"
527
                }
528
            ],
529
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
530
            "homepage": "http://www.doctrine-project.org",
531
            "keywords": [
532
                "lexer",
533
                "parser"
534
            ],
535
            "time": "2014-09-09T13:34:57+00:00"
536
        },
537
        {
538
            "name": "erusev/parsedown",
539
            "version": "1.6.2",
540
            "source": {
541
                "type": "git",
542
                "url": "https://github.com/erusev/parsedown.git",
543
                "reference": "1bf24f7334fe16c88bf9d467863309ceaf285b01"
544
            },
545
            "dist": {
546
                "type": "zip",
547
                "url": "https://api.github.com/repos/erusev/parsedown/zipball/1bf24f7334fe16c88bf9d467863309ceaf285b01",
548
                "reference": "1bf24f7334fe16c88bf9d467863309ceaf285b01",
549
                "shasum": ""
550
            },
551
            "require": {
552
                "php": ">=5.3.0"
553
            },
554
            "type": "library",
555
            "autoload": {
556
                "psr-0": {
557
                    "Parsedown": ""
558
                }
559
            },
560
            "notification-url": "https://packagist.org/downloads/",
561
            "license": [
562
                "MIT"
563
            ],
564
            "authors": [
565
                {
566
                    "name": "Emanuil Rusev",
567
                    "email": "[email protected]",
568
                    "homepage": "http://erusev.com"
569
                }
570
            ],
571
            "description": "Parser for Markdown.",
572
            "homepage": "http://parsedown.org",
573
            "keywords": [
574
                "markdown",
575
                "parser"
576
            ],
577
            "time": "2017-03-29T16:04:15+00:00"
578
        },
579
        {
580
            "name": "herrera-io/json",
581
            "version": "1.0.3",
582
            "source": {
583
                "type": "git",
584
                "url": "https://github.com/kherge-php/json.git",
585
                "reference": "60c696c9370a1e5136816ca557c17f82a6fa83f1"
586
            },
587
            "dist": {
588
                "type": "zip",
589
                "url": "https://api.github.com/repos/kherge-php/json/zipball/60c696c9370a1e5136816ca557c17f82a6fa83f1",
590
                "reference": "60c696c9370a1e5136816ca557c17f82a6fa83f1",
591
                "shasum": ""
592
            },
593
            "require": {
594
                "ext-json": "*",
595
                "justinrainbow/json-schema": ">=1.0,<2.0-dev",
596
                "php": ">=5.3.3",
597
                "seld/jsonlint": ">=1.0,<2.0-dev"
598
            },
599
            "require-dev": {
600
                "herrera-io/phpunit-test-case": "1.*",
601
                "mikey179/vfsstream": "1.1.0",
602
                "phpunit/phpunit": "3.7.*"
603
            },
604
            "type": "library",
605
            "extra": {
606
                "branch-alias": {
607
                    "dev-master": "1.0-dev"
608
                }
609
            },
610
            "autoload": {
611
                "files": [
612
                    "src/lib/json_version.php"
613
                ],
614
                "psr-0": {
615
                    "Herrera\\Json": "src/lib"
616
                }
617
            },
618
            "notification-url": "https://packagist.org/downloads/",
619
            "license": [
620
                "MIT"
621
            ],
622
            "authors": [
623
                {
624
                    "name": "Kevin Herrera",
625
                    "email": "[email protected]",
626
                    "homepage": "http://kevin.herrera.io"
627
                }
628
            ],
629
            "description": "A library for simplifying JSON linting and validation.",
630
            "homepage": "http://herrera-io.github.com/php-json",
631
            "keywords": [
632
                "json",
633
                "lint",
634
                "schema",
635
                "validate"
636
            ],
637
            "abandoned": "kherge/json",
638
            "time": "2013-10-30T16:51:34+00:00"
639
        },
640
        {
641
            "name": "herrera-io/phar-update",
642
            "version": "1.0.3",
643
            "source": {
644
                "type": "git",
645
                "url": "https://github.com/kherge-abandoned/php-phar-update.git",
646
                "reference": "00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b"
647
            },
648
            "dist": {
649
                "type": "zip",
650
                "url": "https://api.github.com/repos/kherge-abandoned/php-phar-update/zipball/00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b",
651
                "reference": "00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b",
652
                "shasum": ""
653
            },
654
            "require": {
655
                "herrera-io/json": "1.*",
656
                "kherge/version": "1.*",
657
                "php": ">=5.3.3"
658
            },
659
            "require-dev": {
660
                "herrera-io/phpunit-test-case": "1.*",
661
                "mikey179/vfsstream": "1.1.0",
662
                "phpunit/phpunit": "3.7.*"
663
            },
664
            "type": "library",
665
            "extra": {
666
                "branch-alias": {
667
                    "dev-master": "1.0-dev"
668
                }
669
            },
670
            "autoload": {
671
                "files": [
672
                    "src/lib/constants.php"
673
                ],
674
                "psr-0": {
675
                    "Herrera\\Phar\\Update": "src/lib"
676
                }
677
            },
678
            "notification-url": "https://packagist.org/downloads/",
679
            "license": [
680
                "MIT"
681
            ],
682
            "authors": [
683
                {
684
                    "name": "Kevin Herrera",
685
                    "email": "[email protected]",
686
                    "homepage": "http://kevin.herrera.io"
687
                }
688
            ],
689
            "description": "A library for self-updating Phars.",
690
            "homepage": "http://herrera-io.github.com/php-phar-update",
691
            "keywords": [
692
                "phar",
693
                "update"
694
            ],
695
            "abandoned": true,
696
            "time": "2013-10-30T17:23:01+00:00"
697
        },
698
        {
699
            "name": "jms/metadata",
700
            "version": "1.6.0",
701
            "source": {
702
                "type": "git",
703
                "url": "https://github.com/schmittjoh/metadata.git",
704
                "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab"
705
            },
706
            "dist": {
707
                "type": "zip",
708
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/6a06970a10e0a532fb52d3959547123b84a3b3ab",
709
                "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab",
710
                "shasum": ""
711
            },
712
            "require": {
713
                "php": ">=5.3.0"
714
            },
715
            "require-dev": {
716
                "doctrine/cache": "~1.0",
717
                "symfony/cache": "~3.1"
718
            },
719
            "type": "library",
720
            "extra": {
721
                "branch-alias": {
722
                    "dev-master": "1.5.x-dev"
723
                }
724
            },
725
            "autoload": {
726
                "psr-0": {
727
                    "Metadata\\": "src/"
728
                }
729
            },
730
            "notification-url": "https://packagist.org/downloads/",
731
            "license": [
732
                "Apache-2.0"
733
            ],
734
            "authors": [
735
                {
736
                    "name": "Johannes M. Schmitt",
737
                    "email": "[email protected]"
738
                }
739
            ],
740
            "description": "Class/method/property metadata management in PHP",
741
            "keywords": [
742
                "annotations",
743
                "metadata",
744
                "xml",
745
                "yaml"
746
            ],
747
            "time": "2016-12-05T10:18:33+00:00"
748
        },
749
        {
750
            "name": "jms/parser-lib",
751
            "version": "1.0.0",
752
            "source": {
753
                "type": "git",
754
                "url": "https://github.com/schmittjoh/parser-lib.git",
755
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
756
            },
757
            "dist": {
758
                "type": "zip",
759
                "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
760
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
761
                "shasum": ""
762
            },
763
            "require": {
764
                "phpoption/phpoption": ">=0.9,<2.0-dev"
765
            },
766
            "type": "library",
767
            "extra": {
768
                "branch-alias": {
769
                    "dev-master": "1.0-dev"
770
                }
771
            },
772
            "autoload": {
773
                "psr-0": {
774
                    "JMS\\": "src/"
775
                }
776
            },
777
            "notification-url": "https://packagist.org/downloads/",
778
            "license": [
779
                "Apache2"
780
            ],
781
            "description": "A library for easily creating recursive-descent parsers.",
782
            "time": "2012-11-18T18:08:43+00:00"
783
        },
784
        {
785
            "name": "jms/serializer",
786
            "version": "1.7.1",
787
            "source": {
788
                "type": "git",
789
                "url": "https://github.com/schmittjoh/serializer.git",
790
                "reference": "4fad8bbbe76e05de3b79ffa3db027058ed3813ff"
791
            },
792
            "dist": {
793
                "type": "zip",
794
                "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/4fad8bbbe76e05de3b79ffa3db027058ed3813ff",
795
                "reference": "4fad8bbbe76e05de3b79ffa3db027058ed3813ff",
796
                "shasum": ""
797
            },
798
            "require": {
799
                "doctrine/annotations": "^1.0",
800
                "doctrine/instantiator": "^1.0.3",
801
                "jms/metadata": "~1.1",
802
                "jms/parser-lib": "1.*",
803
                "php": ">=5.5.0",
804
                "phpcollection/phpcollection": "~0.1",
805
                "phpoption/phpoption": "^1.1"
806
            },
807
            "conflict": {
808
                "jms/serializer-bundle": "<1.2.1",
809
                "twig/twig": "<1.12"
810
            },
811
            "require-dev": {
812
                "doctrine/orm": "~2.1",
813
                "doctrine/phpcr-odm": "^1.3|^2.0",
814
                "ext-pdo_sqlite": "*",
815
                "jackalope/jackalope-doctrine-dbal": "^1.1.5",
816
                "phpunit/phpunit": "^4.8|^5.0",
817
                "propel/propel1": "~1.7",
818
                "symfony/expression-language": "^2.6|^3.0",
819
                "symfony/filesystem": "^2.1",
820
                "symfony/form": "~2.1|^3.0",
821
                "symfony/translation": "^2.1|^3.0",
822
                "symfony/validator": "^2.2|^3.0",
823
                "symfony/yaml": "^2.1|^3.0",
824
                "twig/twig": "~1.12|~2.0"
825
            },
826
            "suggest": {
827
                "doctrine/cache": "Required if you like to use cache functionality.",
828
                "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.",
829
                "symfony/yaml": "Required if you'd like to serialize data to YAML format."
830
            },
831
            "type": "library",
832
            "extra": {
833
                "branch-alias": {
834
                    "dev-master": "1.8-dev"
835
                }
836
            },
837
            "autoload": {
838
                "psr-0": {
839
                    "JMS\\Serializer": "src/"
840
                }
841
            },
842
            "notification-url": "https://packagist.org/downloads/",
843
            "license": [
844
                "Apache-2.0"
845
            ],
846
            "authors": [
847
                {
848
                    "name": "Johannes M. Schmitt",
849
                    "email": "[email protected]"
850
                }
851
            ],
852
            "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
853
            "homepage": "http://jmsyst.com/libs/serializer",
854
            "keywords": [
855
                "deserialization",
856
                "jaxb",
857
                "json",
858
                "serialization",
859
                "xml"
860
            ],
861
            "time": "2017-05-15T08:35:42+00:00"
862
        },
863
        {
864
            "name": "justinrainbow/json-schema",
865
            "version": "1.6.1",
866
            "source": {
867
                "type": "git",
868
                "url": "https://github.com/justinrainbow/json-schema.git",
869
                "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341"
870
            },
871
            "dist": {
872
                "type": "zip",
873
                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/cc84765fb7317f6b07bd8ac78364747f95b86341",
874
                "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341",
875
                "shasum": ""
876
            },
877
            "require": {
878
                "php": ">=5.3.29"
879
            },
880
            "require-dev": {
881
                "json-schema/json-schema-test-suite": "1.1.0",
882
                "phpdocumentor/phpdocumentor": "~2",
883
                "phpunit/phpunit": "~3.7"
884
            },
885
            "bin": [
886
                "bin/validate-json"
887
            ],
888
            "type": "library",
889
            "extra": {
890
                "branch-alias": {
891
                    "dev-master": "1.6.x-dev"
892
                }
893
            },
894
            "autoload": {
895
                "psr-4": {
896
                    "JsonSchema\\": "src/JsonSchema/"
897
                }
898
            },
899
            "notification-url": "https://packagist.org/downloads/",
900
            "license": [
901
                "BSD-3-Clause"
902
            ],
903
            "authors": [
904
                {
905
                    "name": "Bruno Prieto Reis",
906
                    "email": "[email protected]"
907
                },
908
                {
909
                    "name": "Justin Rainbow",
910
                    "email": "[email protected]"
911
                },
912
                {
913
                    "name": "Igor Wiedler",
914
                    "email": "[email protected]"
915
                },
916
                {
917
                    "name": "Robert Schönthal",
918
                    "email": "[email protected]"
919
                }
920
            ],
921
            "description": "A library to validate a json schema.",
922
            "homepage": "https://github.com/justinrainbow/json-schema",
923
            "keywords": [
924
                "json",
925
                "schema"
926
            ],
927
            "time": "2016-01-25T15:43:01+00:00"
928
        },
929
        {
930
            "name": "kherge/version",
931
            "version": "1.0.1",
932
            "source": {
933
                "type": "git",
934
                "url": "https://github.com/kherge-abandoned/Version.git",
935
                "reference": "f07cf83f8ce533be8f93d2893d96d674bbeb7e30"
936
            },
937
            "dist": {
938
                "type": "zip",
939
                "url": "https://api.github.com/repos/kherge-abandoned/Version/zipball/f07cf83f8ce533be8f93d2893d96d674bbeb7e30",
940
                "reference": "f07cf83f8ce533be8f93d2893d96d674bbeb7e30",
941
                "shasum": ""
942
            },
943
            "require": {
944
                "php": ">=5.3.3"
945
            },
946
            "type": "library",
947
            "extra": {
948
                "branch-alias": {
949
                    "dev-master": "1.0-dev"
950
                }
951
            },
952
            "autoload": {
953
                "psr-0": {
954
                    "KevinGH\\Version": "src/lib/"
955
                }
956
            },
957
            "notification-url": "https://packagist.org/downloads/",
958
            "license": [
959
                "MIT"
960
            ],
961
            "authors": [
962
                {
963
                    "name": "Kevin Herrera",
964
                    "email": "[email protected]"
965
                }
966
            ],
967
            "description": "A parsing and comparison library for semantic versioning.",
968
            "homepage": "http://github.com/kherge/Version",
969
            "abandoned": true,
970
            "time": "2012-08-16T17:13:03+00:00"
971
        },
972
        {
973
            "name": "myclabs/deep-copy",
974
            "version": "1.6.1",
975
            "source": {
976
                "type": "git",
977
                "url": "https://github.com/myclabs/DeepCopy.git",
978
                "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102"
979
            },
980
            "dist": {
981
                "type": "zip",
982
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/8e6e04167378abf1ddb4d3522d8755c5fd90d102",
983
                "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102",
984
                "shasum": ""
985
            },
986
            "require": {
987
                "php": ">=5.4.0"
988
            },
989
            "require-dev": {
990
                "doctrine/collections": "1.*",
991
                "phpunit/phpunit": "~4.1"
992
            },
993
            "type": "library",
994
            "autoload": {
995
                "psr-4": {
996
                    "DeepCopy\\": "src/DeepCopy/"
997
                }
998
            },
999
            "notification-url": "https://packagist.org/downloads/",
1000
            "license": [
1001
                "MIT"
1002
            ],
1003
            "description": "Create deep copies (clones) of your objects",
1004
            "homepage": "https://github.com/myclabs/DeepCopy",
1005
            "keywords": [
1006
                "clone",
1007
                "copy",
1008
                "duplicate",
1009
                "object",
1010
                "object graph"
1011
            ],
1012
            "time": "2017-04-12T18:52:22+00:00"
1013
        },
1014
        {
1015
            "name": "nikic/php-parser",
1016
            "version": "v1.4.1",
1017
            "source": {
1018
                "type": "git",
1019
                "url": "https://github.com/nikic/PHP-Parser.git",
1020
                "reference": "f78af2c9c86107aa1a34cd1dbb5bbe9eeb0d9f51"
1021
            },
1022
            "dist": {
1023
                "type": "zip",
1024
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/f78af2c9c86107aa1a34cd1dbb5bbe9eeb0d9f51",
1025
                "reference": "f78af2c9c86107aa1a34cd1dbb5bbe9eeb0d9f51",
1026
                "shasum": ""
1027
            },
1028
            "require": {
1029
                "ext-tokenizer": "*",
1030
                "php": ">=5.3"
1031
            },
1032
            "type": "library",
1033
            "extra": {
1034
                "branch-alias": {
1035
                    "dev-master": "1.4-dev"
1036
                }
1037
            },
1038
            "autoload": {
1039
                "files": [
1040
                    "lib/bootstrap.php"
1041
                ]
1042
            },
1043
            "notification-url": "https://packagist.org/downloads/",
1044
            "license": [
1045
                "BSD-3-Clause"
1046
            ],
1047
            "authors": [
1048
                {
1049
                    "name": "Nikita Popov"
1050
                }
1051
            ],
1052
            "description": "A PHP parser written in PHP",
1053
            "keywords": [
1054
                "parser",
1055
                "php"
1056
            ],
1057
            "time": "2015-09-19T14:15:08+00:00"
1058
        },
1059
        {
1060
            "name": "pdepend/pdepend",
1061
            "version": "2.5.0",
1062
            "source": {
1063
                "type": "git",
1064
                "url": "https://github.com/pdepend/pdepend.git",
1065
                "reference": "0c50874333149c0dad5a2877801aed148f2767ff"
1066
            },
1067
            "dist": {
1068
                "type": "zip",
1069
                "url": "https://api.github.com/repos/pdepend/pdepend/zipball/0c50874333149c0dad5a2877801aed148f2767ff",
1070
                "reference": "0c50874333149c0dad5a2877801aed148f2767ff",
1071
                "shasum": ""
1072
            },
1073
            "require": {
1074
                "php": ">=5.3.7",
1075
                "symfony/config": "^2.3.0|^3",
1076
                "symfony/dependency-injection": "^2.3.0|^3",
1077
                "symfony/filesystem": "^2.3.0|^3"
1078
            },
1079
            "require-dev": {
1080
                "phpunit/phpunit": "^4.4.0,<4.8",
1081
                "squizlabs/php_codesniffer": "^2.0.0"
1082
            },
1083
            "bin": [
1084
                "src/bin/pdepend"
1085
            ],
1086
            "type": "library",
1087
            "autoload": {
1088
                "psr-4": {
1089
                    "PDepend\\": "src/main/php/PDepend"
1090
                }
1091
            },
1092
            "notification-url": "https://packagist.org/downloads/",
1093
            "license": [
1094
                "BSD-3-Clause"
1095
            ],
1096
            "description": "Official version of pdepend to be handled with Composer",
1097
            "time": "2017-01-19T14:23:36+00:00"
1098
        },
1099
        {
1100
            "name": "php-amqplib/php-amqplib",
1101
            "version": "v2.6.3",
1102
            "source": {
1103
                "type": "git",
1104
                "url": "https://github.com/php-amqplib/php-amqplib.git",
1105
                "reference": "fa2f0d4410a11008cb36b379177291be7ee9e4f6"
1106
            },
1107
            "dist": {
1108
                "type": "zip",
1109
                "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/fa2f0d4410a11008cb36b379177291be7ee9e4f6",
1110
                "reference": "fa2f0d4410a11008cb36b379177291be7ee9e4f6",
1111
                "shasum": ""
1112
            },
1113
            "require": {
1114
                "ext-bcmath": "*",
1115
                "ext-mbstring": "*",
1116
                "php": ">=5.3.0"
1117
            },
1118
            "replace": {
1119
                "videlalvaro/php-amqplib": "self.version"
1120
            },
1121
            "require-dev": {
1122
                "phpunit/phpunit": "^4.8",
1123
                "scrutinizer/ocular": "^1.1",
1124
                "squizlabs/php_codesniffer": "^2.5"
1125
            },
1126
            "suggest": {
1127
                "ext-sockets": "Use AMQPSocketConnection"
1128
            },
1129
            "type": "library",
1130
            "extra": {
1131
                "branch-alias": {
1132
                    "dev-master": "2.7-dev"
1133
                }
1134
            },
1135
            "autoload": {
1136
                "psr-4": {
1137
                    "PhpAmqpLib\\": "PhpAmqpLib/"
1138
                }
1139
            },
1140
            "notification-url": "https://packagist.org/downloads/",
1141
            "license": [
1142
                "LGPL-2.1"
1143
            ],
1144
            "authors": [
1145
                {
1146
                    "name": "Alvaro Videla",
1147
                    "role": "Original Maintainer"
1148
                },
1149
                {
1150
                    "name": "John Kelly",
1151
                    "email": "[email protected]",
1152
                    "role": "Maintainer"
1153
                },
1154
                {
1155
                    "name": "Raúl Araya",
1156
                    "email": "[email protected]",
1157
                    "role": "Maintainer"
1158
                }
1159
            ],
1160
            "description": "Formerly videlalvaro/php-amqplib.  This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.",
1161
            "homepage": "https://github.com/php-amqplib/php-amqplib/",
1162
            "keywords": [
1163
                "message",
1164
                "queue",
1165
                "rabbitmq"
1166
            ],
1167
            "time": "2016-04-11T14:30:01+00:00"
1168
        },
1169
        {
1170
            "name": "phpcollection/phpcollection",
1171
            "version": "0.5.0",
1172
            "source": {
1173
                "type": "git",
1174
                "url": "https://github.com/schmittjoh/php-collection.git",
1175
                "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
1176
            },
1177
            "dist": {
1178
                "type": "zip",
1179
                "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
1180
                "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
1181
                "shasum": ""
1182
            },
1183
            "require": {
1184
                "phpoption/phpoption": "1.*"
1185
            },
1186
            "type": "library",
1187
            "extra": {
1188
                "branch-alias": {
1189
                    "dev-master": "0.4-dev"
1190
                }
1191
            },
1192
            "autoload": {
1193
                "psr-0": {
1194
                    "PhpCollection": "src/"
1195
                }
1196
            },
1197
            "notification-url": "https://packagist.org/downloads/",
1198
            "license": [
1199
                "Apache2"
1200
            ],
1201
            "authors": [
1202
                {
1203
                    "name": "Johannes M. Schmitt",
1204
                    "email": "[email protected]"
1205
                }
1206
            ],
1207
            "description": "General-Purpose Collection Library for PHP",
1208
            "keywords": [
1209
                "collection",
1210
                "list",
1211
                "map",
1212
                "sequence",
1213
                "set"
1214
            ],
1215
            "time": "2015-05-17T12:39:23+00:00"
1216
        },
1217
        {
1218
            "name": "phpdocumentor/fileset",
1219
            "version": "1.0.0",
1220
            "source": {
1221
                "type": "git",
1222
                "url": "https://github.com/phpDocumentor/Fileset.git",
1223
                "reference": "bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0"
1224
            },
1225
            "dist": {
1226
                "type": "zip",
1227
                "url": "https://api.github.com/repos/phpDocumentor/Fileset/zipball/bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0",
1228
                "reference": "bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0",
1229
                "shasum": ""
1230
            },
1231
            "require": {
1232
                "php": ">=5.3.3",
1233
                "symfony/finder": "~2.1"
1234
            },
1235
            "require-dev": {
1236
                "phpunit/phpunit": "~3.7"
1237
            },
1238
            "type": "library",
1239
            "autoload": {
1240
                "psr-0": {
1241
                    "phpDocumentor": [
1242
                        "src/",
1243
                        "tests/unit/"
1244
                    ]
1245
                }
1246
            },
1247
            "notification-url": "https://packagist.org/downloads/",
1248
            "license": [
1249
                "MIT"
1250
            ],
1251
            "description": "Fileset component for collecting a set of files given directories and file paths",
1252
            "homepage": "http://www.phpdoc.org",
1253
            "keywords": [
1254
                "files",
1255
                "fileset",
1256
                "phpdoc"
1257
            ],
1258
            "time": "2013-08-06T21:07:42+00:00"
1259
        },
1260
        {
1261
            "name": "phpdocumentor/graphviz",
1262
            "version": "1.0.4",
1263
            "source": {
1264
                "type": "git",
1265
                "url": "https://github.com/phpDocumentor/GraphViz.git",
1266
                "reference": "a906a90a9f230535f25ea31caf81b2323956283f"
1267
            },
1268
            "dist": {
1269
                "type": "zip",
1270
                "url": "https://api.github.com/repos/phpDocumentor/GraphViz/zipball/a906a90a9f230535f25ea31caf81b2323956283f",
1271
                "reference": "a906a90a9f230535f25ea31caf81b2323956283f",
1272
                "shasum": ""
1273
            },
1274
            "require": {
1275
                "php": ">=5.3.3"
1276
            },
1277
            "require-dev": {
1278
                "phpunit/phpunit": "~4.0"
1279
            },
1280
            "type": "library",
1281
            "autoload": {
1282
                "psr-0": {
1283
                    "phpDocumentor": [
1284
                        "src/",
1285
                        "tests/unit"
1286
                    ]
1287
                }
1288
            },
1289
            "notification-url": "https://packagist.org/downloads/",
1290
            "license": [
1291
                "MIT"
1292
            ],
1293
            "authors": [
1294
                {
1295
                    "name": "Mike van Riel",
1296
                    "email": "[email protected]"
1297
                }
1298
            ],
1299
            "time": "2016-02-02T13:00:08+00:00"
1300
        },
1301
        {
1302
            "name": "phpdocumentor/phpdocumentor",
1303
            "version": "v2.9.0",
1304
            "source": {
1305
                "type": "git",
1306
                "url": "https://github.com/phpDocumentor/phpDocumentor2.git",
1307
                "reference": "be607da0eef9b9249c43c5b4820d25d631c73667"
1308
            },
1309
            "dist": {
1310
                "type": "zip",
1311
                "url": "https://api.github.com/repos/phpDocumentor/phpDocumentor2/zipball/be607da0eef9b9249c43c5b4820d25d631c73667",
1312
                "reference": "be607da0eef9b9249c43c5b4820d25d631c73667",
1313
                "shasum": ""
1314
            },
1315
            "require": {
1316
                "cilex/cilex": "~1.0",
1317
                "erusev/parsedown": "~1.0",
1318
                "herrera-io/phar-update": "1.0.3",
1319
                "jms/serializer": ">=0.12",
1320
                "monolog/monolog": "~1.6",
1321
                "php": ">=5.3.3",
1322
                "phpdocumentor/fileset": "~1.0",
1323
                "phpdocumentor/graphviz": "~1.0",
1324
                "phpdocumentor/reflection": "^3.0",
1325
                "phpdocumentor/reflection-docblock": "~2.0",
1326
                "symfony/config": "~2.3",
1327
                "symfony/console": "~2.3",
1328
                "symfony/event-dispatcher": "~2.1",
1329
                "symfony/process": "~2.0",
1330
                "symfony/stopwatch": "~2.3",
1331
                "symfony/validator": "~2.2",
1332
                "twig/twig": "~1.3",
1333
                "zendframework/zend-cache": "~2.1",
1334
                "zendframework/zend-config": "~2.1",
1335
                "zendframework/zend-filter": "~2.1",
1336
                "zendframework/zend-i18n": "~2.1",
1337
                "zendframework/zend-serializer": "~2.1",
1338
                "zendframework/zend-servicemanager": "~2.1",
1339
                "zendframework/zend-stdlib": "~2.1",
1340
                "zetacomponents/document": ">=1.3.1"
1341
            },
1342
            "require-dev": {
1343
                "behat/behat": "~3.0",
1344
                "mikey179/vfsstream": "~1.2",
1345
                "mockery/mockery": "~0.9@dev",
1346
                "phpunit/phpunit": "~4.0",
1347
                "squizlabs/php_codesniffer": "~1.4",
1348
                "symfony/expression-language": "~2.4"
1349
            },
1350
            "suggest": {
1351
                "ext-twig": "Enabling the twig extension improves the generation of twig based templates.",
1352
                "ext-xslcache": "Enabling the XSLCache extension improves the generation of xml based templates."
1353
            },
1354
            "bin": [
1355
                "bin/phpdoc.php",
1356
                "bin/phpdoc"
1357
            ],
1358
            "type": "library",
1359
            "extra": {
1360
                "branch-alias": {
1361
                    "dev-develop": "2.9-dev"
1362
                }
1363
            },
1364
            "autoload": {
1365
                "psr-0": {
1366
                    "phpDocumentor": [
1367
                        "src/",
1368
                        "tests/unit/"
1369
                    ],
1370
                    "Cilex\\Provider": [
1371
                        "src/"
1372
                    ]
1373
                }
1374
            },
1375
            "notification-url": "https://packagist.org/downloads/",
1376
            "license": [
1377
                "MIT"
1378
            ],
1379
            "description": "Documentation Generator for PHP",
1380
            "homepage": "http://www.phpdoc.org",
1381
            "keywords": [
1382
                "api",
1383
                "application",
1384
                "dga",
1385
                "documentation",
1386
                "phpdoc"
1387
            ],
1388
            "time": "2016-05-22T09:50:56+00:00"
1389
        },
1390
        {
1391
            "name": "phpdocumentor/reflection",
1392
            "version": "3.0.1",
1393
            "source": {
1394
                "type": "git",
1395
                "url": "https://github.com/phpDocumentor/Reflection.git",
1396
                "reference": "793bfd92d9a0fc96ae9608fb3e947c3f59fb3a0d"
1397
            },
1398
            "dist": {
1399
                "type": "zip",
1400
                "url": "https://api.github.com/repos/phpDocumentor/Reflection/zipball/793bfd92d9a0fc96ae9608fb3e947c3f59fb3a0d",
1401
                "reference": "793bfd92d9a0fc96ae9608fb3e947c3f59fb3a0d",
1402
                "shasum": ""
1403
            },
1404
            "require": {
1405
                "nikic/php-parser": "^1.0",
1406
                "php": ">=5.3.3",
1407
                "phpdocumentor/reflection-docblock": "~2.0",
1408
                "psr/log": "~1.0"
1409
            },
1410
            "require-dev": {
1411
                "behat/behat": "~2.4",
1412
                "mockery/mockery": "~0.8",
1413
                "phpunit/phpunit": "~4.0"
1414
            },
1415
            "type": "library",
1416
            "extra": {
1417
                "branch-alias": {
1418
                    "dev-master": "1.0.x-dev"
1419
                }
1420
            },
1421
            "autoload": {
1422
                "psr-0": {
1423
                    "phpDocumentor": [
1424
                        "src/",
1425
                        "tests/unit/",
1426
                        "tests/mocks/"
1427
                    ]
1428
                }
1429
            },
1430
            "notification-url": "https://packagist.org/downloads/",
1431
            "license": [
1432
                "MIT"
1433
            ],
1434
            "description": "Reflection library to do Static Analysis for PHP Projects",
1435
            "homepage": "http://www.phpdoc.org",
1436
            "keywords": [
1437
                "phpDocumentor",
1438
                "phpdoc",
1439
                "reflection",
1440
                "static analysis"
1441
            ],
1442
            "time": "2016-05-21T08:42:32+00:00"
1443
        },
1444
        {
1445
            "name": "phpdocumentor/reflection-docblock",
1446
            "version": "2.0.4",
1447
            "source": {
1448
                "type": "git",
1449
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1450
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
1451
            },
1452
            "dist": {
1453
                "type": "zip",
1454
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
1455
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
1456
                "shasum": ""
1457
            },
1458
            "require": {
1459
                "php": ">=5.3.3"
1460
            },
1461
            "require-dev": {
1462
                "phpunit/phpunit": "~4.0"
1463
            },
1464
            "suggest": {
1465
                "dflydev/markdown": "~1.0",
1466
                "erusev/parsedown": "~1.0"
1467
            },
1468
            "type": "library",
1469
            "extra": {
1470
                "branch-alias": {
1471
                    "dev-master": "2.0.x-dev"
1472
                }
1473
            },
1474
            "autoload": {
1475
                "psr-0": {
1476
                    "phpDocumentor": [
1477
                        "src/"
1478
                    ]
1479
                }
1480
            },
1481
            "notification-url": "https://packagist.org/downloads/",
1482
            "license": [
1483
                "MIT"
1484
            ],
1485
            "authors": [
1486
                {
1487
                    "name": "Mike van Riel",
1488
                    "email": "[email protected]"
1489
                }
1490
            ],
1491
            "time": "2015-02-03T12:10:50+00:00"
1492
        },
1493
        {
1494
            "name": "phploc/phploc",
1495
            "version": "3.0.1",
1496
            "source": {
1497
                "type": "git",
1498
                "url": "https://github.com/sebastianbergmann/phploc.git",
1499
                "reference": "74f917e6f80f291856989960d31afa44a4196859"
1500
            },
1501
            "dist": {
1502
                "type": "zip",
1503
                "url": "https://api.github.com/repos/sebastianbergmann/phploc/zipball/74f917e6f80f291856989960d31afa44a4196859",
1504
                "reference": "74f917e6f80f291856989960d31afa44a4196859",
1505
                "shasum": ""
1506
            },
1507
            "require": {
1508
                "php": ">=5.6",
1509
                "sebastian/finder-facade": "~1.1",
1510
                "sebastian/git": "~2.1",
1511
                "sebastian/version": "~1.0.3|~2.0",
1512
                "symfony/console": "~2.5|~3.0"
1513
            },
1514
            "require-dev": {
1515
                "phpunit/phpunit": "~5"
1516
            },
1517
            "bin": [
1518
                "phploc"
1519
            ],
1520
            "type": "library",
1521
            "extra": {
1522
                "branch-alias": {
1523
                    "dev-master": "3.0-dev"
1524
                }
1525
            },
1526
            "autoload": {
1527
                "classmap": [
1528
                    "src/"
1529
                ]
1530
            },
1531
            "notification-url": "https://packagist.org/downloads/",
1532
            "license": [
1533
                "BSD-3-Clause"
1534
            ],
1535
            "authors": [
1536
                {
1537
                    "name": "Sebastian Bergmann",
1538
                    "email": "[email protected]",
1539
                    "role": "lead"
1540
                }
1541
            ],
1542
            "description": "A tool for quickly measuring the size of a PHP project.",
1543
            "homepage": "https://github.com/sebastianbergmann/phploc",
1544
            "time": "2016-04-25T08:11:21+00:00"
1545
        },
1546
        {
1547
            "name": "phpmd/phpmd",
1548
            "version": "2.6.0",
1549
            "source": {
1550
                "type": "git",
1551
                "url": "https://github.com/phpmd/phpmd.git",
1552
                "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374"
1553
            },
1554
            "dist": {
1555
                "type": "zip",
1556
                "url": "https://api.github.com/repos/phpmd/phpmd/zipball/4e9924b2c157a3eb64395460fcf56b31badc8374",
1557
                "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374",
1558
                "shasum": ""
1559
            },
1560
            "require": {
1561
                "ext-xml": "*",
1562
                "pdepend/pdepend": "^2.5",
1563
                "php": ">=5.3.9"
1564
            },
1565
            "require-dev": {
1566
                "phpunit/phpunit": "^4.0",
1567
                "squizlabs/php_codesniffer": "^2.0"
1568
            },
1569
            "bin": [
1570
                "src/bin/phpmd"
1571
            ],
1572
            "type": "project",
1573
            "autoload": {
1574
                "psr-0": {
1575
                    "PHPMD\\": "src/main/php"
1576
                }
1577
            },
1578
            "notification-url": "https://packagist.org/downloads/",
1579
            "license": [
1580
                "BSD-3-Clause"
1581
            ],
1582
            "authors": [
1583
                {
1584
                    "name": "Manuel Pichler",
1585
                    "email": "[email protected]",
1586
                    "homepage": "https://github.com/manuelpichler",
1587
                    "role": "Project Founder"
1588
                },
1589
                {
1590
                    "name": "Other contributors",
1591
                    "homepage": "https://github.com/phpmd/phpmd/graphs/contributors",
1592
                    "role": "Contributors"
1593
                },
1594
                {
1595
                    "name": "Marc Würth",
1596
                    "email": "[email protected]",
1597
                    "homepage": "https://github.com/ravage84",
1598
                    "role": "Project Maintainer"
1599
                }
1600
            ],
1601
            "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
1602
            "homepage": "http://phpmd.org/",
1603
            "keywords": [
1604
                "mess detection",
1605
                "mess detector",
1606
                "pdepend",
1607
                "phpmd",
1608
                "pmd"
1609
            ],
1610
            "time": "2017-01-20T14:41:10+00:00"
1611
        },
1612
        {
1613
            "name": "phpoption/phpoption",
1614
            "version": "1.5.0",
1615
            "source": {
1616
                "type": "git",
1617
                "url": "https://github.com/schmittjoh/php-option.git",
1618
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
1619
            },
1620
            "dist": {
1621
                "type": "zip",
1622
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
1623
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
1624
                "shasum": ""
1625
            },
1626
            "require": {
1627
                "php": ">=5.3.0"
1628
            },
1629
            "require-dev": {
1630
                "phpunit/phpunit": "4.7.*"
1631
            },
1632
            "type": "library",
1633
            "extra": {
1634
                "branch-alias": {
1635
                    "dev-master": "1.3-dev"
1636
                }
1637
            },
1638
            "autoload": {
1639
                "psr-0": {
1640
                    "PhpOption\\": "src/"
1641
                }
1642
            },
1643
            "notification-url": "https://packagist.org/downloads/",
1644
            "license": [
1645
                "Apache2"
1646
            ],
1647
            "authors": [
1648
                {
1649
                    "name": "Johannes M. Schmitt",
1650
                    "email": "[email protected]"
1651
                }
1652
            ],
1653
            "description": "Option Type for PHP",
1654
            "keywords": [
1655
                "language",
1656
                "option",
1657
                "php",
1658
                "type"
1659
            ],
1660
            "time": "2015-07-25T16:39:46+00:00"
1661
        },
1662
        {
1663
            "name": "phpspec/prophecy",
1664
            "version": "v1.7.0",
1665
            "source": {
1666
                "type": "git",
1667
                "url": "https://github.com/phpspec/prophecy.git",
1668
                "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
1669
            },
1670
            "dist": {
1671
                "type": "zip",
1672
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
1673
                "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
1674
                "shasum": ""
1675
            },
1676
            "require": {
1677
                "doctrine/instantiator": "^1.0.2",
1678
                "php": "^5.3|^7.0",
1679
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
1680
                "sebastian/comparator": "^1.1|^2.0",
1681
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
1682
            },
1683
            "require-dev": {
1684
                "phpspec/phpspec": "^2.5|^3.2",
1685
                "phpunit/phpunit": "^4.8 || ^5.6.5"
1686
            },
1687
            "type": "library",
1688
            "extra": {
1689
                "branch-alias": {
1690
                    "dev-master": "1.6.x-dev"
1691
                }
1692
            },
1693
            "autoload": {
1694
                "psr-0": {
1695
                    "Prophecy\\": "src/"
1696
                }
1697
            },
1698
            "notification-url": "https://packagist.org/downloads/",
1699
            "license": [
1700
                "MIT"
1701
            ],
1702
            "authors": [
1703
                {
1704
                    "name": "Konstantin Kudryashov",
1705
                    "email": "[email protected]",
1706
                    "homepage": "http://everzet.com"
1707
                },
1708
                {
1709
                    "name": "Marcello Duarte",
1710
                    "email": "[email protected]"
1711
                }
1712
            ],
1713
            "description": "Highly opinionated mocking framework for PHP 5.3+",
1714
            "homepage": "https://github.com/phpspec/prophecy",
1715
            "keywords": [
1716
                "Double",
1717
                "Dummy",
1718
                "fake",
1719
                "mock",
1720
                "spy",
1721
                "stub"
1722
            ],
1723
            "time": "2017-03-02T20:05:34+00:00"
1724
        },
1725
        {
1726
            "name": "phpunit/php-code-coverage",
1727
            "version": "4.0.8",
1728
            "source": {
1729
                "type": "git",
1730
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1731
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
1732
            },
1733
            "dist": {
1734
                "type": "zip",
1735
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
1736
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
1737
                "shasum": ""
1738
            },
1739
            "require": {
1740
                "ext-dom": "*",
1741
                "ext-xmlwriter": "*",
1742
                "php": "^5.6 || ^7.0",
1743
                "phpunit/php-file-iterator": "^1.3",
1744
                "phpunit/php-text-template": "^1.2",
1745
                "phpunit/php-token-stream": "^1.4.2 || ^2.0",
1746
                "sebastian/code-unit-reverse-lookup": "^1.0",
1747
                "sebastian/environment": "^1.3.2 || ^2.0",
1748
                "sebastian/version": "^1.0 || ^2.0"
1749
            },
1750
            "require-dev": {
1751
                "ext-xdebug": "^2.1.4",
1752
                "phpunit/phpunit": "^5.7"
1753
            },
1754
            "suggest": {
1755
                "ext-xdebug": "^2.5.1"
1756
            },
1757
            "type": "library",
1758
            "extra": {
1759
                "branch-alias": {
1760
                    "dev-master": "4.0.x-dev"
1761
                }
1762
            },
1763
            "autoload": {
1764
                "classmap": [
1765
                    "src/"
1766
                ]
1767
            },
1768
            "notification-url": "https://packagist.org/downloads/",
1769
            "license": [
1770
                "BSD-3-Clause"
1771
            ],
1772
            "authors": [
1773
                {
1774
                    "name": "Sebastian Bergmann",
1775
                    "email": "[email protected]",
1776
                    "role": "lead"
1777
                }
1778
            ],
1779
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1780
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1781
            "keywords": [
1782
                "coverage",
1783
                "testing",
1784
                "xunit"
1785
            ],
1786
            "time": "2017-04-02T07:44:40+00:00"
1787
        },
1788
        {
1789
            "name": "phpunit/php-file-iterator",
1790
            "version": "1.4.2",
1791
            "source": {
1792
                "type": "git",
1793
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1794
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
1795
            },
1796
            "dist": {
1797
                "type": "zip",
1798
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
1799
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
1800
                "shasum": ""
1801
            },
1802
            "require": {
1803
                "php": ">=5.3.3"
1804
            },
1805
            "type": "library",
1806
            "extra": {
1807
                "branch-alias": {
1808
                    "dev-master": "1.4.x-dev"
1809
                }
1810
            },
1811
            "autoload": {
1812
                "classmap": [
1813
                    "src/"
1814
                ]
1815
            },
1816
            "notification-url": "https://packagist.org/downloads/",
1817
            "license": [
1818
                "BSD-3-Clause"
1819
            ],
1820
            "authors": [
1821
                {
1822
                    "name": "Sebastian Bergmann",
1823
                    "email": "[email protected]",
1824
                    "role": "lead"
1825
                }
1826
            ],
1827
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1828
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1829
            "keywords": [
1830
                "filesystem",
1831
                "iterator"
1832
            ],
1833
            "time": "2016-10-03T07:40:28+00:00"
1834
        },
1835
        {
1836
            "name": "phpunit/php-text-template",
1837
            "version": "1.2.1",
1838
            "source": {
1839
                "type": "git",
1840
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
1841
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1842
            },
1843
            "dist": {
1844
                "type": "zip",
1845
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1846
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1847
                "shasum": ""
1848
            },
1849
            "require": {
1850
                "php": ">=5.3.3"
1851
            },
1852
            "type": "library",
1853
            "autoload": {
1854
                "classmap": [
1855
                    "src/"
1856
                ]
1857
            },
1858
            "notification-url": "https://packagist.org/downloads/",
1859
            "license": [
1860
                "BSD-3-Clause"
1861
            ],
1862
            "authors": [
1863
                {
1864
                    "name": "Sebastian Bergmann",
1865
                    "email": "[email protected]",
1866
                    "role": "lead"
1867
                }
1868
            ],
1869
            "description": "Simple template engine.",
1870
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1871
            "keywords": [
1872
                "template"
1873
            ],
1874
            "time": "2015-06-21T13:50:34+00:00"
1875
        },
1876
        {
1877
            "name": "phpunit/php-timer",
1878
            "version": "1.0.9",
1879
            "source": {
1880
                "type": "git",
1881
                "url": "https://github.com/sebastianbergmann/php-timer.git",
1882
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
1883
            },
1884
            "dist": {
1885
                "type": "zip",
1886
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1887
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1888
                "shasum": ""
1889
            },
1890
            "require": {
1891
                "php": "^5.3.3 || ^7.0"
1892
            },
1893
            "require-dev": {
1894
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1895
            },
1896
            "type": "library",
1897
            "extra": {
1898
                "branch-alias": {
1899
                    "dev-master": "1.0-dev"
1900
                }
1901
            },
1902
            "autoload": {
1903
                "classmap": [
1904
                    "src/"
1905
                ]
1906
            },
1907
            "notification-url": "https://packagist.org/downloads/",
1908
            "license": [
1909
                "BSD-3-Clause"
1910
            ],
1911
            "authors": [
1912
                {
1913
                    "name": "Sebastian Bergmann",
1914
                    "email": "[email protected]",
1915
                    "role": "lead"
1916
                }
1917
            ],
1918
            "description": "Utility class for timing",
1919
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
1920
            "keywords": [
1921
                "timer"
1922
            ],
1923
            "time": "2017-02-26T11:10:40+00:00"
1924
        },
1925
        {
1926
            "name": "phpunit/php-token-stream",
1927
            "version": "1.4.11",
1928
            "source": {
1929
                "type": "git",
1930
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1931
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
1932
            },
1933
            "dist": {
1934
                "type": "zip",
1935
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
1936
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
1937
                "shasum": ""
1938
            },
1939
            "require": {
1940
                "ext-tokenizer": "*",
1941
                "php": ">=5.3.3"
1942
            },
1943
            "require-dev": {
1944
                "phpunit/phpunit": "~4.2"
1945
            },
1946
            "type": "library",
1947
            "extra": {
1948
                "branch-alias": {
1949
                    "dev-master": "1.4-dev"
1950
                }
1951
            },
1952
            "autoload": {
1953
                "classmap": [
1954
                    "src/"
1955
                ]
1956
            },
1957
            "notification-url": "https://packagist.org/downloads/",
1958
            "license": [
1959
                "BSD-3-Clause"
1960
            ],
1961
            "authors": [
1962
                {
1963
                    "name": "Sebastian Bergmann",
1964
                    "email": "[email protected]"
1965
                }
1966
            ],
1967
            "description": "Wrapper around PHP's tokenizer extension.",
1968
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1969
            "keywords": [
1970
                "tokenizer"
1971
            ],
1972
            "time": "2017-02-27T10:12:30+00:00"
1973
        },
1974
        {
1975
            "name": "phpunit/phpunit",
1976
            "version": "5.7.19",
1977
            "source": {
1978
                "type": "git",
1979
                "url": "https://github.com/sebastianbergmann/phpunit.git",
1980
                "reference": "69c4f49ff376af2692bad9cebd883d17ebaa98a1"
1981
            },
1982
            "dist": {
1983
                "type": "zip",
1984
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/69c4f49ff376af2692bad9cebd883d17ebaa98a1",
1985
                "reference": "69c4f49ff376af2692bad9cebd883d17ebaa98a1",
1986
                "shasum": ""
1987
            },
1988
            "require": {
1989
                "ext-dom": "*",
1990
                "ext-json": "*",
1991
                "ext-libxml": "*",
1992
                "ext-mbstring": "*",
1993
                "ext-xml": "*",
1994
                "myclabs/deep-copy": "~1.3",
1995
                "php": "^5.6 || ^7.0",
1996
                "phpspec/prophecy": "^1.6.2",
1997
                "phpunit/php-code-coverage": "^4.0.4",
1998
                "phpunit/php-file-iterator": "~1.4",
1999
                "phpunit/php-text-template": "~1.2",
2000
                "phpunit/php-timer": "^1.0.6",
2001
                "phpunit/phpunit-mock-objects": "^3.2",
2002
                "sebastian/comparator": "^1.2.4",
2003
                "sebastian/diff": "~1.2",
2004
                "sebastian/environment": "^1.3.4 || ^2.0",
2005
                "sebastian/exporter": "~2.0",
2006
                "sebastian/global-state": "^1.1",
2007
                "sebastian/object-enumerator": "~2.0",
2008
                "sebastian/resource-operations": "~1.0",
2009
                "sebastian/version": "~1.0.3|~2.0",
2010
                "symfony/yaml": "~2.1|~3.0"
2011
            },
2012
            "conflict": {
2013
                "phpdocumentor/reflection-docblock": "3.0.2"
2014
            },
2015
            "require-dev": {
2016
                "ext-pdo": "*"
2017
            },
2018
            "suggest": {
2019
                "ext-xdebug": "*",
2020
                "phpunit/php-invoker": "~1.1"
2021
            },
2022
            "bin": [
2023
                "phpunit"
2024
            ],
2025
            "type": "library",
2026
            "extra": {
2027
                "branch-alias": {
2028
                    "dev-master": "5.7.x-dev"
2029
                }
2030
            },
2031
            "autoload": {
2032
                "classmap": [
2033
                    "src/"
2034
                ]
2035
            },
2036
            "notification-url": "https://packagist.org/downloads/",
2037
            "license": [
2038
                "BSD-3-Clause"
2039
            ],
2040
            "authors": [
2041
                {
2042
                    "name": "Sebastian Bergmann",
2043
                    "email": "[email protected]",
2044
                    "role": "lead"
2045
                }
2046
            ],
2047
            "description": "The PHP Unit Testing framework.",
2048
            "homepage": "https://phpunit.de/",
2049
            "keywords": [
2050
                "phpunit",
2051
                "testing",
2052
                "xunit"
2053
            ],
2054
            "time": "2017-04-03T02:22:27+00:00"
2055
        },
2056
        {
2057
            "name": "phpunit/phpunit-mock-objects",
2058
            "version": "3.4.3",
2059
            "source": {
2060
                "type": "git",
2061
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2062
                "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24"
2063
            },
2064
            "dist": {
2065
                "type": "zip",
2066
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
2067
                "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
2068
                "shasum": ""
2069
            },
2070
            "require": {
2071
                "doctrine/instantiator": "^1.0.2",
2072
                "php": "^5.6 || ^7.0",
2073
                "phpunit/php-text-template": "^1.2",
2074
                "sebastian/exporter": "^1.2 || ^2.0"
2075
            },
2076
            "conflict": {
2077
                "phpunit/phpunit": "<5.4.0"
2078
            },
2079
            "require-dev": {
2080
                "phpunit/phpunit": "^5.4"
2081
            },
2082
            "suggest": {
2083
                "ext-soap": "*"
2084
            },
2085
            "type": "library",
2086
            "extra": {
2087
                "branch-alias": {
2088
                    "dev-master": "3.2.x-dev"
2089
                }
2090
            },
2091
            "autoload": {
2092
                "classmap": [
2093
                    "src/"
2094
                ]
2095
            },
2096
            "notification-url": "https://packagist.org/downloads/",
2097
            "license": [
2098
                "BSD-3-Clause"
2099
            ],
2100
            "authors": [
2101
                {
2102
                    "name": "Sebastian Bergmann",
2103
                    "email": "[email protected]",
2104
                    "role": "lead"
2105
                }
2106
            ],
2107
            "description": "Mock Object library for PHPUnit",
2108
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
2109
            "keywords": [
2110
                "mock",
2111
                "xunit"
2112
            ],
2113
            "time": "2016-12-08T20:27:08+00:00"
2114
        },
2115
        {
2116
            "name": "pimple/pimple",
2117
            "version": "v1.1.1",
2118
            "source": {
2119
                "type": "git",
2120
                "url": "https://github.com/silexphp/Pimple.git",
2121
                "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d"
2122
            },
2123
            "dist": {
2124
                "type": "zip",
2125
                "url": "https://api.github.com/repos/silexphp/Pimple/zipball/2019c145fe393923f3441b23f29bbdfaa5c58c4d",
2126
                "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d",
2127
                "shasum": ""
2128
            },
2129
            "require": {
2130
                "php": ">=5.3.0"
2131
            },
2132
            "type": "library",
2133
            "extra": {
2134
                "branch-alias": {
2135
                    "dev-master": "1.1.x-dev"
2136
                }
2137
            },
2138
            "autoload": {
2139
                "psr-0": {
2140
                    "Pimple": "lib/"
2141
                }
2142
            },
2143
            "notification-url": "https://packagist.org/downloads/",
2144
            "license": [
2145
                "MIT"
2146
            ],
2147
            "authors": [
2148
                {
2149
                    "name": "Fabien Potencier",
2150
                    "email": "[email protected]"
2151
                }
2152
            ],
2153
            "description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
2154
            "homepage": "http://pimple.sensiolabs.org",
2155
            "keywords": [
2156
                "container",
2157
                "dependency injection"
2158
            ],
2159
            "time": "2013-11-22T08:30:29+00:00"
2160
        },
2161
        {
2162
            "name": "predis/predis",
2163
            "version": "v1.1.1",
2164
            "source": {
2165
                "type": "git",
2166
                "url": "https://github.com/nrk/predis.git",
2167
                "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1"
2168
            },
2169
            "dist": {
2170
                "type": "zip",
2171
                "url": "https://api.github.com/repos/nrk/predis/zipball/f0210e38881631afeafb56ab43405a92cafd9fd1",
2172
                "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1",
2173
                "shasum": ""
2174
            },
2175
            "require": {
2176
                "php": ">=5.3.9"
2177
            },
2178
            "require-dev": {
2179
                "phpunit/phpunit": "~4.8"
2180
            },
2181
            "suggest": {
2182
                "ext-curl": "Allows access to Webdis when paired with phpiredis",
2183
                "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
2184
            },
2185
            "type": "library",
2186
            "autoload": {
2187
                "psr-4": {
2188
                    "Predis\\": "src/"
2189
                }
2190
            },
2191
            "notification-url": "https://packagist.org/downloads/",
2192
            "license": [
2193
                "MIT"
2194
            ],
2195
            "authors": [
2196
                {
2197
                    "name": "Daniele Alessandri",
2198
                    "email": "[email protected]",
2199
                    "homepage": "http://clorophilla.net"
2200
                }
2201
            ],
2202
            "description": "Flexible and feature-complete Redis client for PHP and HHVM",
2203
            "homepage": "http://github.com/nrk/predis",
2204
            "keywords": [
2205
                "nosql",
2206
                "predis",
2207
                "redis"
2208
            ],
2209
            "time": "2016-06-16T16:22:20+00:00"
2210
        },
2211
        {
2212
            "name": "psr/container",
2213
            "version": "1.0.0",
2214
            "source": {
2215
                "type": "git",
2216
                "url": "https://github.com/php-fig/container.git",
2217
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
2218
            },
2219
            "dist": {
2220
                "type": "zip",
2221
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2222
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2223
                "shasum": ""
2224
            },
2225
            "require": {
2226
                "php": ">=5.3.0"
2227
            },
2228
            "type": "library",
2229
            "extra": {
2230
                "branch-alias": {
2231
                    "dev-master": "1.0.x-dev"
2232
                }
2233
            },
2234
            "autoload": {
2235
                "psr-4": {
2236
                    "Psr\\Container\\": "src/"
2237
                }
2238
            },
2239
            "notification-url": "https://packagist.org/downloads/",
2240
            "license": [
2241
                "MIT"
2242
            ],
2243
            "authors": [
2244
                {
2245
                    "name": "PHP-FIG",
2246
                    "homepage": "http://www.php-fig.org/"
2247
                }
2248
            ],
2249
            "description": "Common Container Interface (PHP FIG PSR-11)",
2250
            "homepage": "https://github.com/php-fig/container",
2251
            "keywords": [
2252
                "PSR-11",
2253
                "container",
2254
                "container-interface",
2255
                "container-interop",
2256
                "psr"
2257
            ],
2258
            "time": "2017-02-14T16:28:37+00:00"
2259
        },
2260
        {
2261
            "name": "sebastian/code-unit-reverse-lookup",
2262
            "version": "1.0.1",
2263
            "source": {
2264
                "type": "git",
2265
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2266
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
2267
            },
2268
            "dist": {
2269
                "type": "zip",
2270
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2271
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2272
                "shasum": ""
2273
            },
2274
            "require": {
2275
                "php": "^5.6 || ^7.0"
2276
            },
2277
            "require-dev": {
2278
                "phpunit/phpunit": "^5.7 || ^6.0"
2279
            },
2280
            "type": "library",
2281
            "extra": {
2282
                "branch-alias": {
2283
                    "dev-master": "1.0.x-dev"
2284
                }
2285
            },
2286
            "autoload": {
2287
                "classmap": [
2288
                    "src/"
2289
                ]
2290
            },
2291
            "notification-url": "https://packagist.org/downloads/",
2292
            "license": [
2293
                "BSD-3-Clause"
2294
            ],
2295
            "authors": [
2296
                {
2297
                    "name": "Sebastian Bergmann",
2298
                    "email": "[email protected]"
2299
                }
2300
            ],
2301
            "description": "Looks up which function or method a line of code belongs to",
2302
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
2303
            "time": "2017-03-04T06:30:41+00:00"
2304
        },
2305
        {
2306
            "name": "sebastian/comparator",
2307
            "version": "1.2.4",
2308
            "source": {
2309
                "type": "git",
2310
                "url": "https://github.com/sebastianbergmann/comparator.git",
2311
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
2312
            },
2313
            "dist": {
2314
                "type": "zip",
2315
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
2316
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
2317
                "shasum": ""
2318
            },
2319
            "require": {
2320
                "php": ">=5.3.3",
2321
                "sebastian/diff": "~1.2",
2322
                "sebastian/exporter": "~1.2 || ~2.0"
2323
            },
2324
            "require-dev": {
2325
                "phpunit/phpunit": "~4.4"
2326
            },
2327
            "type": "library",
2328
            "extra": {
2329
                "branch-alias": {
2330
                    "dev-master": "1.2.x-dev"
2331
                }
2332
            },
2333
            "autoload": {
2334
                "classmap": [
2335
                    "src/"
2336
                ]
2337
            },
2338
            "notification-url": "https://packagist.org/downloads/",
2339
            "license": [
2340
                "BSD-3-Clause"
2341
            ],
2342
            "authors": [
2343
                {
2344
                    "name": "Jeff Welch",
2345
                    "email": "[email protected]"
2346
                },
2347
                {
2348
                    "name": "Volker Dusch",
2349
                    "email": "[email protected]"
2350
                },
2351
                {
2352
                    "name": "Bernhard Schussek",
2353
                    "email": "[email protected]"
2354
                },
2355
                {
2356
                    "name": "Sebastian Bergmann",
2357
                    "email": "[email protected]"
2358
                }
2359
            ],
2360
            "description": "Provides the functionality to compare PHP values for equality",
2361
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
2362
            "keywords": [
2363
                "comparator",
2364
                "compare",
2365
                "equality"
2366
            ],
2367
            "time": "2017-01-29T09:50:25+00:00"
2368
        },
2369
        {
2370
            "name": "sebastian/diff",
2371
            "version": "1.4.2",
2372
            "source": {
2373
                "type": "git",
2374
                "url": "https://github.com/sebastianbergmann/diff.git",
2375
                "reference": "3c7d21999e815cdfac70c6c7d79d3a9cb1bc7bc2"
2376
            },
2377
            "dist": {
2378
                "type": "zip",
2379
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3c7d21999e815cdfac70c6c7d79d3a9cb1bc7bc2",
2380
                "reference": "3c7d21999e815cdfac70c6c7d79d3a9cb1bc7bc2",
2381
                "shasum": ""
2382
            },
2383
            "require": {
2384
                "php": "^5.3.3 || ^7.0"
2385
            },
2386
            "require-dev": {
2387
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2388
            },
2389
            "type": "library",
2390
            "extra": {
2391
                "branch-alias": {
2392
                    "dev-master": "1.4-dev"
2393
                }
2394
            },
2395
            "autoload": {
2396
                "classmap": [
2397
                    "src/"
2398
                ]
2399
            },
2400
            "notification-url": "https://packagist.org/downloads/",
2401
            "license": [
2402
                "BSD-3-Clause"
2403
            ],
2404
            "authors": [
2405
                {
2406
                    "name": "Kore Nordmann",
2407
                    "email": "[email protected]"
2408
                },
2409
                {
2410
                    "name": "Sebastian Bergmann",
2411
                    "email": "[email protected]"
2412
                }
2413
            ],
2414
            "description": "Diff implementation",
2415
            "homepage": "https://github.com/sebastianbergmann/diff",
2416
            "keywords": [
2417
                "diff"
2418
            ],
2419
            "time": "2017-05-18T13:44:30+00:00"
2420
        },
2421
        {
2422
            "name": "sebastian/environment",
2423
            "version": "2.0.0",
2424
            "source": {
2425
                "type": "git",
2426
                "url": "https://github.com/sebastianbergmann/environment.git",
2427
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
2428
            },
2429
            "dist": {
2430
                "type": "zip",
2431
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
2432
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
2433
                "shasum": ""
2434
            },
2435
            "require": {
2436
                "php": "^5.6 || ^7.0"
2437
            },
2438
            "require-dev": {
2439
                "phpunit/phpunit": "^5.0"
2440
            },
2441
            "type": "library",
2442
            "extra": {
2443
                "branch-alias": {
2444
                    "dev-master": "2.0.x-dev"
2445
                }
2446
            },
2447
            "autoload": {
2448
                "classmap": [
2449
                    "src/"
2450
                ]
2451
            },
2452
            "notification-url": "https://packagist.org/downloads/",
2453
            "license": [
2454
                "BSD-3-Clause"
2455
            ],
2456
            "authors": [
2457
                {
2458
                    "name": "Sebastian Bergmann",
2459
                    "email": "[email protected]"
2460
                }
2461
            ],
2462
            "description": "Provides functionality to handle HHVM/PHP environments",
2463
            "homepage": "http://www.github.com/sebastianbergmann/environment",
2464
            "keywords": [
2465
                "Xdebug",
2466
                "environment",
2467
                "hhvm"
2468
            ],
2469
            "time": "2016-11-26T07:53:53+00:00"
2470
        },
2471
        {
2472
            "name": "sebastian/exporter",
2473
            "version": "2.0.0",
2474
            "source": {
2475
                "type": "git",
2476
                "url": "https://github.com/sebastianbergmann/exporter.git",
2477
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
2478
            },
2479
            "dist": {
2480
                "type": "zip",
2481
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
2482
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
2483
                "shasum": ""
2484
            },
2485
            "require": {
2486
                "php": ">=5.3.3",
2487
                "sebastian/recursion-context": "~2.0"
2488
            },
2489
            "require-dev": {
2490
                "ext-mbstring": "*",
2491
                "phpunit/phpunit": "~4.4"
2492
            },
2493
            "type": "library",
2494
            "extra": {
2495
                "branch-alias": {
2496
                    "dev-master": "2.0.x-dev"
2497
                }
2498
            },
2499
            "autoload": {
2500
                "classmap": [
2501
                    "src/"
2502
                ]
2503
            },
2504
            "notification-url": "https://packagist.org/downloads/",
2505
            "license": [
2506
                "BSD-3-Clause"
2507
            ],
2508
            "authors": [
2509
                {
2510
                    "name": "Jeff Welch",
2511
                    "email": "[email protected]"
2512
                },
2513
                {
2514
                    "name": "Volker Dusch",
2515
                    "email": "[email protected]"
2516
                },
2517
                {
2518
                    "name": "Bernhard Schussek",
2519
                    "email": "[email protected]"
2520
                },
2521
                {
2522
                    "name": "Sebastian Bergmann",
2523
                    "email": "[email protected]"
2524
                },
2525
                {
2526
                    "name": "Adam Harvey",
2527
                    "email": "[email protected]"
2528
                }
2529
            ],
2530
            "description": "Provides the functionality to export PHP variables for visualization",
2531
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
2532
            "keywords": [
2533
                "export",
2534
                "exporter"
2535
            ],
2536
            "time": "2016-11-19T08:54:04+00:00"
2537
        },
2538
        {
2539
            "name": "sebastian/finder-facade",
2540
            "version": "1.2.1",
2541
            "source": {
2542
                "type": "git",
2543
                "url": "https://github.com/sebastianbergmann/finder-facade.git",
2544
                "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9"
2545
            },
2546
            "dist": {
2547
                "type": "zip",
2548
                "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9",
2549
                "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9",
2550
                "shasum": ""
2551
            },
2552
            "require": {
2553
                "symfony/finder": "~2.3|~3.0",
2554
                "theseer/fdomdocument": "~1.3"
2555
            },
2556
            "type": "library",
2557
            "autoload": {
2558
                "classmap": [
2559
                    "src/"
2560
                ]
2561
            },
2562
            "notification-url": "https://packagist.org/downloads/",
2563
            "license": [
2564
                "BSD-3-Clause"
2565
            ],
2566
            "authors": [
2567
                {
2568
                    "name": "Sebastian Bergmann",
2569
                    "email": "[email protected]",
2570
                    "role": "lead"
2571
                }
2572
            ],
2573
            "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
2574
            "homepage": "https://github.com/sebastianbergmann/finder-facade",
2575
            "time": "2016-02-17T07:02:23+00:00"
2576
        },
2577
        {
2578
            "name": "sebastian/git",
2579
            "version": "2.1.4",
2580
            "source": {
2581
                "type": "git",
2582
                "url": "https://github.com/sebastianbergmann/git.git",
2583
                "reference": "815bbbc963cf35e5413df195aa29df58243ecd24"
2584
            },
2585
            "dist": {
2586
                "type": "zip",
2587
                "url": "https://api.github.com/repos/sebastianbergmann/git/zipball/815bbbc963cf35e5413df195aa29df58243ecd24",
2588
                "reference": "815bbbc963cf35e5413df195aa29df58243ecd24",
2589
                "shasum": ""
2590
            },
2591
            "require": {
2592
                "php": ">=5.3.3"
2593
            },
2594
            "type": "library",
2595
            "extra": {
2596
                "branch-alias": {
2597
                    "dev-master": "2.1-dev"
2598
                }
2599
            },
2600
            "autoload": {
2601
                "classmap": [
2602
                    "src/"
2603
                ]
2604
            },
2605
            "notification-url": "https://packagist.org/downloads/",
2606
            "license": [
2607
                "BSD-3-Clause"
2608
            ],
2609
            "authors": [
2610
                {
2611
                    "name": "Sebastian Bergmann",
2612
                    "email": "[email protected]"
2613
                }
2614
            ],
2615
            "description": "Simple wrapper for Git",
2616
            "homepage": "http://www.github.com/sebastianbergmann/git",
2617
            "keywords": [
2618
                "git"
2619
            ],
2620
            "abandoned": true,
2621
            "time": "2017-01-23T20:57:12+00:00"
2622
        },
2623
        {
2624
            "name": "sebastian/global-state",
2625
            "version": "1.1.1",
2626
            "source": {
2627
                "type": "git",
2628
                "url": "https://github.com/sebastianbergmann/global-state.git",
2629
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
2630
            },
2631
            "dist": {
2632
                "type": "zip",
2633
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
2634
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
2635
                "shasum": ""
2636
            },
2637
            "require": {
2638
                "php": ">=5.3.3"
2639
            },
2640
            "require-dev": {
2641
                "phpunit/phpunit": "~4.2"
2642
            },
2643
            "suggest": {
2644
                "ext-uopz": "*"
2645
            },
2646
            "type": "library",
2647
            "extra": {
2648
                "branch-alias": {
2649
                    "dev-master": "1.0-dev"
2650
                }
2651
            },
2652
            "autoload": {
2653
                "classmap": [
2654
                    "src/"
2655
                ]
2656
            },
2657
            "notification-url": "https://packagist.org/downloads/",
2658
            "license": [
2659
                "BSD-3-Clause"
2660
            ],
2661
            "authors": [
2662
                {
2663
                    "name": "Sebastian Bergmann",
2664
                    "email": "[email protected]"
2665
                }
2666
            ],
2667
            "description": "Snapshotting of global state",
2668
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
2669
            "keywords": [
2670
                "global state"
2671
            ],
2672
            "time": "2015-10-12T03:26:01+00:00"
2673
        },
2674
        {
2675
            "name": "sebastian/object-enumerator",
2676
            "version": "2.0.1",
2677
            "source": {
2678
                "type": "git",
2679
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
2680
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
2681
            },
2682
            "dist": {
2683
                "type": "zip",
2684
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
2685
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
2686
                "shasum": ""
2687
            },
2688
            "require": {
2689
                "php": ">=5.6",
2690
                "sebastian/recursion-context": "~2.0"
2691
            },
2692
            "require-dev": {
2693
                "phpunit/phpunit": "~5"
2694
            },
2695
            "type": "library",
2696
            "extra": {
2697
                "branch-alias": {
2698
                    "dev-master": "2.0.x-dev"
2699
                }
2700
            },
2701
            "autoload": {
2702
                "classmap": [
2703
                    "src/"
2704
                ]
2705
            },
2706
            "notification-url": "https://packagist.org/downloads/",
2707
            "license": [
2708
                "BSD-3-Clause"
2709
            ],
2710
            "authors": [
2711
                {
2712
                    "name": "Sebastian Bergmann",
2713
                    "email": "[email protected]"
2714
                }
2715
            ],
2716
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
2717
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2718
            "time": "2017-02-18T15:18:39+00:00"
2719
        },
2720
        {
2721
            "name": "sebastian/phpcpd",
2722
            "version": "2.0.4",
2723
            "source": {
2724
                "type": "git",
2725
                "url": "https://github.com/sebastianbergmann/phpcpd.git",
2726
                "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db"
2727
            },
2728
            "dist": {
2729
                "type": "zip",
2730
                "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/24d9a880deadb0b8c9680e9cfe78e30b704225db",
2731
                "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db",
2732
                "shasum": ""
2733
            },
2734
            "require": {
2735
                "php": ">=5.3.3",
2736
                "phpunit/php-timer": ">=1.0.6",
2737
                "sebastian/finder-facade": "~1.1",
2738
                "sebastian/version": "~1.0|~2.0",
2739
                "symfony/console": "~2.7|^3.0",
2740
                "theseer/fdomdocument": "~1.4"
2741
            },
2742
            "bin": [
2743
                "phpcpd"
2744
            ],
2745
            "type": "library",
2746
            "extra": {
2747
                "branch-alias": {
2748
                    "dev-master": "2.0-dev"
2749
                }
2750
            },
2751
            "autoload": {
2752
                "classmap": [
2753
                    "src/"
2754
                ]
2755
            },
2756
            "notification-url": "https://packagist.org/downloads/",
2757
            "license": [
2758
                "BSD-3-Clause"
2759
            ],
2760
            "authors": [
2761
                {
2762
                    "name": "Sebastian Bergmann",
2763
                    "email": "[email protected]",
2764
                    "role": "lead"
2765
                }
2766
            ],
2767
            "description": "Copy/Paste Detector (CPD) for PHP code.",
2768
            "homepage": "https://github.com/sebastianbergmann/phpcpd",
2769
            "time": "2016-04-17T19:32:49+00:00"
2770
        },
2771
        {
2772
            "name": "sebastian/recursion-context",
2773
            "version": "2.0.0",
2774
            "source": {
2775
                "type": "git",
2776
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
2777
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
2778
            },
2779
            "dist": {
2780
                "type": "zip",
2781
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
2782
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
2783
                "shasum": ""
2784
            },
2785
            "require": {
2786
                "php": ">=5.3.3"
2787
            },
2788
            "require-dev": {
2789
                "phpunit/phpunit": "~4.4"
2790
            },
2791
            "type": "library",
2792
            "extra": {
2793
                "branch-alias": {
2794
                    "dev-master": "2.0.x-dev"
2795
                }
2796
            },
2797
            "autoload": {
2798
                "classmap": [
2799
                    "src/"
2800
                ]
2801
            },
2802
            "notification-url": "https://packagist.org/downloads/",
2803
            "license": [
2804
                "BSD-3-Clause"
2805
            ],
2806
            "authors": [
2807
                {
2808
                    "name": "Jeff Welch",
2809
                    "email": "[email protected]"
2810
                },
2811
                {
2812
                    "name": "Sebastian Bergmann",
2813
                    "email": "[email protected]"
2814
                },
2815
                {
2816
                    "name": "Adam Harvey",
2817
                    "email": "[email protected]"
2818
                }
2819
            ],
2820
            "description": "Provides functionality to recursively process PHP variables",
2821
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2822
            "time": "2016-11-19T07:33:16+00:00"
2823
        },
2824
        {
2825
            "name": "sebastian/resource-operations",
2826
            "version": "1.0.0",
2827
            "source": {
2828
                "type": "git",
2829
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
2830
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
2831
            },
2832
            "dist": {
2833
                "type": "zip",
2834
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2835
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2836
                "shasum": ""
2837
            },
2838
            "require": {
2839
                "php": ">=5.6.0"
2840
            },
2841
            "type": "library",
2842
            "extra": {
2843
                "branch-alias": {
2844
                    "dev-master": "1.0.x-dev"
2845
                }
2846
            },
2847
            "autoload": {
2848
                "classmap": [
2849
                    "src/"
2850
                ]
2851
            },
2852
            "notification-url": "https://packagist.org/downloads/",
2853
            "license": [
2854
                "BSD-3-Clause"
2855
            ],
2856
            "authors": [
2857
                {
2858
                    "name": "Sebastian Bergmann",
2859
                    "email": "[email protected]"
2860
                }
2861
            ],
2862
            "description": "Provides a list of PHP built-in functions that operate on resources",
2863
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2864
            "time": "2015-07-28T20:34:47+00:00"
2865
        },
2866
        {
2867
            "name": "sebastian/version",
2868
            "version": "2.0.1",
2869
            "source": {
2870
                "type": "git",
2871
                "url": "https://github.com/sebastianbergmann/version.git",
2872
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
2873
            },
2874
            "dist": {
2875
                "type": "zip",
2876
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
2877
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
2878
                "shasum": ""
2879
            },
2880
            "require": {
2881
                "php": ">=5.6"
2882
            },
2883
            "type": "library",
2884
            "extra": {
2885
                "branch-alias": {
2886
                    "dev-master": "2.0.x-dev"
2887
                }
2888
            },
2889
            "autoload": {
2890
                "classmap": [
2891
                    "src/"
2892
                ]
2893
            },
2894
            "notification-url": "https://packagist.org/downloads/",
2895
            "license": [
2896
                "BSD-3-Clause"
2897
            ],
2898
            "authors": [
2899
                {
2900
                    "name": "Sebastian Bergmann",
2901
                    "email": "[email protected]",
2902
                    "role": "lead"
2903
                }
2904
            ],
2905
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2906
            "homepage": "https://github.com/sebastianbergmann/version",
2907
            "time": "2016-10-03T07:35:21+00:00"
2908
        },
2909
        {
2910
            "name": "seld/jsonlint",
2911
            "version": "1.6.0",
2912
            "source": {
2913
                "type": "git",
2914
                "url": "https://github.com/Seldaek/jsonlint.git",
2915
                "reference": "791f8c594f300d246cdf01c6b3e1e19611e301d8"
2916
            },
2917
            "dist": {
2918
                "type": "zip",
2919
                "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/791f8c594f300d246cdf01c6b3e1e19611e301d8",
2920
                "reference": "791f8c594f300d246cdf01c6b3e1e19611e301d8",
2921
                "shasum": ""
2922
            },
2923
            "require": {
2924
                "php": "^5.3 || ^7.0"
2925
            },
2926
            "require-dev": {
2927
                "phpunit/phpunit": "^4.5"
2928
            },
2929
            "bin": [
2930
                "bin/jsonlint"
2931
            ],
2932
            "type": "library",
2933
            "autoload": {
2934
                "psr-4": {
2935
                    "Seld\\JsonLint\\": "src/Seld/JsonLint/"
2936
                }
2937
            },
2938
            "notification-url": "https://packagist.org/downloads/",
2939
            "license": [
2940
                "MIT"
2941
            ],
2942
            "authors": [
2943
                {
2944
                    "name": "Jordi Boggiano",
2945
                    "email": "[email protected]",
2946
                    "homepage": "http://seld.be"
2947
                }
2948
            ],
2949
            "description": "JSON Linter",
2950
            "keywords": [
2951
                "json",
2952
                "linter",
2953
                "parser",
2954
                "validator"
2955
            ],
2956
            "time": "2017-03-06T16:42:24+00:00"
2957
        },
2958
        {
2959
            "name": "squizlabs/php_codesniffer",
2960
            "version": "2.9.0",
2961
            "source": {
2962
                "type": "git",
2963
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
2964
                "reference": "f7dfecbee89d68ab475a6c9e17d22bc9b69aed97"
2965
            },
2966
            "dist": {
2967
                "type": "zip",
2968
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/f7dfecbee89d68ab475a6c9e17d22bc9b69aed97",
2969
                "reference": "f7dfecbee89d68ab475a6c9e17d22bc9b69aed97",
2970
                "shasum": ""
2971
            },
2972
            "require": {
2973
                "ext-simplexml": "*",
2974
                "ext-tokenizer": "*",
2975
                "ext-xmlwriter": "*",
2976
                "php": ">=5.1.2"
2977
            },
2978
            "require-dev": {
2979
                "phpunit/phpunit": "~4.0"
2980
            },
2981
            "bin": [
2982
                "scripts/phpcs",
2983
                "scripts/phpcbf"
2984
            ],
2985
            "type": "library",
2986
            "extra": {
2987
                "branch-alias": {
2988
                    "dev-master": "2.x-dev"
2989
                }
2990
            },
2991
            "autoload": {
2992
                "classmap": [
2993
                    "CodeSniffer.php",
2994
                    "CodeSniffer/CLI.php",
2995
                    "CodeSniffer/Exception.php",
2996
                    "CodeSniffer/File.php",
2997
                    "CodeSniffer/Fixer.php",
2998
                    "CodeSniffer/Report.php",
2999
                    "CodeSniffer/Reporting.php",
3000
                    "CodeSniffer/Sniff.php",
3001
                    "CodeSniffer/Tokens.php",
3002
                    "CodeSniffer/Reports/",
3003
                    "CodeSniffer/Tokenizers/",
3004
                    "CodeSniffer/DocGenerators/",
3005
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
3006
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
3007
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
3008
                    "CodeSniffer/Standards/IncorrectPatternException.php",
3009
                    "CodeSniffer/Standards/Generic/Sniffs/",
3010
                    "CodeSniffer/Standards/MySource/Sniffs/",
3011
                    "CodeSniffer/Standards/PEAR/Sniffs/",
3012
                    "CodeSniffer/Standards/PSR1/Sniffs/",
3013
                    "CodeSniffer/Standards/PSR2/Sniffs/",
3014
                    "CodeSniffer/Standards/Squiz/Sniffs/",
3015
                    "CodeSniffer/Standards/Zend/Sniffs/"
3016
                ]
3017
            },
3018
            "notification-url": "https://packagist.org/downloads/",
3019
            "license": [
3020
                "BSD-3-Clause"
3021
            ],
3022
            "authors": [
3023
                {
3024
                    "name": "Greg Sherwood",
3025
                    "role": "lead"
3026
                }
3027
            ],
3028
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
3029
            "homepage": "http://www.squizlabs.com/php-codesniffer",
3030
            "keywords": [
3031
                "phpcs",
3032
                "standards"
3033
            ],
3034
            "time": "2017-05-03T23:30:39+00:00"
3035
        },
3036
        {
3037
            "name": "symfony/config",
3038
            "version": "v2.8.20",
3039
            "source": {
3040
                "type": "git",
3041
                "url": "https://github.com/symfony/config.git",
3042
                "reference": "0b8541d18507d10204a08384640ff6df3c739ebe"
3043
            },
3044
            "dist": {
3045
                "type": "zip",
3046
                "url": "https://api.github.com/repos/symfony/config/zipball/0b8541d18507d10204a08384640ff6df3c739ebe",
3047
                "reference": "0b8541d18507d10204a08384640ff6df3c739ebe",
3048
                "shasum": ""
3049
            },
3050
            "require": {
3051
                "php": ">=5.3.9",
3052
                "symfony/filesystem": "~2.3|~3.0.0"
3053
            },
3054
            "require-dev": {
3055
                "symfony/yaml": "~2.7|~3.0.0"
3056
            },
3057
            "suggest": {
3058
                "symfony/yaml": "To use the yaml reference dumper"
3059
            },
3060
            "type": "library",
3061
            "extra": {
3062
                "branch-alias": {
3063
                    "dev-master": "2.8-dev"
3064
                }
3065
            },
3066
            "autoload": {
3067
                "psr-4": {
3068
                    "Symfony\\Component\\Config\\": ""
3069
                },
3070
                "exclude-from-classmap": [
3071
                    "/Tests/"
3072
                ]
3073
            },
3074
            "notification-url": "https://packagist.org/downloads/",
3075
            "license": [
3076
                "MIT"
3077
            ],
3078
            "authors": [
3079
                {
3080
                    "name": "Fabien Potencier",
3081
                    "email": "[email protected]"
3082
                },
3083
                {
3084
                    "name": "Symfony Community",
3085
                    "homepage": "https://symfony.com/contributors"
3086
                }
3087
            ],
3088
            "description": "Symfony Config Component",
3089
            "homepage": "https://symfony.com",
3090
            "time": "2017-04-12T14:07:15+00:00"
3091
        },
3092
        {
3093
            "name": "symfony/console",
3094
            "version": "v2.8.20",
3095
            "source": {
3096
                "type": "git",
3097
                "url": "https://github.com/symfony/console.git",
3098
                "reference": "2cfcbced8e39e2313ed4da8896fc8c59a56c0d7e"
3099
            },
3100
            "dist": {
3101
                "type": "zip",
3102
                "url": "https://api.github.com/repos/symfony/console/zipball/2cfcbced8e39e2313ed4da8896fc8c59a56c0d7e",
3103
                "reference": "2cfcbced8e39e2313ed4da8896fc8c59a56c0d7e",
3104
                "shasum": ""
3105
            },
3106
            "require": {
3107
                "php": ">=5.3.9",
3108
                "symfony/debug": "^2.7.2|~3.0.0",
3109
                "symfony/polyfill-mbstring": "~1.0"
3110
            },
3111
            "require-dev": {
3112
                "psr/log": "~1.0",
3113
                "symfony/event-dispatcher": "~2.1|~3.0.0",
3114
                "symfony/process": "~2.1|~3.0.0"
3115
            },
3116
            "suggest": {
3117
                "psr/log": "For using the console logger",
3118
                "symfony/event-dispatcher": "",
3119
                "symfony/process": ""
3120
            },
3121
            "type": "library",
3122
            "extra": {
3123
                "branch-alias": {
3124
                    "dev-master": "2.8-dev"
3125
                }
3126
            },
3127
            "autoload": {
3128
                "psr-4": {
3129
                    "Symfony\\Component\\Console\\": ""
3130
                },
3131
                "exclude-from-classmap": [
3132
                    "/Tests/"
3133
                ]
3134
            },
3135
            "notification-url": "https://packagist.org/downloads/",
3136
            "license": [
3137
                "MIT"
3138
            ],
3139
            "authors": [
3140
                {
3141
                    "name": "Fabien Potencier",
3142
                    "email": "[email protected]"
3143
                },
3144
                {
3145
                    "name": "Symfony Community",
3146
                    "homepage": "https://symfony.com/contributors"
3147
                }
3148
            ],
3149
            "description": "Symfony Console Component",
3150
            "homepage": "https://symfony.com",
3151
            "time": "2017-04-26T01:38:53+00:00"
3152
        },
3153
        {
3154
            "name": "symfony/debug",
3155
            "version": "v3.0.9",
3156
            "source": {
3157
                "type": "git",
3158
                "url": "https://github.com/symfony/debug.git",
3159
                "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a"
3160
            },
3161
            "dist": {
3162
                "type": "zip",
3163
                "url": "https://api.github.com/repos/symfony/debug/zipball/697c527acd9ea1b2d3efac34d9806bf255278b0a",
3164
                "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a",
3165
                "shasum": ""
3166
            },
3167
            "require": {
3168
                "php": ">=5.5.9",
3169
                "psr/log": "~1.0"
3170
            },
3171
            "conflict": {
3172
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
3173
            },
3174
            "require-dev": {
3175
                "symfony/class-loader": "~2.8|~3.0",
3176
                "symfony/http-kernel": "~2.8|~3.0"
3177
            },
3178
            "type": "library",
3179
            "extra": {
3180
                "branch-alias": {
3181
                    "dev-master": "3.0-dev"
3182
                }
3183
            },
3184
            "autoload": {
3185
                "psr-4": {
3186
                    "Symfony\\Component\\Debug\\": ""
3187
                },
3188
                "exclude-from-classmap": [
3189
                    "/Tests/"
3190
                ]
3191
            },
3192
            "notification-url": "https://packagist.org/downloads/",
3193
            "license": [
3194
                "MIT"
3195
            ],
3196
            "authors": [
3197
                {
3198
                    "name": "Fabien Potencier",
3199
                    "email": "[email protected]"
3200
                },
3201
                {
3202
                    "name": "Symfony Community",
3203
                    "homepage": "https://symfony.com/contributors"
3204
                }
3205
            ],
3206
            "description": "Symfony Debug Component",
3207
            "homepage": "https://symfony.com",
3208
            "time": "2016-07-30T07:22:48+00:00"
3209
        },
3210
        {
3211
            "name": "symfony/dependency-injection",
3212
            "version": "v3.2.8",
3213
            "source": {
3214
                "type": "git",
3215
                "url": "https://github.com/symfony/dependency-injection.git",
3216
                "reference": "5e00857475b6d1fa31ff4c76f1fddf1cfa9e8d59"
3217
            },
3218
            "dist": {
3219
                "type": "zip",
3220
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/5e00857475b6d1fa31ff4c76f1fddf1cfa9e8d59",
3221
                "reference": "5e00857475b6d1fa31ff4c76f1fddf1cfa9e8d59",
3222
                "shasum": ""
3223
            },
3224
            "require": {
3225
                "php": ">=5.5.9"
3226
            },
3227
            "conflict": {
3228
                "symfony/yaml": "<3.2"
3229
            },
3230
            "require-dev": {
3231
                "symfony/config": "~2.8|~3.0",
3232
                "symfony/expression-language": "~2.8|~3.0",
3233
                "symfony/yaml": "~3.2"
3234
            },
3235
            "suggest": {
3236
                "symfony/config": "",
3237
                "symfony/expression-language": "For using expressions in service container configuration",
3238
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
3239
                "symfony/yaml": ""
3240
            },
3241
            "type": "library",
3242
            "extra": {
3243
                "branch-alias": {
3244
                    "dev-master": "3.2-dev"
3245
                }
3246
            },
3247
            "autoload": {
3248
                "psr-4": {
3249
                    "Symfony\\Component\\DependencyInjection\\": ""
3250
                },
3251
                "exclude-from-classmap": [
3252
                    "/Tests/"
3253
                ]
3254
            },
3255
            "notification-url": "https://packagist.org/downloads/",
3256
            "license": [
3257
                "MIT"
3258
            ],
3259
            "authors": [
3260
                {
3261
                    "name": "Fabien Potencier",
3262
                    "email": "[email protected]"
3263
                },
3264
                {
3265
                    "name": "Symfony Community",
3266
                    "homepage": "https://symfony.com/contributors"
3267
                }
3268
            ],
3269
            "description": "Symfony DependencyInjection Component",
3270
            "homepage": "https://symfony.com",
3271
            "time": "2017-04-26T01:39:17+00:00"
3272
        },
3273
        {
3274
            "name": "symfony/event-dispatcher",
3275
            "version": "v2.8.20",
3276
            "source": {
3277
                "type": "git",
3278
                "url": "https://github.com/symfony/event-dispatcher.git",
3279
                "reference": "7fc8e2b4118ff316550596357325dfd92a51f531"
3280
            },
3281
            "dist": {
3282
                "type": "zip",
3283
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/7fc8e2b4118ff316550596357325dfd92a51f531",
3284
                "reference": "7fc8e2b4118ff316550596357325dfd92a51f531",
3285
                "shasum": ""
3286
            },
3287
            "require": {
3288
                "php": ">=5.3.9"
3289
            },
3290
            "require-dev": {
3291
                "psr/log": "~1.0",
3292
                "symfony/config": "^2.0.5|~3.0.0",
3293
                "symfony/dependency-injection": "~2.6|~3.0.0",
3294
                "symfony/expression-language": "~2.6|~3.0.0",
3295
                "symfony/stopwatch": "~2.3|~3.0.0"
3296
            },
3297
            "suggest": {
3298
                "symfony/dependency-injection": "",
3299
                "symfony/http-kernel": ""
3300
            },
3301
            "type": "library",
3302
            "extra": {
3303
                "branch-alias": {
3304
                    "dev-master": "2.8-dev"
3305
                }
3306
            },
3307
            "autoload": {
3308
                "psr-4": {
3309
                    "Symfony\\Component\\EventDispatcher\\": ""
3310
                },
3311
                "exclude-from-classmap": [
3312
                    "/Tests/"
3313
                ]
3314
            },
3315
            "notification-url": "https://packagist.org/downloads/",
3316
            "license": [
3317
                "MIT"
3318
            ],
3319
            "authors": [
3320
                {
3321
                    "name": "Fabien Potencier",
3322
                    "email": "[email protected]"
3323
                },
3324
                {
3325
                    "name": "Symfony Community",
3326
                    "homepage": "https://symfony.com/contributors"
3327
                }
3328
            ],
3329
            "description": "Symfony EventDispatcher Component",
3330
            "homepage": "https://symfony.com",
3331
            "time": "2017-04-26T16:56:54+00:00"
3332
        },
3333
        {
3334
            "name": "symfony/filesystem",
3335
            "version": "v3.0.9",
3336
            "source": {
3337
                "type": "git",
3338
                "url": "https://github.com/symfony/filesystem.git",
3339
                "reference": "b2da5009d9bacbd91d83486aa1f44c793a8c380d"
3340
            },
3341
            "dist": {
3342
                "type": "zip",
3343
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/b2da5009d9bacbd91d83486aa1f44c793a8c380d",
3344
                "reference": "b2da5009d9bacbd91d83486aa1f44c793a8c380d",
3345
                "shasum": ""
3346
            },
3347
            "require": {
3348
                "php": ">=5.5.9"
3349
            },
3350
            "type": "library",
3351
            "extra": {
3352
                "branch-alias": {
3353
                    "dev-master": "3.0-dev"
3354
                }
3355
            },
3356
            "autoload": {
3357
                "psr-4": {
3358
                    "Symfony\\Component\\Filesystem\\": ""
3359
                },
3360
                "exclude-from-classmap": [
3361
                    "/Tests/"
3362
                ]
3363
            },
3364
            "notification-url": "https://packagist.org/downloads/",
3365
            "license": [
3366
                "MIT"
3367
            ],
3368
            "authors": [
3369
                {
3370
                    "name": "Fabien Potencier",
3371
                    "email": "[email protected]"
3372
                },
3373
                {
3374
                    "name": "Symfony Community",
3375
                    "homepage": "https://symfony.com/contributors"
3376
                }
3377
            ],
3378
            "description": "Symfony Filesystem Component",
3379
            "homepage": "https://symfony.com",
3380
            "time": "2016-07-20T05:43:46+00:00"
3381
        },
3382
        {
3383
            "name": "symfony/finder",
3384
            "version": "v2.8.20",
3385
            "source": {
3386
                "type": "git",
3387
                "url": "https://github.com/symfony/finder.git",
3388
                "reference": "16d55394b31547e4a8494551b85c9b9915545347"
3389
            },
3390
            "dist": {
3391
                "type": "zip",
3392
                "url": "https://api.github.com/repos/symfony/finder/zipball/16d55394b31547e4a8494551b85c9b9915545347",
3393
                "reference": "16d55394b31547e4a8494551b85c9b9915545347",
3394
                "shasum": ""
3395
            },
3396
            "require": {
3397
                "php": ">=5.3.9"
3398
            },
3399
            "type": "library",
3400
            "extra": {
3401
                "branch-alias": {
3402
                    "dev-master": "2.8-dev"
3403
                }
3404
            },
3405
            "autoload": {
3406
                "psr-4": {
3407
                    "Symfony\\Component\\Finder\\": ""
3408
                },
3409
                "exclude-from-classmap": [
3410
                    "/Tests/"
3411
                ]
3412
            },
3413
            "notification-url": "https://packagist.org/downloads/",
3414
            "license": [
3415
                "MIT"
3416
            ],
3417
            "authors": [
3418
                {
3419
                    "name": "Fabien Potencier",
3420
                    "email": "[email protected]"
3421
                },
3422
                {
3423
                    "name": "Symfony Community",
3424
                    "homepage": "https://symfony.com/contributors"
3425
                }
3426
            ],
3427
            "description": "Symfony Finder Component",
3428
            "homepage": "https://symfony.com",
3429
            "time": "2017-04-12T14:07:15+00:00"
3430
        },
3431
        {
3432
            "name": "symfony/polyfill-mbstring",
3433
            "version": "v1.3.0",
3434
            "source": {
3435
                "type": "git",
3436
                "url": "https://github.com/symfony/polyfill-mbstring.git",
3437
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
3438
            },
3439
            "dist": {
3440
                "type": "zip",
3441
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
3442
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
3443
                "shasum": ""
3444
            },
3445
            "require": {
3446
                "php": ">=5.3.3"
3447
            },
3448
            "suggest": {
3449
                "ext-mbstring": "For best performance"
3450
            },
3451
            "type": "library",
3452
            "extra": {
3453
                "branch-alias": {
3454
                    "dev-master": "1.3-dev"
3455
                }
3456
            },
3457
            "autoload": {
3458
                "psr-4": {
3459
                    "Symfony\\Polyfill\\Mbstring\\": ""
3460
                },
3461
                "files": [
3462
                    "bootstrap.php"
3463
                ]
3464
            },
3465
            "notification-url": "https://packagist.org/downloads/",
3466
            "license": [
3467
                "MIT"
3468
            ],
3469
            "authors": [
3470
                {
3471
                    "name": "Nicolas Grekas",
3472
                    "email": "[email protected]"
3473
                },
3474
                {
3475
                    "name": "Symfony Community",
3476
                    "homepage": "https://symfony.com/contributors"
3477
                }
3478
            ],
3479
            "description": "Symfony polyfill for the Mbstring extension",
3480
            "homepage": "https://symfony.com",
3481
            "keywords": [
3482
                "compatibility",
3483
                "mbstring",
3484
                "polyfill",
3485
                "portable",
3486
                "shim"
3487
            ],
3488
            "time": "2016-11-14T01:06:16+00:00"
3489
        },
3490
        {
3491
            "name": "symfony/process",
3492
            "version": "v2.8.20",
3493
            "source": {
3494
                "type": "git",
3495
                "url": "https://github.com/symfony/process.git",
3496
                "reference": "aff35fb3dee799c84a7313c576b72208b046ef8d"
3497
            },
3498
            "dist": {
3499
                "type": "zip",
3500
                "url": "https://api.github.com/repos/symfony/process/zipball/aff35fb3dee799c84a7313c576b72208b046ef8d",
3501
                "reference": "aff35fb3dee799c84a7313c576b72208b046ef8d",
3502
                "shasum": ""
3503
            },
3504
            "require": {
3505
                "php": ">=5.3.9"
3506
            },
3507
            "type": "library",
3508
            "extra": {
3509
                "branch-alias": {
3510
                    "dev-master": "2.8-dev"
3511
                }
3512
            },
3513
            "autoload": {
3514
                "psr-4": {
3515
                    "Symfony\\Component\\Process\\": ""
3516
                },
3517
                "exclude-from-classmap": [
3518
                    "/Tests/"
3519
                ]
3520
            },
3521
            "notification-url": "https://packagist.org/downloads/",
3522
            "license": [
3523
                "MIT"
3524
            ],
3525
            "authors": [
3526
                {
3527
                    "name": "Fabien Potencier",
3528
                    "email": "[email protected]"
3529
                },
3530
                {
3531
                    "name": "Symfony Community",
3532
                    "homepage": "https://symfony.com/contributors"
3533
                }
3534
            ],
3535
            "description": "Symfony Process Component",
3536
            "homepage": "https://symfony.com",
3537
            "time": "2017-04-12T14:07:15+00:00"
3538
        },
3539
        {
3540
            "name": "symfony/stopwatch",
3541
            "version": "v2.8.20",
3542
            "source": {
3543
                "type": "git",
3544
                "url": "https://github.com/symfony/stopwatch.git",
3545
                "reference": "e02577b841394a78306d7b547701bb7bb705bad5"
3546
            },
3547
            "dist": {
3548
                "type": "zip",
3549
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/e02577b841394a78306d7b547701bb7bb705bad5",
3550
                "reference": "e02577b841394a78306d7b547701bb7bb705bad5",
3551
                "shasum": ""
3552
            },
3553
            "require": {
3554
                "php": ">=5.3.9"
3555
            },
3556
            "type": "library",
3557
            "extra": {
3558
                "branch-alias": {
3559
                    "dev-master": "2.8-dev"
3560
                }
3561
            },
3562
            "autoload": {
3563
                "psr-4": {
3564
                    "Symfony\\Component\\Stopwatch\\": ""
3565
                },
3566
                "exclude-from-classmap": [
3567
                    "/Tests/"
3568
                ]
3569
            },
3570
            "notification-url": "https://packagist.org/downloads/",
3571
            "license": [
3572
                "MIT"
3573
            ],
3574
            "authors": [
3575
                {
3576
                    "name": "Fabien Potencier",
3577
                    "email": "[email protected]"
3578
                },
3579
                {
3580
                    "name": "Symfony Community",
3581
                    "homepage": "https://symfony.com/contributors"
3582
                }
3583
            ],
3584
            "description": "Symfony Stopwatch Component",
3585
            "homepage": "https://symfony.com",
3586
            "time": "2017-04-12T14:07:15+00:00"
3587
        },
3588
        {
3589
            "name": "symfony/translation",
3590
            "version": "v3.0.9",
3591
            "source": {
3592
                "type": "git",
3593
                "url": "https://github.com/symfony/translation.git",
3594
                "reference": "eee6c664853fd0576f21ae25725cfffeafe83f26"
3595
            },
3596
            "dist": {
3597
                "type": "zip",
3598
                "url": "https://api.github.com/repos/symfony/translation/zipball/eee6c664853fd0576f21ae25725cfffeafe83f26",
3599
                "reference": "eee6c664853fd0576f21ae25725cfffeafe83f26",
3600
                "shasum": ""
3601
            },
3602
            "require": {
3603
                "php": ">=5.5.9",
3604
                "symfony/polyfill-mbstring": "~1.0"
3605
            },
3606
            "conflict": {
3607
                "symfony/config": "<2.8"
3608
            },
3609
            "require-dev": {
3610
                "psr/log": "~1.0",
3611
                "symfony/config": "~2.8|~3.0",
3612
                "symfony/intl": "~2.8|~3.0",
3613
                "symfony/yaml": "~2.8|~3.0"
3614
            },
3615
            "suggest": {
3616
                "psr/log": "To use logging capability in translator",
3617
                "symfony/config": "",
3618
                "symfony/yaml": ""
3619
            },
3620
            "type": "library",
3621
            "extra": {
3622
                "branch-alias": {
3623
                    "dev-master": "3.0-dev"
3624
                }
3625
            },
3626
            "autoload": {
3627
                "psr-4": {
3628
                    "Symfony\\Component\\Translation\\": ""
3629
                },
3630
                "exclude-from-classmap": [
3631
                    "/Tests/"
3632
                ]
3633
            },
3634
            "notification-url": "https://packagist.org/downloads/",
3635
            "license": [
3636
                "MIT"
3637
            ],
3638
            "authors": [
3639
                {
3640
                    "name": "Fabien Potencier",
3641
                    "email": "[email protected]"
3642
                },
3643
                {
3644
                    "name": "Symfony Community",
3645
                    "homepage": "https://symfony.com/contributors"
3646
                }
3647
            ],
3648
            "description": "Symfony Translation Component",
3649
            "homepage": "https://symfony.com",
3650
            "time": "2016-07-30T07:22:48+00:00"
3651
        },
3652
        {
3653
            "name": "symfony/validator",
3654
            "version": "v2.8.20",
3655
            "source": {
3656
                "type": "git",
3657
                "url": "https://github.com/symfony/validator.git",
3658
                "reference": "e125c9ec86d615231817302115a1558cd74d9aa1"
3659
            },
3660
            "dist": {
3661
                "type": "zip",
3662
                "url": "https://api.github.com/repos/symfony/validator/zipball/e125c9ec86d615231817302115a1558cd74d9aa1",
3663
                "reference": "e125c9ec86d615231817302115a1558cd74d9aa1",
3664
                "shasum": ""
3665
            },
3666
            "require": {
3667
                "php": ">=5.3.9",
3668
                "symfony/polyfill-mbstring": "~1.0",
3669
                "symfony/translation": "~2.4|~3.0.0"
3670
            },
3671
            "require-dev": {
3672
                "doctrine/annotations": "~1.0",
3673
                "doctrine/cache": "~1.0",
3674
                "egulias/email-validator": "^1.2.1",
3675
                "symfony/config": "~2.2|~3.0.0",
3676
                "symfony/expression-language": "~2.4|~3.0.0",
3677
                "symfony/http-foundation": "~2.3|~3.0.0",
3678
                "symfony/intl": "~2.7.25|^2.8.18|~3.2.5",
3679
                "symfony/property-access": "~2.3|~3.0.0",
3680
                "symfony/yaml": "^2.0.5|~3.0.0"
3681
            },
3682
            "suggest": {
3683
                "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
3684
                "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
3685
                "egulias/email-validator": "Strict (RFC compliant) email validation",
3686
                "symfony/config": "",
3687
                "symfony/expression-language": "For using the 2.4 Expression validator",
3688
                "symfony/http-foundation": "",
3689
                "symfony/intl": "",
3690
                "symfony/property-access": "For using the 2.4 Validator API",
3691
                "symfony/yaml": ""
3692
            },
3693
            "type": "library",
3694
            "extra": {
3695
                "branch-alias": {
3696
                    "dev-master": "2.8-dev"
3697
                }
3698
            },
3699
            "autoload": {
3700
                "psr-4": {
3701
                    "Symfony\\Component\\Validator\\": ""
3702
                },
3703
                "exclude-from-classmap": [
3704
                    "/Tests/"
3705
                ]
3706
            },
3707
            "notification-url": "https://packagist.org/downloads/",
3708
            "license": [
3709
                "MIT"
3710
            ],
3711
            "authors": [
3712
                {
3713
                    "name": "Fabien Potencier",
3714
                    "email": "[email protected]"
3715
                },
3716
                {
3717
                    "name": "Symfony Community",
3718
                    "homepage": "https://symfony.com/contributors"
3719
                }
3720
            ],
3721
            "description": "Symfony Validator Component",
3722
            "homepage": "https://symfony.com",
3723
            "time": "2017-04-12T14:07:15+00:00"
3724
        },
3725
        {
3726
            "name": "symfony/yaml",
3727
            "version": "v3.2.8",
3728
            "source": {
3729
                "type": "git",
3730
                "url": "https://github.com/symfony/yaml.git",
3731
                "reference": "acec26fcf7f3031e094e910b94b002fa53d4e4d6"
3732
            },
3733
            "dist": {
3734
                "type": "zip",
3735
                "url": "https://api.github.com/repos/symfony/yaml/zipball/acec26fcf7f3031e094e910b94b002fa53d4e4d6",
3736
                "reference": "acec26fcf7f3031e094e910b94b002fa53d4e4d6",
3737
                "shasum": ""
3738
            },
3739
            "require": {
3740
                "php": ">=5.5.9"
3741
            },
3742
            "require-dev": {
3743
                "symfony/console": "~2.8|~3.0"
3744
            },
3745
            "suggest": {
3746
                "symfony/console": "For validating YAML files using the lint command"
3747
            },
3748
            "type": "library",
3749
            "extra": {
3750
                "branch-alias": {
3751
                    "dev-master": "3.2-dev"
3752
                }
3753
            },
3754
            "autoload": {
3755
                "psr-4": {
3756
                    "Symfony\\Component\\Yaml\\": ""
3757
                },
3758
                "exclude-from-classmap": [
3759
                    "/Tests/"
3760
                ]
3761
            },
3762
            "notification-url": "https://packagist.org/downloads/",
3763
            "license": [
3764
                "MIT"
3765
            ],
3766
            "authors": [
3767
                {
3768
                    "name": "Fabien Potencier",
3769
                    "email": "[email protected]"
3770
                },
3771
                {
3772
                    "name": "Symfony Community",
3773
                    "homepage": "https://symfony.com/contributors"
3774
                }
3775
            ],
3776
            "description": "Symfony Yaml Component",
3777
            "homepage": "https://symfony.com",
3778
            "time": "2017-05-01T14:55:58+00:00"
3779
        },
3780
        {
3781
            "name": "theseer/fdomdocument",
3782
            "version": "1.6.5",
3783
            "source": {
3784
                "type": "git",
3785
                "url": "https://github.com/theseer/fDOMDocument.git",
3786
                "reference": "8dcfd392135a5bd938c3c83ea71419501ad9855d"
3787
            },
3788
            "dist": {
3789
                "type": "zip",
3790
                "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/8dcfd392135a5bd938c3c83ea71419501ad9855d",
3791
                "reference": "8dcfd392135a5bd938c3c83ea71419501ad9855d",
3792
                "shasum": ""
3793
            },
3794
            "require": {
3795
                "ext-dom": "*",
3796
                "lib-libxml": "*",
3797
                "php": ">=5.3.3"
3798
            },
3799
            "type": "library",
3800
            "autoload": {
3801
                "classmap": [
3802
                    "src/"
3803
                ]
3804
            },
3805
            "notification-url": "https://packagist.org/downloads/",
3806
            "license": [
3807
                "BSD-3-Clause"
3808
            ],
3809
            "authors": [
3810
                {
3811
                    "name": "Arne Blankerts",
3812
                    "email": "[email protected]",
3813
                    "role": "lead"
3814
                }
3815
            ],
3816
            "description": "The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.",
3817
            "homepage": "https://github.com/theseer/fDOMDocument",
3818
            "time": "2017-04-21T14:50:31+00:00"
3819
        },
3820
        {
3821
            "name": "twig/twig",
3822
            "version": "v1.33.2",
3823
            "source": {
3824
                "type": "git",
3825
                "url": "https://github.com/twigphp/Twig.git",
3826
                "reference": "dd6ca96227917e1e85b41c7c3cc6507b411e0927"
3827
            },
3828
            "dist": {
3829
                "type": "zip",
3830
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/dd6ca96227917e1e85b41c7c3cc6507b411e0927",
3831
                "reference": "dd6ca96227917e1e85b41c7c3cc6507b411e0927",
3832
                "shasum": ""
3833
            },
3834
            "require": {
3835
                "php": ">=5.2.7"
3836
            },
3837
            "require-dev": {
3838
                "psr/container": "^1.0",
3839
                "symfony/debug": "~2.7",
3840
                "symfony/phpunit-bridge": "~3.3@dev"
3841
            },
3842
            "type": "library",
3843
            "extra": {
3844
                "branch-alias": {
3845
                    "dev-master": "1.33-dev"
3846
                }
3847
            },
3848
            "autoload": {
3849
                "psr-0": {
3850
                    "Twig_": "lib/"
3851
                }
3852
            },
3853
            "notification-url": "https://packagist.org/downloads/",
3854
            "license": [
3855
                "BSD-3-Clause"
3856
            ],
3857
            "authors": [
3858
                {
3859
                    "name": "Fabien Potencier",
3860
                    "email": "[email protected]",
3861
                    "homepage": "http://fabien.potencier.org",
3862
                    "role": "Lead Developer"
3863
                },
3864
                {
3865
                    "name": "Armin Ronacher",
3866
                    "email": "[email protected]",
3867
                    "role": "Project Founder"
3868
                },
3869
                {
3870
                    "name": "Twig Team",
3871
                    "homepage": "http://twig.sensiolabs.org/contributors",
3872
                    "role": "Contributors"
3873
                }
3874
            ],
3875
            "description": "Twig, the flexible, fast, and secure template language for PHP",
3876
            "homepage": "http://twig.sensiolabs.org",
3877
            "keywords": [
3878
                "templating"
3879
            ],
3880
            "time": "2017-04-20T17:39:48+00:00"
3881
        },
3882
        {
3883
            "name": "zendframework/zend-cache",
3884
            "version": "2.7.2",
3885
            "source": {
3886
                "type": "git",
3887
                "url": "https://github.com/zendframework/zend-cache.git",
3888
                "reference": "c98331b96d3b9d9b24cf32d02660602edb34d039"
3889
            },
3890
            "dist": {
3891
                "type": "zip",
3892
                "url": "https://api.github.com/repos/zendframework/zend-cache/zipball/c98331b96d3b9d9b24cf32d02660602edb34d039",
3893
                "reference": "c98331b96d3b9d9b24cf32d02660602edb34d039",
3894
                "shasum": ""
3895
            },
3896
            "require": {
3897
                "php": "^5.5 || ^7.0",
3898
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
3899
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
3900
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
3901
            },
3902
            "require-dev": {
3903
                "phpbench/phpbench": "^0.10.0",
3904
                "phpunit/phpunit": "^4.8",
3905
                "zendframework/zend-coding-standard": "~1.0.0",
3906
                "zendframework/zend-serializer": "^2.6",
3907
                "zendframework/zend-session": "^2.6.2"
3908
            },
3909
            "suggest": {
3910
                "ext-apc": "APC or compatible extension, to use the APC storage adapter",
3911
                "ext-apcu": "APCU >= 5.1.0, to use the APCu storage adapter",
3912
                "ext-dba": "DBA, to use the DBA storage adapter",
3913
                "ext-memcache": "Memcache >= 2.0.0 to use the Memcache storage adapter",
3914
                "ext-memcached": "Memcached >= 1.0.0 to use the Memcached storage adapter",
3915
                "ext-mongo": "Mongo, to use MongoDb storage adapter",
3916
                "ext-redis": "Redis, to use Redis storage adapter",
3917
                "ext-wincache": "WinCache, to use the WinCache storage adapter",
3918
                "ext-xcache": "XCache, to use the XCache storage adapter",
3919
                "mongofill/mongofill": "Alternative to ext-mongo - a pure PHP implementation designed as a drop in replacement",
3920
                "zendframework/zend-serializer": "Zend\\Serializer component",
3921
                "zendframework/zend-session": "Zend\\Session component"
3922
            },
3923
            "type": "library",
3924
            "extra": {
3925
                "branch-alias": {
3926
                    "dev-master": "2.7-dev",
3927
                    "dev-develop": "2.8-dev"
3928
                },
3929
                "zf": {
3930
                    "component": "Zend\\Cache",
3931
                    "config-provider": "Zend\\Cache\\ConfigProvider"
3932
                }
3933
            },
3934
            "autoload": {
3935
                "psr-4": {
3936
                    "Zend\\Cache\\": "src/"
3937
                }
3938
            },
3939
            "notification-url": "https://packagist.org/downloads/",
3940
            "license": [
3941
                "BSD-3-Clause"
3942
            ],
3943
            "description": "provides a generic way to cache any data",
3944
            "homepage": "https://github.com/zendframework/zend-cache",
3945
            "keywords": [
3946
                "cache",
3947
                "zf2"
3948
            ],
3949
            "time": "2016-12-16T11:35:47+00:00"
3950
        },
3951
        {
3952
            "name": "zendframework/zend-config",
3953
            "version": "2.6.0",
3954
            "source": {
3955
                "type": "git",
3956
                "url": "https://github.com/zendframework/zend-config.git",
3957
                "reference": "2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d"
3958
            },
3959
            "dist": {
3960
                "type": "zip",
3961
                "url": "https://api.github.com/repos/zendframework/zend-config/zipball/2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d",
3962
                "reference": "2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d",
3963
                "shasum": ""
3964
            },
3965
            "require": {
3966
                "php": "^5.5 || ^7.0",
3967
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
3968
            },
3969
            "require-dev": {
3970
                "fabpot/php-cs-fixer": "1.7.*",
3971
                "phpunit/phpunit": "~4.0",
3972
                "zendframework/zend-filter": "^2.6",
3973
                "zendframework/zend-i18n": "^2.5",
3974
                "zendframework/zend-json": "^2.6.1",
3975
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
3976
            },
3977
            "suggest": {
3978
                "zendframework/zend-filter": "Zend\\Filter component",
3979
                "zendframework/zend-i18n": "Zend\\I18n component",
3980
                "zendframework/zend-json": "Zend\\Json to use the Json reader or writer classes",
3981
                "zendframework/zend-servicemanager": "Zend\\ServiceManager for use with the Config Factory to retrieve reader and writer instances"
3982
            },
3983
            "type": "library",
3984
            "extra": {
3985
                "branch-alias": {
3986
                    "dev-master": "2.6-dev",
3987
                    "dev-develop": "2.7-dev"
3988
                }
3989
            },
3990
            "autoload": {
3991
                "psr-4": {
3992
                    "Zend\\Config\\": "src/"
3993
                }
3994
            },
3995
            "notification-url": "https://packagist.org/downloads/",
3996
            "license": [
3997
                "BSD-3-Clause"
3998
            ],
3999
            "description": "provides a nested object property based user interface for accessing this configuration data within application code",
4000
            "homepage": "https://github.com/zendframework/zend-config",
4001
            "keywords": [
4002
                "config",
4003
                "zf2"
4004
            ],
4005
            "time": "2016-02-04T23:01:10+00:00"
4006
        },
4007
        {
4008
            "name": "zendframework/zend-eventmanager",
4009
            "version": "3.1.0",
4010
            "source": {
4011
                "type": "git",
4012
                "url": "https://github.com/zendframework/zend-eventmanager.git",
4013
                "reference": "c3bce7b7d47c54040b9ae51bc55491c72513b75d"
4014
            },
4015
            "dist": {
4016
                "type": "zip",
4017
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/c3bce7b7d47c54040b9ae51bc55491c72513b75d",
4018
                "reference": "c3bce7b7d47c54040b9ae51bc55491c72513b75d",
4019
                "shasum": ""
4020
            },
4021
            "require": {
4022
                "php": "^5.6 || ^7.0"
4023
            },
4024
            "require-dev": {
4025
                "athletic/athletic": "^0.1",
4026
                "container-interop/container-interop": "^1.1.0",
4027
                "phpunit/phpunit": "^5.6",
4028
                "zendframework/zend-coding-standard": "~1.0.0",
4029
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
4030
            },
4031
            "suggest": {
4032
                "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
4033
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
4034
            },
4035
            "type": "library",
4036
            "extra": {
4037
                "branch-alias": {
4038
                    "dev-master": "3.1-dev",
4039
                    "dev-develop": "3.2-dev"
4040
                }
4041
            },
4042
            "autoload": {
4043
                "psr-4": {
4044
                    "Zend\\EventManager\\": "src/"
4045
                }
4046
            },
4047
            "notification-url": "https://packagist.org/downloads/",
4048
            "license": [
4049
                "BSD-3-Clause"
4050
            ],
4051
            "description": "Trigger and listen to events within a PHP application",
4052
            "homepage": "https://github.com/zendframework/zend-eventmanager",
4053
            "keywords": [
4054
                "event",
4055
                "eventmanager",
4056
                "events",
4057
                "zf2"
4058
            ],
4059
            "time": "2016-12-19T21:47:12+00:00"
4060
        },
4061
        {
4062
            "name": "zendframework/zend-filter",
4063
            "version": "2.7.2",
4064
            "source": {
4065
                "type": "git",
4066
                "url": "https://github.com/zendframework/zend-filter.git",
4067
                "reference": "b8d0ff872f126631bf63a932e33aa2d22d467175"
4068
            },
4069
            "dist": {
4070
                "type": "zip",
4071
                "url": "https://api.github.com/repos/zendframework/zend-filter/zipball/b8d0ff872f126631bf63a932e33aa2d22d467175",
4072
                "reference": "b8d0ff872f126631bf63a932e33aa2d22d467175",
4073
                "shasum": ""
4074
            },
4075
            "require": {
4076
                "php": "^5.5 || ^7.0",
4077
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
4078
            },
4079
            "require-dev": {
4080
                "pear/archive_tar": "^1.4",
4081
                "phpunit/phpunit": "^6.0.10 || ^5.7.17",
4082
                "zendframework/zend-coding-standard": "~1.0.0",
4083
                "zendframework/zend-crypt": "^2.6 || ^3.0",
4084
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
4085
                "zendframework/zend-uri": "^2.5"
4086
            },
4087
            "suggest": {
4088
                "zendframework/zend-crypt": "Zend\\Crypt component, for encryption filters",
4089
                "zendframework/zend-i18n": "Zend\\I18n component for filters depending on i18n functionality",
4090
                "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for using the filter chain functionality",
4091
                "zendframework/zend-uri": "Zend\\Uri component, for the UriNormalize filter"
4092
            },
4093
            "type": "library",
4094
            "extra": {
4095
                "branch-alias": {
4096
                    "dev-master": "2.7-dev",
4097
                    "dev-develop": "2.8-dev"
4098
                },
4099
                "zf": {
4100
                    "component": "Zend\\Filter",
4101
                    "config-provider": "Zend\\Filter\\ConfigProvider"
4102
                }
4103
            },
4104
            "autoload": {
4105
                "psr-4": {
4106
                    "Zend\\Filter\\": "src/"
4107
                }
4108
            },
4109
            "notification-url": "https://packagist.org/downloads/",
4110
            "license": [
4111
                "BSD-3-Clause"
4112
            ],
4113
            "description": "provides a set of commonly needed data filters",
4114
            "homepage": "https://github.com/zendframework/zend-filter",
4115
            "keywords": [
4116
                "filter",
4117
                "zf2"
4118
            ],
4119
            "time": "2017-05-17T20:56:17+00:00"
4120
        },
4121
        {
4122
            "name": "zendframework/zend-hydrator",
4123
            "version": "1.1.0",
4124
            "source": {
4125
                "type": "git",
4126
                "url": "https://github.com/zendframework/zend-hydrator.git",
4127
                "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65"
4128
            },
4129
            "dist": {
4130
                "type": "zip",
4131
                "url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/22652e1661a5a10b3f564cf7824a2206cf5a4a65",
4132
                "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65",
4133
                "shasum": ""
4134
            },
4135
            "require": {
4136
                "php": "^5.5 || ^7.0",
4137
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
4138
            },
4139
            "require-dev": {
4140
                "phpunit/phpunit": "~4.0",
4141
                "squizlabs/php_codesniffer": "^2.0@dev",
4142
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
4143
                "zendframework/zend-filter": "^2.6",
4144
                "zendframework/zend-inputfilter": "^2.6",
4145
                "zendframework/zend-serializer": "^2.6.1",
4146
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
4147
            },
4148
            "suggest": {
4149
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0, to support aggregate hydrator usage",
4150
                "zendframework/zend-filter": "^2.6, to support naming strategy hydrator usage",
4151
                "zendframework/zend-serializer": "^2.6.1, to use the SerializableStrategy",
4152
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, to support hydrator plugin manager usage"
4153
            },
4154
            "type": "library",
4155
            "extra": {
4156
                "branch-alias": {
4157
                    "dev-release-1.0": "1.0-dev",
4158
                    "dev-release-1.1": "1.1-dev",
4159
                    "dev-master": "2.0-dev",
4160
                    "dev-develop": "2.1-dev"
4161
                }
4162
            },
4163
            "autoload": {
4164
                "psr-4": {
4165
                    "Zend\\Hydrator\\": "src/"
4166
                }
4167
            },
4168
            "notification-url": "https://packagist.org/downloads/",
4169
            "license": [
4170
                "BSD-3-Clause"
4171
            ],
4172
            "homepage": "https://github.com/zendframework/zend-hydrator",
4173
            "keywords": [
4174
                "hydrator",
4175
                "zf2"
4176
            ],
4177
            "time": "2016-02-18T22:38:26+00:00"
4178
        },
4179
        {
4180
            "name": "zendframework/zend-i18n",
4181
            "version": "2.7.4",
4182
            "source": {
4183
                "type": "git",
4184
                "url": "https://github.com/zendframework/zend-i18n.git",
4185
                "reference": "d3431e29cc00c2a1c6704e601d4371dbf24f6a31"
4186
            },
4187
            "dist": {
4188
                "type": "zip",
4189
                "url": "https://api.github.com/repos/zendframework/zend-i18n/zipball/d3431e29cc00c2a1c6704e601d4371dbf24f6a31",
4190
                "reference": "d3431e29cc00c2a1c6704e601d4371dbf24f6a31",
4191
                "shasum": ""
4192
            },
4193
            "require": {
4194
                "php": "^7.0 || ^5.6",
4195
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
4196
            },
4197
            "require-dev": {
4198
                "phpunit/phpunit": "^6.0.8 || ^5.7.15",
4199
                "zendframework/zend-cache": "^2.6.1",
4200
                "zendframework/zend-coding-standard": "~1.0.0",
4201
                "zendframework/zend-config": "^2.6",
4202
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
4203
                "zendframework/zend-filter": "^2.6.1",
4204
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
4205
                "zendframework/zend-validator": "^2.6",
4206
                "zendframework/zend-view": "^2.6.3"
4207
            },
4208
            "suggest": {
4209
                "ext-intl": "Required for most features of Zend\\I18n; included in default builds of PHP",
4210
                "zendframework/zend-cache": "Zend\\Cache component",
4211
                "zendframework/zend-config": "Zend\\Config component",
4212
                "zendframework/zend-eventmanager": "You should install this package to use the events in the translator",
4213
                "zendframework/zend-filter": "You should install this package to use the provided filters",
4214
                "zendframework/zend-i18n-resources": "Translation resources",
4215
                "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
4216
                "zendframework/zend-validator": "You should install this package to use the provided validators",
4217
                "zendframework/zend-view": "You should install this package to use the provided view helpers"
4218
            },
4219
            "type": "library",
4220
            "extra": {
4221
                "branch-alias": {
4222
                    "dev-master": "2.7-dev",
4223
                    "dev-develop": "2.8-dev"
4224
                },
4225
                "zf": {
4226
                    "component": "Zend\\I18n",
4227
                    "config-provider": "Zend\\I18n\\ConfigProvider"
4228
                }
4229
            },
4230
            "autoload": {
4231
                "psr-4": {
4232
                    "Zend\\I18n\\": "src/"
4233
                }
4234
            },
4235
            "notification-url": "https://packagist.org/downloads/",
4236
            "license": [
4237
                "BSD-3-Clause"
4238
            ],
4239
            "homepage": "https://github.com/zendframework/zend-i18n",
4240
            "keywords": [
4241
                "i18n",
4242
                "zf2"
4243
            ],
4244
            "time": "2017-05-17T17:00:12+00:00"
4245
        },
4246
        {
4247
            "name": "zendframework/zend-json",
4248
            "version": "3.0.0",
4249
            "source": {
4250
                "type": "git",
4251
                "url": "https://github.com/zendframework/zend-json.git",
4252
                "reference": "f42a1588e75c2a3e338cd94c37906231e616daab"
4253
            },
4254
            "dist": {
4255
                "type": "zip",
4256
                "url": "https://api.github.com/repos/zendframework/zend-json/zipball/f42a1588e75c2a3e338cd94c37906231e616daab",
4257
                "reference": "f42a1588e75c2a3e338cd94c37906231e616daab",
4258
                "shasum": ""
4259
            },
4260
            "require": {
4261
                "php": "^5.5 || ^7.0"
4262
            },
4263
            "require-dev": {
4264
                "phpunit/phpunit": "~4.0",
4265
                "squizlabs/php_codesniffer": "^2.3",
4266
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
4267
            },
4268
            "suggest": {
4269
                "zendframework/zend-json-server": "For implementing JSON-RPC servers",
4270
                "zendframework/zend-xml2json": "For converting XML documents to JSON"
4271
            },
4272
            "type": "library",
4273
            "extra": {
4274
                "branch-alias": {
4275
                    "dev-master": "3.0-dev",
4276
                    "dev-develop": "3.1-dev"
4277
                }
4278
            },
4279
            "autoload": {
4280
                "psr-4": {
4281
                    "Zend\\Json\\": "src/"
4282
                }
4283
            },
4284
            "notification-url": "https://packagist.org/downloads/",
4285
            "license": [
4286
                "BSD-3-Clause"
4287
            ],
4288
            "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP",
4289
            "homepage": "https://github.com/zendframework/zend-json",
4290
            "keywords": [
4291
                "json",
4292
                "zf2"
4293
            ],
4294
            "time": "2016-04-01T02:34:00+00:00"
4295
        },
4296
        {
4297
            "name": "zendframework/zend-serializer",
4298
            "version": "2.8.0",
4299
            "source": {
4300
                "type": "git",
4301
                "url": "https://github.com/zendframework/zend-serializer.git",
4302
                "reference": "ff74ea020f5f90866eb28365327e9bc765a61a6e"
4303
            },
4304
            "dist": {
4305
                "type": "zip",
4306
                "url": "https://api.github.com/repos/zendframework/zend-serializer/zipball/ff74ea020f5f90866eb28365327e9bc765a61a6e",
4307
                "reference": "ff74ea020f5f90866eb28365327e9bc765a61a6e",
4308
                "shasum": ""
4309
            },
4310
            "require": {
4311
                "php": "^5.6 || ^7.0",
4312
                "zendframework/zend-json": "^2.5 || ^3.0",
4313
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
4314
            },
4315
            "require-dev": {
4316
                "phpunit/phpunit": "^4.5",
4317
                "squizlabs/php_codesniffer": "^2.3.1",
4318
                "zendframework/zend-math": "^2.6",
4319
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
4320
            },
4321
            "suggest": {
4322
                "zendframework/zend-math": "(^2.6 || ^3.0) To support Python Pickle serialization",
4323
                "zendframework/zend-servicemanager": "(^2.7.5 || ^3.0.3) To support plugin manager support"
4324
            },
4325
            "type": "library",
4326
            "extra": {
4327
                "branch-alias": {
4328
                    "dev-master": "2.8-dev",
4329
                    "dev-develop": "2.9-dev"
4330
                },
4331
                "zf": {
4332
                    "component": "Zend\\Serializer",
4333
                    "config-provider": "Zend\\Serializer\\ConfigProvider"
4334
                }
4335
            },
4336
            "autoload": {
4337
                "psr-4": {
4338
                    "Zend\\Serializer\\": "src/"
4339
                }
4340
            },
4341
            "notification-url": "https://packagist.org/downloads/",
4342
            "license": [
4343
                "BSD-3-Clause"
4344
            ],
4345
            "description": "provides an adapter based interface to simply generate storable representation of PHP types by different facilities, and recover",
4346
            "homepage": "https://github.com/zendframework/zend-serializer",
4347
            "keywords": [
4348
                "serializer",
4349
                "zf2"
4350
            ],
4351
            "time": "2016-06-21T17:01:55+00:00"
4352
        },
4353
        {
4354
            "name": "zendframework/zend-servicemanager",
4355
            "version": "2.7.8",
4356
            "source": {
4357
                "type": "git",
4358
                "url": "https://github.com/zendframework/zend-servicemanager.git",
4359
                "reference": "2ae3b6e4978ec2e9ff52352e661946714ed989f9"
4360
            },
4361
            "dist": {
4362
                "type": "zip",
4363
                "url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/2ae3b6e4978ec2e9ff52352e661946714ed989f9",
4364
                "reference": "2ae3b6e4978ec2e9ff52352e661946714ed989f9",
4365
                "shasum": ""
4366
            },
4367
            "require": {
4368
                "container-interop/container-interop": "~1.0",
4369
                "php": "^5.5 || ^7.0"
4370
            },
4371
            "require-dev": {
4372
                "athletic/athletic": "dev-master",
4373
                "fabpot/php-cs-fixer": "1.7.*",
4374
                "phpunit/phpunit": "~4.0",
4375
                "zendframework/zend-di": "~2.5",
4376
                "zendframework/zend-mvc": "~2.5"
4377
            },
4378
            "suggest": {
4379
                "ocramius/proxy-manager": "ProxyManager 0.5.* to handle lazy initialization of services",
4380
                "zendframework/zend-di": "Zend\\Di component"
4381
            },
4382
            "type": "library",
4383
            "extra": {
4384
                "branch-alias": {
4385
                    "dev-master": "2.7-dev",
4386
                    "dev-develop": "3.0-dev"
4387
                }
4388
            },
4389
            "autoload": {
4390
                "psr-4": {
4391
                    "Zend\\ServiceManager\\": "src/"
4392
                }
4393
            },
4394
            "notification-url": "https://packagist.org/downloads/",
4395
            "license": [
4396
                "BSD-3-Clause"
4397
            ],
4398
            "homepage": "https://github.com/zendframework/zend-servicemanager",
4399
            "keywords": [
4400
                "servicemanager",
4401
                "zf2"
4402
            ],
4403
            "time": "2016-12-19T19:14:29+00:00"
4404
        },
4405
        {
4406
            "name": "zendframework/zend-stdlib",
4407
            "version": "2.7.7",
4408
            "source": {
4409
                "type": "git",
4410
                "url": "https://github.com/zendframework/zend-stdlib.git",
4411
                "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f"
4412
            },
4413
            "dist": {
4414
                "type": "zip",
4415
                "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/0e44eb46788f65e09e077eb7f44d2659143bcc1f",
4416
                "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f",
4417
                "shasum": ""
4418
            },
4419
            "require": {
4420
                "php": "^5.5 || ^7.0",
4421
                "zendframework/zend-hydrator": "~1.1"
4422
            },
4423
            "require-dev": {
4424
                "athletic/athletic": "~0.1",
4425
                "fabpot/php-cs-fixer": "1.7.*",
4426
                "phpunit/phpunit": "~4.0",
4427
                "zendframework/zend-config": "~2.5",
4428
                "zendframework/zend-eventmanager": "~2.5",
4429
                "zendframework/zend-filter": "~2.5",
4430
                "zendframework/zend-inputfilter": "~2.5",
4431
                "zendframework/zend-serializer": "~2.5",
4432
                "zendframework/zend-servicemanager": "~2.5"
4433
            },
4434
            "suggest": {
4435
                "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
4436
                "zendframework/zend-filter": "To support naming strategy hydrator usage",
4437
                "zendframework/zend-serializer": "Zend\\Serializer component",
4438
                "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
4439
            },
4440
            "type": "library",
4441
            "extra": {
4442
                "branch-alias": {
4443
                    "dev-release-2.7": "2.7-dev",
4444
                    "dev-master": "3.0-dev",
4445
                    "dev-develop": "3.1-dev"
4446
                }
4447
            },
4448
            "autoload": {
4449
                "psr-4": {
4450
                    "Zend\\Stdlib\\": "src/"
4451
                }
4452
            },
4453
            "notification-url": "https://packagist.org/downloads/",
4454
            "license": [
4455
                "BSD-3-Clause"
4456
            ],
4457
            "homepage": "https://github.com/zendframework/zend-stdlib",
4458
            "keywords": [
4459
                "stdlib",
4460
                "zf2"
4461
            ],
4462
            "time": "2016-04-12T21:17:31+00:00"
4463
        },
4464
        {
4465
            "name": "zetacomponents/base",
4466
            "version": "1.9",
4467
            "source": {
4468
                "type": "git",
4469
                "url": "https://github.com/zetacomponents/Base.git",
4470
                "reference": "f20df24e8de3e48b6b69b2503f917e457281e687"
4471
            },
4472
            "dist": {
4473
                "type": "zip",
4474
                "url": "https://api.github.com/repos/zetacomponents/Base/zipball/f20df24e8de3e48b6b69b2503f917e457281e687",
4475
                "reference": "f20df24e8de3e48b6b69b2503f917e457281e687",
4476
                "shasum": ""
4477
            },
4478
            "require-dev": {
4479
                "zetacomponents/unit-test": "*"
4480
            },
4481
            "type": "library",
4482
            "autoload": {
4483
                "classmap": [
4484
                    "src"
4485
                ]
4486
            },
4487
            "notification-url": "https://packagist.org/downloads/",
4488
            "license": [
4489
                "Apache-2.0"
4490
            ],
4491
            "authors": [
4492
                {
4493
                    "name": "Sergey Alexeev"
4494
                },
4495
                {
4496
                    "name": "Sebastian Bergmann"
4497
                },
4498
                {
4499
                    "name": "Jan Borsodi"
4500
                },
4501
                {
4502
                    "name": "Raymond Bosman"
4503
                },
4504
                {
4505
                    "name": "Frederik Holljen"
4506
                },
4507
                {
4508
                    "name": "Kore Nordmann"
4509
                },
4510
                {
4511
                    "name": "Derick Rethans"
4512
                },
4513
                {
4514
                    "name": "Vadym Savchuk"
4515
                },
4516
                {
4517
                    "name": "Tobias Schlitt"
4518
                },
4519
                {
4520
                    "name": "Alexandru Stanoi"
4521
                }
4522
            ],
4523
            "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.",
4524
            "homepage": "https://github.com/zetacomponents",
4525
            "time": "2014-09-19T03:28:34+00:00"
4526
        },
4527
        {
4528
            "name": "zetacomponents/document",
4529
            "version": "1.3.1",
4530
            "source": {
4531
                "type": "git",
4532
                "url": "https://github.com/zetacomponents/Document.git",
4533
                "reference": "688abfde573cf3fe0730f82538fbd7aa9fc95bc8"
4534
            },
4535
            "dist": {
4536
                "type": "zip",
4537
                "url": "https://api.github.com/repos/zetacomponents/Document/zipball/688abfde573cf3fe0730f82538fbd7aa9fc95bc8",
4538
                "reference": "688abfde573cf3fe0730f82538fbd7aa9fc95bc8",
4539
                "shasum": ""
4540
            },
4541
            "require": {
4542
                "zetacomponents/base": "*"
4543
            },
4544
            "require-dev": {
4545
                "zetacomponents/unit-test": "dev-master"
4546
            },
4547
            "type": "library",
4548
            "autoload": {
4549
                "classmap": [
4550
                    "src"
4551
                ]
4552
            },
4553
            "notification-url": "https://packagist.org/downloads/",
4554
            "license": [
4555
                "Apache-2.0"
4556
            ],
4557
            "authors": [
4558
                {
4559
                    "name": "Sebastian Bergmann"
4560
                },
4561
                {
4562
                    "name": "Kore Nordmann"
4563
                },
4564
                {
4565
                    "name": "Derick Rethans"
4566
                },
4567
                {
4568
                    "name": "Tobias Schlitt"
4569
                },
4570
                {
4571
                    "name": "Alexandru Stanoi"
4572
                }
4573
            ],
4574
            "description": "The Document components provides a general conversion framework for different semantic document markup languages like XHTML, Docbook, RST and similar.",
4575
            "homepage": "https://github.com/zetacomponents",
4576
            "time": "2013-12-19T11:40:00+00:00"
4577
        }
4578
    ],
4579
    "aliases": [],
4580
    "minimum-stability": "stable",
4581
    "stability-flags": [],
4582
    "prefer-stable": false,
4583
    "prefer-lowest": false,
4584
    "platform": {
4585
        "php": "^5.6 || ^7.0",
4586
        "ext-json": "^1.2",
4587
        "ext-pcre": "0.0.0.* || ^7.0",
4588
        "ext-mbstring": "0.0.0.* || ^7.0",
4589
        "ext-spl": "0.2.* || ^7.0"
4590
    },
4591
    "platform-dev": []
4592
}
4593