PluginProbe
WP Debugging / 2.11.21
WP Debugging v2.11.21
2.12.6 2.12.5 trunk 2.10.0 2.10.1 2.10.2 2.11.0 2.11.1 2.11.10 2.11.11 2.11.12 2.11.13 2.11.14 2.11.15 2.11.16 2.11.17 2.11.18 2.11.19 2.11.2 2.11.20 2.11.21 2.11.22 2.11.23 2.11.24 2.11.3 All 59 releases
wp-debugging / vendor / composer / installed.json

installed.json in WP Debugging 2.11.21, at vendor/composer/installed.json

374 lines 14.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "packages": [
3 {
4 "name": "afragen/wp-dependency-installer",
5 "version": "4.3.12",
6 "version_normalized": "4.3.12.0",
7 "source": {
8 "type": "git",
9 "url": "https://github.com/afragen/wp-dependency-installer.git",
10 "reference": "da85ae335c8342878d83b5ed7fe56b58609db4e1"
11 },
12 "dist": {
13 "type": "zip",
14 "url": "https://api.github.com/repos/afragen/wp-dependency-installer/zipball/da85ae335c8342878d83b5ed7fe56b58609db4e1",
15 "reference": "da85ae335c8342878d83b5ed7fe56b58609db4e1",
16 "shasum": ""
17 },
18 "require": {
19 "afragen/wp-dismiss-notice": "*",
20 "php": ">=5.6"
21 },
22 "time": "2023-02-06T04:22:45+00:00",
23 "type": "library",
24 "installation-source": "dist",
25 "autoload": {
26 "classmap": [
27 "wp-dependency-installer.php",
28 "wp-dependency-installer-skin.php"
29 ]
30 },
31 "notification-url": "https://packagist.org/downloads/",
32 "license": [
33 "MIT"
34 ],
35 "authors": [
36 {
37 "name": "Andy Fragen",
38 "email": "andy@thefragens.com",
39 "homepage": "https://thefragens.com",
40 "role": "Developer"
41 },
42 {
43 "name": "Matt Gibbs",
44 "homepage": "https://facetwp.com",
45 "role": "Developer"
46 },
47 {
48 "name": "Raruto",
49 "homepage": "https://raruto.github.io",
50 "role": "Developer"
51 }
52 ],
53 "description": "Library that helps WordPress plugin dependency management.",
54 "support": {
55 "issues": "https://github.com/afragen/wp-dependency-installer/issues",
56 "source": "https://github.com/afragen/wp-dependency-installer"
57 },
58 "funding": [
59 {
60 "url": "https://github.com/afragen",
61 "type": "github"
62 }
63 ],
64 "install-path": "../afragen/wp-dependency-installer"
65 },
66 {
67 "name": "afragen/wp-dismiss-notice",
68 "version": "0.3.4",
69 "version_normalized": "0.3.4.0",
70 "source": {
71 "type": "git",
72 "url": "https://github.com/afragen/wp-dismiss-notice.git",
73 "reference": "a195d3badb28965f6a33e04e7b488b7d8d29df39"
74 },
75 "dist": {
76 "type": "zip",
77 "url": "https://api.github.com/repos/afragen/wp-dismiss-notice/zipball/a195d3badb28965f6a33e04e7b488b7d8d29df39",
78 "reference": "a195d3badb28965f6a33e04e7b488b7d8d29df39",
79 "shasum": ""
80 },
81 "require": {
82 "php": ">=5.6"
83 },
84 "time": "2023-04-05T20:00:28+00:00",
85 "type": "library",
86 "installation-source": "dist",
87 "autoload": {
88 "classmap": [
89 "wp-dismiss-notice.php"
90 ]
91 },
92 "notification-url": "https://packagist.org/downloads/",
93 "license": [
94 "MIT"
95 ],
96 "authors": [
97 {
98 "name": "Andy Fragen",
99 "email": "andy@thefragens.com",
100 "homepage": "https://thefragens.com",
101 "role": "Developer"
102 }
103 ],
104 "description": "Library for time dismissible WordPress admin notices.",
105 "support": {
106 "issues": "https://github.com/afragen/wp-dismiss-notice/issues",
107 "source": "https://github.com/afragen/wp-dismiss-notice"
108 },
109 "install-path": "../afragen/wp-dismiss-notice"
110 },
111 {
112 "name": "dealerdirect/phpcodesniffer-composer-installer",
113 "version": "v0.7.2",
114 "version_normalized": "0.7.2.0",
115 "source": {
116 "type": "git",
117 "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git",
118 "reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db"
119 },
120 "dist": {
121 "type": "zip",
122 "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db",
123 "reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db",
124 "shasum": ""
125 },
126 "require": {
127 "composer-plugin-api": "^1.0 || ^2.0",
128 "php": ">=5.3",
129 "squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0"
130 },
131 "require-dev": {
132 "composer/composer": "*",
133 "php-parallel-lint/php-parallel-lint": "^1.3.1",
134 "phpcompatibility/php-compatibility": "^9.0"
135 },
136 "time": "2022-02-04T12:51:07+00:00",
137 "type": "composer-plugin",
138 "extra": {
139 "class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
140 },
141 "installation-source": "dist",
142 "autoload": {
143 "psr-4": {
144 "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
145 }
146 },
147 "notification-url": "https://packagist.org/downloads/",
148 "license": [
149 "MIT"
150 ],
151 "authors": [
152 {
153 "name": "Franck Nijhof",
154 "email": "franck.nijhof@dealerdirect.com",
155 "homepage": "http://www.frenck.nl",
156 "role": "Developer / IT Manager"
157 },
158 {
159 "name": "Contributors",
160 "homepage": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer/graphs/contributors"
161 }
162 ],
163 "description": "PHP_CodeSniffer Standards Composer Installer Plugin",
164 "homepage": "http://www.dealerdirect.com",
165 "keywords": [
166 "PHPCodeSniffer",
167 "PHP_CodeSniffer",
168 "code quality",
169 "codesniffer",
170 "composer",
171 "installer",
172 "phpcbf",
173 "phpcs",
174 "plugin",
175 "qa",
176 "quality",
177 "standard",
178 "standards",
179 "style guide",
180 "stylecheck",
181 "tests"
182 ],
183 "support": {
184 "issues": "https://github.com/dealerdirect/phpcodesniffer-composer-installer/issues",
185 "source": "https://github.com/dealerdirect/phpcodesniffer-composer-installer"
186 },
187 "install-path": "../dealerdirect/phpcodesniffer-composer-installer"
188 },
189 {
190 "name": "norcross/debug-quick-look",
191 "version": "0.1.12",
192 "version_normalized": "0.1.12.0",
193 "dist": {
194 "type": "zip",
195 "url": "https://github.com/afragen/debug-quick-look/archive/vendor.zip"
196 },
197 "type": "library",
198 "installation-source": "dist",
199 "autoload": {
200 "files": [
201 "debug-quick-look.php"
202 ]
203 },
204 "install-path": "../norcross/debug-quick-look"
205 },
206 {
207 "name": "squizlabs/php_codesniffer",
208 "version": "3.6.0",
209 "version_normalized": "3.6.0.0",
210 "source": {
211 "type": "git",
212 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
213 "reference": "ffced0d2c8fa8e6cdc4d695a743271fab6c38625"
214 },
215 "dist": {
216 "type": "zip",
217 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ffced0d2c8fa8e6cdc4d695a743271fab6c38625",
218 "reference": "ffced0d2c8fa8e6cdc4d695a743271fab6c38625",
219 "shasum": ""
220 },
221 "require": {
222 "ext-simplexml": "*",
223 "ext-tokenizer": "*",
224 "ext-xmlwriter": "*",
225 "php": ">=5.4.0"
226 },
227 "require-dev": {
228 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
229 },
230 "time": "2021-04-09T00:54:41+00:00",
231 "bin": [
232 "bin/phpcs",
233 "bin/phpcbf"
234 ],
235 "type": "library",
236 "extra": {
237 "branch-alias": {
238 "dev-master": "3.x-dev"
239 }
240 },
241 "installation-source": "dist",
242 "notification-url": "https://packagist.org/downloads/",
243 "license": [
244 "BSD-3-Clause"
245 ],
246 "authors": [
247 {
248 "name": "Greg Sherwood",
249 "role": "lead"
250 }
251 ],
252 "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
253 "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
254 "keywords": [
255 "phpcs",
256 "standards"
257 ],
258 "support": {
259 "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
260 "source": "https://github.com/squizlabs/PHP_CodeSniffer",
261 "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
262 },
263 "install-path": "../squizlabs/php_codesniffer"
264 },
265 {
266 "name": "wp-cli/wp-config-transformer",
267 "version": "v1.3.3",
268 "version_normalized": "1.3.3.0",
269 "source": {
270 "type": "git",
271 "url": "https://github.com/wp-cli/wp-config-transformer.git",
272 "reference": "b1a6a013e4a8c74b29ba185368b78a140b3268da"
273 },
274 "dist": {
275 "type": "zip",
276 "url": "https://api.github.com/repos/wp-cli/wp-config-transformer/zipball/b1a6a013e4a8c74b29ba185368b78a140b3268da",
277 "reference": "b1a6a013e4a8c74b29ba185368b78a140b3268da",
278 "shasum": ""
279 },
280 "require": {
281 "php": "^5.6 || ^7.0 || ^8.0"
282 },
283 "require-dev": {
284 "wp-cli/wp-cli-tests": "^3.1"
285 },
286 "time": "2023-04-26T19:51:31+00:00",
287 "type": "library",
288 "installation-source": "dist",
289 "autoload": {
290 "files": [
291 "src/WPConfigTransformer.php"
292 ]
293 },
294 "notification-url": "https://packagist.org/downloads/",
295 "license": [
296 "MIT"
297 ],
298 "authors": [
299 {
300 "name": "Frankie Jarrett",
301 "email": "fjarrett@gmail.com"
302 }
303 ],
304 "description": "Programmatically edit a wp-config.php file.",
305 "homepage": "https://github.com/wp-cli/wp-config-transformer",
306 "support": {
307 "issues": "https://github.com/wp-cli/wp-config-transformer/issues",
308 "source": "https://github.com/wp-cli/wp-config-transformer/tree/v1.3.3"
309 },
310 "install-path": "../wp-cli/wp-config-transformer"
311 },
312 {
313 "name": "wp-coding-standards/wpcs",
314 "version": "2.3.0",
315 "version_normalized": "2.3.0.0",
316 "source": {
317 "type": "git",
318 "url": "https://github.com/WordPress/WordPress-Coding-Standards.git",
319 "reference": "7da1894633f168fe244afc6de00d141f27517b62"
320 },
321 "dist": {
322 "type": "zip",
323 "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/7da1894633f168fe244afc6de00d141f27517b62",
324 "reference": "7da1894633f168fe244afc6de00d141f27517b62",
325 "shasum": ""
326 },
327 "require": {
328 "php": ">=5.4",
329 "squizlabs/php_codesniffer": "^3.3.1"
330 },
331 "require-dev": {
332 "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || ^0.6",
333 "phpcompatibility/php-compatibility": "^9.0",
334 "phpcsstandards/phpcsdevtools": "^1.0",
335 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
336 },
337 "suggest": {
338 "dealerdirect/phpcodesniffer-composer-installer": "^0.6 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically."
339 },
340 "time": "2020-05-13T23:57:56+00:00",
341 "type": "phpcodesniffer-standard",
342 "installation-source": "dist",
343 "notification-url": "https://packagist.org/downloads/",
344 "license": [
345 "MIT"
346 ],
347 "authors": [
348 {
349 "name": "Contributors",
350 "homepage": "https://github.com/WordPress/WordPress-Coding-Standards/graphs/contributors"
351 }
352 ],
353 "description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions",
354 "keywords": [
355 "phpcs",
356 "standards",
357 "wordpress"
358 ],
359 "support": {
360 "issues": "https://github.com/WordPress/WordPress-Coding-Standards/issues",
361 "source": "https://github.com/WordPress/WordPress-Coding-Standards",
362 "wiki": "https://github.com/WordPress/WordPress-Coding-Standards/wiki"
363 },
364 "install-path": "../wp-coding-standards/wpcs"
365 }
366 ],
367 "dev": true,
368 "dev-package-names": [
369 "dealerdirect/phpcodesniffer-composer-installer",
370 "squizlabs/php_codesniffer",
371 "wp-coding-standards/wpcs"
372 ]
373 }
374