diff options
author | Hugues Hiegel <root@paranoid> | 2015-04-21 12:45:58 +0200 |
---|---|---|
committer | Hugues Hiegel <root@paranoid> | 2015-04-21 12:45:58 +0200 |
commit | ef2e7b3f9d264ec146d4dae257b1e295ab3b462a (patch) | |
tree | 76b4a98d7b3b38f691c4fbee1612197ab6615c2b /plugins/new_user_identity/composer.json | |
parent | d09b64c6270c638059b003922db508f95d32d555 (diff) |
updates - plugins as a separate git folder
Diffstat (limited to 'plugins/new_user_identity/composer.json')
-rw-r--r-- | plugins/new_user_identity/composer.json | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/plugins/new_user_identity/composer.json b/plugins/new_user_identity/composer.json deleted file mode 100644 index 8378ae50c..000000000 --- a/plugins/new_user_identity/composer.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "roundcube/new_user_identity", - "type": "roundcube-plugin", - "description": "Populates a new user's default identity from LDAP on their first visit.", - "license": "GPLv3+", - "version": "1.1", - "authors": [ - { - "name": "Aleksander Machniak", - "email": "alec@alec.pl", - "role": "Lead" - } - ], - "repositories": [ - { - "type": "composer", - "url": "http://plugins.roundcube.net" - } - ], - "require": { - "php": ">=5.3.0", - "roundcube/plugin-installer": ">=0.1.3" - } -} |