PluginProbe
Disk Usage Insights / 1.2
Disk Usage Insights v1.2
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.2, at vendor/composer/installed.php

42 lines 1.5 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' => 'mgleis/disk-usage-insights',
4 'pretty_version' => 'dev-main',
5 'version' => 'dev-main',
6 'reference' => '3b4f46a08287c421c8469441d370e122d48c89a0',
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' => '3b4f46a08287c421c8469441d370e122d48c89a0',
17 'type' => 'project',
18 'install_path' => __DIR__ . '/../../',
19 'aliases' => array(),
20 'dev_requirement' => false,
21 ),
22 'mgleis/php-sqlite-job-queue' => array(
23 'pretty_version' => '1.0.0',
24 'version' => '1.0.0.0',
25 'reference' => '86c4b136ef89e9ca962a7949126821f3d32a49bf',
26 'type' => 'library',
27 'install_path' => __DIR__ . '/../mgleis/php-sqlite-job-queue',
28 'aliases' => array(),
29 'dev_requirement' => false,
30 ),
31 'mgleis/php-sqlite-key-value-store' => array(
32 'pretty_version' => '1.0.1',
33 'version' => '1.0.1.0',
34 'reference' => '7d0cc2044ea743187f8fc37daeeeaaa2a7bc81d3',
35 'type' => 'library',
36 'install_path' => __DIR__ . '/../mgleis/php-sqlite-key-value-store',
37 'aliases' => array(),
38 'dev_requirement' => false,
39 ),
40 ),
41 );
42