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

composer.json - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7916b15cb9fa5e28ef495e5ba5f5500a86bf0818 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
	"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"
	}
}