Files
app/composer.json
Simon 6ad20ea04e feat: P1 quick wins - useDebounce hook, DB indexy, odstraneni TCPDF
- useDebounce hook (300ms) integrovan do useListData pro debounce hledani
- useListData rozsiren o page/perPage/pagination parametry (priprava pro P2)
- Migracni SQL s indexy na attendance, invoices, quotations, refresh_tokens, audit_log
- Odstranen nepouzivany TCPDF z composer.json
- Vite build plugin: graceful handling kdyz composer neni v PATH

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 17:57:02 +01:00

20 lines
465 B
JSON

{
"name": "boha/website",
"description": "BOHA Automation Website",
"type": "project",
"require": {
"php": ">=8.1",
"firebase/php-jwt": "^6.11",
"robthree/twofactorauth": "^3.0",
"chillerlan/php-qrcode": "^5.0"
},
"autoload": {
"psr-4": {}
},
"require-dev": {
"phpstan/phpstan": "^2.1",
"friendsofphp/php-cs-fixer": "^3.94",
"squizlabs/php_codesniffer": "^4.0"
}
}