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