File tree 3 files changed +10
-6
lines changed
3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
3
4
+ ## 1.0.0 - 2016-01-26
5
+
6
+ ### Removed
7
+
8
+ - Stability configuration from composer
9
+
10
+
4
11
## 1.0.0-RC1 - 2016-01-12
5
12
6
13
### Changed
Original file line number Diff line number Diff line change @@ -49,8 +49,7 @@ Please see our [contributing guide](http://docs.php-http.org/en/latest/developme
49
49
50
50
## Security
51
51
52
- If you discover any security related issues, please contact us at [ security@httplug.io ] ( mailto:security@httplug.io )
53
- or [ security@php-http.org ] ( mailto:security@php-http.org ) .
52
+ If you discover any security related issues, please contact us at [ security@php-http.org ] ( mailto:security@php-http.org ) .
54
53
55
54
56
55
## License
Original file line number Diff line number Diff line change 34
34
},
35
35
"extra" : {
36
36
"branch-alias" : {
37
- "dev-master" : " 1.0 -dev"
37
+ "dev-master" : " 1.1 -dev"
38
38
}
39
- },
40
- "prefer-stable" : true ,
41
- "minimum-stability" : " RC"
39
+ }
42
40
}
You can’t perform that action at this time.
0 commit comments