mirror of
https://github.com/nextcloud/server.git
synced 2026-03-20 09:32:35 -04:00
32 lines
1.1 KiB
PHP
32 lines
1.1 KiB
PHP
<?php return array(
|
|
'root' => array(
|
|
'pretty_version' => 'dev-master',
|
|
'version' => 'dev-master',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../../../',
|
|
'aliases' => array(),
|
|
'reference' => '50c7a5e4cddd055db6ab1e7e30cb94b43001543f',
|
|
'name' => '__root__',
|
|
'dev' => true,
|
|
),
|
|
'versions' => array(
|
|
'__root__' => array(
|
|
'pretty_version' => 'dev-master',
|
|
'version' => 'dev-master',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../../../',
|
|
'aliases' => array(),
|
|
'reference' => '50c7a5e4cddd055db6ab1e7e30cb94b43001543f',
|
|
'dev_requirement' => false,
|
|
),
|
|
'bamarni/composer-bin-plugin' => array(
|
|
'pretty_version' => '1.4.1',
|
|
'version' => '1.4.1.0',
|
|
'type' => 'composer-plugin',
|
|
'install_path' => __DIR__ . '/../bamarni/composer-bin-plugin',
|
|
'aliases' => array(),
|
|
'reference' => '9329fb0fbe29e0e1b2db8f4639a193e4f5406225',
|
|
'dev_requirement' => true,
|
|
),
|
|
),
|
|
);
|