File tree Expand file tree Collapse file tree 7 files changed +24
-132
lines changed Expand file tree Collapse file tree 7 files changed +24
-132
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,7 @@ tests/ export-ignore
77.scrutinizer.yml export-ignore
88.styleci.yml export-ignore
99.travis.yml export-ignore
10- CONDUCT.md export-ignore
11- CONTRIBUTING.md export-ignore
10+ CONTRIBUTING export-ignore
1211phpspec.yml.ci export-ignore
1312phpspec.yml.dist export-ignore
1413phpunit.xml.dist export-ignore
Original file line number Diff line number Diff line change 99
1010enabled :
1111 - short_array_syntax
12-
13- disabled :
14- - unalign_double_arrow
Original file line number Diff line number Diff line change 11# Change Log
22
33
4- ## Unreleased
4+ ## 0.2.0 - 2016-02-01
5+
6+ ### Changed
7+
8+ - Updated dependencies
9+
10+
11+ ## 0.1.1 - 2015-12-31
12+
13+
14+ ## 0.1.0 - 2015-12-29
15+
16+ ### Added
17+
18+ - Initial release
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ Please see http://docs.php-http.org/en/latest/development/contributing.html
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -24,6 +24,11 @@ $ composer require php-http/mock-client
2424Use this client in a testing framework.
2525
2626
27+ ## Documentation
28+
29+ Please see the [ official documentation] ( http://docs.php-http.org ) .
30+
31+
2732## Testing
2833
2934``` bash
@@ -33,21 +38,19 @@ $ composer test
3338
3439## Contributing
3540
36- Please see [ CONTRIBUTING ] ( CONTRIBUTING.md ) and [ CONDUCT ] ( CONDUCT.md ) for details .
41+ Please see our [ contributing guide ] ( http://docs.php-http.org/en/latest/development/contributing.html ) .
3742
3843
3944## Security
4045
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 ) .
46+ If you discover any security related issues, please contact us at [ security@php-http.org ] ( mailto:security@php-http.org ) .
4347
4448
4549## Credits
4650
4751Thanks to [ David de Boer] ( https://github.com/ddeboer ) for implementing this client.
4852
4953
50-
5154## License
5255
5356The MIT License (MIT). Please see [ License File] ( LICENSE ) for more information.
You can’t perform that action at this time.
0 commit comments