created by Arsen

This commit is contained in:
2025-10-26 15:43:59 +03:00
parent 0fb52af35d
commit 8115377e50
153 changed files with 1753 additions and 102 deletions

View File

@@ -2,7 +2,7 @@
"name": "kodorvan/brainrot",
"description": "",
"homepage": "https://git.svoboda.works/kodorvan/brainrot",
"type": "site",
"type": "game",
"keywords": [
"minimal",
"baza"
@@ -11,12 +11,12 @@
"license": "WTFPL",
"authors": [
{
"name": "kodorvan",
"email": "kodorvan@gmail.com",
"homepage": "https://kodorvan.page",
"role": "Programmer"
}
],
"name": "Arsen Mirzaev Tatyano-Muradovich",
"email": "arsen@mirzaev.sexy",
"homepage": "https://mirzaev.sexy",
"role": "Programmer"
}
],
"support": {
"wiki": "https://git.svoboda.works/kodorvan/brainrot/wiki",
"issues": "https://git.svoboda.works/kodorvan/brainrot/issues"
@@ -27,7 +27,13 @@
"mirzaev/baza": "^3.3",
"twig/twig": "^3.2",
"twig/extra-bundle": "^3.7",
"twig/intl-extra": "^3.10"
"twig/intl-extra": "^3.10",
"mirzaev/languages": "^1.0",
"mirzaev/currencies": "^1.0",
"svoboda/time": "^1.0",
"badfarm/zanzara": "^0.9.1",
"nyholm/psr7": "^1.8",
"react/filesystem": "^0.1.2"
},
"autoload": {
"psr-4": {
@@ -41,5 +47,11 @@
},
"scripts": {
"pre-update-cmd": "./install.sh"
},
"config": {
"allow-plugins": {
"php-http/discovery": true,
"wyrihaximus/composer-update-bin-autoload-path": true
}
}
}