mirror of
https://github.com/filamentphp/filament.git
synced 2026-08-31 01:14:50 +08:00
ffed3a59d0
This reverts commit6ed9a57e33, reversing changes made to2728e60ca4.
33 lines
852 B
JSON
33 lines
852 B
JSON
{
|
|
"name": "filament/filament",
|
|
"description": "The elegant TALL stack admin panel for Laravel artisans.",
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": "^8.0"
|
|
},
|
|
"require-dev": {
|
|
"laravel/ui": "^3.3",
|
|
"livewire/livewire": "^2.5",
|
|
"orchestra/testbench": "^6.0",
|
|
"pestphp/pest": "^1.17",
|
|
"pestphp/pest-plugin-parallel": "^0.3",
|
|
"phpstan/phpstan": "^0.12",
|
|
"spatie/laravel-package-tools": "^1.9",
|
|
"symplify/monorepo-builder": "^9.0"
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Filament\\Forms\\": "packages/forms/src",
|
|
"Filament\\Tests\\": "tests"
|
|
}
|
|
},
|
|
"config": {
|
|
"sort-packages": true
|
|
},
|
|
"scripts": {
|
|
"test": "./vendor/bin/pest"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|