PluginProbe
Hostinger Tools / 2.1.8
Hostinger Tools v2.1.8
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 2.1.8, at vendor/composer/installed.php

24 lines 755 B
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' => '0b06be1a68d9e943a214b3317af9bd34a3d75d98',
7 'type' => 'library',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => false,
11 ),
12 'versions' => array(
13 'hostinger/hostinger' => array(
14 'pretty_version' => 'dev-main',
15 'version' => 'dev-main',
16 'reference' => '0b06be1a68d9e943a214b3317af9bd34a3d75d98',
17 'type' => 'library',
18 'install_path' => __DIR__ . '/../../',
19 'aliases' => array(),
20 'dev_requirement' => false,
21 ),
22 ),
23 );
24