diff options
Diffstat (limited to 'plugins/vcard_attachments/composer.json')
-rw-r--r-- | plugins/vcard_attachments/composer.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/plugins/vcard_attachments/composer.json b/plugins/vcard_attachments/composer.json new file mode 100644 index 0000000..b43d2ca --- /dev/null +++ b/plugins/vcard_attachments/composer.json @@ -0,0 +1,29 @@ +{ + "name": "roundcube/vcard_attachments", + "type": "roundcube-plugin", + "description": "Detects vCard attachments and allows to add them to address book. Also allows to attach vCards of your contacts to composed messages", + "license": "GPLv3+", + "version": "4.1", + "authors": [ + { + "name": "Thomas Bruederli", + "email": "roundcube@gmail.com", + "role": "Lead" + }, + { + "name": "Aleksander Machniak", + "email": "alec@alec.pl", + "role": "Lead" + } + ], + "repositories": [ + { + "type": "composer", + "url": "https://plugins.roundcube.net" + } + ], + "require": { + "php": ">=5.3.0", + "roundcube/plugin-installer": ">=0.1.3" + } +} |