mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-03-17 23:17:09 -04:00
33 lines
1.1 KiB
PHP
33 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' => 'addbbdadeb17ff9af33d14dba62ce4ca045bcf2c',
|
|
'name' => 'owncloud/ocis',
|
|
'dev' => true,
|
|
),
|
|
'versions' => array(
|
|
'bamarni/composer-bin-plugin' => array(
|
|
'pretty_version' => 'v1.5.0',
|
|
'version' => '1.5.0.0',
|
|
'type' => 'composer-plugin',
|
|
'install_path' => __DIR__ . '/../bamarni/composer-bin-plugin',
|
|
'aliases' => array(),
|
|
'reference' => '49934ffea764864788334c1485fbb08a4b852031',
|
|
'dev_requirement' => true,
|
|
),
|
|
'owncloud/ocis' => array(
|
|
'pretty_version' => 'dev-master',
|
|
'version' => 'dev-master',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'reference' => 'addbbdadeb17ff9af33d14dba62ce4ca045bcf2c',
|
|
'dev_requirement' => false,
|
|
),
|
|
),
|
|
);
|