aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/3rdparty/icewind/smb/composer.json
blob: 78375c4df48cd4316f6f285a679c9613d89efd50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
	"name"             : "icewind/smb",
	"description"      : "php wrapper for smbclient and libsmbclient-php",
	"license"          : "MIT",
	"authors"          : [
		{
			"name" : "Robin Appelman",
			"email": "icewind@owncloud.com"
		}
	],
	"require"          : {
		"php": ">=5.6",
		"icewind/streams": ">=0.2.0"
	},
	"require-dev": {
		"phpunit/phpunit": "^5.7",
		"friendsofphp/php-cs-fixer": "^2.13"
	},
	"autoload"         : {
		"psr-4": {
			"Icewind\\SMB\\": "src/",
			"Icewind\\SMB\\Test\\": "tests/"
		}
	}
}