Skip to content

Commit

Permalink
Replace "php-http/socket-client" with "kriswallsmith/buzz"
Browse files Browse the repository at this point in the history
Closes #5
  • Loading branch information
flavioheleno authored Nov 5, 2024
1 parent 1717806 commit 7d2b904
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 @@ -19,11 +19,11 @@ To add Pickling to composer:
composer require pecm/pickling
```

A general suggestion for HTTP Client, using [php-http/socket-client](https://packagist.org/packages/php-http/socket-client)
A general suggestion for HTTP Client, using [kriswallsmith/buzz](https://packagist.org/packages/kriswallsmith/buzz)
and [nyholm/psr7](https://packagist.org/packages/nyholm/psr7):

```bash
composer require php-http/socket-client nyholm/psr7
composer require kriswallsmith/buzz nyholm/psr7
```

## Usage
Expand Down

0 comments on commit 7d2b904

Please sign in to comment.