Skip to content

Commit

Permalink
docs: updated upgrade guide
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-perri committed Jan 30, 2025
1 parent b07c5a0 commit f343b98
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Upgrade Guide

## v6

### Upgrading from v5.5 to v6.0

- Minimum Laravel version increased from `11.23.2` to `11.41`.
- `Rule::date`, `Rule::email`, `Rule::file`, and `Rule::image` now return the fluent interface instead of a string. The
`RuleSet` variant now accepts a modifier callback.

## v5

### Upgrading from v5.2 to v5.3
Expand Down

0 comments on commit f343b98

Please sign in to comment.