Files
app/composer.json
Simon 2328ba2840 refactor: migrace vsech formularu na FormField komponentu + JWT upgrade
- FormField.jsx: pridana podpora style prop
- 23 stranek migrovano na FormField (166 vyskytu, -246 radku)
- firebase/php-jwt upgrade v6.11 -> v7.0.3 (security advisory fix)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 19:33:36 +01:00

20 lines
464 B
JSON

{
"name": "boha/website",
"description": "BOHA Automation Website",
"type": "project",
"require": {
"php": ">=8.1",
"firebase/php-jwt": "^7.0",
"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"
}
}