From 18eb9ed216fe9c2433051b3ece8bd408f3928a48 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 30 Nov 2019 11:19:53 +0100 Subject: [PATCH] php 7.3 --- composer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c75544d4..6bcc8420 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,8 @@ { "require-dev" : { "phpunit/phpunit" : "5.7.27", - "squizlabs/php_codesniffer" : "3.4.0" + "squizlabs/php_codesniffer" : "3.4.0", + "web-auth/webauthn-lib" : "2.1.7", + "symfony/http-foundation" : "5.0.0" } } \ No newline at end of file