Skip to content

Commit

Permalink
Update installation instructions for Laravel version and PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilan-riviere committed Mar 16, 2024
1 parent 14e18db commit 73c4a52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ This version requires [PHP](https://www.php.net/) `8.2+` and supports [Laravel](

You can install the package via composer:

With **Laravel 11+** and PHP `8.2`
With **Laravel v11+** and PHP v`8.2`

```bash
composer require kiwilan/typescriptable-laravel
```

With **Laravel 9-10** and PHP `8.1`
With **Laravel v9-10** and PHP v`8.1`

```
composer require kiwilan/typescriptable-laravel:1.12.03
Expand Down

0 comments on commit 73c4a52

Please sign in to comment.