File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ insert_final_newline = true
8
8
indent_style = space
9
9
indent_size = 4
10
10
11
- [* .yml ]
11
+ [* .yml* ]
12
12
indent_style = space
13
13
indent_size = 2
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
3
4
- ## Unreleased
4
+ ## 0.1.0 - 2015-06-12
5
+
6
+ ### Added
7
+
8
+ - Initial release
Original file line number Diff line number Diff line change 1
- # Http adapter integration tests
1
+ # HTTP Adapter integration tests
2
2
3
3
[ ![ Latest Version] ( https://img.shields.io/github/release/php-http/adapter-integration-tests.svg?style=flat-square )] ( https://github.com/php-http/adapter-integration-tests/releases )
4
4
[ ![ Software License] ( https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square )] ( LICENSE )
Original file line number Diff line number Diff line change 13
13
"require" : {
14
14
"php" : " >=5.4" ,
15
15
"phpunit/phpunit" : " ~4.4" ,
16
- "php-http/discovery" : " ^0.1@dev " ,
16
+ "php-http/discovery" : " ^0.1" ,
17
17
"guzzlehttp/psr7" : " ~1.0" ,
18
18
"th3n3rd/cartesian-product" : " ^0.3"
19
19
},
You can’t perform that action at this time.
0 commit comments