summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 2455dcc429d95f7dc2140d8753ce454f8c71dcb3 (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.4",
		"icewind/streams": ">=0.2.0"
	},
	"require-dev": {
		"satooshi/php-coveralls"  : "v1.0.0",
		"phpunit/phpunit": "^4.8"
	},
	"autoload"         : {
		"psr-4": {
			"Icewind\\SMB\\": "src/",
			"Icewind\\SMB\\Test\\": "tests/"
		}
	}
}