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 @@ -12,10 +12,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" } }