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

16 lines
292 B
JSON
Raw Normal View History

2014-08-26 16:46:07 +00: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 16:46:07 +00:00
},
"require": {
2016-04-26 13:43:30 +00:00
"icewind/smb": "1.1.0",
2016-06-09 15:10:52 +00:00
"icewind/streams": "0.4.1"
2014-08-26 16:46:07 +00:00
}
}