芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/cloud.pulsehost.co.uk/vendor/lbuchs/webauthn/composer.json
{ "name": "lbuchs/webauthn", "description": "A simple PHP WebAuthn (FIDO2) server library", "keywords": [ "webauthn", "authentication" ], "homepage": "https://github.com/lbuchs/webauthn", "license": "MIT", "authors": [ { "name": "Lukas Buchs", "role": "Developer" } ], "require": { "php" : ">=7.1" }, "autoload": { "psr-4": { "lbuchs\\WebAuthn\\": "src" } } }