Skip to content

Commit

Permalink
Merge remote-tracking branch 'ktomk/patch-2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed May 12, 2012
2 parents 655588a + c4d5819 commit 1f76274
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ require __DIR__.'/../src/bootstrap.php';

use Composer\Compiler;

error_reporting(~0); ini_set('display_errors', 1);

$compiler = new Compiler();
$compiler->compile();
2 changes: 2 additions & 0 deletions bin/composer
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ require __DIR__.'/../src/bootstrap.php';

use Composer\Console\Application;

error_reporting(~0); ini_set('display_errors', 1);

// run the command application
$application = new Application();
$application->run();

0 comments on commit 1f76274

Please sign in to comment.