ClassLoader.php
2 days ago
InstalledVersions.php
2 days ago
LICENSE
2 days ago
autoload_classmap.php
2 days ago
autoload_namespaces.php
2 days ago
autoload_psr4.php
2 days ago
autoload_real.php
2 days ago
autoload_static.php
2 days ago
installed.json
2 days ago
installed.php
2 days ago
jetpack_autoload_classmap.php
2 days ago
platform_check.php
2 days ago
installed.json
152 lines
| 1 | { |
| 2 | "packages": [ |
| 3 | { |
| 4 | "name": "automattic/jetpack-autoloader", |
| 5 | "version": "v5.0.16", |
| 6 | "version_normalized": "5.0.16.0", |
| 7 | "source": { |
| 8 | "type": "git", |
| 9 | "url": "https://github.com/Automattic/jetpack-autoloader.git", |
| 10 | "reference": "d8ae822a35e7431137e860ee60eceedaa745e4d1" |
| 11 | }, |
| 12 | "dist": { |
| 13 | "type": "zip", |
| 14 | "url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/d8ae822a35e7431137e860ee60eceedaa745e4d1", |
| 15 | "reference": "d8ae822a35e7431137e860ee60eceedaa745e4d1", |
| 16 | "shasum": "" |
| 17 | }, |
| 18 | "require": { |
| 19 | "composer-plugin-api": "^2.2", |
| 20 | "php": ">=7.2" |
| 21 | }, |
| 22 | "require-dev": { |
| 23 | "automattic/jetpack-changelogger": "^6.0.14", |
| 24 | "automattic/phpunit-select-config": "^1.0.3", |
| 25 | "composer/composer": "^2.2", |
| 26 | "yoast/phpunit-polyfills": "^4.0.0" |
| 27 | }, |
| 28 | "time": "2026-02-16T10:33:15+00:00", |
| 29 | "type": "composer-plugin", |
| 30 | "extra": { |
| 31 | "class": "Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin", |
| 32 | "autotagger": true, |
| 33 | "mirror-repo": "Automattic/jetpack-autoloader", |
| 34 | "branch-alias": { |
| 35 | "dev-trunk": "5.0.x-dev" |
| 36 | }, |
| 37 | "changelogger": { |
| 38 | "link-template": "https://github.com/Automattic/jetpack-autoloader/compare/v${old}...v${new}" |
| 39 | }, |
| 40 | "version-constants": { |
| 41 | "::VERSION": "src/AutoloadGenerator.php" |
| 42 | } |
| 43 | }, |
| 44 | "installation-source": "dist", |
| 45 | "autoload": { |
| 46 | "psr-4": { |
| 47 | "Automattic\\Jetpack\\Autoloader\\": "src" |
| 48 | }, |
| 49 | "classmap": [ |
| 50 | "src/AutoloadGenerator.php" |
| 51 | ] |
| 52 | }, |
| 53 | "notification-url": "https://packagist.org/downloads/", |
| 54 | "license": [ |
| 55 | "GPL-2.0-or-later" |
| 56 | ], |
| 57 | "description": "Creates a custom autoloader for a plugin or theme.", |
| 58 | "keywords": [ |
| 59 | "autoload", |
| 60 | "autoloader", |
| 61 | "composer", |
| 62 | "jetpack", |
| 63 | "plugin", |
| 64 | "wordpress" |
| 65 | ], |
| 66 | "support": { |
| 67 | "source": "https://github.com/Automattic/jetpack-autoloader/tree/v5.0.16" |
| 68 | }, |
| 69 | "install-path": "../automattic/jetpack-autoloader" |
| 70 | }, |
| 71 | { |
| 72 | "name": "wordpress/mcp-adapter", |
| 73 | "version": "v0.4.1", |
| 74 | "version_normalized": "0.4.1.0", |
| 75 | "source": { |
| 76 | "type": "git", |
| 77 | "url": "https://github.com/WordPress/mcp-adapter.git", |
| 78 | "reference": "1a0f9ab868e34b4375be42e873f60765e6632505" |
| 79 | }, |
| 80 | "dist": { |
| 81 | "type": "zip", |
| 82 | "url": "https://api.github.com/repos/WordPress/mcp-adapter/zipball/1a0f9ab868e34b4375be42e873f60765e6632505", |
| 83 | "reference": "1a0f9ab868e34b4375be42e873f60765e6632505", |
| 84 | "shasum": "" |
| 85 | }, |
| 86 | "require": { |
| 87 | "php": "^7.4 || ^8.0" |
| 88 | }, |
| 89 | "require-dev": { |
| 90 | "automattic/vipwpcs": "^3.0", |
| 91 | "php-stubs/wp-cli-stubs": "^2.12", |
| 92 | "phpcompatibility/php-compatibility": "10.x-dev as 9.99.99", |
| 93 | "phpcompatibility/phpcompatibility-wp": "^2.1", |
| 94 | "phpstan/extension-installer": "^1.3", |
| 95 | "phpstan/php-8-stubs": "^0.4.24", |
| 96 | "phpstan/phpstan": "^2.1.22", |
| 97 | "phpstan/phpstan-deprecation-rules": "^2.0.3", |
| 98 | "phpunit/phpunit": "^9.6", |
| 99 | "slevomat/coding-standard": "^8.0", |
| 100 | "szepeviktor/phpstan-wordpress": "^2.0", |
| 101 | "wp-phpunit/wp-phpunit": "^6.5", |
| 102 | "wpackagist-plugin/plugin-check": "^1.6", |
| 103 | "yoast/phpunit-polyfills": "^4.0" |
| 104 | }, |
| 105 | "time": "2025-12-09T06:56:51+00:00", |
| 106 | "type": "library", |
| 107 | "extra": { |
| 108 | "installer-paths": { |
| 109 | "vendor/{$vendor}/{$name}/": [ |
| 110 | "wpackagist-plugin/plugin-check" |
| 111 | ] |
| 112 | } |
| 113 | }, |
| 114 | "installation-source": "dist", |
| 115 | "autoload": { |
| 116 | "psr-4": { |
| 117 | "WP\\MCP\\": "includes/" |
| 118 | } |
| 119 | }, |
| 120 | "notification-url": "https://packagist.org/downloads/", |
| 121 | "license": [ |
| 122 | "GPL-2.0-or-later" |
| 123 | ], |
| 124 | "authors": [ |
| 125 | { |
| 126 | "name": "WordPress AI Team", |
| 127 | "homepage": "https://make.wordpress.org/ai/" |
| 128 | } |
| 129 | ], |
| 130 | "description": "Adapter for Abilities API, letting WordPress abilities to be used as MCP tools, resources or prompts", |
| 131 | "homepage": "https://github.com/wordpress/mcp-adapter", |
| 132 | "keywords": [ |
| 133 | "abilities-api", |
| 134 | "adapter", |
| 135 | "ai", |
| 136 | "api", |
| 137 | "integration", |
| 138 | "mcp", |
| 139 | "model-context-protocol", |
| 140 | "wordpress" |
| 141 | ], |
| 142 | "support": { |
| 143 | "issues": "https://github.com/wordpress/mcp-adapter/issues", |
| 144 | "source": "https://github.com/wordpress/mcp-adapter" |
| 145 | }, |
| 146 | "install-path": "../wordpress/mcp-adapter" |
| 147 | } |
| 148 | ], |
| 149 | "dev": false, |
| 150 | "dev-package-names": [] |
| 151 | } |
| 152 |