Skip to content

Commit

Permalink
Adds older upgrade guide notes
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro authored Dec 13, 2023
1 parent abb2f76 commit 8940894
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,13 @@ Telescope 5.0 no longer automatically loads migrations from its own migrations d
```bash
php artisan vendor:publish --tag=telescope-migrations
```

## Upgrading To 4.0 From 3.x

### Minimum PHP Version

PHP 7.3 is now the minimum required version.

### Minimum Laravel Version

Laravel 8.0 is now the minimum required version.

0 comments on commit 8940894

Please sign in to comment.