Skip to content

Commit 5d25ad4

Browse files
committed
feat: upgrade to filament v5
- update filament/filament to ^5.0@beta - remove pestphp/pest-plugin-livewire (incompatible with livewire 4)
1 parent 37e5ecd commit 5d25ad4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
"require": {
2323
"php": "^8.3",
24-
"filament/filament": "^4.0",
24+
"filament/filament": "^5.0@beta",
2525
"spatie/laravel-package-tools": "^1.15.0",
2626
"ext-bcmath": "*"
2727
},
@@ -33,7 +33,6 @@
3333
"pestphp/pest": "^4.0",
3434
"pestphp/pest-plugin-arch": "^4.0",
3535
"pestphp/pest-plugin-laravel": "^4.0",
36-
"pestphp/pest-plugin-livewire": "^4.0",
3736
"phpstan/extension-installer": "^1.4",
3837
"phpstan/phpstan-deprecation-rules": "^2.0",
3938
"phpstan/phpstan-phpunit": "^2.0",

0 commit comments

Comments
 (0)