More info for composer.json

This commit is contained in:
Bart Visscher 2012-10-27 11:56:51 +02:00
parent 43e8293d9c
commit beaaf5425d
1 changed files with 10 additions and 0 deletions

View File

@ -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": {