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:
authorBart Visscher <bartv@thisnet.nl>2012-10-27 13:56:51 +0400
committerBart Visscher <bartv@thisnet.nl>2012-10-27 13:56:51 +0400
commitbeaaf5425dc2dfb7456efa934fa8eb91ac28c677 (patch)
tree5bfa6c0f3e3002119471f9305b35177ac3e41c8c /composer.json
parent43e8293d9ce92b42f2dd944847c7e4d8d1b17b9f (diff)
More info for composer.json
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index 628ee601103..7916b15cb9f 100644
--- a/composer.json
+++ b/composer.json
@@ -1,5 +1,15 @@
{
+ "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": {