-
Notifications
You must be signed in to change notification settings - Fork 11
/
.horde.yml
104 lines (104 loc) · 2.36 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
---
id: kronolith
name: Kronolith
full: Calendar and scheduling application
description: >-
Kronolith is the Horde calendar application. It provides web-based calendars
backed by a SQL database or a Kolab server. Supported features include Ajax
and mobile interfaces, shared calendars, remote calendars, invitation
management (iCalendar/iTip), free/busy management, resource management,
alarms, recurring events, and a sophisticated day/week view which handles
arbitrary numbers of overlapping events.
list: ~
type: application
homepage: https://www.horde.org/apps/kronolith
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: lead
-
name: Chuck Hagenbuch
user: chuck
email: [email protected]
active: false
role: lead
version:
release: 5.0.0alpha7
api: 5.0.0alpha1
state:
release: alpha
api: alpha
license:
identifier: GPL-2.0-only
uri: http://www.horde.org/licenses/gpl
dependencies:
required:
php: ^7.4 || ^8
composer:
horde/content: ^3
horde/horde: ^6
horde/auth: ^3
horde/autoloader: ^3
horde/core: ^3
horde/data: ^3
horde/date: ^3
horde/date_parser: ^3
horde/dav: ^2
horde/eventdispatcher: ^1
horde/exception: ^3
horde/form: ^3
horde/group: ^3
horde/http: ^3
horde/history: ^3
horde/icalendar: ^3
horde/itip: ^3
horde/image: ^3
horde/lock: ^3
horde/logintasks: ^3
horde/mail: ^3
horde/mime: ^3
horde/nls: ^3
horde/notification: ^3
horde/perms: ^3
horde/serialize: ^3
horde/share: ^3
horde/support: ^3
horde/text_filter: ^3
horde/timezone: ^2
horde/url: ^3
horde/util: ^3
horde/view: ^3
ext:
gettext: '*'
json: '*'
SimpleXML: '*'
optional:
composer:
horde/nag: ^5
horde/timeobjects: ^3
horde/activesync: ^3
horde/backup: ^2
horde/db: ^3
horde/openxchange: ^2
pear/date_holidays: '*'
ext:
xmlwriter: '*'
dev:
composer:
horde/nag: ^5
horde/timeobjects: ^3
horde/activesync: ^3
horde/backup: ^2
horde/db: ^3
horde/openxchange: ^2
horde/test: ^3
pear/date_holidays: '*'