Initial commit
This commit is contained in:
20
composer.json
Normal file
20
composer.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user