Update filament/filament requirement from ^3.0||^4.0 to ^5.0.0#9
Update filament/filament requirement from ^3.0||^4.0 to ^5.0.0#9dependabot[bot] wants to merge 1 commit into
Conversation
Updates the requirements on [filament/filament](https://github.com/filamentphp/filament) to permit the latest version. - [Release notes](https://github.com/filamentphp/filament/releases) - [Commits](https://github.com/filamentphp/filament/commits/v5.0.0) --- updated-dependencies: - dependency-name: filament/filament dependency-version: 5.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
This PR is being reviewed by Cursor Bugbot
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| "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" |
There was a problem hiding this comment.
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.
|
Superseded by #10. |
Updates the requirements on filament/filament to permit the latest version.
Release notes
Sourced from filament/filament's releases.
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Updates dependency constraints to require Filament v5.
composer.jsonto setfilament/filamentto^5.0.0(removing support for^3/^4)Written by Cursor Bugbot for commit c0eb9e7. This will update automatically on new commits. Configure here.