File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 13
13
"prefer-stable" : true ,
14
14
"minimum-stability" : " beta" ,
15
15
"require" : {
16
- "php" : " >= 5.5" ,
16
+ "php" : " ^ 5.5 || ^7.0 " ,
17
17
"ext-curl" : " *" ,
18
18
"php-http/httplug" : " ^1.0" ,
19
- "php-http/message-factory" : " ^1.0"
19
+ "php-http/message-factory" : " ^1.0.2" ,
20
+ "php-http/message" : " ^1.2"
20
21
},
21
22
"suggest" : {
22
23
"php-http/discovery" : " Allow automatically discover needed HTTPlug implementations"
23
24
},
24
25
"require-dev" : {
25
26
"guzzlehttp/psr7" : " ^1.0" ,
26
- "php-http/adapter-integration-tests" : " 0.4.*" ,
27
- "php-http/message" : " ^1.2" ,
28
- "php-http/discovery" : " ~0.8.0" ,
27
+ "php-http/client-integration-tests" : " ^0.5.1" ,
28
+ "php-http/discovery" : " ^1.0" ,
29
29
"phpunit/phpunit" : " ^4.8" ,
30
- "puli/composer-plugin" : " ^1.0@beta,>=1.0.0-beta9" ,
31
30
"zendframework/zend-diactoros" : " ^1.0"
32
31
},
33
32
"autoload" : {
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ function (ResponseInterface $response) {
47
47
return $ response ->withAddedHeader ('X-Test ' , 'bar ' );
48
48
}
49
49
);
50
- static ::assertEquals ('foo,bar ' , $ core ->getResponse ()->getHeaderLine ('X-Test ' ));
50
+ static ::assertEquals ('foo, bar ' , $ core ->getResponse ()->getHeaderLine ('X-Test ' ));
51
51
}
52
52
53
53
/**
You can’t perform that action at this time.
0 commit comments