first
This commit is contained in:
commit
5aa7d034f7
3292 changed files with 465160 additions and 0 deletions
18
data/web/inc/lib/vendor/yubico/u2flib-server/composer.json
vendored
Executable file
18
data/web/inc/lib/vendor/yubico/u2flib-server/composer.json
vendored
Executable file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name":"yubico/u2flib-server",
|
||||
"description":"Library for U2F implementation",
|
||||
"homepage":"https://developers.yubico.com/php-u2flib-server",
|
||||
"license":"BSD-2-Clause",
|
||||
"require": {
|
||||
"ext-openssl":"*",
|
||||
"paragonie/random_compat": ">= 1",
|
||||
"php": ">=5.6"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": ["src/"]
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~5.7",
|
||||
"vimeo/psalm": "^0|^1|^2"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue