1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-18 22:22:59 +05:30
Files
neosubhamoy-portfolio/composer.json

21 lines
483 B
JSON

{
"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"
}
}