fixed issues with base64 length limit.

This commit is contained in:
2025-09-16 10:05:07 -06:00
parent f8f07abc2c
commit 32fd5afc65
6 changed files with 312 additions and 243 deletions

View File

@@ -1,5 +1,6 @@
{
"require": {
"paragonie/sodium_compat": "^2.1"
}
}
"require": {
"paragonie/sodium_compat": "^2.1",
"ext-curl": "*"
}
}