| @@ -1,7 +1,118 @@ | ||
| 1 | 1 | { |
| 2 | 2 | "packages": [ |
| 3 | 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": "elementor/elementor-mcp-composer", | |
| 72 | + "version": "1.0.17", | |
| 73 | + "version_normalized": "1.0.17.0", | |
| 74 | + "dist": { | |
| 75 | + "type": "zip", | |
| 76 | + "url": "https://composer.elementor.com/download/elementor/elementor-mcp-composer/1.0.17" | |
| 77 | + }, | |
| 78 | + "require": { | |
| 79 | + "automattic/jetpack-autoloader": "^5", | |
| 80 | + "php": ">=7.4", | |
| 81 | + "wordpress/mcp-adapter": "^0.6.1" | |
| 82 | + }, | |
| 83 | + "require-dev": { | |
| 84 | + "dealerdirect/phpcodesniffer-composer-installer": "^1.0", | |
| 85 | + "phpunit/phpunit": "^9.6", | |
| 86 | + "squizlabs/php_codesniffer": "^3.10", | |
| 87 | + "wp-coding-standards/wpcs": "^3.1" | |
| 88 | + }, | |
| 89 | + "time": "2026-09-23T11:38:25+00:00", | |
| 90 | + "type": "library", | |
| 91 | + "installation-source": "dist", | |
| 92 | + "autoload": { | |
| 93 | + "files": [ | |
| 94 | + "./runner.php" | |
| 95 | + ] | |
| 96 | + }, | |
| 97 | + "scripts": { | |
| 98 | + "lint": [ | |
| 99 | + "vendor/bin/phpcs --standard=./phpcs.xml ./src/ ./runner.php" | |
| 100 | + ], | |
| 101 | + "lint:fix": [ | |
| 102 | + "vendor/bin/phpcbf --standard=./phpcs.xml ./src/ ./runner.php" | |
| 103 | + ], | |
| 104 | + "test": [ | |
| 105 | + "vendor/bin/phpunit" | |
| 106 | + ] | |
| 107 | + }, | |
| 108 | + "license": [ | |
| 109 | + "proprietary" | |
| 110 | + ], | |
| 111 | + "description": "Reusable Composer package for Elementor MCP integrations.", | |
| 112 | + "install-path": "../elementor/elementor-mcp-composer" | |
| 113 | + }, | |
| 114 | + { | |
| 4 | 115 | "name": "elementor/wp-notifications-package", |
| 5 | 116 | "version": "1.2.0", |
| 6 | 117 | "version_normalized": "1.2.0.0", |
| 7 | 118 | "source": { |
| @@ -35,13 +146,13 @@ | ||
| 35 | 146 | "install-path": "../elementor/wp-notifications-package" |
| 36 | 147 | }, |
| 37 | 148 | { |
| 38 | 149 | "name": "elementor/wp-one-package", |
| 39 | - "version": "1.0.60", | |
| 40 | - "version_normalized": "1.0.60.0", | |
| 150 | + "version": "1.0.70", | |
| 151 | + "version_normalized": "1.0.70.0", | |
| 41 | 152 | "dist": { |
| 42 | 153 | "type": "zip", |
| 43 | - "url": "https://composer.elementor.com/download/elementor/wp-one-package/1.0.60" | |
| 154 | + "url": "https://composer.elementor.com/download/elementor/wp-one-package/1.0.70" | |
| 44 | 155 | }, |
| 45 | 156 | "require": { |
| 46 | 157 | "elementor/wp-notifications-package": "^1.2" |
| 47 | 158 | }, |
| @@ -52,9 +163,9 @@ | ||
| 52 | 163 | "squizlabs/php_codesniffer": "^3.10.2", |
| 53 | 164 | "wp-coding-standards/wpcs": "^3.1.0", |
| 54 | 165 | "yoast/phpunit-polyfills": "^2.0" |
| 55 | 166 | }, |
| 56 | - "time": "2026-04-27T07:16:25+00:00", | |
| 167 | + "time": "2026-09-18T08:52:58+00:00", | |
| 57 | 168 | "type": "library", |
| 58 | 169 | "installation-source": "dist", |
| 59 | 170 | "autoload": { |
| 60 | 171 | "files": [ |
| @@ -69,8 +180,133 @@ | ||
| 69 | 180 | "vendor/bin/phpcbf ." |
| 70 | 181 | ] |
| 71 | 182 | }, |
| 72 | 183 | "install-path": "../elementor/wp-one-package" |
| 184 | + }, | |
| 185 | + { | |
| 186 | + "name": "wordpress/mcp-adapter", | |
| 187 | + "version": "v0.6.1", | |
| 188 | + "version_normalized": "0.6.1.0", | |
| 189 | + "source": { | |
| 190 | + "type": "git", | |
| 191 | + "url": "https://github.com/WordPress/mcp-adapter", | |
| 192 | + "reference": "23cb53e0b82f39238eec1c38cb055e28aa30fa7c" | |
| 193 | + }, | |
| 194 | + "dist": { | |
| 195 | + "type": "zip", | |
| 196 | + "url": "https://api.github.com/repos/WordPress/mcp-adapter/zipball/23cb53e0b82f39238eec1c38cb055e28aa30fa7c", | |
| 197 | + "reference": "23cb53e0b82f39238eec1c38cb055e28aa30fa7c", | |
| 198 | + "shasum": "" | |
| 199 | + }, | |
| 200 | + "require": { | |
| 201 | + "automattic/jetpack-autoloader": "^5.0", | |
| 202 | + "ext-json": "*", | |
| 203 | + "php": "^7.4 || ^8.0", | |
| 204 | + "wordpress/php-mcp-schema": "^0.1.0" | |
| 205 | + }, | |
| 206 | + "require-dev": { | |
| 207 | + "automattic/vipwpcs": "^3.1", | |
| 208 | + "php-stubs/wordpress-stubs": "^6.9", | |
| 209 | + "php-stubs/wp-cli-stubs": "^2.12", | |
| 210 | + "phpcompatibility/phpcompatibility-wp": "^3.0.0-alpha", | |
| 211 | + "phpstan/extension-installer": "^1.3", | |
| 212 | + "phpstan/php-8-stubs": "^0.4.36", | |
| 213 | + "phpstan/phpstan": "^2.2.6", | |
| 214 | + "phpstan/phpstan-deprecation-rules": "^2.0.5", | |
| 215 | + "phpunit/phpunit": "^9.6", | |
| 216 | + "slevomat/coding-standard": "^8.0", | |
| 217 | + "szepeviktor/phpstan-wordpress": "^2.0", | |
| 218 | + "wp-phpunit/wp-phpunit": "^7.0", | |
| 219 | + "yoast/phpunit-polyfills": "^4.0" | |
| 220 | + }, | |
| 221 | + "time": "2026-08-13T05:16:13+00:00", | |
| 222 | + "type": "wordpress-plugin", | |
| 223 | + "installation-source": "dist", | |
| 224 | + "autoload": { | |
| 225 | + "psr-4": { | |
| 226 | + "WP\\MCP\\": "includes/" | |
| 227 | + }, | |
| 228 | + "exclude-from-classmap": [ | |
| 229 | + "tests/phpunit/" | |
| 230 | + ] | |
| 231 | + }, | |
| 232 | + "notification-url": "https://packagist.org/downloads/", | |
| 233 | + "license": [ | |
| 234 | + "GPL-2.0-or-later" | |
| 235 | + ], | |
| 236 | + "authors": [ | |
| 237 | + { | |
| 238 | + "name": "WordPress AI Team", | |
| 239 | + "homepage": "https://make.wordpress.org/ai/" | |
| 240 | + } | |
| 241 | + ], | |
| 242 | + "description": "Adapter for Abilities API, letting WordPress abilities to be used as MCP tools, resources or prompts", | |
| 243 | + "homepage": "https://github.com/wordpress/mcp-adapter", | |
| 244 | + "keywords": [ | |
| 245 | + "abilities-api", | |
| 246 | + "adapter", | |
| 247 | + "ai", | |
| 248 | + "api", | |
| 249 | + "integration", | |
| 250 | + "mcp", | |
| 251 | + "model-context-protocol", | |
| 252 | + "wordpress" | |
| 253 | + ], | |
| 254 | + "support": { | |
| 255 | + "issues": "https://github.com/wordpress/mcp-adapter/issues", | |
| 256 | + "source": "https://github.com/wordpress/mcp-adapter" | |
| 257 | + }, | |
| 258 | + "install-path": "../wordpress/mcp-adapter" | |
| 259 | + }, | |
| 260 | + { | |
| 261 | + "name": "wordpress/php-mcp-schema", | |
| 262 | + "version": "v0.1.3", | |
| 263 | + "version_normalized": "0.1.3.0", | |
| 264 | + "source": { | |
| 265 | + "type": "git", | |
| 266 | + "url": "https://github.com/WordPress/php-mcp-schema", | |
| 267 | + "reference": "b2fcf97aa023ce46e9f03493c194a72d5a46bea2" | |
| 268 | + }, | |
| 269 | + "dist": { | |
| 270 | + "type": "zip", | |
| 271 | + "url": "https://api.github.com/repos/WordPress/php-mcp-schema/zipball/b2fcf97aa023ce46e9f03493c194a72d5a46bea2", | |
| 272 | + "reference": "b2fcf97aa023ce46e9f03493c194a72d5a46bea2", | |
| 273 | + "shasum": "" | |
| 274 | + }, | |
| 275 | + "require": { | |
| 276 | + "php": ">=7.4" | |
| 277 | + }, | |
| 278 | + "require-dev": { | |
| 279 | + "phpstan/phpstan": "^1.10" | |
| 280 | + }, | |
| 281 | + "time": "2026-08-10T09:12:14+00:00", | |
| 282 | + "type": "library", | |
| 283 | + "installation-source": "dist", | |
| 284 | + "autoload": { | |
| 285 | + "psr-4": { | |
| 286 | + "WP\\McpSchema\\": "src/" | |
| 287 | + } | |
| 288 | + }, | |
| 289 | + "notification-url": "https://packagist.org/downloads/", | |
| 290 | + "license": [ | |
| 291 | + "GPL-2.0-or-later" | |
| 292 | + ], | |
| 293 | + "authors": [ | |
| 294 | + { | |
| 295 | + "name": "WordPress", | |
| 296 | + "homepage": "https://wordpress.org" | |
| 297 | + } | |
| 298 | + ], | |
| 299 | + "description": "PHP DTOs for the Model Context Protocol (MCP) specification", | |
| 300 | + "homepage": "https://github.com/WordPress/php-mcp-schema", | |
| 301 | + "keywords": [ | |
| 302 | + "dto", | |
| 303 | + "mcp", | |
| 304 | + "model-context-protocol", | |
| 305 | + "php", | |
| 306 | + "schema" | |
| 307 | + ], | |
| 308 | + "install-path": "../wordpress/php-mcp-schema" | |
| 73 | 309 | } |
| 74 | 310 | ], |
| 75 | 311 | "dev": false, |
| 76 | 312 | "dev-package-names": [] |