forked from horde/Util
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
56 lines (56 loc) · 1.31 KB
/
composer.json
File metadata and controls
56 lines (56 loc) · 1.31 KB
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
{
"name": "horde/util",
"description": "Utility library",
"type": "library",
"homepage": "https://www.horde.org/libraries/Horde_Util",
"license": "LGPL-2.1",
"authors": [
{
"name": "Chuck Hagenbuch",
"email": "chuck@horde.org",
"role": "lead"
},
{
"name": "Jan Schneider",
"email": "jan@horde.org",
"role": "lead"
},
{
"name": "Michael Slusarz",
"email": "slusarz@horde.org",
"role": "developer"
}
],
"version": "2.5.9",
"time": "2017-11-11",
"repositories": [
{
"type": "pear",
"url": "https://pear.horde.org"
}
],
"require": {
"php": "^5.3 || ^7",
"ext-dom": "*"
},
"suggest": {
"pear-pear.horde.org/Horde_Imap_Client": "^2",
"pear-pear.horde.org/Horde_Test": "^2.1",
"ext-ctype": "*",
"ext-filter": "*",
"ext-iconv": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-xml": "*"
},
"replace": {
"pear-pear.horde.org/Horde_Util": "2.*",
"pear-horde/Horde_Util": "2.*"
},
"autoload": {
"psr-0": {
"Horde_Util": "lib/"
}
}
}