Skip to content

Commit

Permalink
build: updated minimum Laravel version
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-perri committed Sep 11, 2024
1 parent c8a118f commit d1102fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## v5

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

- Minimum Laravel version increased from `11.5` to `11.23`.

### Upgrading from v5.1 to v5.2

- Minimum Laravel version increased from `11.5` to `11.8`.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"minimum-stability": "stable",
"require": {
"php": "^8.2",
"laravel/framework": "^11.8"
"laravel/framework": "^11.23.2"
},
"require-dev": {
"ext-json": "*",
"orchestra/testbench": "^9.0",
"orchestra/testbench": "^9.4",
"phpunit/phpunit": "^10.5",
"laravel/pint": "1.13.9",
"larastan/larastan": "^2.0"
Expand Down

0 comments on commit d1102fb

Please sign in to comment.