Issues (3)

Security Analysis    not enabled

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)

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": "9f7e170c68c8b85b844925766e9b461c",
8
    "packages": [
9
        {
10
            "name": "bower-asset/bootstrap",
11
            "version": "v3.3.7",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/twbs/bootstrap.git",
15
                "reference": "0b9c4a4007c44201dce9a6cc1a38407005c26c86"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/twbs/bootstrap/zipball/0b9c4a4007c44201dce9a6cc1a38407005c26c86",
20
                "reference": "0b9c4a4007c44201dce9a6cc1a38407005c26c86",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "bower-asset/jquery": ">=1.9.1,<4.0"
25
            },
26
            "type": "bower-asset-library",
27
            "extra": {
28
                "bower-asset-main": [
29
                    "less/bootstrap.less",
30
                    "dist/js/bootstrap.js"
31
                ],
32
                "bower-asset-ignore": [
33
                    "/.*",
34
                    "_config.yml",
35
                    "CNAME",
36
                    "composer.json",
37
                    "CONTRIBUTING.md",
38
                    "docs",
39
                    "js/tests",
40
                    "test-infra"
41
                ]
42
            },
43
            "license": [
44
                "MIT"
45
            ],
46
            "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
47
            "keywords": [
48
                "css",
49
                "framework",
50
                "front-end",
51
                "js",
52
                "less",
53
                "mobile-first",
54
                "responsive",
55
                "web"
56
            ]
57
        },
58
        {
59
            "name": "bower-asset/jquery",
60
            "version": "2.2.4",
61
            "source": {
62
                "type": "git",
63
                "url": "https://github.com/jquery/jquery-dist.git",
64
                "reference": "c0185ab7c75aab88762c5aae780b9d83b80eda72"
65
            },
66
            "dist": {
67
                "type": "zip",
68
                "url": "https://api.github.com/repos/jquery/jquery-dist/zipball/c0185ab7c75aab88762c5aae780b9d83b80eda72",
69
                "reference": "c0185ab7c75aab88762c5aae780b9d83b80eda72",
70
                "shasum": ""
71
            },
72
            "type": "bower-asset-library",
73
            "extra": {
74
                "bower-asset-main": "dist/jquery.js",
75
                "bower-asset-ignore": [
76
                    "package.json"
77
                ]
78
            },
79
            "license": [
80
                "MIT"
81
            ],
82
            "keywords": [
83
                "browser",
84
                "javascript",
85
                "jquery",
86
                "library"
87
            ]
88
        },
89
        {
90
            "name": "bower-asset/jquery.inputmask",
91
            "version": "3.3.7",
92
            "source": {
93
                "type": "git",
94
                "url": "https://github.com/RobinHerbots/jquery.inputmask.git",
95
                "reference": "9835731cb78cac749734d94a1cb5bd70da4d3b10"
96
            },
97
            "dist": {
98
                "type": "zip",
99
                "url": "https://api.github.com/repos/RobinHerbots/jquery.inputmask/zipball/9835731cb78cac749734d94a1cb5bd70da4d3b10",
100
                "reference": "9835731cb78cac749734d94a1cb5bd70da4d3b10",
101
                "shasum": ""
102
            },
103
            "require": {
104
                "bower-asset/jquery": ">=1.7"
105
            },
106
            "type": "bower-asset-library",
107
            "extra": {
108
                "bower-asset-main": [
109
                    "./dist/inputmask/inputmask.js",
110
                    "./dist/inputmask/inputmask.extensions.js",
111
                    "./dist/inputmask/inputmask.date.extensions.js",
112
                    "./dist/inputmask/inputmask.numeric.extensions.js",
113
                    "./dist/inputmask/inputmask.phone.extensions.js",
114
                    "./dist/inputmask/jquery.inputmask.js",
115
                    "./dist/inputmask/global/document.js",
116
                    "./dist/inputmask/global/window.js",
117
                    "./dist/inputmask/phone-codes/phone.js",
118
                    "./dist/inputmask/phone-codes/phone-be.js",
119
                    "./dist/inputmask/phone-codes/phone-nl.js",
120
                    "./dist/inputmask/phone-codes/phone-ru.js",
121
                    "./dist/inputmask/phone-codes/phone-uk.js",
122
                    "./dist/inputmask/dependencyLibs/inputmask.dependencyLib.jqlite.js",
123
                    "./dist/inputmask/dependencyLibs/inputmask.dependencyLib.jquery.js",
124
                    "./dist/inputmask/dependencyLibs/inputmask.dependencyLib.js",
125
                    "./dist/inputmask/bindings/inputmask.binding.js"
126
                ],
127
                "bower-asset-ignore": [
128
                    "**/*",
129
                    "!dist/*",
130
                    "!dist/inputmask/*",
131
                    "!dist/min/*",
132
                    "!dist/min/inputmask/*"
133
                ]
134
            },
135
            "license": [
136
                "http://opensource.org/licenses/mit-license.php"
137
            ],
138
            "description": "Inputmask is a javascript library which creates an input mask.  Inputmask can run against vanilla javascript, jQuery and jqlite.",
139
            "keywords": [
140
                "form",
141
                "input",
142
                "inputmask",
143
                "jquery",
144
                "mask",
145
                "plugins"
146
            ]
147
        },
148
        {
149
            "name": "bower-asset/punycode",
150
            "version": "v1.3.2",
151
            "source": {
152
                "type": "git",
153
                "url": "https://github.com/bestiejs/punycode.js.git",
154
                "reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3"
155
            },
156
            "dist": {
157
                "type": "zip",
158
                "url": "https://api.github.com/repos/bestiejs/punycode.js/zipball/38c8d3131a82567bfef18da09f7f4db68c84f8a3",
159
                "reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3",
160
                "shasum": ""
161
            },
162
            "type": "bower-asset-library",
163
            "extra": {
164
                "bower-asset-main": "punycode.js",
165
                "bower-asset-ignore": [
166
                    "coverage",
167
                    "tests",
168
                    ".*",
169
                    "component.json",
170
                    "Gruntfile.js",
171
                    "node_modules",
172
                    "package.json"
173
                ]
174
            }
175
        },
176
        {
177
            "name": "bower-asset/yii2-pjax",
178
            "version": "v2.0.6",
179
            "source": {
180
                "type": "git",
181
                "url": "https://github.com/yiisoft/jquery-pjax.git",
182
                "reference": "60728da6ade5879e807a49ce59ef9a72039b8978"
183
            },
184
            "dist": {
185
                "type": "zip",
186
                "url": "https://api.github.com/repos/yiisoft/jquery-pjax/zipball/60728da6ade5879e807a49ce59ef9a72039b8978",
187
                "reference": "60728da6ade5879e807a49ce59ef9a72039b8978",
188
                "shasum": ""
189
            },
190
            "require": {
191
                "bower-asset/jquery": ">=1.8"
192
            },
193
            "type": "bower-asset-library",
194
            "extra": {
195
                "bower-asset-main": "./jquery.pjax.js",
196
                "bower-asset-ignore": [
197
                    ".travis.yml",
198
                    "Gemfile",
199
                    "Gemfile.lock",
200
                    "CONTRIBUTING.md",
201
                    "vendor/",
202
                    "script/",
203
                    "test/"
204
                ]
205
            },
206
            "license": [
207
                "MIT"
208
            ]
209
        },
210
        {
211
            "name": "box/spout",
212
            "version": "v2.7.2",
213
            "source": {
214
                "type": "git",
215
                "url": "https://github.com/box/spout.git",
216
                "reference": "4a65466b6135d2aa28dd3bc52785a5e999f95fe8"
217
            },
218
            "dist": {
219
                "type": "zip",
220
                "url": "https://api.github.com/repos/box/spout/zipball/4a65466b6135d2aa28dd3bc52785a5e999f95fe8",
221
                "reference": "4a65466b6135d2aa28dd3bc52785a5e999f95fe8",
222
                "shasum": ""
223
            },
224
            "require": {
225
                "ext-simplexml": "*",
226
                "ext-xmlreader": "*",
227
                "ext-zip": "*",
228
                "php": ">=5.4.0"
229
            },
230
            "require-dev": {
231
                "phpunit/phpunit": "^4.8.0"
232
            },
233
            "suggest": {
234
                "ext-iconv": "To handle non UTF-8 CSV files (if \"php-intl\" is not already installed or is too limited)",
235
                "ext-intl": "To handle non UTF-8 CSV files (if \"iconv\" is not already installed)"
236
            },
237
            "type": "library",
238
            "extra": {
239
                "branch-alias": {
240
                    "dev-master": "2.8.x-dev"
241
                }
242
            },
243
            "autoload": {
244
                "psr-4": {
245
                    "Box\\Spout\\": "src/Spout"
246
                }
247
            },
248
            "notification-url": "https://packagist.org/downloads/",
249
            "license": [
250
                "Apache-2.0"
251
            ],
252
            "authors": [
253
                {
254
                    "name": "Adrien Loison",
255
                    "email": "[email protected]"
256
                }
257
            ],
258
            "description": "PHP Library to read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way",
259
            "homepage": "https://www.github.com/box/spout",
260
            "keywords": [
261
                "OOXML",
262
                "csv",
263
                "excel",
264
                "memory",
265
                "odf",
266
                "ods",
267
                "office",
268
                "open",
269
                "php",
270
                "read",
271
                "scale",
272
                "spreadsheet",
273
                "stream",
274
                "write",
275
                "xlsx"
276
            ],
277
            "time": "2017-03-28T13:07:48+00:00"
278
        },
279
        {
280
            "name": "cebe/markdown",
281
            "version": "1.1.2",
282
            "source": {
283
                "type": "git",
284
                "url": "https://github.com/cebe/markdown.git",
285
                "reference": "25b28bae8a6f185b5030673af77b32e1163d5c6e"
286
            },
287
            "dist": {
288
                "type": "zip",
289
                "url": "https://api.github.com/repos/cebe/markdown/zipball/25b28bae8a6f185b5030673af77b32e1163d5c6e",
290
                "reference": "25b28bae8a6f185b5030673af77b32e1163d5c6e",
291
                "shasum": ""
292
            },
293
            "require": {
294
                "lib-pcre": "*",
295
                "php": ">=5.4.0"
296
            },
297
            "require-dev": {
298
                "cebe/indent": "*",
299
                "facebook/xhprof": "*@dev",
300
                "phpunit/phpunit": "4.1.*"
301
            },
302
            "bin": [
303
                "bin/markdown"
304
            ],
305
            "type": "library",
306
            "extra": {
307
                "branch-alias": {
308
                    "dev-master": "1.1.x-dev"
309
                }
310
            },
311
            "autoload": {
312
                "psr-4": {
313
                    "cebe\\markdown\\": ""
314
                }
315
            },
316
            "notification-url": "https://packagist.org/downloads/",
317
            "license": [
318
                "MIT"
319
            ],
320
            "authors": [
321
                {
322
                    "name": "Carsten Brandt",
323
                    "email": "[email protected]",
324
                    "homepage": "http://cebe.cc/",
325
                    "role": "Creator"
326
                }
327
            ],
328
            "description": "A super fast, highly extensible markdown parser for PHP",
329
            "homepage": "https://github.com/cebe/markdown#readme",
330
            "keywords": [
331
                "extensible",
332
                "fast",
333
                "gfm",
334
                "markdown",
335
                "markdown-extra"
336
            ],
337
            "time": "2017-07-16T21:13:23+00:00"
338
        },
339
        {
340
            "name": "ezyang/htmlpurifier",
341
            "version": "v4.9.3",
342
            "source": {
343
                "type": "git",
344
                "url": "https://github.com/ezyang/htmlpurifier.git",
345
                "reference": "95e1bae3182efc0f3422896a3236e991049dac69"
346
            },
347
            "dist": {
348
                "type": "zip",
349
                "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/95e1bae3182efc0f3422896a3236e991049dac69",
350
                "reference": "95e1bae3182efc0f3422896a3236e991049dac69",
351
                "shasum": ""
352
            },
353
            "require": {
354
                "php": ">=5.2"
355
            },
356
            "require-dev": {
357
                "simpletest/simpletest": "^1.1"
358
            },
359
            "type": "library",
360
            "autoload": {
361
                "psr-0": {
362
                    "HTMLPurifier": "library/"
363
                },
364
                "files": [
365
                    "library/HTMLPurifier.composer.php"
366
                ]
367
            },
368
            "notification-url": "https://packagist.org/downloads/",
369
            "license": [
370
                "LGPL"
371
            ],
372
            "authors": [
373
                {
374
                    "name": "Edward Z. Yang",
375
                    "email": "[email protected]",
376
                    "homepage": "http://ezyang.com"
377
                }
378
            ],
379
            "description": "Standards compliant HTML filter written in PHP",
380
            "homepage": "http://htmlpurifier.org/",
381
            "keywords": [
382
                "html"
383
            ],
384
            "time": "2017-06-03T02:28:16+00:00"
385
        },
