We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 274579a commit 00714c8Copy full SHA for 00714c8
src/Commands/DeployCommand.php
@@ -238,7 +238,7 @@ protected function cancelDeployment(array $deployment)
238
*/
239
protected function createVendorHash()
240
{
241
- 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'));
242
}
243
244
/**
0 commit comments