1
0
Fork 0
composer/bin/compile

13 lines
194 B
PHP
Executable File

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