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 1313 "prefer-stable" : true ,
1414 "minimum-stability" : " beta" ,
1515 "require" : {
16- "php" : " >= 5.5" ,
16+ "php" : " ^ 5.5 || ^7.0 " ,
1717 "ext-curl" : " *" ,
1818 "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"
2021 },
2122 "suggest" : {
2223 "php-http/discovery" : " Allow automatically discover needed HTTPlug implementations"
2324 },
2425 "require-dev" : {
2526 "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" ,
2929 "phpunit/phpunit" : " ^4.8" ,
30- "puli/composer-plugin" : " ^1.0@beta,>=1.0.0-beta9" ,
3130 "zendframework/zend-diactoros" : " ^1.0"
3231 },
3332 "autoload" : {
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ function (ResponseInterface $response) {
4747 return $ response ->withAddedHeader ('X-Test ' , 'bar ' );
4848 }
4949 );
50- static ::assertEquals ('foo,bar ' , $ core ->getResponse ()->getHeaderLine ('X-Test ' ));
50+ static ::assertEquals ('foo, bar ' , $ core ->getResponse ()->getHeaderLine ('X-Test ' ));
5151 }
5252
5353 /**
You can’t perform that action at this time.
0 commit comments