mirror of
https://github.com/filamentphp/filament.git
synced 2026-09-19 02:04:55 +08:00
45 lines
1.4 KiB
JSON
45 lines
1.4 KiB
JSON
{
|
|
"name": "filament/tables",
|
|
"description": "Effortlessly build TALL-powered tables.",
|
|
"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.0",
|
|
"akaunting/laravel-money": "^1.2|^2.0|^3.0|^4.0",
|
|
"blade-ui-kit/blade-heroicons": "^1.2",
|
|
"filament/forms": "self.version",
|
|
"filament/notifications": "self.version",
|
|
"filament/support": "self.version",
|
|
"illuminate/console": "^8.6|^9.0|^10.0",
|
|
"illuminate/contracts": "^8.6|^9.0|^10.0",
|
|
"illuminate/database": "^8.6|^9.0|^10.0",
|
|
"illuminate/filesystem": "^8.6|^9.0|^10.0",
|
|
"illuminate/support": "^8.6|^9.0|^10.0",
|
|
"illuminate/view": "^8.6|^9.0|^10.0",
|
|
"livewire/livewire": "^2.10.7",
|
|
"spatie/invade": "^1.0",
|
|
"spatie/laravel-package-tools": "^1.9"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Filament\\Tables\\": "src"
|
|
}
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"Filament\\Tables\\TablesServiceProvider"
|
|
]
|
|
}
|
|
},
|
|
"config": {
|
|
"sort-packages": true
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|