wemx-service-virtfusion/composer.json

23 lines
505 B
JSON
Raw Permalink Normal View History

2024-03-31 03:13:41 +01:00
{
"name": "wemx/service-virtfusionservice",
"type": "laravel-module",
"description": "A service integration with VirtFusion",
"authors": [
{
"name": "Shane",
"email": "shane@scaffoe.com"
}
],
"extra": {
"module-dir": "app/Services",
"laravel": {
"providers": [],
"aliases": {}
}
},
"autoload": {
"psr-4": {
"App\\Services\\VirtfusionService\\": ""
}
}
}