mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
24 lines
470 B
JSON
24 lines
470 B
JSON
{
|
|
"name" : "Icewind/SMB",
|
|
"description" : "php wrapper from smbclient",
|
|
"minimum-stability": "stable",
|
|
"license" : "AGPL 3",
|
|
"authors" : [
|
|
{
|
|
"name" : "Robin Appelman",
|
|
"email": "icewind@owncloud.com"
|
|
}
|
|
],
|
|
"require" : {
|
|
"php": ">=5.3",
|
|
"icewind/streams": "0.1.x"
|
|
},
|
|
"require-dev": {
|
|
"satooshi/php-coveralls" : "dev-master"
|
|
},
|
|
"autoload" : {
|
|
"psr-4": {
|
|
"Icewind\\SMB\\": "src/"
|
|
}
|
|
}
|
|
}
|