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

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2017-11-29 11:35:39 +0300
committerMichal Čihař <michal@cihar.com>2017-11-29 11:35:39 +0300
commitf8ccc4db13d3255e3083d37886747580bc3ddf99 (patch)
treecf85306e0abac68ce10a13b074d5a8da0b8372f1 /composer.json
parent8bc91e9b5837c4395ba1d932c56e30e1f8e8fdb4 (diff)
Stick with phpseclib < 2.0.8 in 4.7 branch
We can not remove PHP 5.5 support from maintenance branch, so there is no other way than sticking with older phpseclib. See https://github.com/phpseclib/phpseclib/issues/1218 Issue #13846 Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index d7d70ce941..e2766b8768 100644
--- a/composer.json
+++ b/composer.json
@@ -42,7 +42,7 @@
"phpmyadmin/motranslator": "^3.0",
"phpmyadmin/shapefile": "^2.0",
"tecnickcom/tcpdf": "^6.2",
- "phpseclib/phpseclib": "^2.0",
+ "phpseclib/phpseclib": "^2.0,<2.0.8",
"google/recaptcha": "^1.1"
},
"suggest": {