forked from ralflang/Auth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.horde.yml
63 lines (63 loc) · 1.39 KB
/
.horde.yml
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
---
id: Auth
name: Auth
full: Authentication and user management library
description: >
The Horde_Auth package provides a common interface into the various backends
for the Horde authentication system.
list: dev
type: library
homepage: https://www.horde.org/libraries/Horde_Auth
authors:
-
name: Chuck Hagenbuch
user: chuck
email: [email protected]
active: true
role: lead
-
name: Jan Schneider
user: jan
email: [email protected]
active: true
role: lead
-
name: Michael Slusarz
user: slusarz
email: [email protected]
active: true
role: lead
version:
release: 2.2.3
api: 2.2.0
state:
release: stable
api: stable
license:
identifier: LGPL-2.1
uri: http://www.horde.org/licenses/lgpl21
dependencies:
required:
php: ^5.3 || ^7
pear:
pear.horde.org/Horde_Exception: ^2
pear.horde.org/Horde_Translation: ^2.2
pear.horde.org/Horde_Util: ^2
ext:
hash: '*'
optional:
pear:
pear.horde.org/Horde_Db: ^2
pear.horde.org/Horde_History: ^2
pear.horde.org/Horde_Lock: ^2
pear.horde.org/Horde_Imap_Client: ^2
pear.horde.org/Horde_Kolab_Session: ^2
pear.horde.org/Horde_Ldap: ^2
pear.horde.org/Horde_Imsp: ^2
pear.horde.org/Horde_Http: ^2
pear.horde.org/Horde_Test: ^2.1
pecl.php.net/pam: '*'
pecl.php.net/sasl: '*'
ext:
ctype: '*'
ftp: '*'