mirror of
https://github.com/filamentphp/plugin-skeleton.git
synced 2025-12-06 13:38:53 +08:00
wip
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
":package_slug"
|
||||
],
|
||||
"homepage": "https://github.com/:vendor_slug/:package_slug",
|
||||
"support": {
|
||||
"issues": "https://github.com/:vendor_slug/:package_slug/issues",
|
||||
"source": "https://github.com/:vendor_slug/:package_slug"
|
||||
},
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
@@ -17,7 +21,9 @@
|
||||
],
|
||||
"require": {
|
||||
"php": "^8.0",
|
||||
"filament/filament": "^2.0",
|
||||
"filament/filament": "^3.0",
|
||||
"filament/forms": "^3.0",
|
||||
"filament/tables": "^3.0",
|
||||
"spatie/laravel-package-tools": "^1.13.5",
|
||||
"illuminate/contracts": "^9.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user