Skip to content
Snippets Groups Projects
This project manages its dependencies using Composer. Learn more
composer.json 826 B
{
	"repositories": [
		{
			"type": "pear",
			"url": "http://pear.horde.org"
		}
	],
	"require": {
		"php": ">=5.3.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.27.0@stable",
		"pear-pear.horde.org/Horde_Mail": "^2.1.0@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.6.0"
	}
}