mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
23 lines
747 B
PHP
23 lines
747 B
PHP
<?php return array(
|
|
'root' => array(
|
|
'name' => '__root__',
|
|
'pretty_version' => 'dev-master',
|
|
'version' => 'dev-master',
|
|
'reference' => '559a758533026559cf632ed1b3d74f6b1ebfb481',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../../../',
|
|
'aliases' => array(),
|
|
'dev' => false,
|
|
),
|
|
'versions' => array(
|
|
'__root__' => array(
|
|
'pretty_version' => 'dev-master',
|
|
'version' => 'dev-master',
|
|
'reference' => '559a758533026559cf632ed1b3d74f6b1ebfb481',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../../../',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
),
|
|
);
|