PluginProbe
Disk Usage Insights / 1.0
Disk Usage Insights v1.0
trunk 1.0 1.10 1.11 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9
disk-usage-insights / vendor / composer / installed.php

installed.php in Disk Usage Insights 1.0, at vendor/composer/installed.php

24 lines 768 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' => 'mgleis/disk-usage-insights',
4 'pretty_version' => 'dev-main',
5 'version' => 'dev-main',
6 'reference' => 'd614ba8c6ff7d10fa95c5070fa7c45b79e444879',
7 'type' => 'project',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => true,
11 ),
12 'versions' => array(
13 'mgleis/disk-usage-insights' => array(
14 'pretty_version' => 'dev-main',
15 'version' => 'dev-main',
16 'reference' => 'd614ba8c6ff7d10fa95c5070fa7c45b79e444879',
17 'type' => 'project',
18 'install_path' => __DIR__ . '/../../',
19 'aliases' => array(),
20 'dev_requirement' => false,
21 ),
22 ),
23 );
24