diff options
author | Robin Appelman <robin@icewind.nl> | 2021-03-10 15:31:09 +0100 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2021-03-10 15:31:09 +0100 |
commit | 66781e74ada3fd22bb5b246a59897ac146cda4dd (patch) | |
tree | ddb35b074eb6523c1aaffb68e78f58faf797ae23 /apps/files_external/3rdparty/composer.json | |
parent | 62929cc646134fbd409cfb4eacb7039d15763b96 (diff) | |
download | nextcloud-server-66781e74ada3fd22bb5b246a59897ac146cda4dd.tar.gz nextcloud-server-66781e74ada3fd22bb5b246a59897ac146cda4dd.zip |
update icewind/smb to 3.4.0
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'apps/files_external/3rdparty/composer.json')
-rw-r--r-- | apps/files_external/3rdparty/composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_external/3rdparty/composer.json b/apps/files_external/3rdparty/composer.json index f38f175dd66..3f237c827ee 100644 --- a/apps/files_external/3rdparty/composer.json +++ b/apps/files_external/3rdparty/composer.json @@ -8,7 +8,7 @@ "classmap-authoritative": true }, "require": { - "icewind/streams": "0.7.1", - "icewind/smb": "3.2.7" + "icewind/streams": "0.7.3", + "icewind/smb": "3.4.0" } } |