Skip to content

Commit ac66ccb

Browse files
committed
Upgrade xdebug-handler version requirement to ^2.
Updated breaking change. https://github.com/composer/xdebug-handler/blob/main/UPGRADE.md
1 parent 660f3eb commit ac66ccb

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": "^7.2.5|^8.0",
14-
"composer/xdebug-handler": "^1.3",
14+
"composer/xdebug-handler": "^2.0.1",
1515
"jean85/pretty-package-versions": "^1.5.0 || ^2.0.1",
1616
"mglaman/phpstan-drupal": "^0.12.8",
1717
"nette/neon": "^3.1",

composer.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

drupal-check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ else {
2121
exit(1);
2222
}
2323

24-
$xdebug = new XdebugHandler('cua', '--ansi');
24+
$xdebug = new XdebugHandler('cua');
2525
$xdebug->check();
2626
unset($xdebug);
2727

0 commit comments

Comments
 (0)