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-05-22 09:48:30 +0300
committerAleksander Machniak <alec@alec.pl>2017-05-22 09:49:31 +0300
commitf3756e4115835fddf1d519dfa78bbd5ed4d9c5ef (patch)
tree8ed49ca7385de19816e6aabc680ca7ca5e4fcb29 /composer.json-dist
parent0a8fe2ae5b97264e26a50021e3f3517310495c1e (diff)
Use pear/net_sieve instead of our fork as it's up-to-date and maintained by us now
Diffstat (limited to 'composer.json-dist')
-rw-r--r--composer.json-dist6
1 files changed, 1 insertions, 5 deletions
diff --git a/composer.json-dist b/composer.json-dist
index 6bedea949..465d2e856 100644
--- a/composer.json-dist
+++ b/composer.json-dist
@@ -9,10 +9,6 @@
},
{
"type": "vcs",
- "url": "https://github.com/roundcube/Net_Sieve.git"
- },
- {
- "type": "vcs",
"url": "https://git.kolab.org/diffusion/PNL/php-net_ldap.git"
}
],
@@ -25,7 +21,7 @@
"pear/mail_mime": "~1.10.0",
"pear/net_smtp": "~1.7.1",
"pear/crypt_gpg": "~1.6.0",
- "roundcube/net_sieve": "~1.5.0",
+ "pear/net_sieve": "~1.4.0",
"roundcube/plugin-installer": "~0.1.6",
"endroid/qrcode": "~1.6.5"
},