mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
Require icewind/streams to get the same version as 3rdparty
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
1a12f14a19
commit
b0f072da60
1 changed files with 2 additions and 1 deletions
3
apps/files_external/3rdparty/composer.json
vendored
3
apps/files_external/3rdparty/composer.json
vendored
|
|
@ -8,6 +8,7 @@
|
|||
"classmap-authoritative": true
|
||||
},
|
||||
"require": {
|
||||
"icewind/smb": "3.5.4"
|
||||
"icewind/smb": "3.5.4",
|
||||
"icewind/streams": "0.7.7"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue