summaryrefslogtreecommitdiffstats
path: root/apps/files_external/3rdparty/icewind/smb/composer.json
blob: 02cd629565e415df5a587bf4c5fbffd550e3c7c3 (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
26
27
28
29
{
	"name"             : "icewind/smb",
	"description"      : "php wrapper for smbclient and libsmbclient-php",
	"license"          : "MIT",
	"authors"          : [
		{
			"name" : "Robin Appelman",
			"email": "icewind@owncloud.com"
		}
	],
	"require"          : {
		"php": ">=7.1",
		"icewind/streams": ">=0.2.0"
	},
	"require-dev": {
		"phpunit/phpunit": "^7.0",
		"friendsofphp/php-cs-fixer": "^2.13"
	},
	"autoload"         : {
		"psr-4": {
			"Icewind\\SMB\\": "src/"
		}
	},
  "autoload-dev"     : {
		"psr-4": {
			"Icewind\\SMB\\Test\\": "tests/"
		}
	}
}