Add return type declarations and minor bug fixes

This commit is contained in:
2023-01-21 12:14:24 +01:00
parent 0d382462f2
commit c81ef18f5f
11 changed files with 99 additions and 72 deletions

View File

@ -1,6 +1,14 @@
{
"require": {
"paragonie/sodium_compat": "^1.17",
"chillerlan/php-qrcode": "^4.3"
"paragonie/sodium_compat": "^v1.19",
"chillerlan/php-qrcode": "^4.3",
"ext-pdo": "*",
"ext-openssl": "*",
"ext-gmp": "*",
"ext-curl": "*",
"ext-posix": "*",
"ext-gnupg": "*",
"ext-ssh2": "*",
"ext-fileinfo": "*"
}
}