1
0
Fork 0

Compile has a message to tell.

pull/677/head
Tom Klingenberg 2012-05-11 16:41:41 +02:00
parent 655588a5e0
commit c4d5819ec4
2 changed files with 4 additions and 0 deletions

View File

@ -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();

View File

@ -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();