mirror of
https://gh.wpcy.net/https://github.com/freescout-help-desk/SampleModule.git
synced 2026-07-16 08:16:45 +08:00
31 lines
641 B
JSON
31 lines
641 B
JSON
{
|
|
"name": "freescout-helpdesk/samplemodule",
|
|
"description": "",
|
|
"authors": [
|
|
{
|
|
"name": "FreeScout",
|
|
"email": "freescout@example.org"
|
|
}
|
|
],
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"Modules\\SampleModule\\Providers\\SampleModuleServiceProvider"
|
|
],
|
|
"aliases": {
|
|
|
|
}
|
|
}
|
|
},
|
|
"require": {
|
|
"rivsen/hello-world": "0.1.0"
|
|
},
|
|
"replace": {
|
|
"laravel/framework": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Modules\\SampleModule\\": ""
|
|
}
|
|
}
|
|
}
|