File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 10
10
],
11
11
"require" : {
12
12
"php" : " ^7.1" ,
13
- "nyholm/psr7" : " ^1.0 " ,
13
+ "nyholm/psr7" : " ^1.3 " ,
14
14
"php-http/httplug" : " ^2.0" ,
15
15
"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"
17
17
},
18
18
"require-dev" : {
19
19
"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"
23
24
},
24
25
"provide" : {
25
26
"php-http/client-implementation" : " 1.0" ,
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ public function stopServer($name)
28
28
}
29
29
}
30
30
31
- public function tearDown ()
31
+ public function tearDown (): void
32
32
{
33
33
foreach (array_keys ($ this ->servers ) as $ name ) {
34
34
$ this ->stopServer ($ name );
You can’t perform that action at this time.
0 commit comments