mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 10:40:40 -04:00
23 lines
747 B
PHP
23 lines
747 B
PHP
<?php return array(
|
|
'root' => array(
|
|
'pretty_version' => 'dev-master',
|
|
'version' => 'dev-master',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../../../',
|
|
'aliases' => array(),
|
|
'reference' => '42c7886f80c7a5e767b192d07474114dd0848b16',
|
|
'name' => '__root__',
|
|
'dev' => false,
|
|
),
|
|
'versions' => array(
|
|
'__root__' => array(
|
|
'pretty_version' => 'dev-master',
|
|
'version' => 'dev-master',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../../../',
|
|
'aliases' => array(),
|
|
'reference' => '42c7886f80c7a5e767b192d07474114dd0848b16',
|
|
'dev_requirement' => false,
|
|
),
|
|
),
|
|
);
|