Fix require entry for crypt_gpg also in Enigma's composer.json

pull/5702/head
Aleksander Machniak 8 years ago
parent 0b41da158d
commit 9374599c3c

@ -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"
}
}

Loading…
Cancel
Save