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()
229229 $ tester ->run (['command ' => 'list ' ]);
230230
231231 $ this ->assertSame (0 , $ tester ->getStatusCode ());
232- $ display = explode ('Lists commands ' , $ tester ->getDisplay ());
232+ $ display = explode ('List commands ' , $ tester ->getDisplay ());
233233
234234 $ this ->assertStringContainsString (trim ('[WARNING] Some commands could not be registered: ' ), trim ($ display [1 ]));
235235 }
Original file line number Diff line number Diff line change 3636 "paragonie/sodium_compat" : " ^1.8" ,
3737 "symfony/asset" : " ^3.4|^4.0|^5.0" ,
3838 "symfony/browser-kit" : " ^4.3|^5.0" ,
39- "symfony/console" : " ^4.3.4 |^5.0" ,
39+ "symfony/console" : " ^4.4.21 |^5.0" ,
4040 "symfony/css-selector" : " ^3.4|^4.0|^5.0" ,
4141 "symfony/dom-crawler" : " ^4.3|^5.0" ,
4242 "symfony/dotenv" : " ^4.3.6|^5.0" ,
7272 "phpunit/phpunit" : " <4.8.35|<5.4.3,>=5.0" ,
7373 "symfony/asset" : " <3.4" ,
7474 "symfony/browser-kit" : " <4.3" ,
75- "symfony/console" : " <4.3 " ,
75+ "symfony/console" : " <4.4.21 " ,
7676 "symfony/dotenv" : " <4.3.6" ,
7777 "symfony/dom-crawler" : " <4.3" ,
7878 "symfony/http-client" : " <4.4" ,
You can’t perform that action at this time.
0 commit comments