summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 14090c010a4840f72aa4bf8583beb1b3a7da85f1 (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
30
31
32
33
{
	"name": "kolab/net_ldap3",
	"description": "A successor of the PEAR:Net_LDAP2 module providing advanced functionality for accessing LDAP directories",
	"type": "library",
	"version": "1.0.7",
	"keywords": ["pear", "ldap", "vlv"],
	"homepage": "http://git.kolab.org/pear/Net_LDAP3/",
	"license": "GPL-3.0+",
	"authors": [
		{
			"name": "Jeroen van Meeuwen",
			"email": "vanmeeuwen@kolabsys.com",
			"role": "Lead"
		},
		{
			"name": "Aleksander Machniak",
			"email": "machniak@kolabsys.com",
			"role": "Developer"
		},
		{
			"name": "Thomas Bruederli",
			"email": "roundcube@gmail.com",
			"role": "Developer"
		}
	],
	"require": {
		"php": ">=5.3.3",
		"pear/net_ldap2": ">=2.0.12"
	},
	"autoload": {
		"classmap": ["lib/"]
	}
}