| @@ -1,118 +1,7 @@ | ||
| 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.11", | |
| 73 | - "version_normalized": "1.0.11.0", | |
| 74 | - "dist": { | |
| 75 | - "type": "zip", | |
| 76 | - "url": "https://composer.elementor.com/download/elementor/elementor-mcp-composer/1.0.11" | |
| 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-06T12:34:50+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 | - { | |
| 115 | 4 | "name": "elementor/wp-notifications-package", |
| 116 | 5 | "version": "1.2.0", |
| 117 | 6 | "version_normalized": "1.2.0.0", |
| 118 | 7 | "source": { |
| @@ -146,13 +35,13 @@ | ||
| 146 | 35 | "install-path": "../elementor/wp-notifications-package" |
| 147 | 36 | }, |
| 148 | 37 | { |
| 149 | 38 | "name": "elementor/wp-one-package", |
| 150 | - "version": "1.0.68", | |
| 151 | - "version_normalized": "1.0.68.0", | |
| 39 | + "version": "1.0.59", | |
| 40 | + "version_normalized": "1.0.59.0", | |
| 152 | 41 | "dist": { |
| 153 | 42 | "type": "zip", |
| 154 | - "url": "https://composer.elementor.com/download/elementor/wp-one-package/1.0.68" | |
| 43 | + "url": "https://composer.elementor.com/download/elementor/wp-one-package/1.0.59" | |
| 155 | 44 | }, |
| 156 | 45 | "require": { |
| 157 | 46 | "elementor/wp-notifications-package": "^1.2" |
| 158 | 47 | }, |
| @@ -163,9 +52,9 @@ | ||
| 163 | 52 | "squizlabs/php_codesniffer": "^3.10.2", |
| 164 | 53 | "wp-coding-standards/wpcs": "^3.1.0", |
| 165 | 54 | "yoast/phpunit-polyfills": "^2.0" |
| 166 | 55 | }, |
| 167 | - "time": "2026-07-17T09:49:08+00:00", | |
| 56 | + "time": "2026-03-30T06:44:36+00:00", | |
| 168 | 57 | "type": "library", |
| 169 | 58 | "installation-source": "dist", |
| 170 | 59 | "autoload": { |
| 171 | 60 | "files": [ |
| @@ -180,133 +69,8 @@ | ||
| 180 | 69 | "vendor/bin/phpcbf ." |
| 181 | 70 | ] |
| 182 | 71 | }, |
| 183 | 72 | "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" | |
| 309 | 73 | } |
| 310 | 74 | ], |
| 311 | 75 | "dev": false, |
| 312 | 76 | "dev-package-names": [] |