mirror of
https://github.com/NamelessMC/Nameless
synced 2026-08-18 06:29:04 -04:00
59 lines
2 KiB
JSON
59 lines
2 KiB
JSON
{
|
|
"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"
|
|
]
|
|
}
|
|
}
|