PluginProbe
WP Debugging / 2.12.5
WP Debugging v2.12.5
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.12.5, at vendor/composer/installed.json

621 lines 23.5 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.14",
6 "version_normalized": "4.3.14.0",
7 "source": {
8 "type": "git",
9 "url": "https://github.com/afragen/wp-dependency-installer.git",
10 "reference": "38f127feeaeb1cfc8544c120d4e9e372fa41f79e"
11 },
12 "dist": {
13 "type": "zip",
14 "url": "https://api.github.com/repos/afragen/wp-dependency-installer/zipball/38f127feeaeb1cfc8544c120d4e9e372fa41f79e",
15 "reference": "38f127feeaeb1cfc8544c120d4e9e372fa41f79e",
16 "shasum": ""
17 },
18 "require": {
19 "afragen/wp-dismiss-notice": "*",
20 "php": ">=5.6"
21 },
22 "time": "2025-04-29T16:02:06+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.7",
69 "version_normalized": "0.3.7.0",
70 "source": {
71 "type": "git",
72 "url": "https://github.com/afragen/wp-dismiss-notice.git",
73 "reference": "3e2c694ca891fe94771457f54a3a5457a70c0aec"
74 },
75 "dist": {
76 "type": "zip",
77 "url": "https://api.github.com/repos/afragen/wp-dismiss-notice/zipball/3e2c694ca891fe94771457f54a3a5457a70c0aec",
78 "reference": "3e2c694ca891fe94771457f54a3a5457a70c0aec",
79 "shasum": ""
80 },
81 "require": {
82 "php": ">=5.6"
83 },
84 "time": "2023-05-30T21:45:15+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": "v1.2.1",
114 "version_normalized": "1.2.1.0",
115 "source": {
116 "type": "git",
117 "url": "https://github.com/PHPCSStandards/composer-installer.git",
118 "reference": "963f0c67bffde0eac41b56be71ac0e8ba132f0bd"
119 },
120 "dist": {
121 "type": "zip",
122 "url": "https://api.github.com/repos/PHPCSStandards/composer-installer/zipball/963f0c67bffde0eac41b56be71ac0e8ba132f0bd",
123 "reference": "963f0c67bffde0eac41b56be71ac0e8ba132f0bd",
124 "shasum": ""
125 },
126 "require": {
127 "composer-plugin-api": "^2.2",
128 "php": ">=5.4",
129 "squizlabs/php_codesniffer": "^3.1.0 || ^4.0"
130 },
131 "require-dev": {
132 "composer/composer": "^2.2",
133 "ext-json": "*",
134 "ext-zip": "*",
135 "php-parallel-lint/php-parallel-lint": "^1.4.0",
136 "phpcompatibility/php-compatibility": "^9.0 || ^10.0.0@dev",
137 "yoast/phpunit-polyfills": "^1.0"
138 },
139 "time": "2026-05-06T08:26:05+00:00",
140 "type": "composer-plugin",
141 "extra": {
142 "class": "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
143 },
144 "installation-source": "dist",
145 "autoload": {
146 "psr-4": {
147 "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
148 }
149 },
150 "notification-url": "https://packagist.org/downloads/",
151 "license": [
152 "MIT"
153 ],
154 "authors": [
155 {
156 "name": "Franck Nijhof",
157 "email": "opensource@frenck.dev",
158 "homepage": "https://frenck.dev",
159 "role": "Open source developer"
160 },
161 {
162 "name": "Contributors",
163 "homepage": "https://github.com/PHPCSStandards/composer-installer/graphs/contributors"
164 }
165 ],
166 "description": "PHP_CodeSniffer Standards Composer Installer Plugin",
167 "keywords": [
168 "PHPCodeSniffer",
169 "PHP_CodeSniffer",
170 "code quality",
171 "codesniffer",
172 "composer",
173 "installer",
174 "phpcbf",
175 "phpcs",
176 "plugin",
177 "qa",
178 "quality",
179 "standard",
180 "standards",
181 "style guide",
182 "stylecheck",
183 "tests"
184 ],
185 "support": {
186 "issues": "https://github.com/PHPCSStandards/composer-installer/issues",
187 "security": "https://github.com/PHPCSStandards/composer-installer/security/policy",
188 "source": "https://github.com/PHPCSStandards/composer-installer"
189 },
190 "funding": [
191 {
192 "url": "https://github.com/PHPCSStandards",
193 "type": "github"
194 },
195 {
196 "url": "https://github.com/jrfnl",
197 "type": "github"
198 },
199 {
200 "url": "https://opencollective.com/php_codesniffer",
201 "type": "open_collective"
202 },
203 {
204 "url": "https://thanks.dev/u/gh/phpcsstandards",
205 "type": "thanks_dev"
206 }
207 ],
208 "install-path": "../dealerdirect/phpcodesniffer-composer-installer"
209 },
210 {
211 "name": "norcross/debug-quick-look",
212 "version": "0.1.16",
213 "version_normalized": "0.1.16.0",
214 "dist": {
215 "type": "zip",
216 "url": "https://github.com/afragen/debug-quick-look/archive/vendor.zip"
217 },
218 "type": "library",
219 "installation-source": "dist",
220 "autoload": {
221 "files": [
222 "debug-quick-look.php"
223 ]
224 },
225 "install-path": "../norcross/debug-quick-look"
226 },
227 {
228 "name": "phpcsstandards/phpcsextra",
229 "version": "1.5.0",
230 "version_normalized": "1.5.0.0",
231 "source": {
232 "type": "git",
233 "url": "https://github.com/PHPCSStandards/PHPCSExtra.git",
234 "reference": "b598aa890815b8df16363271b659d73280129101"
235 },
236 "dist": {
237 "type": "zip",
238 "url": "https://api.github.com/repos/PHPCSStandards/PHPCSExtra/zipball/b598aa890815b8df16363271b659d73280129101",
239 "reference": "b598aa890815b8df16363271b659d73280129101",
240 "shasum": ""
241 },
242 "require": {
243 "php": ">=5.4",
244 "phpcsstandards/phpcsutils": "^1.2.0",
245 "squizlabs/php_codesniffer": "^3.13.5 || ^4.0.1"
246 },
247 "require-dev": {
248 "php-parallel-lint/php-console-highlighter": "^1.0",
249 "php-parallel-lint/php-parallel-lint": "^1.4.0",
250 "phpcsstandards/phpcsdevcs": "^1.2.0",
251 "phpcsstandards/phpcsdevtools": "^1.2.1",
252 "phpunit/phpunit": "^4.5 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
253 },
254 "time": "2025-11-12T23:06:57+00:00",
255 "type": "phpcodesniffer-standard",
256 "extra": {
257 "branch-alias": {
258 "dev-stable": "1.x-dev",
259 "dev-develop": "1.x-dev"
260 }
261 },
262 "installation-source": "dist",
263 "notification-url": "https://packagist.org/downloads/",
264 "license": [
265 "LGPL-3.0-or-later"
266 ],
267 "authors": [
268 {
269 "name": "Juliette Reinders Folmer",
270 "homepage": "https://github.com/jrfnl",
271 "role": "lead"
272 },
273 {
274 "name": "Contributors",
275 "homepage": "https://github.com/PHPCSStandards/PHPCSExtra/graphs/contributors"
276 }
277 ],
278 "description": "A collection of sniffs and standards for use with PHP_CodeSniffer.",
279 "keywords": [
280 "PHP_CodeSniffer",
281 "phpcbf",
282 "phpcodesniffer-standard",
283 "phpcs",
284 "standards",
285 "static analysis"
286 ],
287 "support": {
288 "issues": "https://github.com/PHPCSStandards/PHPCSExtra/issues",
289 "security": "https://github.com/PHPCSStandards/PHPCSExtra/security/policy",
290 "source": "https://github.com/PHPCSStandards/PHPCSExtra"
291 },
292 "funding": [
293 {
294 "url": "https://github.com/PHPCSStandards",
295 "type": "github"
296 },
297 {
298 "url": "https://github.com/jrfnl",
299 "type": "github"
300 },
301 {
302 "url": "https://opencollective.com/php_codesniffer",
303 "type": "open_collective"
304 },
305 {
306 "url": "https://thanks.dev/u/gh/phpcsstandards",
307 "type": "thanks_dev"
308 }
309 ],
310 "install-path": "../phpcsstandards/phpcsextra"
311 },
312 {
313 "name": "phpcsstandards/phpcsutils",
314 "version": "1.2.2",
315 "version_normalized": "1.2.2.0",
316 "source": {
317 "type": "git",
318 "url": "https://github.com/PHPCSStandards/PHPCSUtils.git",
319 "reference": "c216317e96c8b3f5932808f9b0f1f7a14e3bbf55"
320 },
321 "dist": {
322 "type": "zip",
323 "url": "https://api.github.com/repos/PHPCSStandards/PHPCSUtils/zipball/c216317e96c8b3f5932808f9b0f1f7a14e3bbf55",
324 "reference": "c216317e96c8b3f5932808f9b0f1f7a14e3bbf55",
325 "shasum": ""
326 },
327 "require": {
328 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.1 || ^0.5 || ^0.6.2 || ^0.7 || ^1.0",
329 "php": ">=5.4",
330 "squizlabs/php_codesniffer": "^3.13.5 || ^4.0.1"
331 },
332 "require-dev": {
333 "ext-filter": "*",
334 "php-parallel-lint/php-console-highlighter": "^1.0",
335 "php-parallel-lint/php-parallel-lint": "^1.4.0",
336 "phpcsstandards/phpcsdevcs": "^1.2.0",
337 "yoast/phpunit-polyfills": "^1.1.0 || ^2.0.0 || ^3.0.0"
338 },
339 "time": "2025-12-08T14:27:58+00:00",
340 "type": "phpcodesniffer-standard",
341 "extra": {
342 "branch-alias": {
343 "dev-stable": "1.x-dev",
344 "dev-develop": "1.x-dev"
345 }
346 },
347 "installation-source": "dist",
348 "autoload": {
349 "classmap": [
350 "PHPCSUtils/"
351 ]
352 },
353 "notification-url": "https://packagist.org/downloads/",
354 "license": [
355 "LGPL-3.0-or-later"
356 ],
357 "authors": [
358 {
359 "name": "Juliette Reinders Folmer",
360 "homepage": "https://github.com/jrfnl",
361 "role": "lead"
362 },
363 {
364 "name": "Contributors",
365 "homepage": "https://github.com/PHPCSStandards/PHPCSUtils/graphs/contributors"
366 }
367 ],
368 "description": "A suite of utility functions for use with PHP_CodeSniffer",
369 "homepage": "https://phpcsutils.com/",
370 "keywords": [
371 "PHP_CodeSniffer",
372 "phpcbf",
373 "phpcodesniffer-standard",
374 "phpcs",
375 "phpcs3",
376 "phpcs4",
377 "standards",
378 "static analysis",
379 "tokens",
380 "utility"
381 ],
382 "support": {
383 "docs": "https://phpcsutils.com/",
384 "issues": "https://github.com/PHPCSStandards/PHPCSUtils/issues",
385 "security": "https://github.com/PHPCSStandards/PHPCSUtils/security/policy",
386 "source": "https://github.com/PHPCSStandards/PHPCSUtils"
387 },
388 "funding": [
389 {
390 "url": "https://github.com/PHPCSStandards",
391 "type": "github"
392 },
393 {
394 "url": "https://github.com/jrfnl",
395 "type": "github"
396 },
397 {
398 "url": "https://opencollective.com/php_codesniffer",
399 "type": "open_collective"
400 },
401 {
402 "url": "https://thanks.dev/u/gh/phpcsstandards",
403 "type": "thanks_dev"
404 }
405 ],
406 "install-path": "../phpcsstandards/phpcsutils"
407 },
408 {
409 "name": "squizlabs/php_codesniffer",
410 "version": "3.13.5",
411 "version_normalized": "3.13.5.0",
412 "source": {
413 "type": "git",
414 "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
415 "reference": "0ca86845ce43291e8f5692c7356fccf3bcf02bf4"
416 },
417 "dist": {
418 "type": "zip",
419 "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/0ca86845ce43291e8f5692c7356fccf3bcf02bf4",
420 "reference": "0ca86845ce43291e8f5692c7356fccf3bcf02bf4",
421 "shasum": ""
422 },
423 "require": {
424 "ext-simplexml": "*",
425 "ext-tokenizer": "*",
426 "ext-xmlwriter": "*",
427 "php": ">=5.4.0"
428 },
429 "require-dev": {
430 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
431 },
432 "time": "2025-11-04T16:30:35+00:00",
433 "bin": [
434 "bin/phpcbf",
435 "bin/phpcs"
436 ],
437 "type": "library",
438 "installation-source": "dist",
439 "notification-url": "https://packagist.org/downloads/",
440 "license": [
441 "BSD-3-Clause"
442 ],
443 "authors": [
444 {
445 "name": "Greg Sherwood",
446 "role": "Former lead"
447 },
448 {
449 "name": "Juliette Reinders Folmer",
450 "role": "Current lead"
451 },
452 {
453 "name": "Contributors",
454 "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors"
455 }
456 ],
457 "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
458 "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
459 "keywords": [
460 "phpcs",
461 "standards",
462 "static analysis"
463 ],
464 "support": {
465 "issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues",
466 "security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy",
467 "source": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
468 "wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki"
469 },
470 "funding": [
471 {
472 "url": "https://github.com/PHPCSStandards",
473 "type": "github"
474 },
475 {
476 "url": "https://github.com/jrfnl",
477 "type": "github"
478 },
479 {
480 "url": "https://opencollective.com/php_codesniffer",
481 "type": "open_collective"
482 },
483 {
484 "url": "https://thanks.dev/u/gh/phpcsstandards",
485 "type": "thanks_dev"
486 }
487 ],
488 "install-path": "../squizlabs/php_codesniffer"
489 },
490 {
491 "name": "wp-cli/wp-config-transformer",
492 "version": "v1.4.6",
493 "version_normalized": "1.4.6.0",
494 "source": {
495 "type": "git",
496 "url": "https://github.com/wp-cli/wp-config-transformer.git",
497 "reference": "1ef18784990b85b35202c2d68dbbc4a8fe6615b6"
498 },
499 "dist": {
500 "type": "zip",
501 "url": "https://api.github.com/repos/wp-cli/wp-config-transformer/zipball/1ef18784990b85b35202c2d68dbbc4a8fe6615b6",
502 "reference": "1ef18784990b85b35202c2d68dbbc4a8fe6615b6",
503 "shasum": ""
504 },
505 "require": {
506 "php": ">=7.2.24"
507 },
508 "require-dev": {
509 "wp-cli/wp-cli-tests": "^4.0 || ^5.0"
510 },
511 "time": "2026-04-10T07:32:03+00:00",
512 "type": "library",
513 "extra": {
514 "branch-alias": {
515 "dev-main": "1.x-dev"
516 }
517 },
518 "installation-source": "dist",
519 "autoload": {
520 "files": [
521 "src/WPConfigTransformer.php"
522 ]
523 },
524 "notification-url": "https://packagist.org/downloads/",
525 "license": [
526 "MIT"
527 ],
528 "authors": [
529 {
530 "name": "Frankie Jarrett",
531 "email": "fjarrett@gmail.com"
532 }
533 ],
534 "description": "Programmatically edit a wp-config.php file.",
535 "homepage": "https://github.com/wp-cli/wp-config-transformer",
536 "support": {
537 "issues": "https://github.com/wp-cli/wp-config-transformer/issues",
538 "source": "https://github.com/wp-cli/wp-config-transformer/tree/v1.4.6"
539 },
540 "install-path": "../wp-cli/wp-config-transformer"
541 },
542 {
543 "name": "wp-coding-standards/wpcs",
544 "version": "3.3.0",
545 "version_normalized": "3.3.0.0",
546 "source": {
547 "type": "git",
548 "url": "https://github.com/WordPress/WordPress-Coding-Standards.git",
549 "reference": "7795ec6fa05663d716a549d0b44e47ffc8b0d4a6"
550 },
551 "dist": {
552 "type": "zip",
553 "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/7795ec6fa05663d716a549d0b44e47ffc8b0d4a6",
554 "reference": "7795ec6fa05663d716a549d0b44e47ffc8b0d4a6",
555 "shasum": ""
556 },
557 "require": {
558 "ext-filter": "*",
559 "ext-libxml": "*",
560 "ext-tokenizer": "*",
561 "ext-xmlreader": "*",
562 "php": ">=7.2",
563 "phpcsstandards/phpcsextra": "^1.5.0",
564 "phpcsstandards/phpcsutils": "^1.1.0",
565 "squizlabs/php_codesniffer": "^3.13.4"
566 },
567 "require-dev": {
568 "php-parallel-lint/php-console-highlighter": "^1.0.0",
569 "php-parallel-lint/php-parallel-lint": "^1.4.0",
570 "phpcompatibility/php-compatibility": "^10.0.0@dev",
571 "phpcsstandards/phpcsdevtools": "^1.2.0",
572 "phpunit/phpunit": "^8.0 || ^9.0"
573 },
574 "suggest": {
575 "ext-iconv": "For improved results",
576 "ext-mbstring": "For improved results"
577 },
578 "time": "2025-11-25T12:08:04+00:00",
579 "type": "phpcodesniffer-standard",
580 "installation-source": "dist",
581 "notification-url": "https://packagist.org/downloads/",
582 "license": [
583 "MIT"
584 ],
585 "authors": [
586 {
587 "name": "Contributors",
588 "homepage": "https://github.com/WordPress/WordPress-Coding-Standards/graphs/contributors"
589 }
590 ],
591 "description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions",
592 "keywords": [
593 "phpcs",
594 "standards",
595 "static analysis",
596 "wordpress"
597 ],
598 "support": {
599 "issues": "https://github.com/WordPress/WordPress-Coding-Standards/issues",
600 "source": "https://github.com/WordPress/WordPress-Coding-Standards",
601 "wiki": "https://github.com/WordPress/WordPress-Coding-Standards/wiki"
602 },
603 "funding": [
604 {
605 "url": "https://opencollective.com/php_codesniffer",
606 "type": "custom"
607 }
608 ],
609 "install-path": "../wp-coding-standards/wpcs"
610 }
611 ],
612 "dev": true,
613 "dev-package-names": [
614 "dealerdirect/phpcodesniffer-composer-installer",
615 "phpcsstandards/phpcsextra",
616 "phpcsstandards/phpcsutils",
617 "squizlabs/php_codesniffer",
618 "wp-coding-standards/wpcs"
619 ]
620 }
621