# elementor/4.3.1/vendor/composer/installed.json

Elementor Website Builder – more than just a page builder, version 4.3.1. 314 lines.

- Page: https://pluginprobe.com/plugins/elementor/4.3.1/code/vendor/composer/installed.json
- Raw: https://pluginprobe.com/plugins/elementor/4.3.1/raw/vendor/composer/installed.json
- Modified: 2026-09-23T14:38:12+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/elementor/4.3.1/code/vendor/composer/installed.json#L10-L20`.

```json
{
    "packages": [
        {
            "name": "automattic/jetpack-autoloader",
            "version": "v5.0.23",
            "version_normalized": "5.0.23.0",
            "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"
            },
            "time": "2026-08-11T18:32:06+00:00",
            "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"
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../automattic/jetpack-autoloader"
        },
        {
            "name": "elementor/elementor-mcp-composer",
            "version": "1.0.17",
            "version_normalized": "1.0.17.0",
            "dist": {
                "type": "zip",
                "url": "https://composer.elementor.com/download/elementor/elementor-mcp-composer/1.0.17"
            },
            "require": {
                "automattic/jetpack-autoloader": "^5",
                "php": ">=7.4",
                "wordpress/mcp-adapter": "^0.6.1"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
                "phpunit/phpunit": "^9.6",
                "squizlabs/php_codesniffer": "^3.10",
                "wp-coding-standards/wpcs": "^3.1"
            },
            "time": "2026-09-23T11:38:25+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "./runner.php"
                ]
            },
            "scripts": {
                "lint": [
                    "vendor/bin/phpcs --standard=./phpcs.xml ./src/ ./runner.php"
                ],
                "lint:fix": [
                    "vendor/bin/phpcbf --standard=./phpcs.xml ./src/ ./runner.php"
                ],
                "test": [
                    "vendor/bin/phpunit"
                ]
            },
            "license": [
                "proprietary"
            ],
            "description": "Reusable Composer package for Elementor MCP integrations.",
            "install-path": "../elementor/elementor-mcp-composer"
        },
        {
            "name": "elementor/wp-notifications-package",
            "version": "1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/elementor/wp-notifications-package.git",
                "reference": "dd25ca9dd79402c3bb51fab112aa079702eb165e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/elementor/wp-notifications-package/zipball/dd25ca9dd79402c3bb51fab112aa079702eb165e",
                "reference": "dd25ca9dd79402c3bb51fab112aa079702eb165e",
                "shasum": ""
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^v1.0.0",
                "squizlabs/php_codesniffer": "^3.10.2",
                "wp-coding-standards/wpcs": "^3.1.0"
            },
            "time": "2025-04-28T12:27:21+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Elementor\\WPNotificationsPackage\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "support": {
                "source": "https://github.com/elementor/wp-notifications-package/tree/1.2.0"
            },
            "install-path": "../elementor/wp-notifications-package"
        },
        {
            "name": "elementor/wp-one-package",
            "version": "1.0.70",
            "version_normalized": "1.0.70.0",
            "dist": {
                "type": "zip",
                "url": "https://composer.elementor.com/download/elementor/wp-one-package/1.0.70"
            },
            "require": {
                "elementor/wp-notifications-package": "^1.2"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^v1.0.0",
                "johnpbloch/wordpress-core": "^6.0",
                "phpunit/phpunit": "^9.0",
                "squizlabs/php_codesniffer": "^3.10.2",
                "wp-coding-standards/wpcs": "^3.1.0",
                "yoast/phpunit-polyfills": "^2.0"
            },
            "time": "2026-09-18T08:52:58+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "./runner.php"
                ]
            },
            "scripts": {
                "lint": [
                    "vendor/bin/phpcs --standard=./phpcs.xml ./src/"
                ],
                "lint:fix": [
                    "vendor/bin/phpcbf ."
                ]
            },
            "install-path": "../elementor/wp-one-package"
        },
        {
            "name": "wordpress/mcp-adapter",
            "version": "v0.6.1",
            "version_normalized": "0.6.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/WordPress/mcp-adapter",
                "reference": "23cb53e0b82f39238eec1c38cb055e28aa30fa7c"
            },
            "dist": {
                "type": "zip",
                "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.1",
                "php-stubs/wordpress-stubs": "^6.9",
                "php-stubs/wp-cli-stubs": "^2.12",
                "phpcompatibility/phpcompatibility-wp": "^3.0.0-alpha",
                "phpstan/extension-installer": "^1.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": "^7.0",
                "yoast/phpunit-polyfills": "^4.0"
            },
            "time": "2026-08-13T05:16:13+00:00",
            "type": "wordpress-plugin",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP\\MCP\\": "includes/"
                },
                "exclude-from-classmap": [
                    "tests/phpunit/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "WordPress AI Team",
                    "homepage": "https://make.wordpress.org/ai/"
                }
            ],
            "description": "Adapter for Abilities API, letting WordPress abilities to be used as MCP tools, resources or prompts",
            "homepage": "https://github.com/wordpress/mcp-adapter",
            "keywords": [
                "abilities-api",
                "adapter",
                "ai",
                "api",
                "integration",
                "mcp",
                "model-context-protocol",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/wordpress/mcp-adapter/issues",
                "source": "https://github.com/wordpress/mcp-adapter"
            },
            "install-path": "../wordpress/mcp-adapter"
        },
        {
            "name": "wordpress/php-mcp-schema",
            "version": "v0.1.3",
            "version_normalized": "0.1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/WordPress/php-mcp-schema",
                "reference": "b2fcf97aa023ce46e9f03493c194a72d5a46bea2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/WordPress/php-mcp-schema/zipball/b2fcf97aa023ce46e9f03493c194a72d5a46bea2",
                "reference": "b2fcf97aa023ce46e9f03493c194a72d5a46bea2",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.10"
            },
            "time": "2026-08-10T09:12:14+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP\\McpSchema\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "WordPress",
                    "homepage": "https://wordpress.org"
                }
            ],
            "description": "PHP DTOs for the Model Context Protocol (MCP) specification",
            "homepage": "https://github.com/WordPress/php-mcp-schema",
            "keywords": [
                "dto",
                "mcp",
                "model-context-protocol",
                "php",
                "schema"
            ],
            "install-path": "../wordpress/php-mcp-schema"
        }
    ],
    "dev": false,
    "dev-package-names": []
}

```
