Skip to content

Commit 80d68f6

Browse files
committed
Disable XdebugHandler
1 parent 036847d commit 80d68f6

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/Hooks.php

+1-6
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace Larapack\Hooks;
44

55
use Carbon\Carbon;
6-
use Composer\XdebugHandler;
76
use Illuminate\Filesystem\Filesystem;
87
use Symfony\Component\Console\Input\ArrayInput;
98

@@ -35,11 +34,7 @@ public function __construct(Filesystem $filesystem)
3534

3635
$this->composerJson = new Composer(base_path('composer.json'));
3736

38-
// Create output for XdebugHandler and Application
39-
$output = new RawOutput();
40-
$xdebug = new XdebugHandler($output);
41-
$xdebug->check();
42-
$this->composerOutput[] = $output;
37+
$this->composerOutput[] = new RawOutput();
4338

4439
$this->prepareMemoryLimit();
4540
}

0 commit comments

Comments
 (0)