?iť?

Your IP : 3.148.105.87


Current Path : /home/scgforma/www/cloud/apps/files_external/3rdparty/icewind/smb/
Upload File :
Current File : /home/scgforma/www/cloud/apps/files_external/3rdparty/icewind/smb/composer.json

{
	"name"             : "icewind/smb",
	"description"      : "php wrapper for smbclient and libsmbclient-php",
	"license"          : "MIT",
	"authors"          : [
		{
			"name" : "Robin Appelman",
			"email": "icewind@owncloud.com"
		}
	],
	"require"          : {
		"php": ">=5.4",
		"icewind/streams": ">=0.2.0"
	},
	"require-dev": {
		"phpunit/phpunit": "^4.8"
	},
	"autoload"         : {
		"psr-4": {
			"Icewind\\SMB\\": "src/",
			"Icewind\\SMB\\Test\\": "tests/"
		}
	}
}