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: b38130375866f003a83c74ffbaa3cb81d115edb0 (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
{
	"repositories": [
		{
			"type": "pear",
			"url": "http://pear.horde.org"
		}
	],
	"require": {
		"php": ">=5.4.0",
		"pear-pear.horde.org/Horde_Date": "^2.0.0@stable",
		"pear-pear.horde.org/Horde_Exception": "^2.0.0@stable",
		"pear-pear.horde.org/Horde_Imap_Client": "^2.28.0@stable",
		"pear-pear.horde.org/Horde_Mail": "^2.6.1@stable",
		"pear-pear.horde.org/Horde_Mime": "^2.1.0@stable",
		"pear-pear.horde.org/Horde_Nls": "^2.0.0@stable",
		"pear-pear.horde.org/Horde_Stream": "^1.0.0@stable",
		"pear-pear.horde.org/Horde_Support": "^2.0.5@stable",
		"pear-pear.horde.org/Horde_Text_Filter": "^2.1.0@stable",
		"pear-pear.horde.org/Horde_Text_Flowed": "^2.0.0@stable",
		"pear-pear.horde.org/Horde_Util": "^2.2.0@stable",
		"pear-pear.horde.org/Horde_Smtp": "^1.5.0@stable",
		"ezyang/htmlpurifier": "4.7.0",
		"kwi/urllinker": "dev-default"
	}
}