386
        {
387
            "name": "yiisoft/yii2",
0 ignored issues
show
388
            "version": "2.0.12",
389
            "source": {
390
                "type": "git",
391
                "url": "https://github.com/yiisoft/yii2-framework.git",
392
                "reference": "70acbecc75cb26b6cd66d16be0b06e4b73db190d"
393
            },
394
            "dist": {
395
                "type": "zip",
396
                "url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/70acbecc75cb26b6cd66d16be0b06e4b73db190d",
397
                "reference": "70acbecc75cb26b6cd66d16be0b06e4b73db190d",
398
                "shasum": ""
399
            },
400
            "require": {
401
                "bower-asset/jquery": "2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable",
402
                "bower-asset/jquery.inputmask": "~3.2.2 | ~3.3.5",
403
                "bower-asset/punycode": "1.3.*",
404
                "bower-asset/yii2-pjax": "~2.0.1",
405
                "cebe/markdown": "~1.0.0 | ~1.1.0",
406
                "ext-ctype": "*",
407
                "ext-mbstring": "*",
408
                "ezyang/htmlpurifier": "~4.6",
409
                "lib-pcre": "*",
410
                "php": ">=5.4.0",
411
                "yiisoft/yii2-composer": "~2.0.4"
412
            },
413
            "bin": [
414
                "yii"
415
            ],
416
            "type": "library",
417
            "extra": {
418
                "branch-alias": {
419
                    "dev-master": "2.0.x-dev"
420
                }
421
            },
422
            "autoload": {
423
                "psr-4": {
424
                    "yii\\": ""
425
                }
426
            },
427
            "notification-url": "https://packagist.org/downloads/",
428
            "license": [
429
                "BSD-3-Clause"
430
            ],
431
            "authors": [
432
                {
433
                    "name": "Qiang Xue",
434
                    "email": "[email protected]",
435
                    "homepage": "http://www.yiiframework.com/",
436
                    "role": "Founder and project lead"
437
                },
438
                {
439
                    "name": "Alexander Makarov",
440
                    "email": "[email protected]",
441
                    "homepage": "http://rmcreative.ru/",
442
                    "role": "Core framework development"
443
                },
444
                {
445
                    "name": "Maurizio Domba",
446
                    "homepage": "http://mdomba.info/",
447
                    "role": "Core framework development"
448
                },
449
                {
450
                    "name": "Carsten Brandt",
451
                    "email": "[email protected]",
452
                    "homepage": "http://cebe.cc/",
453
                    "role": "Core framework development"
454
                },
455
                {
456
                    "name": "Timur Ruziev",
457
                    "email": "[email protected]",
458
                    "homepage": "http://resurtm.com/",
459
                    "role": "Core framework development"
460
                },
461
                {
462
                    "name": "Paul Klimov",
463
                    "email": "[email protected]",
464
                    "role": "Core framework development"
465
                },
466
                {
467
                    "name": "Dmitry Naumenko",
468
                    "email": "[email protected]",
469
                    "role": "Core framework development"
470
                },
471
                {
472
                    "name": "Boudewijn Vahrmeijer",
473
                    "email": "[email protected]",
474
                    "homepage": "http://dynasource.eu",
475
                    "role": "Core framework development"
476
                }
477
            ],
478
            "description": "Yii PHP Framework Version 2",
479
            "homepage": "http://www.yiiframework.com/",
480
            "keywords": [
481
                "framework",
482
                "yii2"
483
            ],
484
            "time": "2017-06-05T14:33:41+00:00"
485
        },
486
        {
487
            "name": "yiisoft/yii2-bootstrap",
488
            "version": "2.0.6",
489
            "source": {
490
                "type": "git",
491
                "url": "https://github.com/yiisoft/yii2-bootstrap.git",
492
                "reference": "3fd2b8c950cce79d60e9702d6bcb24eb3c80f6c5"
493
            },
494
            "dist": {
495
                "type": "zip",
496
                "url": "https://api.github.com/repos/yiisoft/yii2-bootstrap/zipball/3fd2b8c950cce79d60e9702d6bcb24eb3c80f6c5",
497
                "reference": "3fd2b8c950cce79d60e9702d6bcb24eb3c80f6c5",
498
                "shasum": ""
499
            },
500
            "require": {
501
                "bower-asset/bootstrap": "3.3.* | 3.2.* | 3.1.*",
502
                "yiisoft/yii2": ">=2.0.6"
503
            },
504
            "type": "yii2-extension",
505
            "extra": {
506
                "branch-alias": {
507
                    "dev-master": "2.0.x-dev"
508
                },
509
                "asset-installer-paths": {
510
                    "npm-asset-library": "vendor/npm",
511
                    "bower-asset-library": "vendor/bower"
512
                }
513
            },
514
            "autoload": {
515
                "psr-4": {
516
                    "yii\\bootstrap\\": ""
517
                }
518
            },
519
            "notification-url": "https://packagist.org/downloads/",
520
            "license": [
521
                "BSD-3-Clause"
522
            ],
523
            "authors": [
524
                {
525
                    "name": "Qiang Xue",
526
                    "email": "[email protected]"
527
                }
528
            ],
529
            "description": "The Twitter Bootstrap extension for the Yii framework",
530
            "keywords": [
531
                "bootstrap",
532
                "yii2"
533
            ],
534
            "time": "2016-03-17T03:29:28+00:00"
535
        },
536
        {
537
            "name": "yiisoft/yii2-composer",
538
            "version": "2.0.5",
539
            "source": {
540
                "type": "git",
541
                "url": "https://github.com/yiisoft/yii2-composer.git",
542
                "reference": "3f4923c2bde6caf3f5b88cc22fdd5770f52f8df2"
543
            },
544
            "dist": {
545
                "type": "zip",
546
                "url": "https://api.github.com/repos/yiisoft/yii2-composer/zipball/3f4923c2bde6caf3f5b88cc22fdd5770f52f8df2",
547
                "reference": "3f4923c2bde6caf3f5b88cc22fdd5770f52f8df2",
548
                "shasum": ""
549
            },
550
            "require": {
551
                "composer-plugin-api": "^1.0"
552
            },
553
            "require-dev": {
554
                "composer/composer": "^1.0"
555
            },
556
            "type": "composer-plugin",
557
            "extra": {
558
                "class": "yii\\composer\\Plugin",
559
                "branch-alias": {
560
                    "dev-master": "2.0.x-dev"
561
                }
562
            },
563
            "autoload": {
564
                "psr-4": {
565
                    "yii\\composer\\": ""
566
                }
567
            },
568
            "notification-url": "https://packagist.org/downloads/",
569
            "license": [
570
                "BSD-3-Clause"
571
            ],
572
            "authors": [
573
                {
574
                    "name": "Qiang Xue",
575
                    "email": "[email protected]"
576
                }
577
            ],
578
            "description": "The composer plugin for Yii extension installer",
579
            "keywords": [
580
                "composer",
581
                "extension installer",
582
                "yii2"
583
            ],
584
            "time": "2016-12-20T13:26:02+00:00"
585
        }
586
    ],
