added search process and main menu

This commit is contained in:
2025-04-11 03:40:05 +07:00
parent 447a459f51
commit d867d640a4
160 changed files with 7566 additions and 92 deletions

View File

@@ -27,7 +27,12 @@
"mirzaev/baza": "^3.3",
"twig/twig": "^3.10",
"twig/extra-bundle": "^3.7",
"twig/intl-extra": "^3.10"
"twig/intl-extra": "^3.10",
"svoboda/time": "^1.0",
"badfarm/zanzara": "^0.9.1",
"nyholm/psr7": "^1.8",
"react/filesystem": "^0.1.2",
"react/async": "^4.3"
},
"autoload": {
"psr-4": {
@@ -41,5 +46,11 @@
},
"scripts": {
"pre-update-cmd": "./install.sh"
},
"config": {
"allow-plugins": {
"php-http/discovery": true,
"wyrihaximus/composer-update-bin-autoload-path": true
}
}
}