mirror of
https://gh.wpcy.net/https://github.com/freescout-help-desk/SampleModule.git
synced 2026-07-17 18:31:34 +08:00
15 lines
333 B
JSON
15 lines
333 B
JSON
{
|
|
"name": "rivsen/hello-world",
|
|
"description": "this is a hello world repo for composer.",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Rivsen Tan",
|
|
"email": "rivsen1003@gmail.com"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": { "Rivsen\\Demo\\": "src" }
|
|
},
|
|
"require": {}
|
|
}
|