Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2017-03-21 12:50:41 +0300
committerAleksander Machniak <alec@alec.pl>2017-03-21 12:50:41 +0300
commit9374599c3c73d8e61a5ad3d0f0b5763d68c2a148 (patch)
treea6c0edddd748f0e13d736861dca14971efc28420 /plugins
parent0b41da158d101f9d5c71331d0e46a9edf59e6e23 (diff)
Fix require entry for crypt_gpg also in Enigma's composer.json
Diffstat (limited to 'plugins')
-rw-r--r--plugins/enigma/composer.json6
1 files changed, 1 insertions, 5 deletions
diff --git a/plugins/enigma/composer.json b/plugins/enigma/composer.json
index fa63a3d19..7357c01d6 100644
--- a/plugins/enigma/composer.json
+++ b/plugins/enigma/composer.json
@@ -13,10 +13,6 @@
],
"repositories": [
{
- "type": "pear",
- "url": "http://pear.php.net/"
- },
- {
"type": "composer",
"url": "http://plugins.roundcube.net"
}
@@ -24,6 +20,6 @@
"require": {
"php": ">=5.3.0",
"roundcube/plugin-installer": "~0.1.6",
- "pear-pear.php.net/crypt_gpg": "~1.6.0@beta"
+ "pear/crypt_gpg": "~1.6.0"
}
}