Skip to content

Commit

Permalink
update: Updated minimuim Laravel version for list rule
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-perri committed Mar 12, 2024
1 parent a14cf1c commit cacb721
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Upgrading from v4.3 to v5.0

- Minimum Laravel version increased from `10.46` to `11.0`.
- Minimum Laravel version increased from `10.46` to `11.0.3`.
- Minimum PHP version increased from `8.1` to `8.2`.

## v4
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"minimum-stability": "dev",
"require": {
"php": "^8.2",
"laravel/framework": "^11.0|11.x-dev"
"laravel/framework": "^11.0.3"
},
"require-dev": {
"ext-json": "*",
Expand Down

0 comments on commit cacb721

Please sign in to comment.