Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammyjo20 committed Mar 13, 2024
1 parent 88ce8ad commit e387025
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@

This is the Laravel HTTP client sender for Saloon v3, to install it run the following command

### Laravel 11+
```php
composer require saloonphp/laravel-http-sender "^3.0"
```
### Laravel 9 or 10
```php
composer require saloonphp/laravel-http-sender "^2.0"
```
> Requires Laravel 9+ and PHP 8.1+

### Documentation

Expand Down

0 comments on commit e387025

Please sign in to comment.