We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a161499 commit de7f728Copy full SHA for de7f728
src/Commands/DeployCommand.php
@@ -251,7 +251,7 @@ protected function cancelDeployment(array $deployment)
251
*/
252
protected function createVendorHash()
253
{
254
- return md5(md5_file(Path::app().'/composer.json').md5_file(Path::app().'/composer.lock').md5_file(Path::vendor().'/composer/autoload_real.php'));
+ return md5(md5_file(Path::app().'/composer.json').md5_file(Path::app().'/composer.lock').md5_file(Path::vendor().'/composer/installed.json'));
255
}
256
257
/**
0 commit comments