File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1010 ],
1111 "require" : {
1212 "php" : " ^7.1" ,
13- "nyholm/psr7" : " ^1.0 " ,
13+ "nyholm/psr7" : " ^1.3 " ,
1414 "php-http/httplug" : " ^2.0" ,
1515 "psr/http-client" : " ^1.0" ,
16- "symfony/options-resolver" : " ^2.6 || ^3.0 || ^4.0 || ^5.0"
16+ "symfony/options-resolver" : " ^2.6 || ^3.4 || ^4.4 || ^5.0"
1717 },
1818 "require-dev" : {
1919 "friendsofphp/php-cs-fixer" : " ^2.2" ,
20- "php-http/client-integration-tests" : " dev-master" ,
21- "php-http/message" : " ^1.0" ,
22- "php-http/client-common" : " ^2.0"
20+ "php-http/client-integration-tests" : " ^3.0" ,
21+ "php-http/message" : " ^1.9" ,
22+ "php-http/client-common" : " ^2.3" ,
23+ "phpunit/phpunit" : " ^8.5.8"
2324 },
2425 "provide" : {
2526 "php-http/client-implementation" : " 1.0" ,
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ public function stopServer($name)
2828 }
2929 }
3030
31- public function tearDown ()
31+ public function tearDown (): void
3232 {
3333 foreach (array_keys ($ this ->servers ) as $ name ) {
3434 $ this ->stopServer ($ name );
You can’t perform that action at this time.
0 commit comments