nextcloud/apps/files_external/3rdparty/composer.json

16 lines
292 B
JSON
Raw Normal View History

2014-08-26 20:46:07 +04:00
{
"name": "files_external/3rdparty",
"description": "3rdparty components for files_external",
"license": "MIT",
"config": {
"vendor-dir": ".",
"optimize-autoloader": true,
"classmap-authoritative": true
2014-08-26 20:46:07 +04:00
},
"require": {
2016-04-26 16:43:30 +03:00
"icewind/smb": "1.1.0",
2016-06-09 18:10:52 +03:00
"icewind/streams": "0.4.1"
2014-08-26 20:46:07 +04:00
}
}