mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 12:24:50 +02:00
05aa39d777
Signed-off-by: Joas Schilling <coding@schilljs.com>
24 lines
735 B
PHP
24 lines
735 B
PHP
<?php return array(
|
|
'root' => array(
|
|
'name' => '__root__',
|
|
'pretty_version' => 'dev-master',
|
|
'version' => 'dev-master',
|
|
'reference' => 'b1797842784b250fb01ed5e3bf130705eb94751b',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../',
|
|
'aliases' => array(),
|
|
'dev' => false,
|
|
),
|
|
'versions' => array(
|
|
'__root__' => array(
|
|
'pretty_version' => 'dev-master',
|
|
'version' => 'dev-master',
|
|
'reference' => 'b1797842784b250fb01ed5e3bf130705eb94751b',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
),
|
|
);
|