diff options
author | Mario <mario@mariovavti.com> | 2021-02-02 12:57:46 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-02-02 12:57:46 +0000 |
commit | 2167d12b3fd9a66006b83cc8660325b6f8831a70 (patch) | |
tree | 1ed7dc7907f34b05ba970d547d20af5d65657c0b /composer.json | |
parent | 08c9152abdfa90da09931bdcc6e6c81ea243434c (diff) | |
download | volse-hubzilla-2167d12b3fd9a66006b83cc8660325b6f8831a70.tar.gz volse-hubzilla-2167d12b3fd9a66006b83cc8660325b6f8831a70.tar.bz2 volse-hubzilla-2167d12b3fd9a66006b83cc8660325b6f8831a70.zip |
composer add phpseclib
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json index d138ccc43..8aecd896a 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,8 @@ "ramsey/uuid": "^4.1", "twbs/bootstrap": "^4.3.1", "blueimp/jquery-file-upload": "^10.3", - "desandro/imagesloaded": "^4.1" + "desandro/imagesloaded": "^4.1", + "phpseclib/phpseclib": "~3.0" }, "require-dev": { "phpunit/phpunit": "^9.4", |