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>2016-03-04 17:34:51 +0300
committerAleksander Machniak <alec@alec.pl>2016-03-04 17:34:51 +0300
commitd4df3748cfaacadf52b19eb37b2a476df80525a9 (patch)
tree8e78c5a60a39795a5f498dc159af759b293e4d37 /composer.json-dist
parentca34ba139e9b371498e9959e9d673c15cc1b246b (diff)
Require Net_Socket >= 1.0.12 (because of timeout=0 bugfix)
Diffstat (limited to 'composer.json-dist')
-rw-r--r--composer.json-dist1
1 files changed, 1 insertions, 0 deletions
diff --git a/composer.json-dist b/composer.json-dist
index ac786614d..a24cbe960 100644
--- a/composer.json-dist
+++ b/composer.json-dist
@@ -23,6 +23,7 @@
"require": {
"php": ">=5.3.7",
"roundcube/plugin-installer": "~0.1.6",
+ "pear-pear.php.net/net_socket": "~1.0.12",
"pear-pear.php.net/auth_sasl": "~1.0.6",
"pear-pear.php.net/net_idna2": "~0.1.1",
"pear-pear.php.net/mail_mime": "~1.10.0",