This commit is contained in:
cutemeli
2025-12-22 10:35:30 +00:00
parent 0bfc6c8425
commit 5ce7ca2c5d
38927 changed files with 0 additions and 4594700 deletions

View File

@@ -1,44 +0,0 @@
{
"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 ./vendor/bin/phpunit",
"phpcs": "@php ./vendor/bin/phpcs",
"phpcbf": "@php ./vendor/bin/phpcbf"
},
"require": {
"php": "^7.2 || ^8.0",
"ext-openssl":"*"
},
"require-dev": {
"phpunit/phpunit": "^8 || ^9 || ^10",
"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
}
}
}