aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/3rdparty/composer/installed.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/3rdparty/composer/installed.php')
-rw-r--r--apps/files_external/3rdparty/composer/installed.php41
1 files changed, 0 insertions, 41 deletions
diff --git a/apps/files_external/3rdparty/composer/installed.php b/apps/files_external/3rdparty/composer/installed.php
deleted file mode 100644
index 12058ec9474..00000000000
--- a/apps/files_external/3rdparty/composer/installed.php
+++ /dev/null
@@ -1,41 +0,0 @@
-<?php return array(
- 'root' => array(
- 'name' => 'files_external/3rdparty',
- 'pretty_version' => 'dev-master',
- 'version' => 'dev-master',
- 'reference' => '101c7575ae7684a572e53740c63635cd12685995',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../',
- 'aliases' => array(),
- 'dev' => true,
- ),
- 'versions' => array(
- 'files_external/3rdparty' => array(
- 'pretty_version' => 'dev-master',
- 'version' => 'dev-master',
- 'reference' => '101c7575ae7684a572e53740c63635cd12685995',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'icewind/smb' => array(
- 'pretty_version' => 'v3.7.0',
- 'version' => '3.7.0.0',
- 'reference' => 'e6904cbe75f678335092f4861c60c656b1a99e84',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../icewind/smb',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'icewind/streams' => array(
- 'pretty_version' => 'v0.7.7',
- 'version' => '0.7.7.0',
- 'reference' => '64200fd7cfcc7f550c3c695c48d8fd8bba97fecb',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../icewind/streams',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- ),
-);