diff --git a/src/Commands/DeployCommand.php b/src/Commands/DeployCommand.php index 079f778d..557d926f 100644 --- a/src/Commands/DeployCommand.php +++ b/src/Commands/DeployCommand.php @@ -238,7 +238,7 @@ protected function cancelDeployment(array $deployment) */ protected function createVendorHash() { - return md5(md5_file(Path::app().'/composer.json').md5_file(Path::app().'/composer.lock')); + return md5(md5_file(Path::app().'/composer.json').md5_file(Path::app().'/composer.lock').md5_file(Path::vendor().'/composer/autoload_real.php')); } /**