Server IP : 51.89.169.208 / Your IP : 216.73.216.52 Web Server : Apache System : Linux ns3209505.ip-198-244-202.eu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Tue Nov 5 04:50:16 EST 2024 x86_64 User : yellowleaf ( 1019) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/yellowleaf/www/phpMyAdmin/vendor/code-lts/u2f-php-server/ |
Upload File : |
{ "name": "code-lts/u2f-php-server", "description": "Server side handling class for FIDO U2F registration and authentication", "license":"BSD-2-Clause", "homepage": "https://github.com/code-lts/U2F-php-server#readme", "authors": [ { "name": "Samuel Hawksby-Robinson", "email": "samuel@samyoul.com" }, { "name": "William Desportes", "email": "williamdes@wdes.fr" } ], "support": { "issues": "https://github.com/code-lts/U2F-php-server/issues", "source": "https://github.com/code-lts/U2F-php-server" }, "scripts": { "test": "@php phpunit", "phpcs": "@php phpcs", "phpcbf": "@php phpcbf" }, "require": { "php": "^7.1 || ^8.0", "ext-openssl":"*" }, "require-dev": { "phpunit/phpunit": "^7 || ^8 || ^9", "wdes/coding-standard": "^3.3" }, "autoload": { "psr-4": { "CodeLts\\U2F\\U2FServer\\": ["src/"] } }, "autoload-dev": { "psr-4": { "CodeLts\\U2F\\U2FServer\\Tests\\": ["test/"] } }, "config": { "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true } }, "archive": { "exclude": [ "/test", "/phpunit.xml" ] } }