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:
20
composer.json
Normal file
20
composer.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user