Skip to content

Commit

Permalink
Prestissimo plugin added to Composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Ph3nol committed Sep 25, 2017
1 parent 123a4bb commit 934b18b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/Application/DockerContainer/PhpDockerContainer.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,11 @@ private function addOwnCommands(): void

// Composer part.
if (true === $service->getOptions()['composer']) {
$this->addCommand(
'curl -sS https://getcomposer.org/installer | php -- --filename=composer --install-dir=/bin'
);
$this
->addCommand(
'curl -sS https://getcomposer.org/installer | php -- --filename=composer --install-dir=/bin'
)
->addCommand('composer global require hirak/prestissimo');
}
}
}

0 comments on commit 934b18b

Please sign in to comment.