forked from fossar/selfoss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
42 lines (42 loc) · 1.08 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
{
"name": "ssilence/selfoss",
"description": "Multipurpose rss reader, live stream, mashup, aggregation web application",
"type": "project",
"require": {
"php": ">= 5.4",
"bcosca/fatfree-core": "^3.6",
"fossar/tcpdf-parser": "^6.2",
"fossar/twitteroauth-php54": "^0.7.3-beta",
"htmlawed/htmlawed": "^1.1",
"j0k3r/graby": "^1.6",
"linkorb/jsmin-php": "^1.0",
"lordelph/icofileloader": "^1.0",
"mibe/feedwriter": "^1.0",
"monolog/monolog": "^1.0",
"natxet/CssMin": "^3.0",
"simplepie/simplepie": "^1.3",
"smottt/wideimage": "^1.1",
"willwashburn/phpamo": "^1.0",
"ext-gd": "*"
},
"license": "GPL-3.0",
"authors": [
{
"name": "SSilence",
"email": "[email protected]"
}
],
"autoload": {
"classmap": [
"controllers/",
"daos/",
"helpers/",
"spouts/"
]
},
"config": {
"platform": {
"php": "5.4.45"
}
}
}