21 lines
501 B
JSON
21 lines
501 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|