Update dependencies and get rid of undefined variables.

This commit is contained in:
2025-03-21 12:12:18 +01:00
parent 2c2ebbd096
commit 691b6a5569
3 changed files with 56 additions and 60 deletions

View File

@@ -1,6 +1,7 @@
{
"require": {
"phpmailer/phpmailer": "5.2.*",
"tecnickcom/tcpdf": "6.2.12"
}
"phpmailer/phpmailer": "v6.9.*",
"tecnickcom/tcpdf": "6.8.*",
"ext-mysqli": "*"
}
}