Skip to content

Commit 23dc783

Browse files
committed
Set xdebug.max_nesting_level to 5000.
1 parent 7640bb8 commit 23dc783

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bin/php-semver-checker

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,7 @@ if (!$found) {
2222
);
2323
}
2424

25+
ini_set('xdebug.max_nesting_level', 5000);
26+
2527
$app = new PHPSemVerChecker\Console\Application();
26-
$app->run();
28+
$app->run();

0 commit comments

Comments
 (0)