Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

Commit

Permalink
Improved README
Browse files Browse the repository at this point in the history
  • Loading branch information
Mickaël Andrieu committed Jul 27, 2020
1 parent 37a8933 commit a04d909
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,7 @@ $circuitBreaker->call(

### Clients

Since v2, Resiliency library supports both Guzzle (v6 & v7) and HttpClient Component from Symfony (v4 & v5).

> For the Guzzle implementation, look at the Client options
> in the [HttpGuzzle documentation](http://docs.guzzlephp.org/en/stable/index.html).
> For the Symfony implementation, look at the Client options
> in the [HttpClient Component documentation](https://symfony.com/doc/current/components/http_client.html).
Resiliency library supports both [Guzzle (v6 & v7)](http://docs.guzzlephp.org/en/stable/index.html) and HttpClient Component from [Symfony (v4 & v5)](https://symfony.com/doc/current/components/http_client.html).

### Monitoring

Expand Down Expand Up @@ -110,7 +104,7 @@ composer test
This library has high quality standards:

```
composer cs-fix && composer phpstan && composer psalm
composer cs-fix && composer phpstan && composer psalm && composer rector
```

We also use [PHPQA](https://github.com/EdgedesignCZ/phpqa#phpqa) to check the Code quality
Expand Down

0 comments on commit a04d909

Please sign in to comment.