From beaaf5425dc2dfb7456efa934fa8eb91ac28c677 Mon Sep 17 00:00:00 2001
From: Bart Visscher <bartv@thisnet.nl>
Date: Sat, 27 Oct 2012 11:56:51 +0200
Subject: [PATCH] More info for composer.json

---
 composer.json | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/composer.json b/composer.json
index 628ee60110..7916b15cb9 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": {
-- 
GitLab