Skip to content

Commit

Permalink
Allow to run composer commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
romainruaud committed May 22, 2023
1 parent a15ad6b commit b50f50d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/GallyPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@

class GallyPlugin extends Plugin
{
public function executeComposerCommands(): bool
{
return true;
}
}

0 comments on commit b50f50d

Please sign in to comment.