You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"name": "riyyi/website",
|
|
|
|
"description": "Riyyi's website.",
|
|
|
|
"type": "project",
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"app/helper.php"
|
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"App\\Classes\\": "app/classes/",
|
|
|
|
"App\\Classes\\Http\\": "app/classes/http/",
|
|
|
|
"App\\Controllers\\": "app/controllers/",
|
|
|
|
"App\\Model\\": "app/model/",
|
|
|
|
"App\\Traits\\": "app/traits/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"klein/klein": "^2.1",
|
|
|
|
"txthinking/mailer": "^2.0"
|
|
|
|
}
|
|
|
|
}
|