| 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 |
|