From 0a30964011facc7692ba907c05835ea56e9b6693 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 30 Nov 2019 11:29:06 +0100 Subject: [PATCH] php 7.3 --- composer.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 6bcc8420..de5de7f6 100644 --- a/composer.json +++ b/composer.json @@ -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" } } \ No newline at end of file