1
0
Fork 0

Merge remote-tracking branch 'ktomk/patch-2'

pull/679/merge
Jordi Boggiano 2012-05-12 09:40:35 +02:00
commit 1f76274b61
2 changed files with 4 additions and 0 deletions

View File

@ -5,5 +5,7 @@ require __DIR__.'/../src/bootstrap.php';
use Composer\Compiler; use Composer\Compiler;
error_reporting(~0); ini_set('display_errors', 1);
$compiler = new Compiler(); $compiler = new Compiler();
$compiler->compile(); $compiler->compile();

View File

@ -5,6 +5,8 @@ require __DIR__.'/../src/bootstrap.php';
use Composer\Console\Application; use Composer\Console\Application;
error_reporting(~0); ini_set('display_errors', 1);
// run the command application // run the command application
$application = new Application(); $application = new Application();
$application->run(); $application->run();