Files
web/composer.json
Christian König 8cfdfa3d3e Update composer.json
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-12-08 22:56:25 +01:00

17 lines
354 B
JSON

{
"name": "pi-hole/adminlte",
"type": "project",
"description": "Pi-hole Dashboard for stats and more",
"require": {
"php": ">=5.4",
"phpstan/phpstan": "1.*"
},
"license": "EUPL-1.2",
"minimum-stability": "stable",
"autoload": {
"files": [
"scripts/vendor/qrcode.php"
]
}
}