forked from ralfbecker/Icalendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
47 lines (47 loc) · 1.28 KB
/
composer.json
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
{
"name": "egroupware/icalendar",
"description": "iCalendar and vCard library",
"type": "library",
"homepage": "https://www.horde.org/libraries/Horde_Icalendar",
"license": "LGPL-2.1",
"authors": [
{
"name": "Jan Schneider",
"email": "jan@horde.org",
"role": "lead"
},
{
"name": "Chuck Hagenbuch",
"email": "chuck@horde.org",
"role": "lead"
},
{
"name": "Michael J Rubinsky",
"email": "mrubinsk@horde.org",
"role": "developer"
}
],
"version": "2.2.2",
"time": "2024-07-02",
"require": {
"php": "^7 || ^8",
"pear-pear.horde.org/horde_date": "^2",
"pear-pear.horde.org/horde_exception": "^2",
"pear-pear.horde.org/horde_mail": "^2",
"pear-pear.horde.org/horde_support": "^2",
"pear-pear.horde.org/horde_translation": "^2.2",
"pear-pear.horde.org/horde_util": "^2"
},
"suggest": {
"pear-pear.horde.org/horde_test": "^2.1"
},
"replace": {
"pear-pear.horde.org/horde_icalendar": "2.*",
"pear-horde/horde_icalendar": "2.*"
},
"autoload": {
"psr-0": {
"Horde_Icalendar": "lib/"
}
}
}