summaryrefslogtreecommitdiffstats
path: root/plugins/vcard_attachments/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/vcard_attachments/composer.json')
-rw-r--r--plugins/vcard_attachments/composer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/vcard_attachments/composer.json b/plugins/vcard_attachments/composer.json
index b43d2ca..8cc8aa9 100644
--- a/plugins/vcard_attachments/composer.json
+++ b/plugins/vcard_attachments/composer.json
@@ -2,7 +2,7 @@
"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+",
+ "license": "GPL-3.0-or-later",
"version": "4.1",
"authors": [
{
@@ -23,7 +23,7 @@
}
],
"require": {
- "php": ">=5.3.0",
+ "php": ">=5.4.0",
"roundcube/plugin-installer": ">=0.1.3"
}
}