PluginProbe
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages / trunk
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages vtrunk
3.4.1 3.4.0 3.3.9 3.3.8 3.3.7 3.3.6 3.3.5 3.3.4 3.3.3 3.3.2 3.3.1 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.2.8 2.2.9 2.3.0 2.3.1 2.3.2 2.3.3 All 194 releases
convertkit / vendor / composer / installed.php

installed.php in Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages trunk, at vendor/composer/installed.php

60 lines 2.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php return array(
2 'root' => array(
3 'name' => 'convertkit/convertkit-wordpress',
4 'pretty_version' => '3.4.1',
5 'version' => '3.4.1.0',
6 'reference' => 'aa3d7e27fbe0479c06be936df05b06927c456f1b',
7 'type' => 'project',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => false,
11 ),
12 'versions' => array(
13 'automattic/jetpack-autoloader' => array(
14 'pretty_version' => 'v5.0.23',
15 'version' => '5.0.23.0',
16 'reference' => 'd11b2d621035dcb920abce8ae09bebd5da5f9ff8',
17 'type' => 'composer-plugin',
18 'install_path' => __DIR__ . '/../automattic/jetpack-autoloader',
19 'aliases' => array(),
20 'dev_requirement' => false,
21 ),
22 'convertkit/convertkit-wordpress' => array(
23 'pretty_version' => '3.4.1',
24 'version' => '3.4.1.0',
25 'reference' => 'aa3d7e27fbe0479c06be936df05b06927c456f1b',
26 'type' => 'project',
27 'install_path' => __DIR__ . '/../../',
28 'aliases' => array(),
29 'dev_requirement' => false,
30 ),
31 'convertkit/convertkit-wordpress-libraries' => array(
32 'pretty_version' => '2.7.0',
33 'version' => '2.7.0.0',
34 'reference' => 'd7474709079b2129da47c8f0f649fc6ff257f8ee',
35 'type' => 'library',
36 'install_path' => __DIR__ . '/../convertkit/convertkit-wordpress-libraries',
37 'aliases' => array(),
38 'dev_requirement' => false,
39 ),
40 'wordpress/mcp-adapter' => array(
41 'pretty_version' => 'v0.6.1',
42 'version' => '0.6.1.0',
43 'reference' => '23cb53e0b82f39238eec1c38cb055e28aa30fa7c',
44 'type' => 'wordpress-plugin',
45 'install_path' => __DIR__ . '/../wordpress/mcp-adapter',
46 'aliases' => array(),
47 'dev_requirement' => false,
48 ),
49 'wordpress/php-mcp-schema' => array(
50 'pretty_version' => 'v0.1.3',
51 'version' => '0.1.3.0',
52 'reference' => 'b2fcf97aa023ce46e9f03493c194a72d5a46bea2',
53 'type' => 'library',
54 'install_path' => __DIR__ . '/../wordpress/php-mcp-schema',
55 'aliases' => array(),
56 'dev_requirement' => false,
57 ),
58 ),
59 );
60