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

composer.json - github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 86ee5a62d124f14e17563f96e054454b242d746d (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
{
	"repositories": [
		{
			"type": "pear",
			"url": "https://pear.horde.org"
		}
	],
	"require": {
		"php": ">=5.6.0",
		"pear-pear.horde.org/Horde_Date": "^2.4.0@stable",
		"pear-pear.horde.org/Horde_Exception": "^2.0.8@stable",
		"pear-pear.horde.org/Horde_Imap_Client": "^2.29.14@stable",
		"pear-pear.horde.org/Horde_Mail": "^2.6.4@stable",
		"pear-pear.horde.org/Horde_Mime": "^2.10.3@stable",
		"pear-pear.horde.org/Horde_Nls": "^2.2.1@stable",
		"pear-pear.horde.org/Horde_Stream": "^1.6.3@stable",
		"pear-pear.horde.org/Horde_Support": "^2.2.0@stable",
		"pear-pear.horde.org/Horde_Text_Filter": "^2.3.5@stable",
		"pear-pear.horde.org/Horde_Text_Flowed": "^2.0.3@stable",
		"pear-pear.horde.org/Horde_Util": "^2.5.8@stable",
		"pear-pear.horde.org/Horde_Smtp": "^1.9.5@stable",
		"cerdic/css-tidy": "v1.5.5",
		"ezyang/htmlpurifier": "4.9.3",
		"kwi/urllinker": "dev-default"
	},
	"require-dev": {
		"christophwurst/nextcloud": "^12.0.0",
		"phpunit/phpunit": "^5.7"
	},
	"suggest": {
		"phan/phan": "^0.10.0"
	}
}