Skip to content

Commit ba31b0f

Browse files
upgrade to filament v4 (#22)
* chore!: upgrade Filament to v4 * Fix styling * fix: resolve undefined array key error when deleting multiple blocks * fix: phpstan errors * Fix styling --------- Co-authored-by: Davitamgl <davitamaghlobeli@redberry.ge> Co-authored-by: Davitamgl <63668229+Davitamgl@users.noreply.github.com>
1 parent e028fa7 commit ba31b0f

30 files changed

+20837
-7382
lines changed

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,17 @@
2424
],
2525
"require": {
2626
"php": "^8.1|^8.2|^8.3|^8.4",
27-
"filament/filament": "^3.",
27+
"filament/actions": "^4.7",
28+
"filament/filament": "^4.0",
29+
"filament/forms": "^4.7",
30+
"filament/infolists": "^4.7",
31+
"filament/support": "^4.7",
32+
"filament/tables": "^4.7",
33+
"filament/widgets": "^4.7",
2834
"spatie/laravel-package-tools": "^1.15.0"
2935
},
3036
"require-dev": {
37+
"filament/upgrade": "^4.0",
3138
"laravel/pint": "^1.0",
3239
"nunomaduro/collision": "^7.9||^8.0",
3340
"nunomaduro/larastan": "^2.0.1||^3.0",

0 commit comments

Comments
 (0)