Files
aso/Modules/Internal/composer.json
Linksehat Staging Server 70fc1579e7 update
2024-07-12 08:41:18 +07:00

24 lines
396 B
JSON
Executable File

{
"name": "nwidart/internal",
"description": "",
"authors": [
{
"name": "Nicolas Widart",
"email": "n.widart@gmail.com"
}
],
"extra": {
"laravel": {
"providers": [],
"aliases": {
}
}
},
"autoload": {
"psr-4": {
"Modules\\Internal\\": ""
}
}
}