PluginProbe ʕ •ᴥ•ʔ
Atarim – AI Agency for WordPress: Edit Pages, Fix Code, Update Plugins, SEO & Client Feedback / 5.0
Atarim – AI Agency for WordPress: Edit Pages, Fix Code, Update Plugins, SEO & Client Feedback v5.0
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.php
atarim-visual-collaboration / vendor / composer Last commit date
ClassLoader.php 1 month ago InstalledVersions.php 1 month ago LICENSE 1 month ago autoload_classmap.php 1 month ago autoload_namespaces.php 1 month ago autoload_psr4.php 1 month ago autoload_real.php 1 month ago autoload_static.php 1 month ago installed.json 1 month ago installed.php 1 month ago jetpack_autoload_classmap.php 1 month ago platform_check.php 1 month ago
installed.php
42 lines
1 <?php return array(
2 'root' => array(
3 'name' => '__root__',
4 'pretty_version' => '1.0.0+no-version-set',
5 'version' => '1.0.0.0',
6 'reference' => null,
7 'type' => 'library',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => true,
11 ),
12 'versions' => array(
13 '__root__' => array(
14 'pretty_version' => '1.0.0+no-version-set',
15 'version' => '1.0.0.0',
16 'reference' => null,
17 'type' => 'library',
18 'install_path' => __DIR__ . '/../../',
19 'aliases' => array(),
20 'dev_requirement' => false,
21 ),
22 'automattic/jetpack-autoloader' => array(
23 'pretty_version' => 'v5.0.16',
24 'version' => '5.0.16.0',
25 'reference' => 'd8ae822a35e7431137e860ee60eceedaa745e4d1',
26 'type' => 'composer-plugin',
27 'install_path' => __DIR__ . '/../automattic/jetpack-autoloader',
28 'aliases' => array(),
29 'dev_requirement' => false,
30 ),
31 'wordpress/mcp-adapter' => array(
32 'pretty_version' => 'v0.4.1',
33 'version' => '0.4.1.0',
34 'reference' => '1a0f9ab868e34b4375be42e873f60765e6632505',
35 'type' => 'library',
36 'install_path' => __DIR__ . '/../wordpress/mcp-adapter',
37 'aliases' => array(),
38 'dev_requirement' => false,
39 ),
40 ),
41 );
42