Skip to content

Commit

Permalink
Update upgrade instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
driftingly committed Jul 10, 2023
1 parent e9af59e commit b58ecd9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,21 @@ composer global update tightenco/tlint
### Upgrading from 8.x to 9.x

TLint 9 requires PHP >= 8.1.

`tformat.json` has been dropped in favor of a single `tlint.json` file.

Now linting the following files and directories:

- `public/`
- `bootstrap/`
- `server.php`
- `app/Http/Middleware/RedirectIfAuthenticated.php`
- `Exceptions/Handler.php`
- `app/Http/Controllers/Auth/`
- `app/Http/Kernel.php`

To continue excluding these files and directories add them to your `tlint.json` file under `excluded`.

### Upgrading from 7.x to 8.x

A significant number of formatters were added between the 7.x and 8.x releases.
Expand Down

0 comments on commit b58ecd9

Please sign in to comment.