-
Notifications
You must be signed in to change notification settings - Fork 14
/
.horde.yml
113 lines (113 loc) · 2.26 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
---
id: Core
name: Core
full: Core Horde Framework library
description: >-
A library that provides the core functionality of the Horde Application
Framework.
list: dev
type: library
homepage: https://www.horde.org/libraries/Horde_Core
authors:
-
name: Jan Schneider
user: jan
email: [email protected]
active: true
role: lead
-
name: Michael J Rubinsky
user: mrubinsk
email: [email protected]
active: true
role: developer
-
name: Chuck Hagenbuch
user: chuck
email: [email protected]
active: false
role: lead
-
name: Michael Slusarz
user: slusarz
email: [email protected]
active: false
role: developer
version:
release: 3.0.0alpha17
api: 3.0.0alpha1
state:
release: alpha
api: alpha
license:
identifier: LGPL-2.1-only
uri: http://www.horde.org/licenses/lgpl21
dependencies:
required:
php: ^7.4 || ^8
composer:
horde/alarm: ^3
horde/auth: ^3
horde/autoloader: ^3
horde/browser: ^3
horde/cache: ^3
horde/cli: ^3
horde/compress: ^3
horde/compress_fast: ^2
horde/controller: ^3
horde/cssminify: ^2
horde/data: ^3
horde/date: ^3
horde/exception: ^3
horde/group: ^3
horde/hashtable: ^2
horde/history: ^3
horde/http: ^3
horde/http_server: ^1
horde/injector: ^3
horde/javascriptminify: ^2
horde/lock: ^3
horde/log: ^3
horde/logintasks: ^3
horde/mime: ^3
horde/mime_viewer: ^3
horde/notification: ^3
horde/pack: ^2
horde/perms: ^3
horde/prefs: ^3
horde/secret: ^3
horde/serialize: ^3
horde/sessionhandler: ^3
horde/share: ^3
horde/support: ^3
horde/template: ^3
horde/token: ^3
horde/text_filter: ^3
horde/translation: ^3
horde/url: ^3
horde/util: ^3
horde/view: ^3
pear/pear: '*'
ext:
session: '*'
optional:
composer:
pear/text_captcha: '*'
pear/text_figlet: '*'
ext:
dom: '*'
hash: '*'
SimpleXML: '*'
sockets: '*'
dev:
composer:
horde/test: ^3
horde/tree: ^3
horde/prefs: ^3
horde/routes: ^3
horde/vfs: ^3
autoload:
classmap:
- lib/
psr-4:
Horde\Core\: src/