File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -321,10 +321,6 @@ private static function startVulcain(HttpClientInterface $client)
321
321
throw new SkippedTestSuiteError ('Testing with the "vulcain" is not supported on Windows. ' );
322
322
}
323
323
324
- if (['application/json ' ] !== $ client ->request ('GET ' , 'http://127.0.0.1:8057/json ' )->getHeaders ()['content-type ' ]) {
325
- throw new SkippedTestSuiteError ('symfony/http-client-contracts >= 2.0.1 required ' );
326
- }
327
-
328
324
$ process = new Process (['vulcain ' ], null , [
329
325
'DEBUG ' => 1 ,
330
326
'UPSTREAM ' => 'http://127.0.0.1:8057 ' ,
Original file line number Diff line number Diff line change 23
23
"require" : {
24
24
"php" : " >=8.1" ,
25
25
"psr/log" : " ^1|^2|^3" ,
26
- "symfony/deprecation-contracts" : " ^2.1 |^3" ,
26
+ "symfony/deprecation-contracts" : " ^2.5 |^3" ,
27
27
"symfony/http-client-contracts" : " ^3" ,
28
- "symfony/service-contracts" : " ^1.0|^2 |^3"
28
+ "symfony/service-contracts" : " ^2.5 |^3"
29
29
},
30
30
"require-dev" : {
31
31
"amphp/amp" : " ^2.5" ,
You can’t perform that action at this time.
0 commit comments