Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/composer.json b/composer.json
deleted file mode 100644
index 7916b15cb9f..00000000000
--- a/composer.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "description": "ownCloud gives you universal access to your files/contacts/calendar through a web interface or WebDAV.",
- "homepage": "http://owncloud.org",
- "license": "AGPL-3.0+",
- "support": {
- "email": "owncloud@kde.org",
- "irc": "irc://irc.freenode.org/owncloud",
- "forum": "http://forum.owncloud.org/",
- "issues": "https://github.com/owncloud/core/issues"
- },
- "require": {
- "php": ">=5.3.2",
- "symfony/routing": "2.0.*"
- },
- "config": {
- "vendor-dir": "3rdparty"
- }
-}