mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
32 lines
1.1 KiB
PHP
32 lines
1.1 KiB
PHP
<?php return array(
|
|
'root' => array(
|
|
'pretty_version' => 'dev-develop',
|
|
'version' => 'dev-develop',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'reference' => '29a808c149b5a3589c30a076e95dd5760ac6fbb9',
|
|
'name' => '__root__',
|
|
'dev' => true,
|
|
),
|
|
'versions' => array(
|
|
'__root__' => array(
|
|
'pretty_version' => 'dev-develop',
|
|
'version' => 'dev-develop',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'reference' => '29a808c149b5a3589c30a076e95dd5760ac6fbb9',
|
|
'dev_requirement' => false,
|
|
),
|
|
'imangazaliev/didom' => array(
|
|
'pretty_version' => '1.18',
|
|
'version' => '1.18.0.0',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../imangazaliev/didom',
|
|
'aliases' => array(),
|
|
'reference' => '346db1ea94a0f6ead225c2358af770bf33659cf7',
|
|
'dev_requirement' => false,
|
|
),
|
|
),
|
|
);
|