This commit is contained in:
Adam Weston
2022-12-05 00:36:03 -05:00
parent a45b10717e
commit 0ae390601a
13 changed files with 277 additions and 380 deletions

View File

@@ -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"
},