-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
19 lines (19 loc) · 905 Bytes
/
composer.json
File metadata and controls
19 lines (19 loc) · 905 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "personal_management_website/personal_management_website",
"description": "This website is designed and developed for the personal uses. This website is only for personal uses.",
"license": "This website does not allow to anyone to use it except the owner Lokeshwar Deb. This website is only for the owner Lokeshwar Deb's personal use and it does not allow anyone to use the software. If anyone use it or tries to use it without the permission of the owner Lokeshwar Deb,, then it will be supposed to illeag and all the copyright law's will be applied.",
"autoload": {
"psr-4": {
"PersonalManagementWebsite\\PersonalManagementWebsite\\": "src/"
}
},
"authors": [
{
"name": "Lokeshwar Deb",
"email": "lokeshwardebdevelop@gmail.com"
}
],
"require": {
"phpmailer/phpmailer": "^6.8"
}
}