| 1 |
{ |
| 2 |
"packages": [ |
| 3 |
{ |
| 4 |
"name": "automattic/jetpack-autoloader", |
| 5 |
"version": "v5.0.23", |
| 6 |
"version_normalized": "5.0.23.0", |
| 7 |
"source": { |
| 8 |
"type": "git", |
| 9 |
"url": "https://github.com/Automattic/jetpack-autoloader.git", |
| 10 |
"reference": "d11b2d621035dcb920abce8ae09bebd5da5f9ff8" |
| 11 |
}, |
| 12 |
"dist": { |
| 13 |
"type": "zip", |
| 14 |
"url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/d11b2d621035dcb920abce8ae09bebd5da5f9ff8", |
| 15 |
"reference": "d11b2d621035dcb920abce8ae09bebd5da5f9ff8", |
| 16 |
"shasum": "" |
| 17 |
}, |
| 18 |
"require": { |
| 19 |
"composer-plugin-api": "^2.2", |
| 20 |
"php": ">=7.2" |
| 21 |
}, |
| 22 |
"require-dev": { |
| 23 |
"automattic/phpunit-select-config": "^1.0.9", |
| 24 |
"composer/composer": "^2.2", |
| 25 |
"yoast/phpunit-polyfills": "^4.0.0" |
| 26 |
}, |
| 27 |
"time": "2026-08-11T18:32:06+00:00", |
| 28 |
"type": "composer-plugin", |
| 29 |
"extra": { |
| 30 |
"class": "Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin", |
| 31 |
"autotagger": true, |
| 32 |
"mirror-repo": "Automattic/jetpack-autoloader", |
| 33 |
"branch-alias": { |
| 34 |
"dev-trunk": "5.0.x-dev" |
| 35 |
}, |
| 36 |
"changelogger": { |
| 37 |
"link-template": "https://github.com/Automattic/jetpack-autoloader/compare/v${old}...v${new}" |
| 38 |
}, |
| 39 |
"version-constants": { |
| 40 |
"::VERSION": "src/AutoloadGenerator.php" |
| 41 |
} |
| 42 |
}, |
| 43 |
"installation-source": "dist", |
| 44 |
"autoload": { |
| 45 |
"psr-4": { |
| 46 |
"Automattic\\Jetpack\\Autoloader\\": "src" |
| 47 |
}, |
| 48 |
"classmap": [ |
| 49 |
"src/AutoloadGenerator.php" |
| 50 |
] |
| 51 |
}, |
| 52 |
"notification-url": "https://packagist.org/downloads/", |
| 53 |
"license": [ |
| 54 |
"GPL-2.0-or-later" |
| 55 |
], |
| 56 |
"description": "Creates a custom autoloader for a plugin or theme.", |
| 57 |
"keywords": [ |
| 58 |
"autoload", |
| 59 |
"autoloader", |
| 60 |
"composer", |
| 61 |
"jetpack", |
| 62 |
"plugin", |
| 63 |
"wordpress" |
| 64 |
], |
| 65 |
"support": { |
| 66 |
"source": "https://github.com/Automattic/jetpack-autoloader/tree/v5.0.23" |
| 67 |
}, |
| 68 |
"install-path": "../automattic/jetpack-autoloader" |
| 69 |
}, |
| 70 |
{ |
| 71 |
"name": "convertkit/convertkit-wordpress-libraries", |
| 72 |
"version": "2.7.0", |
| 73 |
"version_normalized": "2.7.0.0", |
| 74 |
"source": { |
| 75 |
"type": "git", |
| 76 |
"url": "https://github.com/convertkit/convertkit-wordpress-libraries.git", |
| 77 |
"reference": "d7474709079b2129da47c8f0f649fc6ff257f8ee" |
| 78 |
}, |
| 79 |
"require-dev": { |
| 80 |
"lucatume/wp-browser": "^3.0 || ^4.0", |
| 81 |
"php-webdriver/webdriver": "^1.0", |
| 82 |
"phpstan/phpstan": "^1.0 || ^2.0", |
| 83 |
"szepeviktor/phpstan-wordpress": "^1.0 || ^2.0", |
| 84 |
"wp-coding-standards/wpcs": "^3.0.0" |
| 85 |
}, |
| 86 |
"time": "2026-09-09T07:27:36+00:00", |
| 87 |
"type": "library", |
| 88 |
"installation-source": "source", |
| 89 |
"scripts": { |
| 90 |
"phpcs": [ |
| 91 |
"vendor/bin/phpcs ./ -s -v" |
| 92 |
], |
| 93 |
"phpcbf": [ |
| 94 |
"vendor/bin/phpcbf ./ -s -v" |
| 95 |
], |
| 96 |
"phpcs-tests": [ |
| 97 |
"vendor/bin/phpcs ./tests --standard=phpcs.tests.xml -s -v" |
| 98 |
], |
| 99 |
"phpcbf-tests": [ |
| 100 |
"vendor/bin/phpcbf ./tests --standard=phpcs.tests.xml -s -v" |
| 101 |
], |
| 102 |
"phpstan": [ |
| 103 |
"vendor/bin/phpstan analyse --memory-limit=1250M" |
| 104 |
], |
| 105 |
"coding-standards": [ |
| 106 |
"vendor/bin/phpcs ./ -s -v" |
| 107 |
], |
| 108 |
"fix-coding-standards": [ |
| 109 |
"vendor/bin/phpcbf ./ -s -v" |
| 110 |
], |
| 111 |
"coding-standards-on-tests": [ |
| 112 |
"vendor/bin/phpcs ./tests --standard=phpcs.tests.xml -s -v" |
| 113 |
], |
| 114 |
"fix-coding-standards-on-tests": [ |
| 115 |
"vendor/bin/phpcbf ./tests --standard=phpcs.tests.xml -s -v" |
| 116 |
], |
| 117 |
"static-analysis": [ |
| 118 |
"vendor/bin/phpstan analyse --memory-limit=1250M" |
| 119 |
], |
| 120 |
"test": [ |
| 121 |
"vendor/bin/codecept build @no_additional_args", |
| 122 |
"vendor/bin/codecept run EndToEnd @additional_args --fail-fast" |
| 123 |
], |
| 124 |
"test-integration": [ |
| 125 |
"vendor/bin/codecept build @no_additional_args", |
| 126 |
"vendor/bin/codecept run Integration @additional_args --fail-fast" |
| 127 |
] |
| 128 |
}, |
| 129 |
"license": [ |
| 130 |
"GPLv3" |
| 131 |
], |
| 132 |
"authors": [ |
| 133 |
{ |
| 134 |
"name": "Kit", |
| 135 |
"email": "support@kit.com" |
| 136 |
} |
| 137 |
], |
| 138 |
"description": "WordPress API, Resource and Review Request classes for use in Kit WordPress Plugins", |
| 139 |
"install-path": "../convertkit/convertkit-wordpress-libraries" |
| 140 |
}, |
| 141 |
{ |
| 142 |
"name": "wordpress/mcp-adapter", |
| 143 |
"version": "v0.6.1", |
| 144 |
"version_normalized": "0.6.1.0", |
| 145 |
"source": { |
| 146 |
"type": "git", |
| 147 |
"url": "https://github.com/WordPress/mcp-adapter", |
| 148 |
"reference": "23cb53e0b82f39238eec1c38cb055e28aa30fa7c" |
| 149 |
}, |
| 150 |
"dist": { |
| 151 |
"type": "zip", |
| 152 |
"url": "https://api.github.com/repos/WordPress/mcp-adapter/zipball/23cb53e0b82f39238eec1c38cb055e28aa30fa7c", |
| 153 |
"reference": "23cb53e0b82f39238eec1c38cb055e28aa30fa7c", |
| 154 |
"shasum": "" |
| 155 |
}, |
| 156 |
"require": { |
| 157 |
"automattic/jetpack-autoloader": "^5.0", |
| 158 |
"ext-json": "*", |
| 159 |
"php": "^7.4 || ^8.0", |
| 160 |
"wordpress/php-mcp-schema": "^0.1.0" |
| 161 |
}, |
| 162 |
"require-dev": { |
| 163 |
"automattic/vipwpcs": "^3.1", |
| 164 |
"php-stubs/wordpress-stubs": "^6.9", |
| 165 |
"php-stubs/wp-cli-stubs": "^2.12", |
| 166 |
"phpcompatibility/phpcompatibility-wp": "^3.0.0-alpha", |
| 167 |
"phpstan/extension-installer": "^1.3", |
| 168 |
"phpstan/php-8-stubs": "^0.4.36", |
| 169 |
"phpstan/phpstan": "^2.2.6", |
| 170 |
"phpstan/phpstan-deprecation-rules": "^2.0.5", |
| 171 |
"phpunit/phpunit": "^9.6", |
| 172 |
"slevomat/coding-standard": "^8.0", |
| 173 |
"szepeviktor/phpstan-wordpress": "^2.0", |
| 174 |
"wp-phpunit/wp-phpunit": "^7.0", |
| 175 |
"yoast/phpunit-polyfills": "^4.0" |
| 176 |
}, |
| 177 |
"time": "2026-08-13T05:16:13+00:00", |
| 178 |
"type": "wordpress-plugin", |
| 179 |
"installation-source": "dist", |
| 180 |
"autoload": { |
| 181 |
"psr-4": { |
| 182 |
"WP\\MCP\\": "includes/" |
| 183 |
}, |
| 184 |
"exclude-from-classmap": [ |
| 185 |
"tests/phpunit/" |
| 186 |
] |
| 187 |
}, |
| 188 |
"notification-url": "https://packagist.org/downloads/", |
| 189 |
"license": [ |
| 190 |
"GPL-2.0-or-later" |
| 191 |
], |
| 192 |
"authors": [ |
| 193 |
{ |
| 194 |
"name": "WordPress AI Team", |
| 195 |
"homepage": "https://make.wordpress.org/ai/" |
| 196 |
} |
| 197 |
], |
| 198 |
"description": "Adapter for Abilities API, letting WordPress abilities to be used as MCP tools, resources or prompts", |
| 199 |
"homepage": "https://github.com/wordpress/mcp-adapter", |
| 200 |
"keywords": [ |
| 201 |
"abilities-api", |
| 202 |
"adapter", |
| 203 |
"ai", |
| 204 |
"api", |
| 205 |
"integration", |
| 206 |
"mcp", |
| 207 |
"model-context-protocol", |
| 208 |
"wordpress" |
| 209 |
], |
| 210 |
"support": { |
| 211 |
"issues": "https://github.com/wordpress/mcp-adapter/issues", |
| 212 |
"source": "https://github.com/wordpress/mcp-adapter" |
| 213 |
}, |
| 214 |
"install-path": "../wordpress/mcp-adapter" |
| 215 |
}, |
| 216 |
{ |
| 217 |
"name": "wordpress/php-mcp-schema", |
| 218 |
"version": "v0.1.3", |
| 219 |
"version_normalized": "0.1.3.0", |
| 220 |
"source": { |
| 221 |
"type": "git", |
| 222 |
"url": "https://github.com/WordPress/php-mcp-schema", |
| 223 |
"reference": "b2fcf97aa023ce46e9f03493c194a72d5a46bea2" |
| 224 |
}, |
| 225 |
"dist": { |
| 226 |
"type": "zip", |
| 227 |
"url": "https://api.github.com/repos/WordPress/php-mcp-schema/zipball/b2fcf97aa023ce46e9f03493c194a72d5a46bea2", |
| 228 |
"reference": "b2fcf97aa023ce46e9f03493c194a72d5a46bea2", |
| 229 |
"shasum": "" |
| 230 |
}, |
| 231 |
"require": { |
| 232 |
"php": ">=7.4" |
| 233 |
}, |
| 234 |
"require-dev": { |
| 235 |
"phpstan/phpstan": "^1.10" |
| 236 |
}, |
| 237 |
"time": "2026-08-10T09:12:14+00:00", |
| 238 |
"type": "library", |
| 239 |
"installation-source": "dist", |
| 240 |
"autoload": { |
| 241 |
"psr-4": { |
| 242 |
"WP\\McpSchema\\": "src/" |
| 243 |
} |
| 244 |
}, |
| 245 |
"notification-url": "https://packagist.org/downloads/", |
| 246 |
"license": [ |
| 247 |
"GPL-2.0-or-later" |
| 248 |
], |
| 249 |
"authors": [ |
| 250 |
{ |
| 251 |
"name": "WordPress", |
| 252 |
"homepage": "https://wordpress.org" |
| 253 |
} |
| 254 |
], |
| 255 |
"description": "PHP DTOs for the Model Context Protocol (MCP) specification", |
| 256 |
"homepage": "https://github.com/WordPress/php-mcp-schema", |
| 257 |
"keywords": [ |
| 258 |
"dto", |
| 259 |
"mcp", |
| 260 |
"model-context-protocol", |
| 261 |
"php", |
| 262 |
"schema" |
| 263 |
], |
| 264 |
"install-path": "../wordpress/php-mcp-schema" |
| 265 |
} |
| 266 |
], |
| 267 |
"dev": false, |
| 268 |
"dev-package-names": [] |
| 269 |
} |
| 270 |
|