compile 194 B

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