Revert limitation on phpseclib dependency
Only 2.0.8 is broken, so conflict with that. Fixes #13846 Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
21f14d2729
commit
907beaf846
@ -42,9 +42,12 @@
|
||||
"phpmyadmin/motranslator": "^3.0",
|
||||
"phpmyadmin/shapefile": "^2.0",
|
||||
"tecnickcom/tcpdf": "^6.2",
|
||||
"phpseclib/phpseclib": "^2.0,<2.0.8",
|
||||
"phpseclib/phpseclib": "^2.0",
|
||||
"google/recaptcha": "^1.1"
|
||||
},
|
||||
"conflict": {
|
||||
"phpseclib/phpseclib": "2.0.8"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-openssl": "Cookie encryption",
|
||||
"ext-curl": "Updates checking",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user