mirror of
https://github.com/nextcloud/server.git
synced 2026-03-07 07:50:57 -05:00
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' => '671cec33f134e670bb21c5e3c49c685bd78fc339',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../../../',
|
|
'aliases' => array(),
|
|
'dev' => false,
|
|
),
|
|
'versions' => array(
|
|
'__root__' => array(
|
|
'pretty_version' => 'dev-master',
|
|
'version' => 'dev-master',
|
|
'reference' => '671cec33f134e670bb21c5e3c49c685bd78fc339',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../../../',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
),
|
|
);
|