This repository was archived by the owner on Jan 6, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +15
-8
lines changed
Expand file tree Collapse file tree 2 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 11root = true
22
33[* ]
4- end_of_line = lf
54charset = utf-8
6- trim_trailing_whitespace = true
7- insert_final_newline = true
8- indent_style = space
5+ end_of_line = lf
96indent_size = 4
7+ indent_style = space
8+ insert_final_newline = true
9+ trim_trailing_whitespace = true
Original file line number Diff line number Diff line change 1- # Guzzle 5 Adapter
1+ # Guzzle 5 HTTP Adapter
22
33[ ![ Latest Version] ( https://img.shields.io/github/release/php-http/guzzle5-adapter.svg?style=flat-square )] ( https://github.com/php-http/guzzle5-adapter/releases )
44[ ![ Software License] ( https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square )] ( LICENSE )
@@ -21,11 +21,19 @@ $ composer require php-http/guzzle5-adapter
2121
2222## Documentation
2323
24- Please see the [ official documentation] ( http://php-http.readthedocs. org/en/latest/ ) .
24+ Please see the [ official documentation] ( http://docs. php-http.org ) .
2525
2626
2727## Testing
2828
29+ First launch the http server:
30+
31+ ``` bash
32+ $ ./vendor/bin/http_test_server > /dev/null 2>&1 &
33+ ```
34+
35+ Then the test suite:
36+
2937``` bash
3038$ composer test
3139```
@@ -38,8 +46,7 @@ Please see our [contributing guide](http://docs.php-http.org/en/latest/developme
3846
3947## Security
4048
41- If you discover any security related issues, please contact us at [ security@httplug.io ] ( mailto:security@httplug.io )
42- or [ security@php-http.org ] ( mailto:security@php-http.org ) .
49+ If you discover any security related issues, please contact us at [ security@php-http.org ] ( mailto:security@php-http.org ) .
4350
4451
4552## License
You can’t perform that action at this time.
0 commit comments