diff --git a/composer.json b/composer.json index 265e033..f5e8543 100644 --- a/composer.json +++ b/composer.json @@ -18,6 +18,6 @@ }, "require": { "php": ">=8.2", - "wordpress/mcp-adapter": "^0.5.0" + "wordpress/mcp-adapter": "^0.6.1" } } diff --git a/composer.lock b/composer.lock index 49d8ae6..993fd07 100644 --- a/composer.lock +++ b/composer.lock @@ -4,56 +4,115 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "8f963c71411a12b9a19a0c0cffe7cdac", + "content-hash": "6712c7293f453fc402ac943e77994b38", "packages": [ + { + "name": "automattic/jetpack-autoloader", + "version": "v5.0.23", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-autoloader.git", + "reference": "d11b2d621035dcb920abce8ae09bebd5da5f9ff8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/d11b2d621035dcb920abce8ae09bebd5da5f9ff8", + "reference": "d11b2d621035dcb920abce8ae09bebd5da5f9ff8", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^2.2", + "php": ">=7.2" + }, + "require-dev": { + "automattic/phpunit-select-config": "^1.0.9", + "composer/composer": "^2.2", + "yoast/phpunit-polyfills": "^4.0.0" + }, + "type": "composer-plugin", + "extra": { + "class": "Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin", + "autotagger": true, + "mirror-repo": "Automattic/jetpack-autoloader", + "branch-alias": { + "dev-trunk": "5.0.x-dev" + }, + "changelogger": { + "link-template": "https://github.com/Automattic/jetpack-autoloader/compare/v${old}...v${new}" + }, + "version-constants": { + "::VERSION": "src/AutoloadGenerator.php" + } + }, + "autoload": { + "psr-4": { + "Automattic\\Jetpack\\Autoloader\\": "src" + }, + "classmap": [ + "src/AutoloadGenerator.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "description": "Creates a custom autoloader for a plugin or theme.", + "keywords": [ + "autoload", + "autoloader", + "composer", + "jetpack", + "plugin", + "wordpress" + ], + "support": { + "source": "https://github.com/Automattic/jetpack-autoloader/tree/v5.0.23" + }, + "time": "2026-08-11T18:32:06+00:00" + }, { "name": "wordpress/mcp-adapter", - "version": "v0.5.0", + "version": "v0.6.1", "source": { "type": "git", - "url": "https://github.com/WordPress/mcp-adapter.git", - "reference": "7bfc49f46b3ea7544dded49d5a606089f825a80b" + "url": "https://github.com/WordPress/mcp-adapter", + "reference": "23cb53e0b82f39238eec1c38cb055e28aa30fa7c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/WordPress/mcp-adapter/zipball/7bfc49f46b3ea7544dded49d5a606089f825a80b", - "reference": "7bfc49f46b3ea7544dded49d5a606089f825a80b", + "url": "https://api.github.com/repos/WordPress/mcp-adapter/zipball/23cb53e0b82f39238eec1c38cb055e28aa30fa7c", + "reference": "23cb53e0b82f39238eec1c38cb055e28aa30fa7c", "shasum": "" }, "require": { + "automattic/jetpack-autoloader": "^5.0", "ext-json": "*", "php": "^7.4 || ^8.0", "wordpress/php-mcp-schema": "^0.1.0" }, "require-dev": { - "automattic/vipwpcs": "^3.0", + "automattic/vipwpcs": "^3.1", "php-stubs/wordpress-stubs": "^6.9", "php-stubs/wp-cli-stubs": "^2.12", - "phpcompatibility/php-compatibility": "10.x-dev as 9.99.99", - "phpcompatibility/phpcompatibility-wp": "^2.1", + "phpcompatibility/phpcompatibility-wp": "^3.0.0-alpha", "phpstan/extension-installer": "^1.3", - "phpstan/php-8-stubs": "^0.4.24", - "phpstan/phpstan": "^2.1.22", - "phpstan/phpstan-deprecation-rules": "^2.0.3", + "phpstan/php-8-stubs": "^0.4.36", + "phpstan/phpstan": "^2.2.6", + "phpstan/phpstan-deprecation-rules": "^2.0.5", "phpunit/phpunit": "^9.6", "slevomat/coding-standard": "^8.0", "szepeviktor/phpstan-wordpress": "^2.0", - "wp-phpunit/wp-phpunit": "^6.5", - "wpackagist-plugin/plugin-check": "^1.6", + "wp-phpunit/wp-phpunit": "^7.0", "yoast/phpunit-polyfills": "^4.0" }, "type": "wordpress-plugin", - "extra": { - "installer-paths": { - "vendor/{$vendor}/{$name}/": [ - "wpackagist-plugin/plugin-check" - ] - } - }, "autoload": { "psr-4": { "WP\\MCP\\": "includes/" - } + }, + "exclude-from-classmap": [ + "tests/phpunit/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -81,20 +140,20 @@ "issues": "https://github.com/wordpress/mcp-adapter/issues", "source": "https://github.com/wordpress/mcp-adapter" }, - "time": "2026-04-14T12:12:58+00:00" + "time": "2026-08-13T05:16:13+00:00" }, { "name": "wordpress/php-mcp-schema", - "version": "v0.1.2", + "version": "v0.1.3", "source": { "type": "git", "url": "https://github.com/WordPress/php-mcp-schema", - "reference": "95df8a50a3bd54f6b7c4869c6e2185db380d4d63" + "reference": "b2fcf97aa023ce46e9f03493c194a72d5a46bea2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/WordPress/php-mcp-schema/zipball/95df8a50a3bd54f6b7c4869c6e2185db380d4d63", - "reference": "95df8a50a3bd54f6b7c4869c6e2185db380d4d63", + "url": "https://api.github.com/repos/WordPress/php-mcp-schema/zipball/b2fcf97aa023ce46e9f03493c194a72d5a46bea2", + "reference": "b2fcf97aa023ce46e9f03493c194a72d5a46bea2", "shasum": "" }, "require": { @@ -128,7 +187,7 @@ "php", "schema" ], - "time": "2026-06-05T08:26:32+00:00" + "time": "2026-08-10T09:12:14+00:00" } ], "packages-dev": [],