Skip to content

Commit 9d083c4

Browse files
committed
Final Compoer Update v1.0.2 Release
1 parent db6fcaa commit 9d083c4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/ProjectSetupInstaller.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,12 @@ public function handlePostInstall(PackageEvent $event)
112112
$io->write("<comment>✅ app.css updated!</comment>");
113113
}
114114

115-
$io->write("<info>🎉 rk-project-setup completed successfully!</info>");
115+
// Composer update
116+
$io->write("<info>🎼 Final update composer...</info>");
117+
shell_exec("composer update");
118+
$io->write("<comment>✅ Composer updated!</comment>");
119+
120+
$io->write("<info>🎉 Rk Project Setup completed successfully!</info>");
116121
}
117122

118123

0 commit comments

Comments
 (0)