mirror of
https://github.com/pi-hole/web.git
synced 2025-12-25 21:16:21 +00:00
20 lines
464 B
JSON
20 lines
464 B
JSON
{
|
|
"name": "pi-hole/adminlte",
|
|
"type": "project",
|
|
"description": "Pi-hole Dashboard for stats and more",
|
|
"require": {
|
|
"php": ">=5.4",
|
|
"phpstan/phpstan": "^0.12.42"
|
|
},
|
|
"license": "EUPL-1.2",
|
|
"minimum-stability": "stable",
|
|
"autoload": {
|
|
"files": [
|
|
"scripts/vendor/qrcode.php"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"phpstan": "vendor/phpstan/phpstan/phpstan analyse -c phpstan.neon.dist"
|
|
}
|
|
}
|