-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathcomposer.json
More file actions
41 lines (41 loc) · 1.12 KB
/
composer.json
File metadata and controls
41 lines (41 loc) · 1.12 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
{
"name": "featherbb/featherbb",
"type": "project",
"license": "GNU General Public Licence",
"description": "Lighter than a feather.",
"keywords": ["forum", "lightweight", "featherbb"],
"homepage": "https://featherbb.org/",
"authors": [{
"name": "adaur",
"role": "Project Leader"
}, {
"name": "capkokoon",
"role": "Contributor"
}, {
"name": "beaver",
"role": "Contributor"
}],
"autoload": {
"psr-4": {
"FeatherBB\\Plugins\\": "plugins/",
"FeatherBB\\": "featherbb/"
}
},
"require": {
"php": ">=5.5",
"slim/slim": "3.*",
"statical/statical": "^1.1",
"firebase/php-jwt": "^3.0",
"vierbergenlars/php-semver": "^3.0",
"slim/flash": "^0.1.0",
"gettext/gettext": "^4.2",
"s9e/text-formatter": "^0.9",
"featherbb/php-utf-8": "dev-master",
"twig/twig": "2.*",
"vlucas/phpdotenv": "^3.3"
},
"support": {
"email": "[email protected]",
"issues": "https://github.com/featherbb/featherbb/issues"
}
}