Completed
Push — master ( 8990f9...572472 )
by Brandon
03:51 queued 01:46
created

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
    "hash": "7c99ecdd7803c7e2a04a1fe83ec8e75b",
8
    "content-hash": "543c2aba3d9898df11f5679e821259a3",
9
    "packages": [
10
        {
11
            "name": "squizlabs/php_codesniffer",
0 ignored issues
show
There is a security advisory for your installed version of squizlabs/php_codesniffer:

Arbitrary shell execution
Loading history...
12
            "version": "2.6.2",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
16
                "reference": "4edb770cb853def6e60c93abb088ad5ac2010c83"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/4edb770cb853def6e60c93abb088ad5ac2010c83",
21
                "reference": "4edb770cb853def6e60c93abb088ad5ac2010c83",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "ext-simplexml": "*",
26
                "ext-tokenizer": "*",
27
                "ext-xmlwriter": "*",
28
                "php": ">=5.1.2"
29
            },
30
            "require-dev": {
31
                "phpunit/phpunit": "~4.0"
32
            },
33
            "bin": [
34
                "scripts/phpcs",
35
                "scripts/phpcbf"
36
            ],
37
            "type": "library",
38
            "extra": {
39
                "branch-alias": {
40
                    "dev-master": "2.x-dev"
41
                }
42
            },
43
            "autoload": {
44
                "classmap": [
45
                    "CodeSniffer.php",
46
                    "CodeSniffer/CLI.php",
47
                    "CodeSniffer/Exception.php",
48
                    "CodeSniffer/File.php",
49
                    "CodeSniffer/Fixer.php",
50
                    "CodeSniffer/Report.php",
51
                    "CodeSniffer/Reporting.php",
52
                    "CodeSniffer/Sniff.php",
53
                    "CodeSniffer/Tokens.php",
54
                    "CodeSniffer/Reports/",
55
                    "CodeSniffer/Tokenizers/",
56
                    "CodeSniffer/DocGenerators/",
57
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
58
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
59
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
60
                    "CodeSniffer/Standards/IncorrectPatternException.php",
61
                    "CodeSniffer/Standards/Generic/Sniffs/",
62
                    "CodeSniffer/Standards/MySource/Sniffs/",
63
                    "CodeSniffer/Standards/PEAR/Sniffs/",
64
                    "CodeSniffer/Standards/PSR1/Sniffs/",
65
                    "CodeSniffer/Standards/PSR2/Sniffs/",
66
                    "CodeSniffer/Standards/Squiz/Sniffs/",
67
                    "CodeSniffer/Standards/Zend/Sniffs/"
68
                ]
69
            },
70
            "notification-url": "https://packagist.org/downloads/",
71
            "license": [
72
                "BSD-3-Clause"
73
            ],
74
            "authors": [
75
                {
76
                    "name": "Greg Sherwood",
77
                    "role": "lead"
78
                }
79
            ],
80
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
81
            "homepage": "http://www.squizlabs.com/php-codesniffer",
82
            "keywords": [
83
                "phpcs",
84
                "standards"
85
            ],
86
            "time": "2016-07-13 23:29:13"
87
        },
88
        {
89
            "name": "stevegrunwell/wp-enforcer",
90
            "version": "0.4.1",
91
            "source": {
92
                "type": "git",
93
                "url": "https://github.com/stevegrunwell/wp-enforcer.git",
94
                "reference": "3aea90cb0a8bbd89f1fbbba042ed025a4674c640"
95
            },
96
            "dist": {
97
                "type": "zip",
98
                "url": "https://api.github.com/repos/stevegrunwell/wp-enforcer/zipball/3aea90cb0a8bbd89f1fbbba042ed025a4674c640",
99
                "reference": "3aea90cb0a8bbd89f1fbbba042ed025a4674c640",
100
                "shasum": ""
101
            },
102
            "require": {
103
                "wp-coding-standards/wpcs": "0.8.0"
104
            },
105
            "bin": [
106
                "bin/wp-enforcer"
107
            ],
108
            "type": "library",
109
            "notification-url": "https://packagist.org/downloads/",
110
            "license": [
111
                "MIT"
112
            ],
113
            "authors": [
114
                {
115
                    "name": "Steve Grunwell",
116
                    "email": "[email protected]",
117
                    "homepage": "https://stevegrunwell.com"
118
                }
119
            ],
120
            "description": "Git hooks to encourage well-written WordPress.",
121
            "keywords": [
122
                "PHP_CodeSniffer",
123
                "coding standards",
124
                "git hooks",
125
                "wordpress"
126
            ],
127
            "time": "2016-01-06 20:19:11"
128
        },
129
        {
130
            "name": "wp-coding-standards/wpcs",
131
            "version": "0.8.0",
132
            "source": {
133
                "type": "git",
134
                "url": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards.git",
135
                "reference": "b3d4d8eedd8b0b7f4fdf8764df1c8b23ff099334"
136
            },
137
            "dist": {
138
                "type": "zip",
139
                "url": "https://api.github.com/repos/WordPress-Coding-Standards/WordPress-Coding-Standards/zipball/b3d4d8eedd8b0b7f4fdf8764df1c8b23ff099334",
140
                "reference": "b3d4d8eedd8b0b7f4fdf8764df1c8b23ff099334",
141
                "shasum": ""
142
            },
143
            "require": {
144
                "squizlabs/php_codesniffer": "~2.2"
145
            },
146
            "type": "library",
147
            "notification-url": "https://packagist.org/downloads/",
148
            "license": [
149
                "MIT"
150
            ],
151
            "authors": [
152
                {
153
                    "name": "Contributors",
154
                    "homepage": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/graphs/contributors"
155
                }
156
            ],
157
            "description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions",
158
            "keywords": [
159
                "phpcs",
160
                "standards",
161
                "wordpress"
162
            ],
163
            "time": "2015-10-02 22:20:22"
164
        }
165
    ],
166
    "packages-dev": [],
167
    "aliases": [],
168
    "minimum-stability": "stable",
169
    "stability-flags": [],
170
    "prefer-stable": false,
171
    "prefer-lowest": false,
172
    "platform": [],
173
    "platform-dev": []
174
}
175