Issues (6)

Security Analysis    no request data  

This project does not seem to handle request data directly as such no vulnerable execution paths were found.

  Cross-Site Scripting
Cross-Site Scripting enables an attacker to inject code into the response of a web-request that is viewed by other users. It can for example be used to bypass access controls, or even to take over other users' accounts.
  File Exposure
File Exposure allows an attacker to gain access to local files that he should not be able to access. These files can for example include database credentials, or other configuration files.
  File Manipulation
File Manipulation enables an attacker to write custom data to files. This potentially leads to injection of arbitrary code on the server.
  Object Injection
Object Injection enables an attacker to inject an object into PHP code, and can lead to arbitrary code execution, file exposure, or file manipulation attacks.
  Code Injection
Code Injection enables an attacker to execute arbitrary code on the server.
  Response Splitting
Response Splitting can be used to send arbitrary responses.
  File Inclusion
File Inclusion enables an attacker to inject custom files into PHP's file loading mechanism, either explicitly passed to include, or for example via PHP's auto-loading mechanism.
  Command Injection
Command Injection enables an attacker to inject a shell command that is execute with the privileges of the web-server. This can be used to expose sensitive data, or gain access of your server.
  SQL Injection
SQL Injection enables an attacker to execute arbitrary SQL code on your database server gaining access to user data, or manipulating user data.
  XPath Injection
XPath Injection enables an attacker to modify the parts of XML document that are read. If that XML document is for example used for authentication, this can lead to further vulnerabilities similar to SQL Injection.
  LDAP Injection
LDAP Injection enables an attacker to inject LDAP statements potentially granting permission to run unauthorized queries, or modify content inside the LDAP tree.
  Header Injection
  Other Vulnerability
This category comprises other attack vectors such as manipulating the PHP runtime, loading custom extensions, freezing the runtime, or similar.
  Regex Injection
Regex Injection enables an attacker to execute arbitrary code in your PHP process.
  XML Injection
XML Injection enables an attacker to read files on your local filesystem including configuration files, or can be abused to freeze your web-server process.
  Variable Injection
Variable Injection enables an attacker to overwrite program variables with custom data, and can lead to further vulnerabilities.
Unfortunately, the security analysis is currently not available for your project. If you are a non-commercial open-source project, please contact support to gain access.

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