33 lines
855 B
JSON
33 lines
855 B
JSON
{
|
|
"name": "filament/widgets",
|
|
"description": "Easily add beautiful dashboard widgets to any Livewire component.",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/filamentphp/filament",
|
|
"support": {
|
|
"issues": "https://github.com/filamentphp/filament/issues",
|
|
"source": "https://github.com/filamentphp/filament"
|
|
},
|
|
"require": {
|
|
"php": "^8.1",
|
|
"filament/support": "self.version",
|
|
"spatie/laravel-package-tools": "^1.9"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Filament\\Widgets\\": "src"
|
|
}
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"Filament\\Widgets\\WidgetsServiceProvider"
|
|
]
|
|
}
|
|
},
|
|
"config": {
|
|
"sort-packages": true
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|