Skip to content

Commit

Permalink
update: Updated minimum version for type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-perri committed Apr 23, 2024
1 parent 4354a53 commit bc4ef69
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 v5.0 to v5.1

- Minimum Laravel version increased from `11.0.3` to `11.4`.
- Minimum Laravel version increased from `11.0.3` to `11.5`.

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

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": "stable",
"require": {
"php": "^8.2",
"laravel/framework": "^11.4"
"laravel/framework": "^11.5"
},
"require-dev": {
"ext-json": "*",
Expand Down

0 comments on commit bc4ef69

Please sign in to comment.