mirror of
https://github.com/composer/composer
synced 2025-05-10 17:12:51 +00:00
change bin/compile to use unix linefeeds
This commit is contained in:
parent
2b77710515
commit
15b43c2445
1 changed files with 9 additions and 9 deletions
18
bin/compile
18
bin/compile
|
@ -1,9 +1,9 @@
|
|||
#!/usr/bin/env php
|
||||
<?php
|
||||
|
||||
require __DIR__.'/../tests/bootstrap.php';
|
||||
|
||||
use Composer\Compiler;
|
||||
|
||||
$compiler = new Compiler();
|
||||
$compiler->compile();
|
||||
#!/usr/bin/env php
|
||||
<?php
|
||||
|
||||
require __DIR__.'/../tests/bootstrap.php';
|
||||
|
||||
use Composer\Compiler;
|
||||
|
||||
$compiler = new Compiler();
|
||||
$compiler->compile();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue