Skip to content

Commit

Permalink
Set xdebug.max_nesting_level to 5000.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomzx committed May 2, 2015
1 parent 7640bb8 commit 23dc783
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/php-semver-checker
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ if (!$found) {
);
}

ini_set('xdebug.max_nesting_level', 5000);

$app = new PHPSemVerChecker\Console\Application();
$app->run();
$app->run();

0 comments on commit 23dc783

Please sign in to comment.