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.
21 lines
381 B
21 lines
381 B
4 years ago
|
{
|
||
|
"name": "riyyi/website",
|
||
|
"description": "Riyyi's website.",
|
||
|
"type": "project",
|
||
|
"autoload": {
|
||
|
"files": [
|
||
|
"app/helper.php"
|
||
|
],
|
||
|
"psr-4": {
|
||
|
"App\\Classes\\": "app/classes/",
|
||
|
"App\\Controllers\\": "app/controllers/",
|
||
|
"App\\Model\\": "app/model/",
|
||
|
"App\\Traits\\": "app/traits/"
|
||
|
}
|
||
|
},
|
||
|
"require": {
|
||
|
"klein/klein": "^2.1",
|
||
|
"txthinking/mailer": "^2.0"
|
||
|
}
|
||
|
}
|