forked from horde/Pear
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
41 lines (41 loc) · 1.05 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
{
"minimum-stability": "dev",
"name": "horde/pear",
"description": "PEAR infrastructure library",
"type": "library",
"homepage": "https://www.horde.org/libraries/Horde_Pear",
"license": "LGPL-2.1-only",
"authors": [
{
"name": "Gunnar Wrobel",
"email": "[email protected]",
"role": "lead"
}
],
"time": "2021-03-13",
"repositories": [
{
"type": "composer",
"url": "https://horde-satis.maintaina.com/"
}
],
"require": {
"php": "^7.4 || ^8",
"horde/exception": "^3 || dev-FRAMEWORK_6_0",
"horde/util": "^3 || dev-FRAMEWORK_6_0",
"horde/xml_element": "^3 || dev-FRAMEWORK_6_0",
"horde/yaml": "^3 || dev-FRAMEWORK_6_0"
},
"suggest": {
"horde/http": "^3 || dev-FRAMEWORK_6_0",
"horde/test": "^3 || dev-FRAMEWORK_6_0"
},
"autoload": {
"psr-0": {
"Horde_Pear": "lib/"
}
},
"require-dev": {
"horde/http": "dev-FRAMEWORK_6_0"
}
}