Skip to content

Commit

Permalink
Merge pull request composer#11 from weaverryan/tiny_tweaks
Browse files Browse the repository at this point in the history
Tiny tweaks
  • Loading branch information
naderman committed Sep 14, 2011
2 parents c2014bb + 16f5e77 commit 52662cf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/Composer/Compiler.php
Expand Up @@ -16,14 +16,20 @@
use Symfony\Component\Process\Process;

/**
* The Compiler class compiles the Silex framework.
* The Compiler class compiles composer into a phar
*
* @author Fabien Potencier <fabien@symfony.com>
*/
class Compiler
{
protected $version;

/**
* Compiles composer into a single phar file
*
* @throws \RuntimeException
* @param string $pharFile The full path to the file to create
*/
public function compile($pharFile = 'composer.phar')
{
if (file_exists($pharFile)) {
Expand Down

0 comments on commit 52662cf

Please sign in to comment.