This commit is contained in:
Roland Gruber 2019-11-30 11:29:06 +01:00
parent 18eb9ed216
commit 0a30964011
1 changed files with 5 additions and 3 deletions

View File

@ -1,8 +1,10 @@
{
"require-dev" : {
"phpunit/phpunit" : "5.7.27",
"squizlabs/php_codesniffer" : "3.4.0",
"require": {
"web-auth/webauthn-lib" : "2.1.7",
"symfony/http-foundation" : "5.0.0"
},
"require-dev" : {
"phpunit/phpunit" : "5.7.27",
"squizlabs/php_codesniffer" : "3.4.0"
}
}