summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 8374f564bf15b031de0481af967845377dfa754a (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
{
	"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/"
		}
	}
}