mirror of
https://github.com/nextcloud/server.git
synced 2026-03-09 09:51:03 -04:00
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' => 'ee76fe192de8656d216b4079a6c50dda3fc9cdb1',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../../../',
|
|
'aliases' => array(),
|
|
'dev' => true,
|
|
),
|
|
'versions' => array(
|
|
'__root__' => array(
|
|
'pretty_version' => 'dev-master',
|
|
'version' => 'dev-master',
|
|
'reference' => 'ee76fe192de8656d216b4079a6c50dda3fc9cdb1',
|
|
'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,
|
|
),
|
|
),
|
|
);
|