mirror of
https://github.com/nextcloud/server.git
synced 2026-03-19 17:13:56 -04:00
Signed-off-by: jld3103 <jld3103yt@gmail.com> Signed-off-by: Julien Veyssier <julien-nc@posteo.net> Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
32 lines
1.1 KiB
PHP
32 lines
1.1 KiB
PHP
<?php return array(
|
|
'root' => array(
|
|
'name' => '__root__',
|
|
'pretty_version' => 'dev-master',
|
|
'version' => 'dev-master',
|
|
'reference' => '4ff660ca2e0baa02440ba07296ed7e75fa544c0e',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../../../',
|
|
'aliases' => array(),
|
|
'dev' => true,
|
|
),
|
|
'versions' => array(
|
|
'__root__' => array(
|
|
'pretty_version' => 'dev-master',
|
|
'version' => 'dev-master',
|
|
'reference' => '4ff660ca2e0baa02440ba07296ed7e75fa544c0e',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../../../',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'bamarni/composer-bin-plugin' => array(
|
|
'pretty_version' => '1.8.2',
|
|
'version' => '1.8.2.0',
|
|
'reference' => '92fd7b1e6e9cdae19b0d57369d8ad31a37b6a880',
|
|
'type' => 'composer-plugin',
|
|
'install_path' => __DIR__ . '/../bamarni/composer-bin-plugin',
|
|
'aliases' => array(),
|
|
'dev_requirement' => true,
|
|
),
|
|
),
|
|
);
|