diff --git a/plugins/baser-core/tests/TestCase/Command/ComposerCommandTest.php b/plugins/baser-core/tests/TestCase/Command/ComposerCommandTest.php index 1eb5afb4b8..3a60ff0ac0 100644 --- a/plugins/baser-core/tests/TestCase/Command/ComposerCommandTest.php +++ b/plugins/baser-core/tests/TestCase/Command/ComposerCommandTest.php @@ -73,7 +73,7 @@ public function testExecute() // composer実行(composer.json を配布用にセットアップ) BcComposer::setup('', ROOT . DS); - $this->exec('composer 5.1.3.0'); + $this->exec('composer 5.1.4.0'); $this->assertExitCode(Command::CODE_SUCCESS); $this->assertOutputContains('Composer によるアップデートが完了しました。');