Skip to content

Commit 9e6ace2

Browse files
#8: Updates Filament dependencies for v4 compatibility (#9)
Allows installation of Filament v4 alongside v3.
1 parent 202d7e4 commit 9e6ace2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
],
2525
"require": {
2626
"spatie/laravel-package-tools": "^1.18",
27-
"filament/support": "^3.2",
28-
"filament/notifications": "^3.2",
29-
"filament/filament": "^3.2"
27+
"filament/support": "^3.2|^4.0",
28+
"filament/notifications": "^3.2|^4.0",
29+
"filament/filament": "^3.2|^4.0"
3030
},
3131
"require-dev": {
3232
"pestphp/pest": "^3.8",

0 commit comments

Comments
 (0)