2011-09-05 08:18:32 +00:00
|
|
|
#!/usr/bin/env php
|
|
|
|
<?php
|
|
|
|
|
2012-03-15 12:14:02 +00:00
|
|
|
require __DIR__.'/../src/bootstrap.php';
|
2011-09-05 08:18:32 +00:00
|
|
|
|
|
|
|
use Composer\Compiler;
|
|
|
|
|
2012-05-11 14:41:41 +00:00
|
|
|
error_reporting(~0); ini_set('display_errors', 1);
|
|
|
|
|
2011-09-05 08:18:32 +00:00
|
|
|
$compiler = new Compiler();
|
|
|
|
$compiler->compile();
|