{ "name": "christophwurst/twofactor_u2f", "description": "A two factor provider for U2F devices for Nextcloud", "type": "project", "license": "agplv3", "authors": [ { "name": "Christoph Wurst", "email": "christoph@winzerhof-wurst.at" } ], "require": { "php": ">=7.1.0", "yubico/u2flib-server": "^1.0.1" }, "require-dev": { "christophwurst/nextcloud": "16.0.0", "phpunit/phpunit": "^7.5.8" }, "scripts": { "lint": "find . -name \\*.php -not -path './vendor/*' -exec php -l \"{}\" \\;", "test": "phpunit -c tests/phpunit.xml", "test:acceptance": "phpunit -c tests/phpunit.xml tests/Acceptance", "test:unit": "phpunit -c tests/phpunit.xml tests/Unit", "test:acceptance:dev": "phpunit -c tests/phpunit.xml tests/Acceptance --no-coverage", "test:unit:dev": "phpunit -c tests/phpunit.xml tests/Unit --no-coverage" }, "config": { "optimize-autoloader": true, "classmap-authoritative": true, "platform": { "php": "7.1.0" } } }