|
@@ -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();
|