2014-08-26 20:46:07 +04:00
|
|
|
{
|
|
|
|
"name": "files_external/3rdparty",
|
|
|
|
"description": "3rdparty components for files_external",
|
|
|
|
"license": "MIT",
|
|
|
|
"config": {
|
2015-10-26 01:34:30 +03:00
|
|
|
"vendor-dir": ".",
|
|
|
|
"optimize-autoloader": true,
|
|
|
|
"classmap-authoritative": true
|
2014-08-26 20:46:07 +04:00
|
|
|
},
|
|
|
|
"require": {
|
2018-03-28 17:15:27 +03:00
|
|
|
"icewind/smb": "2.0.5",
|
2017-01-19 16:38:03 +03:00
|
|
|
"icewind/streams": "0.5.2"
|
2014-08-26 20:46:07 +04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|