{ "name": "friloo/unifi-voucher-tool", "description": "Webbasiertes WLAN-Voucher-Management für UniFi OS", "license": "MIT", "homepage": "https://git.loheide.cloud/friloo/Unifi-Voucher-Tool", "authors": [ { "name": "Friederich Loheide", "homepage": "https://loheide.eu" } ], "support": { "issues": "https://git.loheide.cloud/friloo/Unifi-Voucher-Tool/issues", "source": "https://git.loheide.cloud/friloo/Unifi-Voucher-Tool" }, "require": { "php": ">=7.4" }, "require-dev": { "phpunit/phpunit": "^9.6", "phpstan/phpstan": "^1.11" }, "autoload-dev": { "psr-4": { "Tests\\": "tests/" } }, "scripts": { "test": "phpunit", "stan": "phpstan analyse" } }