587
    "packages-dev": [
588
        {
589
            "name": "2amigos/yii2-dosamigos-asset-bundle",
590
            "version": "0.1.0",
591
            "source": {
592
                "type": "git",
593
                "url": "https://github.com/2amigos/yii2-dosamigos-asset-bundle.git",
594
                "reference": "39316c82cf25a884b9037e758968e1323b4add33"
595
            },
596
            "dist": {
597
                "type": "zip",
598
                "url": "https://api.github.com/repos/2amigos/yii2-dosamigos-asset-bundle/zipball/39316c82cf25a884b9037e758968e1323b4add33",
599
                "reference": "39316c82cf25a884b9037e758968e1323b4add33",
600
                "shasum": ""
601
            },
602
            "require": {
603
                "yiisoft/yii2": "*"
604
            },
605
            "type": "yii2-extension",
606
            "autoload": {
607
                "psr-4": {
608
                    "dosamigos\\assets\\": ""
609
                }
610
            },
611
            "notification-url": "https://packagist.org/downloads/",
612
            "license": [
613
                "BSD-3-Clause"
614
            ],
615
            "authors": [
616
                {
617
                    "name": "Antonio Ramirez",
618
                    "email": "[email protected]",
619
                    "homepage": "http://2amigos.us"
620
                }
621
            ],
622
            "description": "2amigOS! Asset Bundle for Yii2.",
623
            "keywords": [
624
                "asset",
625
                "component",
626
                "extension",
627
                "yii"
628
            ],
629
            "time": "2014-09-01T13:43:36+00:00"
630
        },
631
        {
632
            "name": "2amigos/yii2-grid-view-library",
633
            "version": "1.0.5",
634
            "source": {
635
                "type": "git",
636
                "url": "https://github.com/2amigos/yii2-grid-view-library.git",
637
                "reference": "feabd590e7e97fb9b205c9a1506c8ec1ca40a0fe"
638
            },
639
            "dist": {
640
                "type": "zip",
641
                "url": "https://api.github.com/repos/2amigos/yii2-grid-view-library/zipball/feabd590e7e97fb9b205c9a1506c8ec1ca40a0fe",
642
                "reference": "feabd590e7e97fb9b205c9a1506c8ec1ca40a0fe",
643
                "shasum": ""
644
            },
645
            "require": {
646
                "2amigos/yii2-dosamigos-asset-bundle": "0.1.*",
647
                "bower-asset/jquery.floatthead": "^2.0",
648
                "bower-asset/store.js": "~1.3",
649
                "yiisoft/yii2": "~2.0.5"
650
            },
651
            "require-dev": {
652
                "2amigos/yii2-editable-widget": "~1.0",
653
                "friendsofphp/php-cs-fixer": "^2.0",
654
                "phpmd/phpmd": "@stable",
655
                "phpunit/phpunit": "~4.0",
656
                "squizlabs/php_codesniffer": "*"
657
            },
658
            "suggest": {
659
                "2amigos/yii2-editable-widget": "Required for the EditableColumn"
660
            },
661
            "type": "yii2-extension",
662
            "extra": {
663
                "branch-alias": {
664
                    "dev-master": "1.0-dev"
665
                }
666
            },
667
            "autoload": {
668
                "psr-4": {
669
                    "dosamigos\\grid\\": "src"
670
                }
671
            },
672
            "notification-url": "https://packagist.org/downloads/",
673
            "license": [
674
                "BSD-3-Clause"
675
            ],
676
            "authors": [
677
                {
678
                    "name": "Antonio Ramirez",
679
                    "email": "[email protected]",
680
                    "homepage": "http://2amigos.us"
681
                }
682
            ],
683
            "description": "GridView Widget Extensions for Yii2.",
684
            "keywords": [
685
                "extension",
686
                "grid",
687
                "widget",
688
                "yii"
689
            ],
690
            "time": "2017-07-27T13:03:45+00:00"
691
        },
692
        {
693
            "name": "bower-asset/jquery.floatthead",
694
            "version": "2.0.3",
695
            "source": {
696
                "type": "git",
697
                "url": "https://github.com/mkoryak/floatThead.git",
698
                "reference": "b1201f702994277b6b7a692692ffccad813cb26a"
699
            },
700
            "dist": {
701
                "type": "zip",
702
                "url": "https://api.github.com/repos/mkoryak/floatThead/zipball/b1201f702994277b6b7a692692ffccad813cb26a",
703
                "reference": "b1201f702994277b6b7a692692ffccad813cb26a",
704
                "shasum": ""
705
            },
706
            "require": {
707
                "bower-asset/jquery": ">=1.8.0"
708
            },
709
            "type": "bower-asset-library",
710
            "extra": {
711
                "bower-asset-main": [
712
                    "dist/jquery.floatThead.js",
713
                    "dist/jquery.floatThead.min.js"
714
                ],
715
                "bower-asset-ignore": [
716
                    "**/.*",
717
                    "node_modules",
718
                    "src",
719
                    "demo",
720
                    "package.json",
721
                    ".gitignore"
722
                ]
723
            },
724
            "license": [
725
                "MIT"
726
            ],
727
            "description": "Unobtrusively float any table's header without breaking styles or events",
728
            "keywords": [
729
                "fixed header",
730
                "float table header",
731
                "floatThead",
732
                "locked header",
733
                "scrolling table",
734
                "sticky header",
735
                "table",
736
                "table header"
737
            ]
738
        },
739
        {
740
            "name": "bower-asset/store.js",
741
            "version": "v1.3.20",
742
            "source": {
743
                "type": "git",
744
                "url": "https://github.com/marcuswestin/store.js.git",
745
                "reference": "15b925d60f817b359d2373b2331333d74ae7d97f"
746
            },
747
            "dist": {
748
                "type": "zip",
749
                "url": "https://api.github.com/repos/marcuswestin/store.js/zipball/15b925d60f817b359d2373b2331333d74ae7d97f",
750
                "reference": "15b925d60f817b359d2373b2331333d74ae7d97f",
751
                "shasum": ""
752
            },
753
            "type": "bower-asset-library",
754
            "extra": {
755
                "bower-asset-main": "store.js"
756
            },
757
            "description": "A localStorage wrapper for all browsers without using cookies or flash. Uses localStorage, globalStorage, and userData behavior under the hood"
758
        },
759
        {
760
            "name": "doctrine/annotations",
761
            "version": "v1.4.0",
762
            "source": {
763
                "type": "git",
764
                "url": "https://github.com/doctrine/annotations.git",
765
                "reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
766
            },
767
            "dist": {
768
                "type": "zip",
769
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
770
                "reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
771
                "shasum": ""
772
            },
773
            "require": {
774
                "doctrine/lexer": "1.*",
775
                "php": "^5.6 || ^7.0"
776
            },
777
            "require-dev": {
778
                "doctrine/cache": "1.*",
779
                "phpunit/phpunit": "^5.7"
780
            },
781
            "type": "library",
782
            "extra": {
783
                "branch-alias": {
784
                    "dev-master": "1.4.x-dev"
785
                }
786
            },
787
            "autoload": {
788
                "psr-4": {
789
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
790
                }
791
            },
792
            "notification-url": "https://packagist.org/downloads/",
793
            "license": [
794
                "MIT"
795
            ],
796
            "authors": [
797
                {
798
                    "name": "Roman Borschel",
799
                    "email": "[email protected]"
800
                },
801
                {
802
                    "name": "Benjamin Eberlei",
803
                    "email": "[email protected]"
804
                },
805
                {
806
                    "name": "Guilherme Blanco",
807
                    "email": "[email protected]"
808
                },
809
                {
810
                    "name": "Jonathan Wage",
811
                    "email": "[email protected]"
812
                },
813
                {
814
                    "name": "Johannes Schmitt",
815
                    "email": "[email protected]"
816
                }
817
            ],
818
            "description": "Docblock Annotations Parser",
819
            "homepage": "http://www.doctrine-project.org",
820
            "keywords": [
821
                "annotations",
822
                "docblock",
823
                "parser"
824
            ],
825
            "time": "2017-02-24T16:22:25+00:00"
826
        },
827
        {
828
            "name": "doctrine/instantiator",
829
            "version": "1.0.5",
830
            "source": {
831
                "type": "git",
832
                "url": "https://github.com/doctrine/instantiator.git",
833
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
834
            },
835
            "dist": {
836
                "type": "zip",
837
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
838
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
839
                "shasum": ""
840
            },
841
            "require": {
842
                "php": ">=5.3,<8.0-DEV"
843
            },
844
            "require-dev": {
845
                "athletic/athletic": "~0.1.8",
846
                "ext-pdo": "*",
847
                "ext-phar": "*",
848
                "phpunit/phpunit": "~4.0",
849
                "squizlabs/php_codesniffer": "~2.0"
850
            },
851
            "type": "library",
852
            "extra": {
853
                "branch-alias": {
854
                    "dev-master": "1.0.x-dev"
855
                }
856
            },
857
            "autoload": {
858
                "psr-4": {
859
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
860
                }
861
            },
862
            "notification-url": "https://packagist.org/downloads/",
863
            "license": [
864
                "MIT"
865
            ],
866
            "authors": [
867
                {
868
                    "name": "Marco Pivetta",
869
                    "email": "[email protected]",
870
                    "homepage": "http://ocramius.github.com/"
871
                }
872
            ],
873
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
874
            "homepage": "https://github.com/doctrine/instantiator",
875
            "keywords": [
876
                "constructor",
877
                "instantiate"
878
            ],
879
            "time": "2015-06-14T21:17:01+00:00"
880
        },
881
        {
882
            "name": "doctrine/lexer",
883
            "version": "v1.0.1",
884
            "source": {
885
                "type": "git",
886
                "url": "https://github.com/doctrine/lexer.git",
887
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
888
            },
889
            "dist": {
890
                "type": "zip",
891
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
892
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
893
                "shasum": ""
894
            },
895
            "require": {
896
                "php": ">=5.3.2"
897
            },
898
            "type": "library",
899
            "extra": {
900
                "branch-alias": {
901
                    "dev-master": "1.0.x-dev"
902
                }
903
            },
904
            "autoload": {
905
                "psr-0": {
906
                    "Doctrine\\Common\\Lexer\\": "lib/"
907
                }
908
            },
909
            "notification-url": "https://packagist.org/downloads/",
910
            "license": [
911
                "MIT"
912
            ],
913
            "authors": [
914
                {
915
                    "name": "Roman Borschel",
916
                    "email": "[email protected]"
917
                },
918
                {
919
                    "name": "Guilherme Blanco",
920
                    "email": "[email protected]"
921
                },
922
                {
923
                    "name": "Johannes Schmitt",
924
                    "email": "[email protected]"
925
                }
926
            ],
927
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
928
            "homepage": "http://www.doctrine-project.org",
929
            "keywords": [
930
                "lexer",
931
                "parser"
932
            ],
933
            "time": "2014-09-09T13:34:57+00:00"
934
        },
935
        {
936
            "name": "friendsofphp/php-cs-fixer",
937
            "version": "v2.4.0",
938
            "source": {
939
                "type": "git",
940
                "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
941
                "reference": "63661f3add3609e90e4ab8115113e189ae547bb4"
942
            },
943
            "dist": {
944
                "type": "zip",
945
                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/63661f3add3609e90e4ab8115113e189ae547bb4",
946
                "reference": "63661f3add3609e90e4ab8115113e189ae547bb4",
947
                "shasum": ""
948
            },
949
            "require": {
950
                "doctrine/annotations": "^1.2",
951
                "ext-json": "*",
952
                "ext-tokenizer": "*",
953
                "gecko-packages/gecko-php-unit": "^2.0",
954
                "php": "^5.6 || >=7.0 <7.2",
955
                "sebastian/diff": "^1.4",
956
                "symfony/console": "^3.0",
957
                "symfony/event-dispatcher": "^3.0",
958
                "symfony/filesystem": "^3.0",
959
                "symfony/finder": "^3.0",
960
                "symfony/options-resolver": "^3.0",
961
                "symfony/polyfill-php70": "^1.0",
962
                "symfony/polyfill-php72": "^1.4",
963
                "symfony/process": "^3.0",
964
                "symfony/stopwatch": "^3.0"
965
            },
966
            "conflict": {
967
                "hhvm": "*"
968
            },
969
            "require-dev": {
970
                "johnkary/phpunit-speedtrap": "^1.1",
971
                "justinrainbow/json-schema": "^5.0",
972
                "phpunit/phpunit": "^4.8.35 || ^5.4.3",
973
                "satooshi/php-coveralls": "^1.0",
974
                "symfony/phpunit-bridge": "^3.2.2"
975
            },
976
            "suggest": {
977
                "ext-mbstring": "For handling non-UTF8 characters in cache signature.",
978
                "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
979
            },
980
            "bin": [
981
                "php-cs-fixer"
982
            ],
983
            "type": "application",
984
            "extra": {
985
                "branch-alias": {
986
                    "dev-master": "2.4-dev"
987
                }
988
            },
989
            "autoload": {
990
                "psr-4": {
991
                    "PhpCsFixer\\": "src/"
992
                },
993
                "classmap": [
994
                    "tests/Test/Assert/AssertTokensTrait.php",
995
                    "tests/Test/AbstractFixerTestCase.php",
996
                    "tests/Test/AbstractIntegrationTestCase.php",
997
                    "tests/Test/IntegrationCase.php",
998
                    "tests/Test/IntegrationCaseFactory.php"
999
                ]
1000
            },
1001
            "notification-url": "https://packagist.org/downloads/",
1002
            "license": [
1003
                "MIT"
1004
            ],
1005
            "authors": [
1006
                {
1007
                    "name": "Dariusz Rumiński",
1008
                    "email": "[email protected]"
1009
                },
1010
                {
1011
                    "name": "Fabien Potencier",
1012
                    "email": "[email protected]"
1013
                }
1014
            ],
1015
            "description": "A tool to automatically fix PHP code style",
1016
            "time": "2017-07-18T15:35:40+00:00"
1017
        },
1018
        {
1019
            "name": "gecko-packages/gecko-php-unit",
1020
            "version": "v2.1",
1021
            "source": {
1022
                "type": "git",
1023
                "url": "https://github.com/GeckoPackages/GeckoPHPUnit.git",
1024
                "reference": "5b9e9622c7efd3b22655270b80c03f9e52878a6e"
1025
            },
1026
            "dist": {
1027
                "type": "zip",
1028
                "url": "https://api.github.com/repos/GeckoPackages/GeckoPHPUnit/zipball/5b9e9622c7efd3b22655270b80c03f9e52878a6e",
1029
                "reference": "5b9e9622c7efd3b22655270b80c03f9e52878a6e",
1030
                "shasum": ""
1031
            },
1032
            "require": {
1033
                "php": "^5.3.6 || ^7.0"
1034
            },
1035
            "require-dev": {
1036
                "phpunit/phpunit": "^4.8.35 || ^5.4.3"
1037
            },
1038
            "type": "library",
1039
            "autoload": {
1040
                "psr-4": {
1041
                    "GeckoPackages\\PHPUnit\\": "src\\PHPUnit"
1042
                }
1043
            },
1044
            "notification-url": "https://packagist.org/downloads/",
1045
            "license": [
1046
                "MIT"
1047
            ],
1048
            "description": "Additional PHPUnit tests.",
1049
            "homepage": "https://github.com/GeckoPackages",
1050
            "keywords": [
1051
                "extension",
1052
                "filesystem",
1053
                "phpunit"
1054
            ],
1055
            "time": "2017-06-20T11:22:48+00:00"
1056
        },
1057
        {
1058
            "name": "myclabs/deep-copy",
1059
            "version": "1.6.1",
1060
            "source": {
1061
                "type": "git",
1062
                "url": "https://github.com/myclabs/DeepCopy.git",
1063
                "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102"
1064
            },
1065
            "dist": {
1066
                "type": "zip",
1067
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/8e6e04167378abf1ddb4d3522d8755c5fd90d102",
1068
                "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102",
1069
                "shasum": ""
1070
            },
1071
            "require": {
1072
                "php": ">=5.4.0"
1073
            },
1074
            "require-dev": {
1075
                "doctrine/collections": "1.*",
1076
                "phpunit/phpunit": "~4.1"
1077
            },
1078
            "type": "library",
1079
            "autoload": {
1080
                "psr-4": {
1081
                    "DeepCopy\\": "src/DeepCopy/"
1082
                }
1083
            },
1084
            "notification-url": "https://packagist.org/downloads/",
1085
            "license": [
1086
                "MIT"
1087
            ],
1088
            "description": "Create deep copies (clones) of your objects",
1089
            "homepage": "https://github.com/myclabs/DeepCopy",
1090
            "keywords": [
1091
                "clone",
1092
                "copy",
1093
                "duplicate",
1094
                "object",
1095
                "object graph"
1096
            ],
1097
            "time": "2017-04-12T18:52:22+00:00"
1098
        },
1099
        {
1100
            "name": "paragonie/random_compat",
1101
            "version": "v2.0.10",
1102
            "source": {
1103
                "type": "git",
1104
                "url": "https://github.com/paragonie/random_compat.git",
1105
                "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d"
1106
            },
1107
            "dist": {
1108
                "type": "zip",
1109
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d",
1110
                "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d",
1111
                "shasum": ""
1112
            },
1113
            "require": {
1114
                "php": ">=5.2.0"
1115
            },
1116
            "require-dev": {
1117
                "phpunit/phpunit": "4.*|5.*"
1118
            },
1119
            "suggest": {
1120
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1121
            },
1122
            "type": "library",
1123
            "autoload": {
1124
                "files": [
1125
                    "lib/random.php"
1126
                ]
1127
            },
1128
            "notification-url": "https://packagist.org/downloads/",
1129
            "license": [
1130
                "MIT"
1131
            ],
1132
            "authors": [
1133
                {
1134
                    "name": "Paragon Initiative Enterprises",
1135
                    "email": "[email protected]",
1136
                    "homepage": "https://paragonie.com"
1137
                }
1138
            ],
1139
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1140
            "keywords": [
1141
                "csprng",
1142
                "pseudorandom",
1143
                "random"
1144
            ],
1145
            "time": "2017-03-13T16:27:32+00:00"
1146
        },
1147
        {
1148
            "name": "pdepend/pdepend",
1149
            "version": "2.5.0",
1150
            "source": {
1151
                "type": "git",
1152
                "url": "https://github.com/pdepend/pdepend.git",
1153
                "reference": "0c50874333149c0dad5a2877801aed148f2767ff"
1154
            },
1155
            "dist": {
1156
                "type": "zip",
1157
                "url": "https://api.github.com/repos/pdepend/pdepend/zipball/0c50874333149c0dad5a2877801aed148f2767ff",
1158
                "reference": "0c50874333149c0dad5a2877801aed148f2767ff",
1159
                "shasum": ""
1160
            },
1161
            "require": {
1162
                "php": ">=5.3.7",
1163
                "symfony/config": "^2.3.0|^3",
1164
                "symfony/dependency-injection": "^2.3.0|^3",
1165
                "symfony/filesystem": "^2.3.0|^3"
1166
            },
1167
            "require-dev": {
1168
                "phpunit/phpunit": "^4.4.0,<4.8",
1169
                "squizlabs/php_codesniffer": "^2.0.0"
1170
            },
1171
            "bin": [
1172
                "src/bin/pdepend"
1173
            ],
1174
            "type": "library",
1175
            "autoload": {
1176
                "psr-4": {
1177
                    "PDepend\\": "src/main/php/PDepend"
1178
                }
1179
            },
1180
            "notification-url": "https://packagist.org/downloads/",
1181
            "license": [
1182
                "BSD-3-Clause"
1183
            ],
1184
            "description": "Official version of pdepend to be handled with Composer",
1185
            "time": "2017-01-19T14:23:36+00:00"
1186
        },
1187
        {
1188
            "name": "phpdocumentor/reflection-common",
1189
            "version": "1.0",
1190
            "source": {
1191
                "type": "git",
1192
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
1193
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
1194
            },
1195
            "dist": {
1196
                "type": "zip",
1197
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
1198
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
1199
                "shasum": ""
1200
            },
1201
            "require": {
1202
                "php": ">=5.5"
1203
            },
1204
            "require-dev": {
1205
                "phpunit/phpunit": "^4.6"
1206
            },
1207
            "type": "library",
1208
            "extra": {
1209
                "branch-alias": {
1210
                    "dev-master": "1.0.x-dev"
1211
                }
1212
            },
1213
            "autoload": {
1214
                "psr-4": {
1215
                    "phpDocumentor\\Reflection\\": [
1216
                        "src"
1217
                    ]
1218
                }
1219
            },
1220
            "notification-url": "https://packagist.org/downloads/",
1221
            "license": [
1222
                "MIT"
1223
            ],
1224
            "authors": [
1225
                {
1226
                    "name": "Jaap van Otterdijk",
1227
                    "email": "[email protected]"
1228
                }
1229
            ],
1230
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
1231
            "homepage": "http://www.phpdoc.org",
1232
            "keywords": [
1233
                "FQSEN",
1234
                "phpDocumentor",
1235
                "phpdoc",
1236
                "reflection",
1237
                "static analysis"
1238
            ],
1239
            "time": "2015-12-27T11:43:31+00:00"
1240
        },
1241
        {
1242
            "name": "phpdocumentor/reflection-docblock",
1243
            "version": "3.2.0",
1244
            "source": {
1245
                "type": "git",
1246
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1247
                "reference": "46f7e8bb075036c92695b15a1ddb6971c751e585"
1248
            },
1249
            "dist": {
1250
                "type": "zip",
1251
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/46f7e8bb075036c92695b15a1ddb6971c751e585",
1252
                "reference": "46f7e8bb075036c92695b15a1ddb6971c751e585",
1253
                "shasum": ""
1254
            },
1255
            "require": {
1256
                "php": ">=5.5",
1257
                "phpdocumentor/reflection-common": "^1.0@dev",
1258
                "phpdocumentor/type-resolver": "^0.4.0",
1259
                "webmozart/assert": "^1.0"
1260
            },
1261
            "require-dev": {
1262
                "mockery/mockery": "^0.9.4",
1263
                "phpunit/phpunit": "^4.4"
1264
            },
1265
            "type": "library",
1266
            "autoload": {
1267
                "psr-4": {
1268
                    "phpDocumentor\\Reflection\\": [
1269
                        "src/"
1270
                    ]
1271
                }
1272
            },
1273
            "notification-url": "https://packagist.org/downloads/",
1274
            "license": [
1275
                "MIT"
1276
            ],
1277
            "authors": [
1278
                {
1279
                    "name": "Mike van Riel",
1280
                    "email": "[email protected]"
1281
                }
1282
            ],
1283
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
1284
            "time": "2017-07-15T11:38:20+00:00"
1285
        },
1286
        {
1287
            "name": "phpdocumentor/type-resolver",
1288
            "version": "0.4.0",
1289
            "source": {
1290
                "type": "git",
1291
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
1292
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
1293
            },
1294
            "dist": {
1295
                "type": "zip",
1296
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
1297
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
1298
                "shasum": ""
1299
            },
1300
            "require": {
1301
                "php": "^5.5 || ^7.0",
1302
                "phpdocumentor/reflection-common": "^1.0"
1303
            },
1304
            "require-dev": {
1305
                "mockery/mockery": "^0.9.4",
1306
                "phpunit/phpunit": "^5.2||^4.8.24"
1307
            },
1308
            "type": "library",
1309
            "extra": {
1310
                "branch-alias": {
1311
                    "dev-master": "1.0.x-dev"
1312
                }
1313
            },
1314
            "autoload": {
1315
                "psr-4": {
1316
                    "phpDocumentor\\Reflection\\": [
1317
                        "src/"
1318
                    ]
1319
                }
1320
            },
1321
            "notification-url": "https://packagist.org/downloads/",
1322
            "license": [
1323
                "MIT"
1324
            ],
1325
            "authors": [
1326
                {
1327
                    "name": "Mike van Riel",
1328
                    "email": "[email protected]"
1329
                }
1330
            ],
1331
            "time": "2017-07-14T14:27:02+00:00"
1332
        },
1333
        {
1334
            "name": "phpmd/phpmd",
1335
            "version": "2.6.0",
1336
            "source": {
1337
                "type": "git",
1338
                "url": "https://github.com/phpmd/phpmd.git",
1339
                "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374"
1340
            },
1341
            "dist": {
1342
                "type": "zip",
1343
                "url": "https://api.github.com/repos/phpmd/phpmd/zipball/4e9924b2c157a3eb64395460fcf56b31badc8374",
1344
                "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374",
1345
                "shasum": ""
1346
            },
1347
            "require": {
1348
                "ext-xml": "*",
1349
                "pdepend/pdepend": "^2.5",
1350
                "php": ">=5.3.9"
1351
            },
1352
            "require-dev": {
1353
                "phpunit/phpunit": "^4.0",
1354
                "squizlabs/php_codesniffer": "^2.0"
1355
            },
1356
            "bin": [
1357
                "src/bin/phpmd"
1358
            ],
1359
            "type": "project",
1360
            "autoload": {
1361
                "psr-0": {
1362
                    "PHPMD\\": "src/main/php"
1363
                }
1364
            },
1365
            "notification-url": "https://packagist.org/downloads/",
1366
            "license": [
1367
                "BSD-3-Clause"
1368
            ],
1369
            "authors": [
1370
                {
1371
                    "name": "Manuel Pichler",
1372
                    "email": "[email protected]",
1373
                    "homepage": "https://github.com/manuelpichler",
1374
                    "role": "Project Founder"
1375
                },
1376
                {
1377
                    "name": "Other contributors",
1378
                    "homepage": "https://github.com/phpmd/phpmd/graphs/contributors",
1379
                    "role": "Contributors"
1380
                },
1381
                {
1382
                    "name": "Marc Würth",
1383
                    "email": "[email protected]",
1384
                    "homepage": "https://github.com/ravage84",
1385
                    "role": "Project Maintainer"
1386
                }
1387
            ],
1388
            "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
1389
            "homepage": "http://phpmd.org/",
1390
            "keywords": [
1391
                "mess detection",
1392
                "mess detector",
1393
                "pdepend",
1394
                "phpmd",
1395
                "pmd"
1396
            ],
1397
            "time": "2017-01-20T14:41:10+00:00"
1398
        },
1399
        {
1400
            "name": "phpspec/prophecy",
1401
            "version": "v1.7.0",
1402
            "source": {
1403
                "type": "git",
1404
                "url": "https://github.com/phpspec/prophecy.git",
1405
                "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
1406
            },
1407
            "dist": {
1408
                "type": "zip",
1409
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
1410
                "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
1411
                "shasum": ""
1412
            },
1413
            "require": {
1414
                "doctrine/instantiator": "^1.0.2",
1415
                "php": "^5.3|^7.0",
1416
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
1417
                "sebastian/comparator": "^1.1|^2.0",
1418
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
1419
            },
1420
            "require-dev": {
1421
                "phpspec/phpspec": "^2.5|^3.2",
1422
                "phpunit/phpunit": "^4.8 || ^5.6.5"
1423
            },
1424
            "type": "library",
1425
            "extra": {
1426
                "branch-alias": {
1427
                    "dev-master": "1.6.x-dev"
1428
                }
1429
            },
1430
            "autoload": {
1431
                "psr-0": {
1432
                    "Prophecy\\": "src/"
1433
                }
1434
            },
1435
            "notification-url": "https://packagist.org/downloads/",
1436
            "license": [
1437
                "MIT"
1438
            ],
1439
            "authors": [
1440
                {
1441
                    "name": "Konstantin Kudryashov",
1442
                    "email": "[email protected]",
1443
                    "homepage": "http://everzet.com"
1444
                },
1445
                {
1446
                    "name": "Marcello Duarte",
1447
                    "email": "[email protected]"
1448
                }
1449
            ],
1450
            "description": "Highly opinionated mocking framework for PHP 5.3+",
1451
            "homepage": "https://github.com/phpspec/prophecy",
1452
            "keywords": [
1453
                "Double",
1454
                "Dummy",
1455
                "fake",
1456
                "mock",
1457
                "spy",
1458
                "stub"
1459
            ],
1460
            "time": "2017-03-02T20:05:34+00:00"
1461
        },
1462
        {
1463
            "name": "phpunit/php-code-coverage",
1464
            "version": "4.0.8",
1465
            "source": {
1466
                "type": "git",
1467
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1468
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
1469
            },
1470
            "dist": {
1471
                "type": "zip",
1472
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
1473
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
1474
                "shasum": ""
1475
            },
1476
            "require": {
1477
                "ext-dom": "*",
1478
                "ext-xmlwriter": "*",
1479
                "php": "^5.6 || ^7.0",
1480
                "phpunit/php-file-iterator": "^1.3",
1481
                "phpunit/php-text-template": "^1.2",
1482
                "phpunit/php-token-stream": "^1.4.2 || ^2.0",
1483
                "sebastian/code-unit-reverse-lookup": "^1.0",
1484
                "sebastian/environment": "^1.3.2 || ^2.0",
1485
                "sebastian/version": "^1.0 || ^2.0"
1486
            },
1487
            "require-dev": {
1488
                "ext-xdebug": "^2.1.4",
1489
                "phpunit/phpunit": "^5.7"
1490
            },
1491
            "suggest": {
1492
                "ext-xdebug": "^2.5.1"
1493
            },
1494
            "type": "library",
1495
            "extra": {
1496
                "branch-alias": {
1497
                    "dev-master": "4.0.x-dev"
1498
                }
1499
            },
1500
            "autoload": {
1501
                "classmap": [
1502
                    "src/"
1503
                ]
1504
            },
1505
            "notification-url": "https://packagist.org/downloads/",
1506
            "license": [
1507
                "BSD-3-Clause"
1508
            ],
1509
            "authors": [
1510
                {
1511
                    "name": "Sebastian Bergmann",
1512
                    "email": "[email protected]",
1513
                    "role": "lead"
1514
                }
1515
            ],
1516
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1517
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1518
            "keywords": [
1519
                "coverage",
1520
                "testing",
1521
                "xunit"
1522
            ],
1523
            "time": "2017-04-02T07:44:40+00:00"
1524
        },
1525
        {
1526
            "name": "phpunit/php-file-iterator",
1527
            "version": "1.4.2",
1528
            "source": {
1529
                "type": "git",
1530
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1531
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
1532
            },
1533
            "dist": {
1534
                "type": "zip",
1535
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
1536
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
1537
                "shasum": ""
1538
            },
1539
            "require": {
1540
                "php": ">=5.3.3"
1541
            },
1542
            "type": "library",
1543
            "extra": {
1544
                "branch-alias": {
1545
                    "dev-master": "1.4.x-dev"
1546
                }
1547
            },
1548
            "autoload": {
1549
                "classmap": [
1550
                    "src/"
1551
                ]
1552
            },
1553
            "notification-url": "https://packagist.org/downloads/",
1554
            "license": [
1555
                "BSD-3-Clause"
1556
            ],
1557
            "authors": [
1558
                {
1559
                    "name": "Sebastian Bergmann",
1560
                    "email": "[email protected]",
1561
                    "role": "lead"
1562
                }
1563
            ],
1564
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1565
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1566
            "keywords": [
1567
                "filesystem",
1568
                "iterator"
1569
            ],
1570
            "time": "2016-10-03T07:40:28+00:00"
1571
        },
1572
        {
1573
            "name": "phpunit/php-text-template",
1574
            "version": "1.2.1",
1575
            "source": {
1576
                "type": "git",
1577
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
1578
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1579
            },
1580
            "dist": {
1581
                "type": "zip",
1582
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1583
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1584
                "shasum": ""
1585
            },
1586
            "require": {
1587
                "php": ">=5.3.3"
1588
            },
1589
            "type": "library",
1590
            "autoload": {
1591
                "classmap": [
1592
                    "src/"
1593
                ]
1594
            },
1595
            "notification-url": "https://packagist.org/downloads/",
1596
            "license": [
1597
                "BSD-3-Clause"
1598
            ],
1599
            "authors": [
1600
                {
1601
                    "name": "Sebastian Bergmann",
1602
                    "email": "[email protected]",
1603
                    "role": "lead"
1604
                }
1605
            ],
1606
            "description": "Simple template engine.",
1607
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1608
            "keywords": [
1609
                "template"
1610
            ],
1611
            "time": "2015-06-21T13:50:34+00:00"
1612
        },
1613
        {
1614
            "name": "phpunit/php-timer",
1615
            "version": "1.0.9",
1616
            "source": {
1617
                "type": "git",
1618
                "url": "https://github.com/sebastianbergmann/php-timer.git",
1619
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
1620
            },
1621
            "dist": {
1622
                "type": "zip",
1623
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1624
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1625
                "shasum": ""
1626
            },
1627
            "require": {
1628
                "php": "^5.3.3 || ^7.0"
1629
            },
1630
            "require-dev": {
1631
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1632
            },
1633
            "type": "library",
1634
            "extra": {
1635
                "branch-alias": {
1636
                    "dev-master": "1.0-dev"
1637
                }
1638
            },
1639
            "autoload": {
1640
                "classmap": [
1641
                    "src/"
1642
                ]
1643
            },
1644
            "notification-url": "https://packagist.org/downloads/",
1645
            "license": [
1646
                "BSD-3-Clause"
1647
            ],
1648
            "authors": [
1649
                {
1650
                    "name": "Sebastian Bergmann",
1651
                    "email": "[email protected]",
1652
                    "role": "lead"
1653
                }
1654
            ],
1655
            "description": "Utility class for timing",
1656
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
1657
            "keywords": [
1658
                "timer"
1659
            ],
1660
            "time": "2017-02-26T11:10:40+00:00"
1661
        },
1662
        {
1663
            "name": "phpunit/php-token-stream",
1664
            "version": "1.4.11",
1665
            "source": {
1666
                "type": "git",
1667
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1668
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
1669
            },
1670
            "dist": {
1671
                "type": "zip",
1672
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
1673
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
1674
                "shasum": ""
1675
            },
1676
            "require": {
1677
                "ext-tokenizer": "*",
1678
                "php": ">=5.3.3"
1679
            },
1680
            "require-dev": {
1681
                "phpunit/phpunit": "~4.2"
1682
            },
1683
            "type": "library",
1684
            "extra": {
1685
                "branch-alias": {
1686
                    "dev-master": "1.4-dev"
1687
                }
1688
            },
1689
            "autoload": {
1690
                "classmap": [
1691
                    "src/"
1692
                ]
1693
            },
1694
            "notification-url": "https://packagist.org/downloads/",
1695
            "license": [
1696
                "BSD-3-Clause"
1697
            ],
1698
            "authors": [
1699
                {
1700
                    "name": "Sebastian Bergmann",
1701
                    "email": "[email protected]"
1702
                }
1703
            ],
1704
            "description": "Wrapper around PHP's tokenizer extension.",
1705
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1706
            "keywords": [
1707
                "tokenizer"
1708
            ],
1709
            "time": "2017-02-27T10:12:30+00:00"
1710
        },
1711
        {
1712
            "name": "phpunit/phpunit",
1713
            "version": "5.7.21",
1714
            "source": {
1715
                "type": "git",
1716
                "url": "https://github.com/sebastianbergmann/phpunit.git",
1717
                "reference": "3b91adfb64264ddec5a2dee9851f354aa66327db"
1718
            },
1719
            "dist": {
1720
                "type": "zip",
1721
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3b91adfb64264ddec5a2dee9851f354aa66327db",
1722
                "reference": "3b91adfb64264ddec5a2dee9851f354aa66327db",
1723
                "shasum": ""
1724
            },
1725
            "require": {
1726
                "ext-dom": "*",
1727
                "ext-json": "*",
1728
                "ext-libxml": "*",
1729
                "ext-mbstring": "*",
1730
                "ext-xml": "*",
1731
                "myclabs/deep-copy": "~1.3",
1732
                "php": "^5.6 || ^7.0",
1733
                "phpspec/prophecy": "^1.6.2",
1734
                "phpunit/php-code-coverage": "^4.0.4",
1735
                "phpunit/php-file-iterator": "~1.4",
1736
                "phpunit/php-text-template": "~1.2",
1737
                "phpunit/php-timer": "^1.0.6",
1738
                "phpunit/phpunit-mock-objects": "^3.2",
1739
                "sebastian/comparator": "^1.2.4",
1740
                "sebastian/diff": "^1.4.3",
1741
                "sebastian/environment": "^1.3.4 || ^2.0",
1742
                "sebastian/exporter": "~2.0",
1743
                "sebastian/global-state": "^1.1",
1744
                "sebastian/object-enumerator": "~2.0",
1745
                "sebastian/resource-operations": "~1.0",
1746
                "sebastian/version": "~1.0.3|~2.0",
1747
                "symfony/yaml": "~2.1|~3.0"
1748
            },
1749
            "conflict": {
1750
                "phpdocumentor/reflection-docblock": "3.0.2"
1751
            },
1752
            "require-dev": {
1753
                "ext-pdo": "*"
1754
            },
1755
            "suggest": {
1756
                "ext-xdebug": "*",
1757
                "phpunit/php-invoker": "~1.1"
1758
            },
1759
            "bin": [
1760
                "phpunit"
1761
            ],
1762
            "type": "library",
1763
            "extra": {
1764
                "branch-alias": {
1765
                    "dev-master": "5.7.x-dev"
1766
                }
1767
            },
1768
            "autoload": {
1769
                "classmap": [
1770
                    "src/"
1771
                ]
1772
            },
1773
            "notification-url": "https://packagist.org/downloads/",
1774
            "license": [
1775
                "BSD-3-Clause"
1776
            ],
1777
            "authors": [
1778
                {
1779
                    "name": "Sebastian Bergmann",
1780
                    "email": "[email protected]",
1781
                    "role": "lead"
1782
                }
1783
            ],
1784
            "description": "The PHP Unit Testing framework.",
1785
            "homepage": "https://phpunit.de/",
1786
            "keywords": [
1787
                "phpunit",
1788
                "testing",
1789
                "xunit"
1790
            ],
1791
            "time": "2017-06-21T08:11:54+00:00"
1792
        },
1793
        {
1794
            "name": "phpunit/phpunit-mock-objects",
1795
            "version": "3.4.4",
1796
            "source": {
1797
                "type": "git",
1798
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1799
                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
1800
            },
1801
            "dist": {
1802
                "type": "zip",
1803
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
1804
                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
1805
                "shasum": ""
1806
            },
1807
            "require": {
1808
                "doctrine/instantiator": "^1.0.2",
1809
                "php": "^5.6 || ^7.0",
1810
                "phpunit/php-text-template": "^1.2",
1811
                "sebastian/exporter": "^1.2 || ^2.0"
1812
            },
1813
            "conflict": {
1814
                "phpunit/phpunit": "<5.4.0"
1815
            },
1816
            "require-dev": {
1817
                "phpunit/phpunit": "^5.4"
1818
            },
1819
            "suggest": {
1820
                "ext-soap": "*"
1821
            },
1822
            "type": "library",
1823
            "extra": {
1824
                "branch-alias": {
1825
                    "dev-master": "3.2.x-dev"
1826
                }
1827
            },
1828
            "autoload": {
1829
                "classmap": [
1830
                    "src/"
1831
                ]
1832
            },
1833
            "notification-url": "https://packagist.org/downloads/",
1834
            "license": [
1835
                "BSD-3-Clause"
1836
            ],
1837
            "authors": [
1838
                {
1839
                    "name": "Sebastian Bergmann",
1840
                    "email": "[email protected]",
1841
                    "role": "lead"
1842
                }
1843
            ],
1844
            "description": "Mock Object library for PHPUnit",
1845
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1846
            "keywords": [
1847
                "mock",
1848
                "xunit"
1849
            ],
1850
            "time": "2017-06-30T09:13:00+00:00"
1851
        },
1852
        {
1853
            "name": "psr/container",
1854
            "version": "1.0.0",
1855
            "source": {
1856
                "type": "git",
1857
                "url": "https://github.com/php-fig/container.git",
1858
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
1859
            },
1860
            "dist": {
1861
                "type": "zip",
1862
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1863
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1864
                "shasum": ""
1865
            },
1866
            "require": {
1867
                "php": ">=5.3.0"
1868
            },
1869
            "type": "library",
1870
            "extra": {
1871
                "branch-alias": {
1872
                    "dev-master": "1.0.x-dev"
1873
                }
1874
            },
1875
            "autoload": {
1876
                "psr-4": {
1877
                    "Psr\\Container\\": "src/"
1878
                }
1879
            },
1880
            "notification-url": "https://packagist.org/downloads/",
1881
            "license": [
1882
                "MIT"
1883
            ],
1884
            "authors": [
1885
                {
1886
                    "name": "PHP-FIG",
1887
                    "homepage": "http://www.php-fig.org/"
1888
                }
1889
            ],
1890
            "description": "Common Container Interface (PHP FIG PSR-11)",
1891
            "homepage": "https://github.com/php-fig/container",
1892
            "keywords": [
1893
                "PSR-11",
1894
                "container",
1895
                "container-interface",
1896
                "container-interop",
1897
                "psr"
1898
            ],
1899
            "time": "2017-02-14T16:28:37+00:00"
1900
        },
1901
        {
1902
            "name": "psr/log",
1903
            "version": "1.0.2",
1904
            "source": {
1905
                "type": "git",
1906
                "url": "https://github.com/php-fig/log.git",
1907
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1908
            },
1909
            "dist": {
1910
                "type": "zip",
1911
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1912
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1913
                "shasum": ""
1914
            },
1915
            "require": {
1916
                "php": ">=5.3.0"
1917
            },
1918
            "type": "library",
1919
            "extra": {
1920
                "branch-alias": {
1921
                    "dev-master": "1.0.x-dev"
1922
                }
1923
            },
1924
            "autoload": {
1925
                "psr-4": {
1926
                    "Psr\\Log\\": "Psr/Log/"
1927
                }
1928
            },
1929
            "notification-url": "https://packagist.org/downloads/",
1930
            "license": [
1931
                "MIT"
1932
            ],
1933
            "authors": [
1934
                {
1935
                    "name": "PHP-FIG",
1936
                    "homepage": "http://www.php-fig.org/"
1937
                }
1938
            ],
1939
            "description": "Common interface for logging libraries",
1940
            "homepage": "https://github.com/php-fig/log",
1941
            "keywords": [
1942
                "log",
1943
                "psr",
1944
                "psr-3"
1945
            ],
1946
            "time": "2016-10-10T12:19:37+00:00"
1947
        },
1948
        {
1949
            "name": "sebastian/code-unit-reverse-lookup",
1950
            "version": "1.0.1",
1951
            "source": {
1952
                "type": "git",
1953
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1954
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
1955
            },
1956
            "dist": {
1957
                "type": "zip",
1958
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1959
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1960
                "shasum": ""
1961
            },
1962
            "require": {
1963
                "php": "^5.6 || ^7.0"
1964
            },
1965
            "require-dev": {
1966
                "phpunit/phpunit": "^5.7 || ^6.0"
1967
            },
1968
            "type": "library",
1969
            "extra": {
1970
                "branch-alias": {
1971
                    "dev-master": "1.0.x-dev"
1972
                }
1973
            },
1974
            "autoload": {
1975
                "classmap": [
1976
                    "src/"
1977
                ]
1978
            },
1979
            "notification-url": "https://packagist.org/downloads/",
1980
            "license": [
1981
                "BSD-3-Clause"
1982
            ],
1983
            "authors": [
1984
                {
1985
                    "name": "Sebastian Bergmann",
1986
                    "email": "[email protected]"
1987
                }
1988
            ],
1989
            "description": "Looks up which function or method a line of code belongs to",
1990
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1991
            "time": "2017-03-04T06:30:41+00:00"
1992
        },
1993
        {
1994
            "name": "sebastian/comparator",
1995
            "version": "1.2.4",
1996
            "source": {
1997
                "type": "git",
1998
                "url": "https://github.com/sebastianbergmann/comparator.git",
1999
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
2000
            },
2001
            "dist": {
2002
                "type": "zip",
2003
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
2004
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
2005
                "shasum": ""
2006
            },
2007
            "require": {
2008
                "php": ">=5.3.3",
2009
                "sebastian/diff": "~1.2",
2010
                "sebastian/exporter": "~1.2 || ~2.0"
2011
            },
2012
            "require-dev": {
2013
                "phpunit/phpunit": "~4.4"
2014
            },
2015
            "type": "library",
2016
            "extra": {
2017
                "branch-alias": {
2018
                    "dev-master": "1.2.x-dev"
2019
                }
2020
            },
2021
            "autoload": {
2022
                "classmap": [
2023
                    "src/"
2024
                ]
2025
            },
2026
            "notification-url": "https://packagist.org/downloads/",
2027
            "license": [
2028
                "BSD-3-Clause"
2029
            ],
2030
            "authors": [
2031
                {
2032
                    "name": "Jeff Welch",
2033
                    "email": "[email protected]"
2034
                },
2035
                {
2036
                    "name": "Volker Dusch",
2037
                    "email": "[email protected]"
2038
                },
2039
                {
2040
                    "name": "Bernhard Schussek",
2041
                    "email": "[email protected]"
2042
                },
2043
                {
2044
                    "name": "Sebastian Bergmann",
2045
                    "email": "[email protected]"
2046
                }
2047
            ],
2048
            "description": "Provides the functionality to compare PHP values for equality",
2049
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
2050
            "keywords": [
2051
                "comparator",
2052
                "compare",
2053
                "equality"
2054
            ],
2055
            "time": "2017-01-29T09:50:25+00:00"
2056
        },
2057
        {
2058
            "name": "sebastian/diff",
2059
            "version": "1.4.3",
2060
            "source": {
2061
                "type": "git",
2062
                "url": "https://github.com/sebastianbergmann/diff.git",
2063
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
2064
            },
2065
            "dist": {
2066
                "type": "zip",
2067
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
2068
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
2069
                "shasum": ""
2070
            },
2071
            "require": {
2072
                "php": "^5.3.3 || ^7.0"
2073
            },
2074
            "require-dev": {
2075
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2076
            },
2077
            "type": "library",
2078
            "extra": {
2079
                "branch-alias": {
2080
                    "dev-master": "1.4-dev"
2081
                }
2082
            },
2083
            "autoload": {
2084
                "classmap": [
2085
                    "src/"
2086
                ]
2087
            },
2088
            "notification-url": "https://packagist.org/downloads/",
2089
            "license": [
2090
                "BSD-3-Clause"
2091
            ],
2092
            "authors": [
2093
                {
2094
                    "name": "Kore Nordmann",
2095
                    "email": "[email protected]"
2096
                },
2097
                {
2098
                    "name": "Sebastian Bergmann",
2099
                    "email": "[email protected]"
2100
                }
2101
            ],
2102
            "description": "Diff implementation",
2103
            "homepage": "https://github.com/sebastianbergmann/diff",
2104
            "keywords": [
2105
                "diff"
2106
            ],
2107
            "time": "2017-05-22T07:24:03+00:00"
2108
        },
2109
        {
2110
            "name": "sebastian/environment",
2111
            "version": "2.0.0",
2112
            "source": {
2113
                "type": "git",
2114
                "url": "https://github.com/sebastianbergmann/environment.git",
2115
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
2116
            },
2117
            "dist": {
2118
                "type": "zip",
2119
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
2120
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
2121
                "shasum": ""
2122
            },
2123
            "require": {
2124
                "php": "^5.6 || ^7.0"
2125
            },
2126
            "require-dev": {
2127
                "phpunit/phpunit": "^5.0"
2128
            },
2129
            "type": "library",
2130
            "extra": {
2131
                "branch-alias": {
2132
                    "dev-master": "2.0.x-dev"
2133
                }
2134
            },
2135
            "autoload": {
2136
                "classmap": [
2137
                    "src/"
2138
                ]
2139
            },
2140
            "notification-url": "https://packagist.org/downloads/",
2141
            "license": [
2142
                "BSD-3-Clause"
2143
            ],
2144
            "authors": [
2145
                {
2146
                    "name": "Sebastian Bergmann",
2147
                    "email": "[email protected]"
2148
                }
2149
            ],
2150
            "description": "Provides functionality to handle HHVM/PHP environments",
2151
            "homepage": "http://www.github.com/sebastianbergmann/environment",
2152
            "keywords": [
2153
                "Xdebug",
2154
                "environment",
2155
                "hhvm"
2156
            ],
2157
            "time": "2016-11-26T07:53:53+00:00"
2158
        },
2159
        {
2160
            "name": "sebastian/exporter",
2161
            "version": "2.0.0",
2162
            "source": {
2163
                "type": "git",
2164
                "url": "https://github.com/sebastianbergmann/exporter.git",
2165
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
2166
            },
2167
            "dist": {
2168
                "type": "zip",
2169
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
2170
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
2171
                "shasum": ""
2172
            },
2173
            "require": {
2174
                "php": ">=5.3.3",
2175
                "sebastian/recursion-context": "~2.0"
2176
            },
2177
            "require-dev": {
2178
                "ext-mbstring": "*",
2179
                "phpunit/phpunit": "~4.4"
2180
            },
2181
            "type": "library",
2182
            "extra": {
2183
                "branch-alias": {
2184
                    "dev-master": "2.0.x-dev"
2185
                }
2186
            },
2187
            "autoload": {
2188
                "classmap": [
2189
                    "src/"
2190
                ]
2191
            },
2192
            "notification-url": "https://packagist.org/downloads/",
2193
            "license": [
2194
                "BSD-3-Clause"
2195
            ],
2196
            "authors": [
2197
                {
2198
                    "name": "Jeff Welch",
2199
                    "email": "[email protected]"
2200
                },
2201
                {
2202
                    "name": "Volker Dusch",
2203
                    "email": "[email protected]"
2204
                },
2205
                {
2206
                    "name": "Bernhard Schussek",
2207
                    "email": "[email protected]"
2208
                },
2209
                {
2210
                    "name": "Sebastian Bergmann",
2211
                    "email": "[email protected]"
2212
                },
2213
                {
2214
                    "name": "Adam Harvey",
2215
                    "email": "[email protected]"
2216
                }
2217
            ],
2218
            "description": "Provides the functionality to export PHP variables for visualization",
2219
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
2220
            "keywords": [
2221
                "export",
2222
                "exporter"
2223
            ],
2224
            "time": "2016-11-19T08:54:04+00:00"
2225
        },
2226
        {
2227
            "name": "sebastian/global-state",
2228
            "version": "1.1.1",
2229
            "source": {
2230
                "type": "git",
2231
                "url": "https://github.com/sebastianbergmann/global-state.git",
2232
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
2233
            },
2234
            "dist": {
2235
                "type": "zip",
2236
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
2237
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
2238
                "shasum": ""
2239
            },
2240
            "require": {
2241
                "php": ">=5.3.3"
2242
            },
2243
            "require-dev": {
2244
                "phpunit/phpunit": "~4.2"
2245
            },
2246
            "suggest": {
2247
                "ext-uopz": "*"
2248
            },
2249
            "type": "library",
2250
            "extra": {
2251
                "branch-alias": {
2252
                    "dev-master": "1.0-dev"
2253
                }
2254
            },
2255
            "autoload": {
2256
                "classmap": [
2257
                    "src/"
2258
                ]
2259
            },
2260
            "notification-url": "https://packagist.org/downloads/",
2261
            "license": [
2262
                "BSD-3-Clause"
2263
            ],
2264
            "authors": [
2265
                {
2266
                    "name": "Sebastian Bergmann",
2267
                    "email": "[email protected]"
2268
                }
2269
            ],
2270
            "description": "Snapshotting of global state",
2271
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
2272
            "keywords": [
2273
                "global state"
2274
            ],
2275
            "time": "2015-10-12T03:26:01+00:00"
2276
        },
2277
        {
2278
            "name": "sebastian/object-enumerator",
2279
            "version": "2.0.1",
2280
            "source": {
2281
                "type": "git",
2282
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
2283
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
2284
            },
2285
            "dist": {
2286
                "type": "zip",
2287
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
2288
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
2289
                "shasum": ""
2290
            },
2291
            "require": {
2292
                "php": ">=5.6",
2293
                "sebastian/recursion-context": "~2.0"
2294
            },
2295
            "require-dev": {
2296
                "phpunit/phpunit": "~5"
2297
            },
2298
            "type": "library",
2299
            "extra": {
2300
                "branch-alias": {
2301
                    "dev-master": "2.0.x-dev"
2302
                }
2303
            },
2304
            "autoload": {
2305
                "classmap": [
2306
                    "src/"
2307
                ]
2308
            },
2309
            "notification-url": "https://packagist.org/downloads/",
2310
            "license": [
2311
                "BSD-3-Clause"
2312
            ],
2313
            "authors": [
2314
                {
2315
                    "name": "Sebastian Bergmann",
2316
                    "email": "[email protected]"
2317
                }
2318
            ],
2319
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
2320
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2321
            "time": "2017-02-18T15:18:39+00:00"
2322
        },
2323
        {
2324
            "name": "sebastian/recursion-context",
2325
            "version": "2.0.0",
2326
            "source": {
2327
                "type": "git",
2328
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
2329
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
2330
            },
2331
            "dist": {
2332
                "type": "zip",
2333
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
2334
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
2335
                "shasum": ""
2336
            },
2337
            "require": {
2338
                "php": ">=5.3.3"
2339
            },
2340
            "require-dev": {
2341
                "phpunit/phpunit": "~4.4"
2342
            },
2343
            "type": "library",
2344
            "extra": {
2345
                "branch-alias": {
2346
                    "dev-master": "2.0.x-dev"
2347
                }
2348
            },
2349
            "autoload": {
2350
                "classmap": [
2351
                    "src/"
2352
                ]
2353
            },
2354
            "notification-url": "https://packagist.org/downloads/",
2355
            "license": [
2356
                "BSD-3-Clause"
2357
            ],
2358
            "authors": [
2359
                {
2360
                    "name": "Jeff Welch",
2361
                    "email": "[email protected]"
2362
                },
2363
                {
2364
                    "name": "Sebastian Bergmann",
2365
                    "email": "[email protected]"
2366
                },
2367
                {
2368
                    "name": "Adam Harvey",
2369
                    "email": "[email protected]"
2370
                }
2371
            ],
2372
            "description": "Provides functionality to recursively process PHP variables",
2373
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2374
            "time": "2016-11-19T07:33:16+00:00"
2375
        },
2376
        {
2377
            "name": "sebastian/resource-operations",
2378
            "version": "1.0.0",
2379
            "source": {
2380
                "type": "git",
2381
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
2382
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
2383
            },
2384
            "dist": {
2385
                "type": "zip",
2386
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2387
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2388
                "shasum": ""
2389
            },
2390
            "require": {
2391
                "php": ">=5.6.0"
2392
            },
2393
            "type": "library",
2394
            "extra": {
2395
                "branch-alias": {
2396
                    "dev-master": "1.0.x-dev"
2397
                }
2398
            },
2399
            "autoload": {
2400
                "classmap": [
2401
                    "src/"
2402
                ]
2403
            },
2404
            "notification-url": "https://packagist.org/downloads/",
2405
            "license": [
2406
                "BSD-3-Clause"
2407
            ],
2408
            "authors": [
2409
                {
2410
                    "name": "Sebastian Bergmann",
2411
                    "email": "[email protected]"
2412
                }
2413
            ],
2414
            "description": "Provides a list of PHP built-in functions that operate on resources",
2415
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2416
            "time": "2015-07-28T20:34:47+00:00"
2417
        },
2418
        {
2419
            "name": "sebastian/version",
2420
            "version": "2.0.1",
2421
            "source": {
2422
                "type": "git",
2423
                "url": "https://github.com/sebastianbergmann/version.git",
2424
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
2425
            },
2426
            "dist": {
2427
                "type": "zip",
2428
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
2429
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
2430
                "shasum": ""
2431
            },
2432
            "require": {
2433
                "php": ">=5.6"
2434
            },
2435
            "type": "library",
2436
            "extra": {
2437
                "branch-alias": {
2438
                    "dev-master": "2.0.x-dev"
2439
                }
2440
            },
2441
            "autoload": {
2442
                "classmap": [
2443
                    "src/"
2444
                ]
2445
            },
2446
            "notification-url": "https://packagist.org/downloads/",
2447
            "license": [
2448
                "BSD-3-Clause"
2449
            ],
2450
            "authors": [
2451
                {
2452
                    "name": "Sebastian Bergmann",
2453
                    "email": "[email protected]",
2454
                    "role": "lead"
2455
                }
2456
            ],
2457
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2458
            "homepage": "https://github.com/sebastianbergmann/version",
2459
            "time": "2016-10-03T07:35:21+00:00"
2460
        },
2461
        {
2462
            "name": "squizlabs/php_codesniffer",
2463
            "version": "3.0.2",
2464
            "source": {
2465
                "type": "git",
2466
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
2467
                "reference": "c7594a88ae75401e8f8d0bd4deb8431b39045c51"
2468
            },
2469
            "dist": {
2470
                "type": "zip",
2471
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/c7594a88ae75401e8f8d0bd4deb8431b39045c51",
2472
                "reference": "c7594a88ae75401e8f8d0bd4deb8431b39045c51",
2473
                "shasum": ""
2474
            },
2475
            "require": {
2476
                "ext-simplexml": "*",
2477
                "ext-tokenizer": "*",
2478
                "ext-xmlwriter": "*",
2479
                "php": ">=5.4.0"
2480
            },
2481
            "require-dev": {
2482
                "phpunit/phpunit": "~4.0"
2483
            },
2484
            "bin": [
2485
                "bin/phpcs",
2486
                "bin/phpcbf"
2487
            ],
2488
            "type": "library",
2489
            "extra": {
2490
                "branch-alias": {
2491
                    "dev-master": "3.x-dev"
2492
                }
2493
            },
2494
            "notification-url": "https://packagist.org/downloads/",
2495
            "license": [
2496
                "BSD-3-Clause"
2497
            ],
2498
            "authors": [
2499
                {
2500
                    "name": "Greg Sherwood",
2501
                    "role": "lead"
2502
                }
2503
            ],
2504
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
2505
            "homepage": "http://www.squizlabs.com/php-codesniffer",
2506
            "keywords": [
2507
                "phpcs",
2508
                "standards"
2509
            ],
2510
            "time": "2017-07-18T01:12:32+00:00"
2511
        },
2512
        {
2513
            "name": "symfony/config",
2514
            "version": "v3.3.5",
2515
            "source": {
2516
                "type": "git",
2517
                "url": "https://github.com/symfony/config.git",
2518
                "reference": "a094618deb9a3fe1c3cf500a796e167d0495a274"
2519
            },
2520
            "dist": {
2521
                "type": "zip",
2522
                "url": "https://api.github.com/repos/symfony/config/zipball/a094618deb9a3fe1c3cf500a796e167d0495a274",
2523
                "reference": "a094618deb9a3fe1c3cf500a796e167d0495a274",
2524
                "shasum": ""
2525
            },
2526
            "require": {
2527
                "php": ">=5.5.9",
2528
                "symfony/filesystem": "~2.8|~3.0"
2529
            },
2530
            "conflict": {
2531
                "symfony/dependency-injection": "<3.3",
2532
                "symfony/finder": "<3.3"
2533
            },
2534
            "require-dev": {
2535
                "symfony/dependency-injection": "~3.3",
2536
                "symfony/finder": "~3.3",
2537
                "symfony/yaml": "~3.0"
2538
            },
2539
            "suggest": {
2540
                "symfony/yaml": "To use the yaml reference dumper"
2541
            },
2542
            "type": "library",
2543
            "extra": {
2544
                "branch-alias": {
2545
                    "dev-master": "3.3-dev"
2546
                }
2547
            },
2548
            "autoload": {
2549
                "psr-4": {
2550
                    "Symfony\\Component\\Config\\": ""
2551
                },
2552
                "exclude-from-classmap": [
2553
                    "/Tests/"
2554
                ]
2555
            },
2556
            "notification-url": "https://packagist.org/downloads/",
2557
            "license": [
2558
                "MIT"
2559
            ],
2560
            "authors": [
2561
                {
2562
                    "name": "Fabien Potencier",
2563
                    "email": "[email protected]"
2564
                },
2565
                {
2566
                    "name": "Symfony Community",
2567
                    "homepage": "https://symfony.com/contributors"
2568
                }
2569
            ],
2570
            "description": "Symfony Config Component",
2571
            "homepage": "https://symfony.com",
2572
            "time": "2017-06-16T12:40:34+00:00"
2573
        },
2574
        {
2575
            "name": "symfony/console",
2576
            "version": "v3.3.5",
2577
            "source": {
2578
                "type": "git",
2579
                "url": "https://github.com/symfony/console.git",
2580
                "reference": "a97e45d98c59510f085fa05225a1acb74dfe0546"
2581
            },
2582
            "dist": {
2583
                "type": "zip",
2584
                "url": "https://api.github.com/repos/symfony/console/zipball/a97e45d98c59510f085fa05225a1acb74dfe0546",
2585
                "reference": "a97e45d98c59510f085fa05225a1acb74dfe0546",
2586
                "shasum": ""
2587
            },
2588
            "require": {
2589
                "php": ">=5.5.9",
2590
                "symfony/debug": "~2.8|~3.0",
2591
                "symfony/polyfill-mbstring": "~1.0"
2592
            },
2593
            "conflict": {
2594
                "symfony/dependency-injection": "<3.3"
2595
            },
2596
            "require-dev": {
2597
                "psr/log": "~1.0",
2598
                "symfony/config": "~3.3",
2599
                "symfony/dependency-injection": "~3.3",
2600
                "symfony/event-dispatcher": "~2.8|~3.0",
2601
                "symfony/filesystem": "~2.8|~3.0",
2602
                "symfony/http-kernel": "~2.8|~3.0",
2603
                "symfony/process": "~2.8|~3.0"
2604
            },
2605
            "suggest": {
2606
                "psr/log": "For using the console logger",
2607
                "symfony/event-dispatcher": "",
2608
                "symfony/filesystem": "",
2609
                "symfony/process": ""
2610
            },
2611
            "type": "library",
2612
            "extra": {
2613
                "branch-alias": {
2614
                    "dev-master": "3.3-dev"
2615
                }
2616
            },
2617
            "autoload": {
2618
                "psr-4": {
2619
                    "Symfony\\Component\\Console\\": ""
2620
                },
2621
                "exclude-from-classmap": [
2622
                    "/Tests/"
2623
                ]
2624
            },
2625
            "notification-url": "https://packagist.org/downloads/",
2626
            "license": [
2627
                "MIT"
2628
            ],
2629
            "authors": [
2630
                {
2631
                    "name": "Fabien Potencier",
2632
                    "email": "[email protected]"
2633
                },
2634
                {
2635
                    "name": "Symfony Community",
2636
                    "homepage": "https://symfony.com/contributors"
2637
                }
2638
            ],
2639
            "description": "Symfony Console Component",
2640
            "homepage": "https://symfony.com",
2641
            "time": "2017-07-03T13:19:36+00:00"
2642
        },
2643
        {
2644
            "name": "symfony/debug",
2645
            "version": "v3.3.5",
2646
            "source": {
2647
                "type": "git",
2648
                "url": "https://github.com/symfony/debug.git",
2649
                "reference": "63b85a968486d95ff9542228dc2e4247f16f9743"
2650
            },
2651
            "dist": {
2652
                "type": "zip",
2653
                "url": "https://api.github.com/repos/symfony/debug/zipball/63b85a968486d95ff9542228dc2e4247f16f9743",
2654
                "reference": "63b85a968486d95ff9542228dc2e4247f16f9743",
2655
                "shasum": ""
2656
            },
2657
            "require": {
2658
                "php": ">=5.5.9",
2659
                "psr/log": "~1.0"
2660
            },
2661
            "conflict": {
2662
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
2663
            },
2664
            "require-dev": {
2665
                "symfony/http-kernel": "~2.8|~3.0"
2666
            },
2667
            "type": "library",
2668
            "extra": {
2669
                "branch-alias": {
2670
                    "dev-master": "3.3-dev"
2671
                }
2672
            },
2673
            "autoload": {
2674
                "psr-4": {
2675
                    "Symfony\\Component\\Debug\\": ""
2676
                },
2677
                "exclude-from-classmap": [
2678
                    "/Tests/"
2679
                ]
2680
            },
2681
            "notification-url": "https://packagist.org/downloads/",
2682
            "license": [
2683
                "MIT"
2684
            ],
2685
            "authors": [
2686
                {
2687
                    "name": "Fabien Potencier",
2688
                    "email": "[email protected]"
2689
                },
2690
                {
2691
                    "name": "Symfony Community",
2692
                    "homepage": "https://symfony.com/contributors"
2693
                }
2694
            ],
2695
            "description": "Symfony Debug Component",
2696
            "homepage": "https://symfony.com",
2697
            "time": "2017-07-05T13:02:37+00:00"
2698
        },
2699
        {
2700
            "name": "symfony/dependency-injection",
2701
            "version": "v3.3.5",
2702
            "source": {
2703
                "type": "git",
2704
                "url": "https://github.com/symfony/dependency-injection.git",
2705
                "reference": "761e51a86f35f5b3e213e9b7f554fd91f9bffae4"
2706
            },
2707
            "dist": {
2708
                "type": "zip",
2709
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/761e51a86f35f5b3e213e9b7f554fd91f9bffae4",
2710
                "reference": "761e51a86f35f5b3e213e9b7f554fd91f9bffae4",
2711
                "shasum": ""
2712
            },
2713
            "require": {
2714
                "php": ">=5.5.9",
2715
                "psr/container": "^1.0"
2716
            },
2717
            "conflict": {
2718
                "symfony/config": "<3.3.1",
2719
                "symfony/finder": "<3.3",
2720
                "symfony/yaml": "<3.3"
2721
            },
2722
            "provide": {
2723
                "psr/container-implementation": "1.0"
2724
            },
2725
            "require-dev": {
2726
                "symfony/config": "~3.3",
2727
                "symfony/expression-language": "~2.8|~3.0",
2728
                "symfony/yaml": "~3.3"
2729
            },
2730
            "suggest": {
2731
                "symfony/config": "",
2732
                "symfony/expression-language": "For using expressions in service container configuration",
2733
                "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
2734
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
2735
                "symfony/yaml": ""
2736
            },
2737
            "type": "library",
2738
            "extra": {
2739
                "branch-alias": {
2740
                    "dev-master": "3.3-dev"
2741
                }
2742
            },
2743
            "autoload": {
2744
                "psr-4": {
2745
                    "Symfony\\Component\\DependencyInjection\\": ""
2746
                },
2747
                "exclude-from-classmap": [
2748
                    "/Tests/"
2749
                ]
2750
            },
2751
            "notification-url": "https://packagist.org/downloads/",
2752
            "license": [
2753
                "MIT"
2754
            ],
2755
            "authors": [
2756
                {
2757
                    "name": "Fabien Potencier",
2758
                    "email": "[email protected]"
2759
                },
2760
                {
2761
                    "name": "Symfony Community",
2762
                    "homepage": "https://symfony.com/contributors"
2763
                }
2764
            ],
2765
            "description": "Symfony DependencyInjection Component",
2766
            "homepage": "https://symfony.com",
2767
            "time": "2017-07-17T14:07:10+00:00"
2768
        },
2769
        {
2770
            "name": "symfony/event-dispatcher",
2771
            "version": "v3.3.5",
2772
            "source": {
2773
                "type": "git",
2774
                "url": "https://github.com/symfony/event-dispatcher.git",
2775
                "reference": "67535f1e3fd662bdc68d7ba317c93eecd973617e"
2776
            },
2777
            "dist": {
2778
                "type": "zip",
2779
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/67535f1e3fd662bdc68d7ba317c93eecd973617e",
2780
                "reference": "67535f1e3fd662bdc68d7ba317c93eecd973617e",
2781
                "shasum": ""
2782
            },
2783
            "require": {
2784
                "php": ">=5.5.9"
2785
            },
2786
            "conflict": {
2787
                "symfony/dependency-injection": "<3.3"
2788
            },
2789
            "require-dev": {
2790
                "psr/log": "~1.0",
2791
                "symfony/config": "~2.8|~3.0",
2792
                "symfony/dependency-injection": "~3.3",
2793
                "symfony/expression-language": "~2.8|~3.0",
2794
                "symfony/stopwatch": "~2.8|~3.0"
2795
            },
2796
            "suggest": {
2797
                "symfony/dependency-injection": "",
2798
                "symfony/http-kernel": ""
2799
            },
2800
            "type": "library",
2801
            "extra": {
2802
                "branch-alias": {
2803
                    "dev-master": "3.3-dev"
2804
                }
2805
            },
2806
            "autoload": {
2807
                "psr-4": {
2808
                    "Symfony\\Component\\EventDispatcher\\": ""
2809
                },
2810
                "exclude-from-classmap": [
2811
                    "/Tests/"
2812
                ]
2813
            },
2814
            "notification-url": "https://packagist.org/downloads/",
2815
            "license": [
2816
                "MIT"
2817
            ],
2818
            "authors": [
2819
                {
2820
                    "name": "Fabien Potencier",
2821
                    "email": "[email protected]"
2822
                },
2823
                {
2824
                    "name": "Symfony Community",
2825
                    "homepage": "https://symfony.com/contributors"
2826
                }
2827
            ],
2828
            "description": "Symfony EventDispatcher Component",
2829
            "homepage": "https://symfony.com",
2830
            "time": "2017-06-09T14:53:08+00:00"
2831
        },
2832
        {
2833
            "name": "symfony/filesystem",
2834
            "version": "v3.3.5",
2835
            "source": {
2836
                "type": "git",
2837
                "url": "https://github.com/symfony/filesystem.git",
2838
                "reference": "427987eb4eed764c3b6e38d52a0f87989e010676"
2839
            },
2840
            "dist": {
2841
                "type": "zip",
2842
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/427987eb4eed764c3b6e38d52a0f87989e010676",
2843
                "reference": "427987eb4eed764c3b6e38d52a0f87989e010676",
2844
                "shasum": ""
2845
            },
2846
            "require": {
2847
                "php": ">=5.5.9"
2848
            },
2849
            "type": "library",
2850
            "extra": {
2851
                "branch-alias": {
2852
                    "dev-master": "3.3-dev"
2853
                }
2854
            },
2855
            "autoload": {
2856
                "psr-4": {
2857
                    "Symfony\\Component\\Filesystem\\": ""
2858
                },
2859
                "exclude-from-classmap": [
2860
                    "/Tests/"
2861
                ]
2862
            },
2863
            "notification-url": "https://packagist.org/downloads/",
2864
            "license": [
2865
                "MIT"
2866
            ],
2867
            "authors": [
2868
                {
2869
                    "name": "Fabien Potencier",
2870
                    "email": "[email protected]"
2871
                },
2872
                {
2873
                    "name": "Symfony Community",
2874
                    "homepage": "https://symfony.com/contributors"
2875
                }
2876
            ],
2877
            "description": "Symfony Filesystem Component",
2878
            "homepage": "https://symfony.com",
2879
            "time": "2017-07-11T07:17:58+00:00"
2880
        },
2881
        {
2882
            "name": "symfony/finder",
2883
            "version": "v3.3.5",
2884
            "source": {
2885
                "type": "git",
2886
                "url": "https://github.com/symfony/finder.git",
2887
                "reference": "baea7f66d30854ad32988c11a09d7ffd485810c4"
2888
            },
2889
            "dist": {
2890
                "type": "zip",
2891
                "url": "https://api.github.com/repos/symfony/finder/zipball/baea7f66d30854ad32988c11a09d7ffd485810c4",
2892
                "reference": "baea7f66d30854ad32988c11a09d7ffd485810c4",
2893
                "shasum": ""
2894
            },
2895
            "require": {
2896
                "php": ">=5.5.9"
2897
            },
2898
            "type": "library",
2899
            "extra": {
2900
                "branch-alias": {
2901
                    "dev-master": "3.3-dev"
2902
                }
2903
            },
2904
            "autoload": {
2905
                "psr-4": {
2906
                    "Symfony\\Component\\Finder\\": ""
2907
                },
2908
                "exclude-from-classmap": [
2909
                    "/Tests/"
2910
                ]
2911
            },
2912
            "notification-url": "https://packagist.org/downloads/",
2913
            "license": [
2914
                "MIT"
2915
            ],
2916
            "authors": [
2917
                {
2918
                    "name": "Fabien Potencier",
2919
                    "email": "[email protected]"
2920
                },
2921
                {
2922
                    "name": "Symfony Community",
2923
                    "homepage": "https://symfony.com/contributors"
2924
                }
2925
            ],
2926
            "description": "Symfony Finder Component",
2927
            "homepage": "https://symfony.com",
2928
            "time": "2017-06-01T21:01:25+00:00"
2929
        },
2930
        {
2931
            "name": "symfony/options-resolver",
2932
            "version": "v3.3.5",
2933
            "source": {
2934
                "type": "git",
2935
                "url": "https://github.com/symfony/options-resolver.git",
2936
                "reference": "ff48982d295bcac1fd861f934f041ebc73ae40f0"
2937
            },
2938
            "dist": {
2939
                "type": "zip",
2940
                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/ff48982d295bcac1fd861f934f041ebc73ae40f0",
2941
                "reference": "ff48982d295bcac1fd861f934f041ebc73ae40f0",
2942
                "shasum": ""
2943
            },
2944
            "require": {
2945
                "php": ">=5.5.9"
2946
            },
2947
            "type": "library",
2948
            "extra": {
2949
                "branch-alias": {
2950
                    "dev-master": "3.3-dev"
2951
                }
2952
            },
2953
            "autoload": {
2954
                "psr-4": {
2955
                    "Symfony\\Component\\OptionsResolver\\": ""
2956
                },
2957
                "exclude-from-classmap": [
2958
                    "/Tests/"
2959
                ]
2960
            },
2961
            "notification-url": "https://packagist.org/downloads/",
2962
            "license": [
2963
                "MIT"
2964
            ],
2965
            "authors": [
2966
                {
2967
                    "name": "Fabien Potencier",
2968
                    "email": "[email protected]"
2969
                },
2970
                {
2971
                    "name": "Symfony Community",
2972
                    "homepage": "https://symfony.com/contributors"
2973
                }
2974
            ],
2975
            "description": "Symfony OptionsResolver Component",
2976
            "homepage": "https://symfony.com",
2977
            "keywords": [
2978
                "config",
2979
                "configuration",
2980
                "options"
2981
            ],
2982
            "time": "2017-04-12T14:14:56+00:00"
2983
        },
2984
        {
2985
            "name": "symfony/polyfill-mbstring",
2986
            "version": "v1.4.0",
2987
            "source": {
2988
                "type": "git",
2989
                "url": "https://github.com/symfony/polyfill-mbstring.git",
2990
                "reference": "f29dca382a6485c3cbe6379f0c61230167681937"
2991
            },
2992
            "dist": {
2993
                "type": "zip",
2994
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f29dca382a6485c3cbe6379f0c61230167681937",
2995
                "reference": "f29dca382a6485c3cbe6379f0c61230167681937",
2996
                "shasum": ""
2997
            },
2998
            "require": {
2999
                "php": ">=5.3.3"
3000
            },
3001
            "suggest": {
3002
                "ext-mbstring": "For best performance"
3003
            },
3004
            "type": "library",
3005
            "extra": {
3006
                "branch-alias": {
3007
                    "dev-master": "1.4-dev"
3008
                }
3009
            },
3010
            "autoload": {
3011
                "psr-4": {
3012
                    "Symfony\\Polyfill\\Mbstring\\": ""
3013
                },
3014
                "files": [
3015
                    "bootstrap.php"
3016
                ]
3017
            },
3018
            "notification-url": "https://packagist.org/downloads/",
3019
            "license": [
3020
                "MIT"
3021
            ],
3022
            "authors": [
3023
                {
3024
                    "name": "Nicolas Grekas",
3025
                    "email": "[email protected]"
3026
                },
3027
                {
3028
                    "name": "Symfony Community",
3029
                    "homepage": "https://symfony.com/contributors"
3030
                }
3031
            ],
3032
            "description": "Symfony polyfill for the Mbstring extension",
3033
            "homepage": "https://symfony.com",
3034
            "keywords": [
3035
                "compatibility",
3036
                "mbstring",
3037
                "polyfill",
3038
                "portable",
3039
                "shim"
3040
            ],
3041
            "time": "2017-06-09T14:24:12+00:00"
3042
        },
3043
        {
3044
            "name": "symfony/polyfill-php70",
3045
            "version": "v1.4.0",
3046
            "source": {
3047
                "type": "git",
3048
                "url": "https://github.com/symfony/polyfill-php70.git",
3049
                "reference": "032fd647d5c11a9ceab8ee8747e13b5448e93874"
3050
            },
3051
            "dist": {
3052
                "type": "zip",
3053
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/032fd647d5c11a9ceab8ee8747e13b5448e93874",
3054
                "reference": "032fd647d5c11a9ceab8ee8747e13b5448e93874",
3055
                "shasum": ""
3056
            },
3057
            "require": {
3058
                "paragonie/random_compat": "~1.0|~2.0",
3059
                "php": ">=5.3.3"
3060
            },
3061
            "type": "library",
3062
            "extra": {
3063
                "branch-alias": {
3064
                    "dev-master": "1.4-dev"
3065
                }
3066
            },
3067
            "autoload": {
3068
                "psr-4": {
3069
                    "Symfony\\Polyfill\\Php70\\": ""
3070
                },
3071
                "files": [
3072
                    "bootstrap.php"
3073
                ],
3074
                "classmap": [
3075
                    "Resources/stubs"
3076
                ]
3077
            },
3078
            "notification-url": "https://packagist.org/downloads/",
3079
            "license": [
3080
                "MIT"
3081
            ],
3082
            "authors": [
3083
                {
3084
                    "name": "Nicolas Grekas",
3085
                    "email": "[email protected]"
3086
                },
3087
                {
3088
                    "name": "Symfony Community",
3089
                    "homepage": "https://symfony.com/contributors"
3090
                }
3091
            ],
3092
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
3093
            "homepage": "https://symfony.com",
3094
            "keywords": [
3095
                "compatibility",
3096
                "polyfill",
3097
                "portable",
3098
                "shim"
3099
            ],
3100
            "time": "2017-06-09T14:24:12+00:00"
3101
        },
3102
        {
3103
            "name": "symfony/polyfill-php72",
3104
            "version": "v1.4.0",
3105
            "source": {
3106
                "type": "git",
3107
                "url": "https://github.com/symfony/polyfill-php72.git",
3108
                "reference": "d3a71580c1e2cab33b6d705f0ec40e9015e14d5c"
3109
            },
3110
            "dist": {
3111
                "type": "zip",
3112
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/d3a71580c1e2cab33b6d705f0ec40e9015e14d5c",
3113
                "reference": "d3a71580c1e2cab33b6d705f0ec40e9015e14d5c",
3114
                "shasum": ""
3115
            },
3116
            "require": {
3117
                "php": ">=5.3.3"
3118
            },
3119
            "type": "library",
3120
            "extra": {
3121
                "branch-alias": {
3122
                    "dev-master": "1.4-dev"
3123
                }
3124
            },
3125
            "autoload": {
3126
                "psr-4": {
3127
                    "Symfony\\Polyfill\\Php72\\": ""
3128
                },
3129
                "files": [
3130
                    "bootstrap.php"
3131
                ]
3132
            },
3133
            "notification-url": "https://packagist.org/downloads/",
3134
            "license": [
3135
                "MIT"
3136
            ],
3137
            "authors": [
3138
                {
3139
                    "name": "Nicolas Grekas",
3140
                    "email": "[email protected]"
3141
                },
3142
                {
3143
                    "name": "Symfony Community",
3144
                    "homepage": "https://symfony.com/contributors"
3145
                }
3146
            ],
3147
            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
3148
            "homepage": "https://symfony.com",
3149
            "keywords": [
3150
                "compatibility",
3151
                "polyfill",
3152
                "portable",
3153
                "shim"
3154
            ],
3155
            "time": "2017-06-09T08:25:21+00:00"
3156
        },
3157
        {
3158
            "name": "symfony/process",
3159
            "version": "v3.3.5",
3160
            "source": {
3161
                "type": "git",
3162
                "url": "https://github.com/symfony/process.git",
3163
                "reference": "07432804942b9f6dd7b7377faf9920af5f95d70a"
3164
            },
3165
            "dist": {
3166
                "type": "zip",
3167
                "url": "https://api.github.com/repos/symfony/process/zipball/07432804942b9f6dd7b7377faf9920af5f95d70a",
3168
                "reference": "07432804942b9f6dd7b7377faf9920af5f95d70a",
3169
                "shasum": ""
3170
            },
3171
            "require": {
3172
                "php": ">=5.5.9"
3173
            },
3174
            "type": "library",
3175
            "extra": {
3176
                "branch-alias": {
3177
                    "dev-master": "3.3-dev"
3178
                }
3179
            },
3180
            "autoload": {
3181
                "psr-4": {
3182
                    "Symfony\\Component\\Process\\": ""
3183
                },
3184
                "exclude-from-classmap": [
3185
                    "/Tests/"
3186
                ]
3187
            },
3188
            "notification-url": "https://packagist.org/downloads/",
3189
            "license": [
3190
                "MIT"
3191
            ],
3192
            "authors": [
3193
                {
3194
                    "name": "Fabien Potencier",
3195
                    "email": "[email protected]"
3196
                },
3197
                {
3198
                    "name": "Symfony Community",
3199
                    "homepage": "https://symfony.com/contributors"
3200
                }
3201
            ],
3202
            "description": "Symfony Process Component",
3203
            "homepage": "https://symfony.com",
3204
            "time": "2017-07-13T13:05:09+00:00"
3205
        },
3206
        {
3207
            "name": "symfony/stopwatch",
3208
            "version": "v3.3.5",
3209
            "source": {
3210
                "type": "git",
3211
                "url": "https://github.com/symfony/stopwatch.git",
3212
                "reference": "602a15299dc01556013b07167d4f5d3a60e90d15"
3213
            },
3214
            "dist": {
3215
                "type": "zip",
3216
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/602a15299dc01556013b07167d4f5d3a60e90d15",
3217
                "reference": "602a15299dc01556013b07167d4f5d3a60e90d15",
3218
                "shasum": ""
3219
            },
3220
            "require": {
3221
                "php": ">=5.5.9"
3222
            },
3223
            "type": "library",
3224
            "extra": {
3225
                "branch-alias": {
3226
                    "dev-master": "3.3-dev"
3227
                }
3228
            },
3229
            "autoload": {
3230
                "psr-4": {
3231
                    "Symfony\\Component\\Stopwatch\\": ""
3232
                },
3233
                "exclude-from-classmap": [
3234
                    "/Tests/"
3235
                ]
3236
            },
3237
            "notification-url": "https://packagist.org/downloads/",
3238
            "license": [
3239
                "MIT"
3240
            ],
3241
            "authors": [
3242
                {
3243
                    "name": "Fabien Potencier",
3244
                    "email": "[email protected]"
3245
                },
3246
                {
3247
                    "name": "Symfony Community",
3248
                    "homepage": "https://symfony.com/contributors"
3249
                }
3250
            ],
3251
            "description": "Symfony Stopwatch Component",
3252
            "homepage": "https://symfony.com",
3253
            "time": "2017-04-12T14:14:56+00:00"
3254
        },
3255
        {
3256
            "name": "symfony/yaml",
3257
            "version": "v3.3.5",
3258
            "source": {
3259
                "type": "git",
3260
                "url": "https://github.com/symfony/yaml.git",
3261
                "reference": "1f93a8d19b8241617f5074a123e282575b821df8"
3262
            },
3263
            "dist": {
3264
                "type": "zip",
3265
                "url": "https://api.github.com/repos/symfony/yaml/zipball/1f93a8d19b8241617f5074a123e282575b821df8",
3266
                "reference": "1f93a8d19b8241617f5074a123e282575b821df8",
3267
                "shasum": ""
3268
            },
3269
            "require": {
3270
                "php": ">=5.5.9"
3271
            },
3272
            "require-dev": {
3273
                "symfony/console": "~2.8|~3.0"
3274
            },
3275
            "suggest": {
3276
                "symfony/console": "For validating YAML files using the lint command"
3277
            },
3278
            "type": "library",
3279
            "extra": {
3280
                "branch-alias": {
3281
                    "dev-master": "3.3-dev"
3282
                }
3283
            },
3284
            "autoload": {
3285
                "psr-4": {
3286
                    "Symfony\\Component\\Yaml\\": ""
3287
                },
3288
                "exclude-from-classmap": [
3289
                    "/Tests/"
3290
                ]
3291
            },
3292
            "notification-url": "https://packagist.org/downloads/",
3293
            "license": [
3294
                "MIT"
3295
            ],
3296
            "authors": [
3297
                {
3298
                    "name": "Fabien Potencier",
3299
                    "email": "[email protected]"
3300
                },
3301
                {
3302
                    "name": "Symfony Community",
3303
                    "homepage": "https://symfony.com/contributors"
3304
                }
3305
            ],
3306
            "description": "Symfony Yaml Component",
3307
            "homepage": "https://symfony.com",
3308
            "time": "2017-06-15T12:58:50+00:00"
3309
        },
3310
        {
3311
            "name": "webmozart/assert",
3312
            "version": "1.2.0",
3313
            "source": {
3314
                "type": "git",
3315
                "url": "https://github.com/webmozart/assert.git",
3316
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
3317
            },
3318
            "dist": {
3319
                "type": "zip",
3320
                "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
3321
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
3322
                "shasum": ""
3323
            },
3324
            "require": {
3325
                "php": "^5.3.3 || ^7.0"
3326
            },
3327
            "require-dev": {
3328
                "phpunit/phpunit": "^4.6",
3329
                "sebastian/version": "^1.0.1"
3330
            },
3331
            "type": "library",
3332
            "extra": {
3333
                "branch-alias": {
3334
                    "dev-master": "1.3-dev"
3335
                }
3336
            },
3337
            "autoload": {
3338
                "psr-4": {
3339
                    "Webmozart\\Assert\\": "src/"
3340
                }
3341
            },
3342
            "notification-url": "https://packagist.org/downloads/",
3343
            "license": [
3344
                "MIT"
3345
            ],
3346
            "authors": [
3347
                {
3348
                    "name": "Bernhard Schussek",
3349
                    "email": "[email protected]"
3350
                }
3351
            ],
3352
            "description": "Assertions to validate method input/output with nice error messages.",
3353
            "keywords": [
3354
                "assert",
3355
                "check",
3356
                "validate"
3357
            ],
3358
            "time": "2016-11-23T20:04:58+00:00"
3359
        }
3360
    ],
3361
    "aliases": [],
3362
    "minimum-stability": "dev",
3363
    "stability-flags": {
3364
        "phpmd/phpmd": 0
3365
    },
3366
    "prefer-stable": true,
3367
    "prefer-lowest": false,
3368
    "platform": [],
3369
    "platform-dev": []
3370
}
3371