From: Christian Weiske Date: Sat, 29 Dec 2018 17:26:37 +0000 (+0100) Subject: composer.json for https://plugins.roundcube.net/ X-Git-Tag: v0.1.0 X-Git-Url: https://git.cweiske.de/roundcube-nextcloud_sql_addressbook.git/commitdiff_plain/048ef0b168e6c2975f4cdd068b0b14a20ac11cb2 composer.json for https://plugins.roundcube.net/ --- diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..7b08bbf --- /dev/null +++ b/composer.json @@ -0,0 +1,15 @@ +{ + "name": "cweiske/nextcloud_sql_addressbook", + "description": "Roundcube plugin that allows access to NextCloud address books.", + "type": "roundcube-plugin", + "license": "AGPL-3.0+", + "repositories": [ + { + "type": "composer", + "url": "https://plugins.roundcube.net" + } + ], + "require": { + "roundcube/plugin-installer": ">=0.1.6" + } +}