summaryrefslogtreecommitdiff
path: root/composer.json
blob: dbfd8047c031cce2d16c2a985ee8199ad00b123f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
	"name": "kolab/irony",
	"description": "iRony - The Kolab WebDAV/CalDAV/CardDAV Server",
	"license": "AGPL-3.0",
	"version": "0.2.5",
	"repositories": [
		{
			"type": "vcs",
			"url": "git://git.kolab.org/git/pear/Net_LDAP3"
		},
		{
			"type": "pear",
			"url": "http://pear.php.net/"
		},
		{
			"type": "vcs",
			"url": "https://github.com/thomascube/sabre-vobject.git"
		}
	],
	"autoload": {
		"psr-0": { "": "lib/" },
		"classmap": [ "lib/FileAPI", "lib/plugins", "lib/Roundcube" ]
	},
	"require": {
		"php": ">=5.3.3",
		"sabre/dav" : "1.8.9",
		"pear-pear/PEAR": ">=1.9"
	},
	"require-dev": {
		"pear-pear/Mail_Mime": ">=1.8.1",
		"pear-pear/Mail_mimeDecode": ">=1.5.5",
		"pear-pear/Net_IDNA2": ">=0.1.1",
		"pear-pear/HTTP_Request2": ">=2.1.1"
	},
	"minimum-stability": "dev"
}