Track quota usage and allow upgrading quotas

This commit is contained in:
Daniel Winzen
2019-12-14 20:59:04 +01:00
parent fee1c135c2
commit 0e0fb54eae
11 changed files with 300 additions and 40 deletions

View File

@ -1,5 +1,6 @@
{
"require": {
"paragonie/sodium_compat": "^1.11"
"paragonie/sodium_compat": "^1.11",
"chillerlan/php-qrcode": "^3.1"
}
}