{ "name": "nextcloud/horde-smtp", "description": "Horde SMTP client", "type": "library", "homepage": "https://www.horde.org", "license": "LGPL-2.1", "authors": [ { "name": "Michael Slusarz", "email": "slusarz@horde.org", "role": "lead" } ], "require": { "php": "^7.4 || ^8.0", "bytestream/horde-exception": "^2", "bytestream/horde-mail": "^2", "bytestream/horde-socket-client": "^2", "bytestream/horde-support": "^2", "bytestream/horde-translation": "^2.2", "bytestream/horde-util": "^2" }, "require-dev": { "phpunit/phpunit": "^9.5" }, "autoload": { "psr-0": { "Horde_Smtp": "lib/" } }, "autoload-dev": { "psr-0": { "Horde_Smtp": "test/" } }, "minimum-stability": "dev", "prefer-stable": true, "extra": { "branch-alias": { "dev-master": "1.x-dev" } } }