PluginProbe ʕ •ᴥ•ʔ
Atarim – AI Agency for WordPress: Edit Pages, Fix Code, Update Plugins, SEO & Client Feedback / 5.1.1
Atarim – AI Agency for WordPress: Edit Pages, Fix Code, Update Plugins, SEO & Client Feedback v5.1.1
5.1.3 5.1.2 5.1.1 5.1 5.0 trunk 3.10 3.11 3.12 3.13 3.14 3.15 3.16 3.17 3.18 3.19 3.2.0 3.2.1 3.22 3.22.1 3.22.2 3.22.3 3.22.4 3.22.5 3.22.6 3.3.0 3.3.1 3.3.2 3.3.2.1 3.3.2.2 3.3.3 3.30 3.31 3.32 3.4 3.4.1 3.4.3 3.4.4 3.5 3.5.1 3.6 3.6.1 3.7 3.8 3.9 3.9.1 3.9.2 3.9.3 3.9.4 3.9.6 3.9.6.1 4.0 4.0.1 4.0.2 4.0.3 4.0.4 4.0.5 4.0.6 4.0.7 4.0.8 4.0.9 4.1.0 4.1.1 4.1.2 4.1.3 4.2 4.2.1 4.2.2 4.3 4.3.1 4.3.2 4.3.3 4.3.4 4.3.5 4.4
atarim-visual-collaboration / vendor / composer / installed.json
atarim-visual-collaboration / vendor / composer Last commit date
ClassLoader.php 3 weeks ago InstalledVersions.php 3 weeks ago LICENSE 3 weeks ago autoload_classmap.php 3 weeks ago autoload_namespaces.php 3 weeks ago autoload_psr4.php 3 weeks ago autoload_real.php 3 weeks ago autoload_static.php 3 weeks ago installed.json 3 weeks ago installed.php 3 weeks ago jetpack_autoload_classmap.php 3 weeks ago platform_check.php 3 weeks 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