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
88indent_style = space
99indent_size = 4
1010
11- [* .yml ]
11+ [* .yml* ]
1212indent_style = space
1313indent_size = 2
Original file line number Diff line number Diff line change 11# Change Log
22
33
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
22
33[ ![ 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 )
44[ ![ 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 1313 "require" : {
1414 "php" : " >=5.4" ,
1515 "phpunit/phpunit" : " ~4.4" ,
16- "php-http/discovery" : " ^0.1@dev " ,
16+ "php-http/discovery" : " ^0.1" ,
1717 "guzzlehttp/psr7" : " ~1.0" ,
1818 "th3n3rd/cartesian-product" : " ^0.3"
1919 },
You can’t perform that action at this time.
0 commit comments