Initial commit

This commit is contained in:
2026-03-12 12:43:56 +01:00
commit f733dee856
137 changed files with 51192 additions and 0 deletions

20
composer.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "boha/website",
"description": "BOHA Automation Website",
"type": "project",
"require": {
"php": ">=8.1",
"firebase/php-jwt": "^6.11",
"tecnickcom/tcpdf": "^6.7",
"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"
}
}