您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
21 行
429 B
21 行
429 B
{ |
|
"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" |
|
} |
|
}
|
|
|