summaryrefslogtreecommitdiff
path: root/plugins/userinfo/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/userinfo/composer.json')
-rw-r--r--plugins/userinfo/composer.json24
1 files changed, 0 insertions, 24 deletions
diff --git a/plugins/userinfo/composer.json b/plugins/userinfo/composer.json
deleted file mode 100644
index af5f6d7fa..000000000
--- a/plugins/userinfo/composer.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "name": "roundcube/userinfo",
- "type": "roundcube-plugin",
- "description": "Sample plugin that adds a new tab to the settings section to display some information about the current user.",
- "license": "GPLv3+",
- "version": "1.0",
- "authors": [
- {
- "name": "Thomas Bruederli",
- "email": "roundcube@gmail.com",
- "role": "Lead"
- }
- ],
- "repositories": [
- {
- "type": "composer",
- "url": "http://plugins.roundcube.net"
- }
- ],
- "require": {
- "php": ">=5.3.0",
- "roundcube/plugin-installer": ">=0.1.3"
- }
-}