mirror of
https://github.com/composer/composer
synced 2025-05-09 16:42:57 +00:00
9 lines
142 B
PHP
Executable file
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();
|