Merge remote-tracking branch 'ktomk/patch-2'
commit
1f76274b61
|
@ -5,5 +5,7 @@ require __DIR__.'/../src/bootstrap.php';
|
||||||
|
|
||||||
use Composer\Compiler;
|
use Composer\Compiler;
|
||||||
|
|
||||||
|
error_reporting(~0); ini_set('display_errors', 1);
|
||||||
|
|
||||||
$compiler = new Compiler();
|
$compiler = new Compiler();
|
||||||
$compiler->compile();
|
$compiler->compile();
|
||||||
|
|
|
@ -5,6 +5,8 @@ require __DIR__.'/../src/bootstrap.php';
|
||||||
|
|
||||||
use Composer\Console\Application;
|
use Composer\Console\Application;
|
||||||
|
|
||||||
|
error_reporting(~0); ini_set('display_errors', 1);
|
||||||
|
|
||||||
// run the command application
|
// run the command application
|
||||||
$application = new Application();
|
$application = new Application();
|
||||||
$application->run();
|
$application->run();
|
||||||
|
|
Loading…
Reference in New Issue