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