-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
Christoph Wurst authoredSigned-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
This project manages its dependencies using Composer.
Learn more
composer.json 1.15 KiB
{
"repositories": [
{
"type": "pear",
"url": "https://pear.horde.org"
}
],
"config": {
"platform": {
"php": "7.0.13"
}
},
"require": {
"php": ">=7.0.13",
"pear-pear.horde.org/Horde_Date": "^2.4.1@stable",
"pear-pear.horde.org/Horde_Exception": "^2.0.8@stable",
"pear-pear.horde.org/Horde_Imap_Client": "^2.29.16@stable",
"pear-pear.horde.org/Horde_Mail": "^2.6.4@stable",
"pear-pear.horde.org/Horde_Mime": "^2.11.0@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.6.4",
"ezyang/htmlpurifier": "4.10.0",
"kwi/urllinker": "dev-default",
"gravatarphp/gravatar": "^1.0",
"arthurhoaro/favicon": "^1.2"
},
"require-dev": {
"christophwurst/nextcloud": "dev-stable15",
"christophwurst/nextcloud_testing": "0.5.1"
},
"suggest": {
"phan/phan": "^0.10.0"
}
}