1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 16:42:57 +00:00
composer/bin/compile
2012-03-15 13:14:02 +01:00

9 lines
142 B
PHP
Executable file

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