PluginProbe
Elementor Website Builder – more than just a page builder / 3.28.0-dev2
Elementor Website Builder – more than just a page builder v3.28.0-dev2
4.3.2 4.3.1 4.3.0 4.3.0-beta3 4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 All 455 releases
← All changes | vendor/composer/installed.json +1 -314 4.3.0-beta1 → 3.28.0-dev2 View file →
@@ -1,318 +1,5 @@
1 1 {
2 - "packages": [
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.10",
73 - "version_normalized": "1.0.10.0",
74 - "dist": {
75 - "type": "zip",
76 - "url": "https://composer.elementor.com/download/elementor/elementor-mcp-composer/1.0.10"
77 - },
78 - "require": {
79 - "automattic/jetpack-autoloader": "^5",
80 - "php": ">=7.4",
81 - "wordpress/mcp-adapter": "^0.5.0"
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-08-31T09:29:38+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 - "name": "elementor/wp-notifications-package",
116 - "version": "1.2.0",
117 - "version_normalized": "1.2.0.0",
118 - "source": {
119 - "type": "git",
120 - "url": "https://github.com/elementor/wp-notifications-package.git",
121 - "reference": "dd25ca9dd79402c3bb51fab112aa079702eb165e"
122 - },
123 - "dist": {
124 - "type": "zip",
125 - "url": "https://api.github.com/repos/elementor/wp-notifications-package/zipball/dd25ca9dd79402c3bb51fab112aa079702eb165e",
126 - "reference": "dd25ca9dd79402c3bb51fab112aa079702eb165e",
127 - "shasum": ""
128 - },
129 - "require-dev": {
130 - "dealerdirect/phpcodesniffer-composer-installer": "^v1.0.0",
131 - "squizlabs/php_codesniffer": "^3.10.2",
132 - "wp-coding-standards/wpcs": "^3.1.0"
133 - },
134 - "time": "2025-04-28T12:27:21+00:00",
135 - "type": "library",
136 - "installation-source": "dist",
137 - "autoload": {
138 - "psr-4": {
139 - "Elementor\\WPNotificationsPackage\\": "src/"
140 - }
141 - },
142 - "notification-url": "https://packagist.org/downloads/",
143 - "support": {
144 - "source": "https://github.com/elementor/wp-notifications-package/tree/1.2.0"
145 - },
146 - "install-path": "../elementor/wp-notifications-package"
147 - },
148 - {
149 - "name": "elementor/wp-one-package",
150 - "version": "1.0.68",
151 - "version_normalized": "1.0.68.0",
152 - "dist": {
153 - "type": "zip",
154 - "url": "https://composer.elementor.com/download/elementor/wp-one-package/1.0.68"
155 - },
156 - "require": {
157 - "elementor/wp-notifications-package": "^1.2"
158 - },
159 - "require-dev": {
160 - "dealerdirect/phpcodesniffer-composer-installer": "^v1.0.0",
161 - "johnpbloch/wordpress-core": "^6.0",
162 - "phpunit/phpunit": "^9.0",
163 - "squizlabs/php_codesniffer": "^3.10.2",
164 - "wp-coding-standards/wpcs": "^3.1.0",
165 - "yoast/phpunit-polyfills": "^2.0"
166 - },
167 - "time": "2026-07-17T09:49:08+00:00",
168 - "type": "library",
169 - "installation-source": "dist",
170 - "autoload": {
171 - "files": [
172 - "./runner.php"
173 - ]
174 - },
175 - "scripts": {
176 - "lint": [
177 - "vendor/bin/phpcs --standard=./phpcs.xml ./src/"
178 - ],
179 - "lint:fix": [
180 - "vendor/bin/phpcbf ."
181 - ]
182 - },
183 - "install-path": "../elementor/wp-one-package"
184 - },
185 - {
186 - "name": "wordpress/mcp-adapter",
187 - "version": "v0.5.0",
188 - "version_normalized": "0.5.0.0",
189 - "source": {
190 - "type": "git",
191 - "url": "https://github.com/WordPress/mcp-adapter.git",
192 - "reference": "7bfc49f46b3ea7544dded49d5a606089f825a80b"
193 - },
194 - "dist": {
195 - "type": "zip",
196 - "url": "https://api.github.com/repos/WordPress/mcp-adapter/zipball/7bfc49f46b3ea7544dded49d5a606089f825a80b",
197 - "reference": "7bfc49f46b3ea7544dded49d5a606089f825a80b",
198 - "shasum": ""
199 - },
200 - "require": {
201 - "ext-json": "*",
202 - "php": "^7.4 || ^8.0",
203 - "wordpress/php-mcp-schema": "^0.1.0"
204 - },
205 - "require-dev": {
206 - "automattic/vipwpcs": "^3.0",
207 - "php-stubs/wordpress-stubs": "^6.9",
208 - "php-stubs/wp-cli-stubs": "^2.12",
209 - "phpcompatibility/php-compatibility": "10.x-dev as 9.99.99",
210 - "phpcompatibility/phpcompatibility-wp": "^2.1",
211 - "phpstan/extension-installer": "^1.3",
212 - "phpstan/php-8-stubs": "^0.4.24",
213 - "phpstan/phpstan": "^2.1.22",
214 - "phpstan/phpstan-deprecation-rules": "^2.0.3",
215 - "phpunit/phpunit": "^9.6",
216 - "slevomat/coding-standard": "^8.0",
217 - "szepeviktor/phpstan-wordpress": "^2.0",
218 - "wp-phpunit/wp-phpunit": "^6.5",
219 - "wpackagist-plugin/plugin-check": "^1.6",
220 - "yoast/phpunit-polyfills": "^4.0"
221 - },
222 - "time": "2026-04-14T12:12:58+00:00",
223 - "type": "wordpress-plugin",
224 - "extra": {
225 - "installer-paths": {
226 - "vendor/{$vendor}/{$name}/": [
227 - "wpackagist-plugin/plugin-check"
228 - ]
229 - }
230 - },
231 - "installation-source": "dist",
232 - "autoload": {
233 - "psr-4": {
234 - "WP\\MCP\\": "includes/"
235 - }
236 - },
237 - "notification-url": "https://packagist.org/downloads/",
238 - "license": [
239 - "GPL-2.0-or-later"
240 - ],
241 - "authors": [
242 - {
243 - "name": "WordPress AI Team",
244 - "homepage": "https://make.wordpress.org/ai/"
245 - }
246 - ],
247 - "description": "Adapter for Abilities API, letting WordPress abilities to be used as MCP tools, resources or prompts",
248 - "homepage": "https://github.com/wordpress/mcp-adapter",
249 - "keywords": [
250 - "abilities-api",
251 - "adapter",
252 - "ai",
253 - "api",
254 - "integration",
255 - "mcp",
256 - "model-context-protocol",
257 - "wordpress"
258 - ],
259 - "support": {
260 - "issues": "https://github.com/wordpress/mcp-adapter/issues",
261 - "source": "https://github.com/wordpress/mcp-adapter"
262 - },
263 - "install-path": "../wordpress/mcp-adapter"
264 - },
265 - {
266 - "name": "wordpress/php-mcp-schema",
267 - "version": "v0.1.3",
268 - "version_normalized": "0.1.3.0",
269 - "source": {
270 - "type": "git",
271 - "url": "https://github.com/WordPress/php-mcp-schema",
272 - "reference": "b2fcf97aa023ce46e9f03493c194a72d5a46bea2"
273 - },
274 - "dist": {
275 - "type": "zip",
276 - "url": "https://api.github.com/repos/WordPress/php-mcp-schema/zipball/b2fcf97aa023ce46e9f03493c194a72d5a46bea2",
277 - "reference": "b2fcf97aa023ce46e9f03493c194a72d5a46bea2",
278 - "shasum": ""
279 - },
280 - "require": {
281 - "php": ">=7.4"
282 - },
283 - "require-dev": {
284 - "phpstan/phpstan": "^1.10"
285 - },
286 - "time": "2026-08-10T09:12:14+00:00",
287 - "type": "library",
288 - "installation-source": "dist",
289 - "autoload": {
290 - "psr-4": {
291 - "WP\\McpSchema\\": "src/"
292 - }
293 - },
294 - "notification-url": "https://packagist.org/downloads/",
295 - "license": [
296 - "GPL-2.0-or-later"
297 - ],
298 - "authors": [
299 - {
300 - "name": "WordPress",
301 - "homepage": "https://wordpress.org"
302 - }
303 - ],
304 - "description": "PHP DTOs for the Model Context Protocol (MCP) specification",
305 - "homepage": "https://github.com/WordPress/php-mcp-schema",
306 - "keywords": [
307 - "dto",
308 - "mcp",
309 - "model-context-protocol",
310 - "php",
311 - "schema"
312 - ],
313 - "install-path": "../wordpress/php-mcp-schema"
314 - }
315 - ],
2 + "packages": [],
316 3 "dev": false,
317 4 "dev-package-names": []
318 5 }