1
0
Fork 0
composer/bin/compile

12 lines
194 B
Plaintext
Raw Normal View History

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