summaryrefslogtreecommitdiffstats
path: root/plugins/attachment_reminder
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/attachment_reminder')
-rw-r--r--plugins/attachment_reminder/composer.json14
1 files changed, 6 insertions, 8 deletions
diff --git a/plugins/attachment_reminder/composer.json b/plugins/attachment_reminder/composer.json
index 0a0e884..1680a68 100644
--- a/plugins/attachment_reminder/composer.json
+++ b/plugins/attachment_reminder/composer.json
@@ -12,18 +12,16 @@
},
{
"name": "Thomas Yu - Sian, Liu",
- "email": "",
"role": "Lead"
}
],
- "repositories": [
- {
- "type": "composer",
- "url": "https://plugins.roundcube.net"
- }
- ],
"require": {
"php": ">=7.3.0",
- "roundcube/plugin-installer": ">=0.1.3"
+ "roundcube/plugin-installer": "~0.3.5"
+ },
+ "autoload": {
+ "classmap": [
+ "attachment_reminder.php"
+ ]
}
}