mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-04 01:34:07 +02:00
28 lines
556 B
JSON
28 lines
556 B
JSON
{
|
|
"name" : "mmelyp/smb",
|
|
"description" : "php wrapper for smbclient and libsmbclient-php",
|
|
"license" : "MIT",
|
|
"authors" : [
|
|
{
|
|
"name" : "Robin Appelman",
|
|
"email": "icewind@owncloud.com"
|
|
},
|
|
{
|
|
"name" : "Manuel Mely",
|
|
"email": "mmely@mmely.de"
|
|
}
|
|
],
|
|
"require" : {
|
|
"php": ">=5.3",
|
|
"icewind/streams": "0.2.x"
|
|
},
|
|
"require-dev": {
|
|
"satooshi/php-coveralls" : "dev-master"
|
|
},
|
|
"autoload" : {
|
|
"psr-4": {
|
|
"Icewind\\SMB\\": "src/",
|
|
"Icewind\\SMB\\Test\\": "tests/"
|
|
}
|
|
}
|
|
}
|