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
7
7
.scrutinizer.yml export-ignore
8
8
.styleci.yml export-ignore
9
9
.travis.yml export-ignore
10
- CONDUCT.md export-ignore
11
- CONTRIBUTING.md export-ignore
10
+ CONTRIBUTING export-ignore
12
11
phpspec.yml.ci export-ignore
13
12
phpspec.yml.dist export-ignore
14
13
phpunit.xml.dist export-ignore
Original file line number Diff line number Diff line change 9
9
10
10
enabled :
11
11
- short_array_syntax
12
-
13
- disabled :
14
- - unalign_double_arrow
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
3
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
24
24
Use this client in a testing framework.
25
25
26
26
27
+ ## Documentation
28
+
29
+ Please see the [ official documentation] ( http://docs.php-http.org ) .
30
+
31
+
27
32
## Testing
28
33
29
34
``` bash
@@ -33,21 +38,19 @@ $ composer test
33
38
34
39
## Contributing
35
40
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 ) .
37
42
38
43
39
44
## Security
40
45
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 ) .
43
47
44
48
45
49
## Credits
46
50
47
51
Thanks to [ David de Boer] ( https://github.com/ddeboer ) for implementing this client.
48
52
49
53
50
-
51
54
## License
52
55
53
56
The MIT License (MIT). Please see [ License File] ( LICENSE ) for more information.
You can’t perform that action at this time.
0 commit comments