Skip to content

Commit

Permalink
Merge pull request #150 from aequasi/master
Browse files Browse the repository at this point in the history
Adding prefix to blocks commands
  • Loading branch information
cryptiklemur committed Feb 18, 2016
2 parents a2b28d7 + 14a53ec commit 6c648d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ private function getBldrVersion()
public function getCommands()
{
return [
new ComposerCmd\DumpAutoloadCommand(''),
new ComposerCmd\InstallCommand(''),
new ComposerCmd\UpdateCommand('')
new ComposerCmd\DumpAutoloadCommand('blocks-'),
new ComposerCmd\InstallCommand('blocks-'),
new ComposerCmd\UpdateCommand('blocks-')
];
}

Expand Down

0 comments on commit 6c648d3

Please sign in to comment.