Skip to content

Commit cb0f3df

Browse files
fix: bump minimum Filament version to ^5.3 for PageConfiguration compatibility
1 parent f759a63 commit cb0f3df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"require": {
2121
"php": "^8.2|^8.3",
22-
"filament/filament": "^5.0",
22+
"filament/filament": "^5.3",
2323
"spatie/laravel-package-tools": "^1.14.0"
2424
},
2525
"require-dev": {

0 commit comments

Comments
 (0)