Files
filament/packages/forms/composer.json
T
2021-11-17 19:53:29 +00:00

42 lines
1.2 KiB
JSON

{
"name": "filament/forms",
"description": "Effortlessly build TALL-powered forms.",
"license": "MIT",
"homepage": "https://github.com/laravel-filament/filament",
"support": {
"issues": "https://github.com/laravel-filament/filament/issues",
"source": "https://github.com/laravel-filament/filament"
},
"require": {
"php": "^8.0",
"blade-ui-kit/blade-heroicons": "^1.2",
"danharrin/date-format-converter": "^0.2",
"illuminate/console": "^8.6",
"illuminate/contracts": "^8.6",
"illuminate/database": "^8.6",
"illuminate/filesystem": "^8.6",
"illuminate/support": "^8.6",
"illuminate/validation": "^8.6",
"illuminate/view": "^8.6",
"livewire/livewire": "^2.6",
"spatie/laravel-package-tools": "^1.9"
},
"autoload": {
"psr-4": {
"Filament\\Forms\\": "src"
}
},
"extra": {
"laravel": {
"providers": [
"Filament\\Forms\\FormsServiceProvider"
]
}
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true
}