forked from NamelessMC/Nameless
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
31 lines (31 loc) · 1006 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
{
"name": "namelessmc/nameless",
"description": "NamelessMC is a free, easy to use & powerful website software for your Minecraft server, which includes a large range of features.",
"type": "project",
"license": "MIT",
"require": {
"jdorn/sql-formatter": "^1.2",
"smarty/smarty": "^4.0",
"ezyang/htmlpurifier": "^4.13",
"emojione/emojione": "^4.5",
"samayo/bulletproof": "^4.0",
"phpmailer/phpmailer": "^6.5",
"evert/sitemap-php": "^1.2",
"robthree/twofactorauth": "^1.8",
"michelf/php-markdown": "^1.9",
"league/html-to-markdown": "^5.0"
},
"require-dev": {
"phpstan/phpstan": "^1.2",
"maximebf/debugbar": "^1.17",
"junker/debugbar-smarty": "^0.2"
},
"autoload": {
"classmap": [
"core/classes",
"modules/Cookie Consent/classes",
"modules/Core/classes",
"modules/Discord Integration/classes"
]
}
}