Skip to content

Commit 8f8fa30

Browse files
committed
Updated readme
1 parent df06fad commit 8f8fa30

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,10 @@
22

33
[![Latest Version](https://img.shields.io/github/release/php-http/guzzle7-adapter.svg?style=flat-square)](https://github.com/php-http/guzzle7-adapter/releases)
44
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
5-
[![Build Status](https://img.shields.io/travis/php-http/guzzle7-adapter.svg?style=flat-square)](https://travis-ci.org/php-http/guzzle7-adapter)
6-
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/php-http/guzzle7-adapter.svg?style=flat-square)](https://scrutinizer-ci.com/g/php-http/guzzle7-adapter)
7-
[![Quality Score](https://img.shields.io/scrutinizer/g/php-http/guzzle7-adapter.svg?style=flat-square)](https://scrutinizer-ci.com/g/php-http/guzzle7-adapter)
85
[![Total Downloads](https://img.shields.io/packagist/dt/php-http/guzzle7-adapter.svg?style=flat-square)](https://packagist.org/packages/php-http/guzzle7-adapter)
96

107
**Guzzle 6 HTTP Adapter.**
118

12-
139
## Install
1410

1511
Via Composer
@@ -18,12 +14,10 @@ Via Composer
1814
$ composer require php-http/guzzle7-adapter
1915
```
2016

21-
2217
## Documentation
2318

2419
Please see the [official documentation](http://docs.php-http.org/en/latest/clients/guzzle6-adapter.html).
2520

26-
2721
## Testing
2822

2923
First launch the http server:
@@ -38,22 +32,14 @@ Then the test suite:
3832
$ composer test
3933
```
4034

41-
4235
## Contributing
4336

4437
Please see our [contributing guide](http://docs.php-http.org/en/latest/development/contributing.html).
4538

46-
4739
## Security
4840

4941
If you discover any security related issues, please contact us at [security@php-http.org](mailto:security@php-http.org).
5042

51-
52-
## Credits
53-
54-
Thanks to [David de Boer](https://github.com/ddeboer) for implementing this adapter.
55-
56-
5743
## License
5844

5945
The MIT License (MIT). Please see [License File](LICENSE) for more information.

0 commit comments

Comments
 (0)