File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ public function testRunOnlyWarnsOnUnregistrableCommandAtTheEnd()
229
229
$ tester ->run (['command ' => 'list ' ]);
230
230
231
231
$ this ->assertSame (0 , $ tester ->getStatusCode ());
232
- $ display = explode ('Lists commands ' , $ tester ->getDisplay ());
232
+ $ display = explode ('List commands ' , $ tester ->getDisplay ());
233
233
234
234
$ this ->assertStringContainsString (trim ('[WARNING] Some commands could not be registered: ' ), trim ($ display [1 ]));
235
235
}
Original file line number Diff line number Diff line change 36
36
"paragonie/sodium_compat" : " ^1.8" ,
37
37
"symfony/asset" : " ^3.4|^4.0|^5.0" ,
38
38
"symfony/browser-kit" : " ^4.3|^5.0" ,
39
- "symfony/console" : " ^4.3.4 |^5.0" ,
39
+ "symfony/console" : " ^4.4.21 |^5.0" ,
40
40
"symfony/css-selector" : " ^3.4|^4.0|^5.0" ,
41
41
"symfony/dom-crawler" : " ^4.3|^5.0" ,
42
42
"symfony/dotenv" : " ^4.3.6|^5.0" ,
72
72
"phpunit/phpunit" : " <4.8.35|<5.4.3,>=5.0" ,
73
73
"symfony/asset" : " <3.4" ,
74
74
"symfony/browser-kit" : " <4.3" ,
75
- "symfony/console" : " <4.3 " ,
75
+ "symfony/console" : " <4.4.21 " ,
76
76
"symfony/dotenv" : " <4.3.6" ,
77
77
"symfony/dom-crawler" : " <4.3" ,
78
78
"symfony/http-client" : " <4.4" ,
You can’t perform that action at this time.
0 commit comments