mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
24 lines
744 B
PHP
24 lines
744 B
PHP
<?php return array(
|
|
'root' => array(
|
|
'pretty_version' => 'dev-develop',
|
|
'version' => 'dev-develop',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'reference' => 'cd585f68391ccb113ec98bf911ff6b5ebf979d8b',
|
|
'name' => '__root__',
|
|
'dev' => true,
|
|
),
|
|
'versions' => array(
|
|
'__root__' => array(
|
|
'pretty_version' => 'dev-develop',
|
|
'version' => 'dev-develop',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'reference' => 'cd585f68391ccb113ec98bf911ff6b5ebf979d8b',
|
|
'dev_requirement' => false,
|
|
),
|
|
),
|
|
);
|