-
Notifications
You must be signed in to change notification settings - Fork 23
/
composer.json
39 lines (35 loc) · 985 Bytes
/
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
{
"name": "cweiske/phorkie",
"type": "project",
"license": "AGPL-3.0+",
"homepage": "https://cweiske.de/phorkie.htm",
"authors": [
{
"name": "Christian Weiske",
"email": "cweiske@cweiske.de",
"homepage": "http://cweiske.de/"
}
],
"require": {
"ext-mbstring": "*",
"pear/date_humandiff": "~0.5",
"pear/http_request2": "^2.2",
"pear/pager": "^2.4",
"pear/openid": "~0.5",
"pear/services_libravatar": "~0.2",
"pear/versioncontrol_git": "^0.7.0",
"pear/net_url2": "^2.2.2",
"cweiske/mime_type_plaindetect": "^0.0.4",
"pear2/services_linkback": "^0.4.0",
"geshi/geshi": "^1.0.9.0",
"michelf/php-markdown": "~1.4",
"twig/twig": "^1.15",
"pear/system_command": "^1.1.1"
},
"autoload": {
"psr-0": { "phorkie\\": "src/" }
},
"config": {
"vendor-dir": "lib/"
}
}