PluginProbe
Hostinger Tools / 1.8.1
Hostinger Tools v1.8.1
3.0.78 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 All 109 releases
hostinger / vendor / composer / installed.php

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

33 lines 1.1 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' => '__root__',
4 'pretty_version' => 'dev-main',
5 'version' => 'dev-main',
6 'reference' => '51cb290eb89dc9ad75ae487261fe966f63aa169d',
7 'type' => 'library',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => true,
11 ),
12 'versions' => array(
13 '__root__' => array(
14 'pretty_version' => 'dev-main',
15 'version' => 'dev-main',
16 'reference' => '51cb290eb89dc9ad75ae487261fe966f63aa169d',
17 'type' => 'library',
18 'install_path' => __DIR__ . '/../../',
19 'aliases' => array(),
20 'dev_requirement' => false,
21 ),
22 'yahnis-elsts/plugin-update-checker' => array(
23 'pretty_version' => 'v5.1',
24 'version' => '5.1.0.0',
25 'reference' => '48b03e93c9c2587f9276dce00ce2b6d94c1190d2',
26 'type' => 'library',
27 'install_path' => __DIR__ . '/../yahnis-elsts/plugin-update-checker',
28 'aliases' => array(),
29 'dev_requirement' => false,
30 ),
31 ),
32 );
33