Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"spatie/laravel-package-tools": "^1.16",
"illuminate/contracts": "^10.0||^11.0||^12.0",
"illuminate/support": "^10.0||^11.0||^12.0",
"filament/filament": "^3.0||^4.0"
"filament/filament": "^5.0.0"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Laravel version constraints inconsistent with Filament v5 requirements

Medium Severity

The illuminate/contracts and illuminate/support requirements (^10.0||^11.0||^12.0) are inconsistent with filament/filament ^5.0.0. Filament v5 requires Laravel 11.28+, making the declared Laravel 10.x support misleading. When users attempt to install on Laravel 10 or early Laravel 11 versions, Composer will fail with confusing dependency resolution errors instead of clear version incompatibility messages.

Fix in Cursor Fix in Web

},
"require-dev": {
"laravel/pint": "^1.14",
Expand Down
Loading