updated to filament 4

This commit is contained in:
jayson-temporas
2025-07-04 17:48:18 +08:00
parent 4f903764c8
commit abb728dc31
5 changed files with 1512 additions and 836 deletions

View File

@@ -1,10 +1,11 @@
{
"name": "jaysontemporas/page-bookmarks",
"version": "1.0.2",
"version": "2.0.0",
"type": "library",
"require-dev": {
"php": "^8.3",
"laravel/pint": "^1.17"
"laravel/pint": "^1.17",
"filament/upgrade": "^4.0"
},
"license": "MIT",
"autoload": {
@@ -24,10 +25,10 @@
"name": "Jayson Temporas"
}
],
"minimum-stability": "stable",
"minimum-stability": "beta",
"prefer-stable": true,
"require": {
"filament/filament": "^3.2",
"spatie/laravel-package-tools": "^1.18"
"filament/filament": "^4.0",
"spatie/laravel-package-tools": "^1.9"
}
}