Files
web/composer.json
2020-11-30 23:50:20 -05:00

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"
}
}