-
-
Notifications
You must be signed in to change notification settings - Fork 311
/
composer.json
60 lines (60 loc) · 2.03 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"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",
"config": {
"platform": {
"php": "7.4"
}
},
"require": {
"php": ">=7.4",
"jdorn/sql-formatter": "^1.2.17",
"smarty/smarty": "^4.3",
"ezyang/htmlpurifier": "^4.16",
"samayo/bulletproof": "^4.0.1",
"phpmailer/phpmailer": "^6.7.1",
"evert/sitemap-php": "^1.2",
"robthree/twofactorauth": "^1.8.2",
"league/oauth2-client": "^2.6.1",
"wohali/oauth2-discord-new": "^1.2.1",
"league/oauth2-google": "^4.0",
"guzzlehttp/guzzle": "^7.5",
"xpaw/php-minecraft-query": "^4.0.1",
"games647/minecraft-banner-generator": "^0.4.1",
"symfony/polyfill-php80": "^v1.25",
"ircmaxell/password-compat": "^1.0.4",
"astrotomic/php-twemoji": "^0.2.2",
"samerton/i18next": "^1.0.1",
"robmorgan/phinx": "^0.13.4",
"symfony/http-foundation": "^5.4.17",
"joypixels/emoji-toolkit": "^7.0",
"geoip2/geoip2": "^2.13",
"jenssegers/agent": "^2.6",
"php-di/php-di": "^6.4"
},
"require-dev": {
"phpstan/phpstan": "1.6.9",
"maximebf/debugbar": "^1.18.1",
"junker/debugbar-smarty": "^0.2.1",
"hannesvdvreken/guzzle-debugbar": "^3.0.1",
"fakerphp/faker": "^1.21"
},
"autoload": {
"classmap": [
"core/classes",
"modules/Cookie Consent/classes",
"modules/Core/classes",
"modules/Core/hooks",
"modules/Core/widgets",
"modules/Discord Integration/classes",
"modules/Discord Integration/hooks",
"modules/Discord Integration/widgets",
"modules/Forum/classes",
"modules/Forum/hooks",
"modules/Forum/widgets",
"modules/Members/classes"
]
}
}