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

refactor: improved project structure and bumped up deps

This commit is contained in:
2025-09-13 23:42:26 +05:30
parent ff8dbd6f36
commit e3cdd0c451
442 changed files with 241 additions and 43025 deletions

20
composer.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "neosubhamoy/portfolio",
"description": "Official Portfolio Website of Subhamoy Biswas (@neo_subhamoy)",
"type": "project",
"license": "MIT",
"config": {
"vendor-dir": "src/vendor"
},
"authors": [
{
"name": "neosubhamoy",
"email": "hey@neosubhamoy.com"
}
],
"minimum-stability": "stable",
"require": {
"vlucas/phpdotenv": "^5.6",
"phpmailer/phpmailer": "^6.10"
}
}