diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2020-09-04 08:57:27 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2020-09-04 08:57:27 +0200 |
commit | 89ce8d50e0fe60aaaa59f32c3227f8eddfd1680b (patch) | |
tree | 9e4bbd20833956cace2310e2f6989832ab9abf58 /apps/files_external/3rdparty/composer.json | |
parent | c205faca802e178922ab78c830d078f3f7f92137 (diff) | |
download | nextcloud-server-89ce8d50e0fe60aaaa59f32c3227f8eddfd1680b.tar.gz nextcloud-server-89ce8d50e0fe60aaaa59f32c3227f8eddfd1680b.zip |
Upgrade icewind/smb to 3.2.7
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/files_external/3rdparty/composer.json')
-rw-r--r-- | apps/files_external/3rdparty/composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/3rdparty/composer.json b/apps/files_external/3rdparty/composer.json index e6cd5a9eeb9..f38f175dd66 100644 --- a/apps/files_external/3rdparty/composer.json +++ b/apps/files_external/3rdparty/composer.json @@ -9,6 +9,6 @@ }, "require": { "icewind/streams": "0.7.1", - "icewind/smb": "3.2.6" + "icewind/smb": "3.2.7" } } |