-
-
Notifications
You must be signed in to change notification settings - Fork 315
Expand file tree
/
Copy pathcomposer.json
More file actions
59 lines (59 loc) · 1.97 KB
/
composer.json
File metadata and controls
59 lines (59 loc) · 1.97 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"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": "8.2"
}
},
"require": {
"php": ">=8.2",
"jdorn/sql-formatter": "^1.2.17",
"smarty/smarty": "^4.3",
"ezyang/htmlpurifier": "^4.16",
"samayo/bulletproof": "^5.0",
"phpmailer/phpmailer": "^6.7.1",
"evert/sitemap-php": "^1.2",
"robthree/twofactorauth": "^3.0",
"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",
"astrotomic/php-twemoji": "^0.2.2",
"samerton/i18next": "^1.0.1",
"robmorgan/phinx": "^0.16.0",
"symfony/http-foundation": "^7.2",
"joypixels/emoji-toolkit": "^9.0",
"geoip2/geoip2": "^3.0",
"jenssegers/agent": "^2.6",
"php-di/php-di": "^7.0",
"twig/twig": "^3.0"
},
"require-dev": {
"phpstan/phpstan": "1.6.9",
"junker/debugbar-smarty": "^0.2.1",
"hannesvdvreken/guzzle-debugbar": "^4.0.1",
"fakerphp/faker": "^1.21",
"php-debugbar/php-debugbar": "^2.1"
},
"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"
]
}
}