forked from featherbb/featherbb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
42 lines (42 loc) · 1.13 KB
/
composer.json
File metadata and controls
42 lines (42 loc) · 1.13 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
{
"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": ">=8.0",
"slim/slim": "4.*",
"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",
"twig/twig": "2.*",
"vlucas/phpdotenv": "^3.3",
"slim/psr7": "^1.7",
"php-di/php-di": "^7.0"
},
"support": {
"email": "[email protected]",
"issues": "https://github.com/featherbb/featherbb/issues"
}
}