Skip to content

Commit

Permalink
Replace recommended php-http/curl-client with nyholm/psr7
Browse files Browse the repository at this point in the history
  • Loading branch information
DieterHolvoet committed Feb 17, 2021
1 parent 8c8628f commit 40eb050
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed
- Fix error during module install
- Replace recommended php-http/curl-client with nyholm/psr7

## [1.6.0] - 2021-02-17
### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ whichever PSR-7 implementation and HTTP client they want to use.
If you just want to get started quickly you should run the following command:

```bash
composer require wieni/wmsentry php-http/curl-client php-http/guzzle6-adapter
composer require wieni/wmsentry nyholm/psr7 php-http/guzzle6-adapter
```
For more information, please refer to the _Install_ section of the [`sentry/sentry-php`](https://github.com/getsentry/sentry-php#install) repository README.

Expand Down

0 comments on commit 40eb050

Please sign in to comment.