PluginProbe
Hostinger Tools / 3.0.49
Hostinger Tools v3.0.49
3.0.77 3.0.76 3.0.75 3.0.74 3.0.73 3.0.72 3.0.71 3.0.70 3.0.69 3.0.68 3.0.67 3.0.66 1.8.1 1.8.2 1.8.3 1.9.1 1.9.4 1.9.5 1.9.6 1.9.7 1.9.8 1.9.9 2.0.0 2.0.1 2.0.4 All 108 releases
hostinger / vendor / composer / installed.php

installed.php in Hostinger Tools 3.0.49, at vendor/composer/installed.php

62 lines 2.4 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' => 'hostinger/hostinger',
4 'pretty_version' => 'dev-main',
5 'version' => 'dev-main',
6 'reference' => 'd26f1f92e3361d136d8d090f8c3e48f607ec54e6',
7 'type' => 'library',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => false,
11 ),
12 'versions' => array(
13 'automattic/jetpack-autoloader' => array(
14 'pretty_version' => 'dev-trunk',
15 'version' => 'dev-trunk',
16 'reference' => '272f0a1e119175623b440699e7af79de2a6ed44b',
17 'type' => 'composer-plugin',
18 'install_path' => __DIR__ . '/../automattic/jetpack-autoloader',
19 'aliases' => array(
20 0 => '5.0.x-dev',
21 ),
22 'dev_requirement' => false,
23 ),
24 'hostinger/hostinger' => array(
25 'pretty_version' => 'dev-main',
26 'version' => 'dev-main',
27 'reference' => 'd26f1f92e3361d136d8d090f8c3e48f607ec54e6',
28 'type' => 'library',
29 'install_path' => __DIR__ . '/../../',
30 'aliases' => array(),
31 'dev_requirement' => false,
32 ),
33 'hostinger/hostinger-wp-helper' => array(
34 'pretty_version' => '1.0.12',
35 'version' => '1.0.12.0',
36 'reference' => 'f943461ffdd9df60c84e4d808ff1dd967dfa790d',
37 'type' => 'library',
38 'install_path' => __DIR__ . '/../hostinger/hostinger-wp-helper',
39 'aliases' => array(),
40 'dev_requirement' => false,
41 ),
42 'hostinger/hostinger-wp-menu-manager' => array(
43 'pretty_version' => '1.2.20',
44 'version' => '1.2.20.0',
45 'reference' => '937e866a6c7db2ae9e9549a8f57c1ff922117ed2',
46 'type' => 'library',
47 'install_path' => __DIR__ . '/../hostinger/hostinger-wp-menu-manager',
48 'aliases' => array(),
49 'dev_requirement' => false,
50 ),
51 'woocommerce/action-scheduler' => array(
52 'pretty_version' => '3.9.3',
53 'version' => '3.9.3.0',
54 'reference' => 'c58cdbab17651303d406cd3b22cf9d75c71c986c',
55 'type' => 'wordpress-plugin',
56 'install_path' => __DIR__ . '/../woocommerce/action-scheduler',
57 'aliases' => array(),
58 'dev_requirement' => false,
59 ),
60 ),
61 );
62