File tree 2 files changed +15
-15
lines changed
2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## [ Unreleased]
3
+ ## 0.3.0 - 2016-11-07
4
+
5
+ ### Changed
6
+
7
+ - Client now require a Stream factory to handle body properly.
4
8
5
9
### Fixed
6
10
7
11
- Issue with ` react/http-client ` v0.4.13 about body handling as StreamInterface.
8
12
This change was introduce in https://github.com/reactphp/http-client/pull/66 .
9
13
10
- ### Changed
11
-
12
- - Client now require a Stream factory to handle body properly.
13
-
14
14
15
15
## 0.2.2 - 2016-07-18
16
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " php-http/react-adapter" ,
3
- "description" : " React adapter for PHP- HTTP" ,
3
+ "description" : " React HTTP Adapter " ,
4
4
"license" : " MIT" ,
5
5
"keywords" : [" http" , " react" , " httplug" ],
6
6
"homepage" : " http://httplug.io" ,
22
22
"php-http/client-integration-tests" : " ^0.5.1" ,
23
23
"php-http/message" : " ^1.0"
24
24
},
25
+ "provide" : {
26
+ "php-http/client-implementation" : " 1.0" ,
27
+ "php-http/async-client-implementation" : " 1.0"
28
+ },
25
29
"autoload" : {
26
30
"psr-4" : {
27
31
"Http\\ Adapter\\ React\\ " : " src/"
32
36
"Http\\ Adapter\\ React\\ Tests\\ " : " tests/"
33
37
}
34
38
},
35
- "extra" : {
36
- "branch-alias" : {
37
- "dev-master" : " 0.3-dev"
38
- }
39
- },
40
- "provide" : {
41
- "php-http/client-implementation" : " 1.0" ,
42
- "php-http/async-client-implementation" : " 1.0"
43
- },
44
39
"scripts" : {
45
40
"test" : " vendor/bin/phpunit" ,
46
41
"test-ci" : " vendor/bin/phpunit --coverage-clover build/coverage.xml"
42
+ },
43
+ "extra" : {
44
+ "branch-alias" : {
45
+ "dev-master" : " 0.4-dev"
46
+ }
47
47
}
48
48
}
You can’t perform that action at this time.
0 commit comments