31 lines
662 B
JSON
31 lines
662 B
JSON
{
|
|
"name": "mrsleeps/vexim-core-groups",
|
|
"description": "Groups management for VExim Web UI",
|
|
"type": "filament-plugin",
|
|
"license": "GPL-3.0-only",
|
|
"authors": [
|
|
{
|
|
"name": "Mr Sleeps",
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^8.4",
|
|
"filament/filament": "^5.0",
|
|
"illuminate/support": "^13.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"VExim\\Groups\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"VExim\\Groups\\GroupServiceProvider"
|
|
]
|
|
}
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|