This repository has been archived on 2023-10-16. You can view files and clone it, but cannot push or open issues or pull requests.
2022-05-08 02:37:00 +08:00

18 lines
432 B
JSON

{
"name": "samyoul/u2f-php-server",
"description": "Server side handling class for FIDO U2F registration and authentication",
"license":"BSD-2-Clause",
"authors": [
{
"name": "Samuel Hawksby-Robinson",
"email": "samuel@samyoul.com"
}
],
"require": {
"ext-openssl":"*"
},
"autoload": {
"psr-4": { "Samyoul\\U2F\\U2FServer\\": ["src/"] }
}
}