1
0
Fork 0
composer/bin/compile

10 lines
144 B
Plaintext
Raw Normal View History

#!/usr/bin/env php
<?php
require __DIR__.'/../tests/bootstrap.php';
use Composer\Compiler;
$compiler = new Compiler();
$compiler->compile();