compile 194 B

1234567891011
  1. #!/usr/bin/env php
  2. <?php
  3. require __DIR__.'/../src/bootstrap.php';
  4. use Composer\Compiler;
  5. error_reporting(~0); ini_set('display_errors', 1);
  6. $compiler = new Compiler();
  7. $compiler->compile();