1
0
Fork 0
composer/bin/compile

10 lines
153 B
Plaintext
Raw Normal View History

2011-08-03 21:57:27 +00:00
#!/usr/bin/env php
<?php
require __DIR__.'/../tests/bootstrap.php';
use Composer\Compiler;
$compiler = new Compiler();
$compiler->compile();