1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-20 02:19:34 +05:30

(feat): added phpdotenv and phpmailer library

This commit is contained in:
2023-12-10 21:15:06 +05:30
parent f7ecbcf334
commit cec8a42a52
369 changed files with 40737 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
{
"require": {
"vlucas/phpdotenv": "^5.6",
"phpmailer/phpmailer": "^6.9"
}
}