Updated composer.json

This commit is contained in:
Mr Sleeps
2026-06-18 16:59:59 +01:00
parent 6e375cbea7
commit d4c247829c
+2 -2
View File
@@ -1,5 +1,5 @@
{
"name": "mrsleeps/vexim-groups",
"name": sleeps/vexim-groups",
"description": "Groups management for VExim Web UI",
"type": "filament-plugin",
"license": "MIT",
@@ -22,7 +22,7 @@
"extra": {
"laravel": {
"providers": [
"Vexim\\Groups\\GroupServiceProvider"
"VExim\\Groups\\GroupServiceProvider"
]
}
},