Skip to content

Commit

Permalink
Fixed composerUpdater
Browse files Browse the repository at this point in the history
  • Loading branch information
di.martinsr committed Dec 24, 2023
1 parent 1447afc commit e9f4257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ComposerUpdater.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ class ComposerUpdater
*/
public function updateComposer(): string
{
return shell_exec('composer updatesa');
return shell_exec('composer update');
}
}

0 comments on commit e9f4257

Please sign in to comment.